From 5152982ff807db3d36571e119583704f68631693 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 20 Apr 1999 16:14:18 +0000 Subject: [PATCH] Preparing 0.96.2. --- ChangeLog | 161 ++++++ VERSION | 2 +- po/cs.po | 1568 ++++++++++++++++++++++++++++----------------------- po/de.po | 1566 ++++++++++++++++++++++++++++----------------------- po/es.po | 1566 ++++++++++++++++++++++++++++----------------------- po/fr.po | 1544 ++++++++++++++++++++++++++++---------------------- po/id.po | 1361 +++++++++++++++++++++++++------------------- po/it.po | 1568 ++++++++++++++++++++++++++++----------------------- po/nl.po | 1566 ++++++++++++++++++++++++++++----------------------- po/pl.po | 1566 ++++++++++++++++++++++++++++----------------------- po/ru.po | 1566 ++++++++++++++++++++++++++++----------------------- po/sk.po | 1615 +++++++++++++++++++++++++++++++---------------------- po/uk.po | 1555 ++++++++++++++++++++++++++++----------------------- reldate.h | 2 +- 14 files changed, 9664 insertions(+), 7542 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92f7f551..79ec6244 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,164 @@ +Mon Apr 12 21:02:35 1999 Thomas Roessler + + * recvattach.c: more multipart/alternative handling. + + * recvattach.c: Change multipart handling when receiving messages. + + * compose.c: Clean-up, from Vikas. + +Mon Apr 12 21:02:35 1999 Thomas Roessler + + * recvattach.c: more multipart/alternative handling. + + * recvattach.c: Change multipart handling when receiving messages. + + * compose.c: Clean-up, from Vikas. + + * parse.c: typo. + + * parse.c: + us-ascii is the default character set for text attachments we receive. + + * compose.c, sendlib.c: + Fix default character set setting when attaching text files. + + * imap.c: + Fix an IMAP quoting problem. Essentially from Randall Nortman + . + + * po/sk.po, po/id.po, configure.in: new languages: id, sk. + + * po/id.po, po/sk.po, configure.in: New translations: id, sk. + +Wed Mar 31 06:35:03 1999 Thomas Roessler + + * charset.c: Stupid error. + + * charset.c, charset.h: Another small charset optimization. + + * charset.h, handler.c, charset.c: + A couple of optimizations, most notably for the special case of a + non-prefix state. + +Tue Mar 30 23:50:33 1999 Thomas Roessler + + * charset.c, charset.h, handler.c: + This patch removes at least some of the horrible utf-8 kluges in + charset.c. The new DECODER framework is currently only used in + handler.c, and there in a horribly inefficient manner. We should + use greater blocks of data, which would be much more efficient than + what we are currently doing. + + Most of the other charset-related code still uses the old + mutt_display_char() &friends interface, which is actually ok as long + as you don't try to handle multibyte character sets. + + The most notable change should be the one to mutt_get_translation(): + It will delay the loading and parsing of character set information + files until it's really needed, catching a huge amount of standard + cases. As a side effect, this will make "iso tagged as ascii" + "work" again, as long as both sides use the same iso character set. + + * send.c: + resort headers when forward-decoding them with weed switched on. + + * pager.c: Fix a pager failure for long messages. From Liviu. + + * pager.c: + Fix pager failure for long messages, changing two shorts to ints. + From Liviu Daia. + + * recvattach.c: + Add some user feedback to attachment forwarding. From Vikas. + +Thu Mar 25 19:46:52 1999 Thomas Roessler + + * doc/manual.sgml.in, init.h, pgpkey.c, sort.h, Muttrc.in, init.c: + Roland's sort_keys patch. + +Wed Mar 24 20:35:38 1999 Thomas Roessler + + * doc/manual.sgml.in, Muttrc.in, recvattach.c: + Vikas' latest version of attachment forwarding. + + * recvattach.c: patch-0.96.1.vikas.forward_attachment.2 + + * main.c: + Only exit with "no recipients specified", when $auto_edit is set. + +Tue Mar 23 20:21:50 1999 Thomas Roessler + + * postpone.c, recvattach.c, init.h, mutt.h: + Vikas' forward_attachment patch. + +Mon Mar 22 16:00:39 1999 Thomas Roessler + + * doc/manual.sgml.in, pgppubring.c, gnupgparse.c, pgp.h, pgpkey.c: + PGP key creation time fix by Roland Rosenfeld. + +Wed Mar 17 14:45:10 1999 Thomas Roessler + + * recvattach.c: Vikas' attach_tag patch. + +Tue Mar 16 21:42:06 1999 Thomas Roessler + + * thread.c, configure.in: bug fixes. + + * thread.c: Detect thread loops. + +Mon Mar 15 15:32:19 1999 Thomas Roessler + + * doc/manual.sgml.in, copy.c, init.h, mutt.h, sendlib.c: + Add $bounce_delivered. + + * edit.c: another digital unix compile problem. + + * main.c: _Fix_ the compile problems, don't install new ones. + + * send.c: Cleanly handle fcc when the user unsets it and the message is + postponed. + + * main.c: Fix compilation problems under digital unix. + + * configure.in: Fix sendmail autodetection. + + * color.c: Fix colorN, N > 7 for Slang's curses emulation. From Vikas. + +Tue Mar 9 13:34:52 1999 Thomas Roessler + + * menu.c: another menu.c fix from Kim DeVaughn. + + * send.c, menu.c, handler.c: Fixes. + + * send.c, menu.c, handler.c: + handler.c: Properly handle message/external-body expiry. + menu.c: Small fix from Liviu. + send.c: Honor confirm_create for FCCs. + cvs: ---------------------------------------------------------------------- + +Thu Mar 4 08:00:38 1999 Thomas Roessler + + * Makefile.am: post-postrelease commit. + +Wed Mar 3 20:06:33 1999 Thomas Roessler + + * rfc2047.c: ups. + + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, ChangeLog: + releasing 0.95.4. + + * sendlib.c, rfc2047.c, reldate.h, curs_main.c, VERSION, ChangeLog: + releasing 0.96.1. + + * reldate.h, regex.c, VERSION, Makefile.am, ChangeLog: + release preparations; back-port a couple of things from unstable. + + * curs_main.c: Vikas' resort_index.3. + + * sendlib.c, imap.c, from.c, curs_main.c: + from.c: Backport from unstable. + others: latest imap related patches. + Wed Mar 3 19:44:24 1999 Thomas Roessler * reldate.h, regex.c, VERSION, Makefile.am, ChangeLog: diff --git a/VERSION b/VERSION index 483b7719..cf22efd8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.96.1 +0.96.2 diff --git a/po/cs.po b/po/cs.po index e594854f..29bf3a1d 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.95.3i\n" -"POT-Creation-Date: 1999-01-04 14:22+0100\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: 1999-02-13 01:12+0100\n" "Last-Translator: Jiøí Pavlovský \n" "Language-Team: Czech \n" @@ -13,535 +13,608 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: addrbook.c:32 browser.c:54 pager.c:1369 postpone.c:33 query.c:44 -#: recvattach.c:48 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 +#: recvattach.c:47 msgid "Exit" msgstr "Konec" -#: addrbook.c:33 +#: addrbook.c:32 msgid "Select" msgstr "Volba" -#: addrbook.c:34 browser.c:57 compose.c:84 curs_main.c:259 pager.c:1466 -#: pgpkey.c:181 postpone.c:36 query.c:49 recvattach.c:52 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "Pomoc" -#: addrbook.c:132 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "Nejsou definovány ¾ádné pøezdívky!" -#: addrbook.c:144 +#: addrbook.c:131 msgid "Aliases" msgstr "Pøezdívky" #. add a new alias -#: alias.c:193 +#: alias.c:192 msgid "Alias as: " msgstr "Pøezdívat jako: " -#: alias.c:199 +#: alias.c:198 msgid "You already have an alias defined with that name!" msgstr "Pro toto jméno je ji¾ pøezdívka definována!" -#: alias.c:213 +#: alias.c:212 msgid "Address: " msgstr "Adresa: " -#: alias.c:229 +#: alias.c:228 msgid "Personal name: " msgstr "Vlastní jméno: " -#: alias.c:238 +#: alias.c:237 #, c-format msgid "[%s = %s] Accept?" msgstr "[%s = %s] Pøijmout?" -#: alias.c:255 recvattach.c:344 recvattach.c:399 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "Ulo¾it jako: " -#: alias.c:266 +#: alias.c:265 msgid "Alias added." msgstr "Pøezdívka zavedena." -#: attach.c:112 attach.c:235 attach.c:367 attach.c:806 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "Shodu pro jmenný vzor nelze nalézt, pokraèovat?" #. For now, editing requires a file, no piping -#: attach.c:124 +#: attach.c:123 msgid "Mailcap compose entry requires %%s" msgstr "Polo¾ka mailcapu 'compose' vy¾aduje %%s." -#: attach.c:138 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "Chyba pøi zpracování adresy!" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "Soubor nutný pro zpracování hlavièek se nepodaøilo otevøít." -#: attach.c:169 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "Soubor nutný pro odstranìní hlavièek se nepodaøilo otevøít." -#: attach.c:187 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." msgstr "Pro %s neexistuje polo¾ka mailcapu 'compose', vytváøím prázdný soubor." #. For now, editing requires a file, no piping -#: attach.c:247 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "Polo¾ka mailcapu 'edit' vy¾aduje %%s." -#: attach.c:265 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "Pro %s neexistuje polo¾ka mailcapu 'edit'." -#: attach.c:333 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "Odpovídající polo¾ka v mailcapu nebyla nalezena. Zobrazuji jako text." -#: attach.c:346 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "MIME typ není definován, nelze zobrazit pøílohu." -#: attach.c:436 +#: attach.c:499 msgid "Cannot create filter" msgstr "Nelze vytvoøit filtr" -#: attach.c:638 recvattach.c:374 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "Pøíloha ulo¾ena." -#: attach.c:691 +#: attach.c:756 msgid "Write fault!" msgstr "Chyba pøi zápisu!" -#: attach.c:890 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "Nevím, jak mám toto vytisknout!" -#: browser.c:55 +#: browser.c:42 msgid "Chdir" msgstr "Zmìnit adresáø" -#: browser.c:56 +#: browser.c:43 msgid "Mask" msgstr "Maska" -#: browser.c:345 browser.c:672 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s není adresáøem." -#: browser.c:450 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "Schránky [%d]" +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "Adresáø [%s], Souborová maska: %s" + #: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "Adresáø [%s], Souborová maska: %s" -#: browser.c:539 browser.c:729 browser.c:812 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "Adresáø nelze zobrazit" + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "Souborové masce nevyhovuje ¾ádný soubor." -#: browser.c:646 +#: browser.c:784 msgid "Chdir to: " msgstr "Nastavit pracovní adresáø na: " -#: browser.c:665 browser.c:722 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "Chyba pøi naèítání adresáøe." -#: browser.c:683 +#: browser.c:836 msgid "File Mask: " msgstr "Souborová maska: " -#: browser.c:745 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Obrácené øazení dle (d)ata, (p)ísmena, (v)elikosti èi (n)eøadit?" -#: browser.c:746 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Øadit dle (d)ata, (p)ísmena, (v)elikosti èi (n)eøadit?" -#: browser.c:747 +#: browser.c:900 msgid "dazn" msgstr "dpvn" -#: browser.c:799 +#: browser.c:962 msgid "New file name: " msgstr "Nové jméno souboru: " -#: browser.c:820 +#: browser.c:983 msgid "Can't view a directory" msgstr "Adresáø nelze zobrazit" -#: browser.c:838 +#: browser.c:1001 msgid "Error trying to view file" msgstr "Chyba pøi zobrazování souboru" -#: buffy.c:364 +#: buffy.c:363 #, c-format msgid "New mail in %s." msgstr "V %s je nová po¹ta." -#: color.c:307 +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "Chyba pøi volání funkce stat pro %s" + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "Barvu %s terminál nepodporuje." -#: color.c:313 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "Barva %s není definována." -#: color.c:359 color.c:550 color.c:561 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "Objekt %s není definován" -#: color.c:366 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "Pøíkaz %s je definován pouze pro objekt typu index." -#: color.c:374 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "pøíli¹ málo argumentù pro %s" -#: color.c:538 +#: color.c:546 msgid "Missing arguments." msgstr "Chybí argumenty." -#: color.c:577 color.c:588 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "color: pøíli¹ málo argumentù" -#: color.c:611 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono: pøíli¹ málo argumentù" -#: color.c:631 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "Atribut %s není definován." -#: color.c:671 hook.c:62 hook.c:70 keymap.c:681 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "pøíli¹ málo argumentù" -#: color.c:680 hook.c:76 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "pøíli¹ mnoho argumentù" -#: color.c:694 +#: color.c:702 msgid "default colors not supported" msgstr "implicitní barvy nejsou podporovány" -#: commands.c:123 -msgid "Display message using mailcap?" -msgstr "Zobrazit zprávu pomocí mailcapu?" - -#: commands.c:154 commands.c:162 pgpkey.c:221 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "Spou¹tím PGP..." #. find out whether or not the verify signature -#: commands.c:159 +#: commands.c:92 msgid "Verify PGP signature?" msgstr "Ovìøit PGP podpis?" -#: commands.c:177 mbox.c:724 +#: commands.c:110 mbox.c:722 msgid "Could not create temporary file!" msgstr "Doèasný soubor nelze vytvoøit!" -#: commands.c:225 +#: commands.c:162 msgid "Command: " msgstr "Pøíkaz: " -#: commands.c:243 recvattach.c:677 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "Pøeposlat zprávu na: " -#: commands.c:245 recvattach.c:679 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "Pøeposlat oznaèené zprávy na: " -#: commands.c:260 +#: commands.c:197 msgid "Error parsing address!" msgstr "Chyba pøi zpracování adresy!" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "Pøeposlat zprávu na %s" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "Pøeposlat zprávy na %s" -#: commands.c:281 +#: commands.c:218 msgid "Message bounced." msgstr "Zpráva byla pøeposlána." -#: commands.c:281 +#: commands.c:218 msgid "Messages bounced." msgstr "Zprávy byly pøeposlány." -#: commands.c:301 +#: commands.c:239 msgid "Pipe to command: " msgstr "Poslat rourou do pøíkazu: " # opìt psí kusy abychom se ve¹li do 80 znakù -#: commands.c:401 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Øadit opaènì " "(d)at/(o)d/pøí(j)/(v)ìc/(p)ro/v(l)ákno/(n)eseø/veli(k)/(s)kóre?: " -#: commands.c:402 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Øadit (d)at/(o)d/pøí(j)/(v)ìc/(p)ro/v(l)ákno/(n)eseø/veli(k)/(s)kóre?: " -#: commands.c:403 +#: commands.c:341 msgid "dfrsotuzc" msgstr "dojvplnks" -#: commands.c:456 +#: commands.c:394 msgid "Shell command: " msgstr "Pøíkaz pro shell: " -#: commands.c:572 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s do schránky" -#: commands.c:573 +#: commands.c:511 msgid "Decode-save" msgstr "Dekódovat-ulo¾it" -#: commands.c:573 +#: commands.c:511 msgid "Decode-copy" msgstr "Dekódovat-kopírovat" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-save" msgstr "De¹ifrovat-ulo¾it" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-copy" msgstr "De¹ifrovat-kopírovat" -#: commands.c:575 curs_main.c:255 recvattach.c:49 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "Ulo¾it" -#: commands.c:575 +#: commands.c:513 msgid "Copy" msgstr "Kopírovat" -#: commands.c:575 +#: commands.c:513 msgid " tagged" msgstr " oznaèené" -#: commands.c:644 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "Kopíruji do %s..." -#: commands.c:716 +#: commands.c:654 msgid "Print message?" msgstr "Vytisknout zprávu?" -#: commands.c:716 +#: commands.c:654 msgid "Print tagged messages?" msgstr "Vytisknout oznaèené zprávy?" -#: commands.c:743 +#: commands.c:681 msgid "Message printed" msgstr "Zpráva byla vytisknuta" -#: commands.c:743 +#: commands.c:681 msgid "Messages printed" msgstr "Zprávy byly vytisknuty" -#: compose.c:77 +#: compose.c:83 msgid "Send" msgstr "Odeslat" -#: compose.c:78 +#: compose.c:84 msgid "Abort" msgstr "Zru¹it" -#: compose.c:82 compose.c:539 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "Pøilo¾it soubor" -#: compose.c:83 +#: compose.c:89 msgid "Descrip" msgstr "Popis" -#: compose.c:104 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "Podepsat, za¹ifrovat" -#: compose.c:106 +#: compose.c:112 msgid "Encrypt" msgstr "Za¹ifrovat" -#: compose.c:108 +#: compose.c:114 msgid "Sign" msgstr "Podepsat" -#: compose.c:110 +#: compose.c:116 msgid "Clear" msgstr "Smazat" -#: compose.c:117 +#: compose.c:123 msgid " sign as: " msgstr " podepsat jako: " -#: compose.c:117 +#: compose.c:123 msgid "" msgstr "" -#: compose.c:118 compose.c:192 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "MIC algoritmus: " -#: compose.c:133 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " msgstr "" "(¹)ifrovat, (p)odepsat, podepsat (j)ako, (o)bojí, (m)ic algoritmus, èi (n)ic?" -#: compose.c:134 +#: compose.c:138 msgid "esabmf" msgstr "¹pjomn" -#: compose.c:151 -msgid "Can't open your secret key ring!" -msgstr "Vá¹ seznam tajných klíèù nelze otevøít!" - -#: compose.c:156 +#: compose.c:152 msgid "Sign as: " msgstr "Podepsat jako: " -#: compose.c:176 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "Pro podepisování byla specifikována neznámá verze PGP." -#: compose.c:186 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "To nedává smysl, kdy¾ nechcete zprávu podepsat." -#: compose.c:197 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "" "Neznámý MIC algoritmus. Platnými algoritmy jsou: pgp-md5, pgp-sha1, " "pgp-rmd160" -#: compose.c:233 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "%s [#%d] ji¾ neexistuje!" -#: compose.c:241 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "Zmìna v %s [#%d]. Zmìnit kódování?" -#: compose.c:282 -msgid "===== Attachments =====" -msgstr "==== Pøílohy ====" +#: compose.c:309 +#, fuzzy +msgid "-- Attachments" +msgstr "Pøílohy" -#: compose.c:320 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "Nemù¾ete smazat jedinou pøílohu." -#: compose.c:394 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "Sestavit" -#: compose.c:544 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "Otevøít schránku, z ní¾ se pøipojí zpráva" -#: compose.c:583 +#: compose.c:648 msgid "No messages in that folder." msgstr "V této slo¾ce nejsou ¾ádné zprávy." -#: compose.c:590 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "Oznaète zprávy, které chcete pøipojit!" -#: compose.c:625 compose.c:645 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "Nelze pøipojit!" + +#: compose.c:722 msgid "Unable to attach!" msgstr "Nelze pøipojit!" -#: compose.c:772 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "Nesprávné kódování." -#: compose.c:787 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "Ulo¾it kopii této zprávy?" -#: compose.c:832 +#: compose.c:996 msgid "Rename to: " msgstr "Pøejmenovat na: " -#: compose.c:837 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "Chyba pøi volání funkce stat pro %s" -#: compose.c:864 +#: compose.c:1028 msgid "New file: " msgstr "Nový soubor: " -#: compose.c:877 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "Polo¾ka 'Content-Type' je tvaru tøída/podtøída" -#: compose.c:883 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "Hodnota %s polo¾ky 'Content-Type' je neznámá." -#: compose.c:896 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "Soubor %s nelze vytvoøit." -#: compose.c:904 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "Vytvoøení pøílohy se nezdaøilo." -#: compose.c:967 +#: compose.c:1131 msgid "Postpone this message?" msgstr "Odlo¾it tuto zprávu?" -#: compose.c:1019 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "Ulo¾it zprávu do schránky" -#: compose.c:1023 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "Ukládám zprávu do %s ..." -#: compose.c:1034 +#: compose.c:1200 msgid "Message written." msgstr "Zpráva ulo¾ena." @@ -558,15 +631,15 @@ msgstr "ne" msgid "Exit Mutt?" msgstr "Ukonèit Mutt?" -#: curs_lib.c:275 +#: curs_lib.c:276 msgid "unknown error" msgstr "neznámá chyba" -#: curs_lib.c:295 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "Stisknìte libovolnou klávesu..." -#: curs_lib.c:333 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " ('?' pro seznam): " @@ -586,21 +659,21 @@ msgstr "Zm msgid "Quit" msgstr "Konec" -#: curs_main.c:253 pager.c:1376 postpone.c:34 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "Smazat" -#: curs_main.c:254 postpone.c:35 +#: curs_main.c:254 postpone.c:34 msgid "Undel" msgstr "Obnovit" # potøeba u¹etøit 2 písmena, abychom # se ve¹li do 80 znakù. -#: curs_main.c:256 query.c:45 +#: curs_main.c:256 query.c:44 msgid "Mail" msgstr "Psát" -#: curs_main.c:257 pager.c:1377 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "Odpovìdìt" @@ -608,146 +681,142 @@ msgstr "Odpov msgid "Group" msgstr "Skupina" -#: curs_main.c:423 +#: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "Obsah schránky byl zmìnìn zvenèí. Atributy mohou být nesprávné." -#: curs_main.c:426 +#: curs_main.c:432 msgid "New mail in this mailbox." msgstr "V této schránce je nová po¹ta." -#: curs_main.c:526 +#: curs_main.c:532 msgid "No mailbox is open." msgstr "®ádná schránka není otevøena." -#: curs_main.c:532 +#: curs_main.c:538 msgid "No tagged messages." msgstr "®ádné zprávy nejsou oznaèeny." -#: curs_main.c:612 +#: curs_main.c:618 msgid "Jump to message: " msgstr "Pøejít na zprávu: " -#: curs_main.c:618 +#: curs_main.c:624 msgid "Argument must be a message number." msgstr "Argumentem musí být èíslo zprávy." -#: curs_main.c:651 +#: curs_main.c:657 msgid "That message is not visible." msgstr "Tato zpráva není viditelná." -#: curs_main.c:654 +#: curs_main.c:660 msgid "Invalid message number." msgstr "Èíslo zprávy není správné." -#: curs_main.c:667 +#: curs_main.c:673 msgid "Delete messages matching: " msgstr "Smazat zprávy shodující se s: " -#: curs_main.c:689 +#: curs_main.c:695 msgid "No limit pattern is in effect." msgstr "®ádné omezení není zavedeno." #. i18n: ask for a limit to apply -#: curs_main.c:694 +#: curs_main.c:700 #, c-format msgid "Limit: %s" msgstr "Omezení: %s" -#: curs_main.c:703 +#: curs_main.c:709 msgid "Limit to messages matching: " msgstr "Omezit na zprávy shodující se s: " -#: curs_main.c:733 +#: curs_main.c:739 msgid "Quit Mutt?" msgstr "Ukonèit Mutt?" -#: curs_main.c:835 +#: curs_main.c:841 msgid "Tag messages matching: " msgstr "Oznaèit zprávy shodující se s: " -#: curs_main.c:843 +#: curs_main.c:849 msgid "Undelete messages matching: " msgstr "Obnovit zprávy shodující se s: " -#: curs_main.c:850 +#: curs_main.c:856 msgid "Untag messages matching: " msgstr "Odznaèit zprávy shodující se s: " -#: curs_main.c:868 +#: curs_main.c:874 msgid "Open mailbox" msgstr "Otevøít schránku" -#: curs_main.c:870 +#: curs_main.c:876 msgid "Open mailbox in read-only mode" msgstr "Otevøít schránku pouze pro ètení" -#: curs_main.c:886 mx.c:423 mx.c:564 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s není schránkou." -#: curs_main.c:973 +#: curs_main.c:974 msgid "Exit Mutt without saving?" msgstr "Ukonèit Mutt bez ulo¾ení zmìn?" -#: curs_main.c:990 curs_main.c:1014 +#: curs_main.c:991 curs_main.c:1015 msgid "You are on the last message." msgstr "Jste na poslední zprávì." -#: curs_main.c:997 curs_main.c:1039 +#: curs_main.c:998 curs_main.c:1040 msgid "No undeleted messages." msgstr "Nejsou ¾ádné obnovené zprávy." -#: curs_main.c:1032 curs_main.c:1055 +#: curs_main.c:1033 curs_main.c:1056 msgid "You are on the first message." msgstr "Jste na první zprávì." -#: curs_main.c:1127 pattern.c:1114 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "Hledání pokraèuje od zaèátku." -#: curs_main.c:1136 pattern.c:1125 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "Hledání pokraèuje od konce." -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No new messages" msgstr "Nejsou ¾ádné nové zprávy" -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No unread messages" msgstr "Nejsou ¾ádné nepøeètené zprávy" -#: curs_main.c:1163 +#: curs_main.c:1171 msgid " in this limited view" msgstr " v tomto omezeném zobrazení" -#: curs_main.c:1273 +#: curs_main.c:1295 msgid "No more threads." msgstr "Nejsou dal¹í vlákna." -#: curs_main.c:1275 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "Jste na prvním vláknu." -#: curs_main.c:1328 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "Vlákno obsahuje nepøeètené zprávy." -#: curs_main.c:1341 flags.c:220 thread.c:635 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "Vlákna nejsou podporována." -#: date.c:49 -msgid "Please report this program error in the function mutt_mktime." -msgstr "Ohlaste, prosím, tuto chybu ve funkci mutt_mktime." - #. #. * SLcurses_waddnstr() can't take a "const char *", so this is only #. * declared "static" (sigh) #. -#: edit.c:37 +#: edit.c:36 msgid "" "~~\t\tinsert a line begining with a single ~\n" "~b users\tadd users to the Bcc: field\n" @@ -786,108 +855,108 @@ msgstr "" "~?\t\tvypí¹e tuto nápovìdu\n" ".\t\tpokud je tento znak na øádce samotný, znamená ukonèení vstupu\n" -#: edit.c:179 +#: edit.c:178 #, c-format msgid "%d: invalid message number.\n" msgstr "Èíslo zprávy (%d) není správné.\n" -#: edit.c:313 +#: edit.c:312 msgid "(End message with a . on a line by itself)\n" msgstr "(Zprávu ukonèete zapsáním samotného znaku '.' na novou øádku)\n" -#: edit.c:371 +#: edit.c:370 msgid "No mailbox.\n" msgstr "®ádná schránka.\n" -#: edit.c:375 +#: edit.c:374 msgid "Message contains:\n" msgstr "Zpráva obsahuje:\n" -#: edit.c:379 edit.c:431 +#: edit.c:378 edit.c:430 msgid "(continue)\n" msgstr "(pokraèovat)\n" -#: edit.c:392 +#: edit.c:391 msgid "missing filename.\n" msgstr "Chybí jméno souboru.\n" -#: edit.c:413 +#: edit.c:412 msgid "No lines in message.\n" msgstr "Zpráva neobsahuje ¾ádné øádky.\n" -#: edit.c:442 +#: edit.c:441 #, c-format msgid "%s: unknown editor command (~? for help)\n" msgstr "Pøíkaz %s je neznámý (~? pro nápovìdu)\n" -#: flags.c:258 +#: flags.c:257 msgid "Set flag" msgstr "Nastavit pøíznak" -#: flags.c:258 +#: flags.c:257 msgid "Clear flag" msgstr "Vypnout pøíznak" -#: handler.c:128 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- Chyba: neoèekávaný konec souboru! --]\n" #. didn't find anything that we could display! -#: handler.c:954 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "" "[-- Chyba: ®ádnou z èástí 'Multipart/Alternative' nelze zobrazit! --]\n" -#: handler.c:1071 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- Pøíloha #%d" -#: handler.c:1082 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- Typ: %s/%s, Kódování: %s, Velikost: %s --]\n" -#: handler.c:1141 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- Zobrazuji automaticky pomocí %s --]\n" -#: handler.c:1142 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "Vyvolávám pøíkaz %s pro automatické zobrazování" -#: handler.c:1179 handler.c:1197 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- Automaticky zobrazuji standardní chybový výstup %s --]\n" -#: handler.c:1229 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" msgstr "" "[-- Chyba: typ 'message/external-body' nemá parametr 'access-type' --]\n" -#: handler.c:1246 +#: handler.c:1193 #, c-format msgid "[-- This %s/%s attachment " msgstr "[-- Tato pøíloha typu '%s/%s' " -#: handler.c:1253 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "(o velikosti v bajtech: %s) " -#: handler.c:1255 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "byla smazána --]\n" -#: handler.c:1258 +#: handler.c:1205 #, c-format msgid "[-- on %s --]\n" msgstr "[-- %s --]\n" -#: handler.c:1268 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -897,7 +966,7 @@ msgstr "" "[-- Tato pøíloha typu '%s/%s' není pøítomna --]\n" "[-- a udaný externí zdroj ji¾ není platný --]\n" -#: handler.c:1282 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -907,46 +976,46 @@ msgstr "" "[-- a udaná hodnota parametru 'access-type %s' --]\n" "[-- není podporována --]\n" -#: handler.c:1379 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "Chyba: typ 'multipart/signed' bez informace o protokolu" -#: handler.c:1392 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "Chyba: typ 'multipart/encrypted' bez informace o protokolu" -#: handler.c:1434 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "Doèasný soubor nelze otevøít!" -#: handler.c:1493 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- typ '%s/%s' není podporován " -#: handler.c:1498 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(pro zobrazení této èásti pou¾ijte '%s')" -#: handler.c:1500 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "(je tøeba svázat funkci 'view-attachments' s nìjakou klávesou!)" -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "soubor %s nelze pøipojit" -#: help.c:274 +#: help.c:273 msgid "ERROR: please report this bug" msgstr "CHYBA: ohlaste, prosím, tuto chybu" -#: help.c:316 +#: help.c:315 msgid "" msgstr "" -#: help.c:328 +#: help.c:327 msgid "" "\n" "Generic bindings:\n" @@ -956,7 +1025,7 @@ msgstr "" "Obecnì platné:\n" "\n" -#: help.c:332 +#: help.c:331 msgid "" "\n" "Unbound functions:\n" @@ -966,12 +1035,12 @@ msgstr "" "Nesvázané funkce:\n" "\n" -#: help.c:340 +#: help.c:339 #, c-format msgid "Help for %s" msgstr "Pomoc pro %s" -#: imap.c:103 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "imap_error(): neoèekávaná odpovìï v %s: %s\n" @@ -979,234 +1048,256 @@ msgstr "imap_error(): neo #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:355 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "Kritická chyba. Poèet zpráv nesouhlasí!" -#: imap.c:425 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "Stahuji hlavièky zpráv... [%d/%d]" -#: imap.c:623 mbox.c:1007 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "Znovu otevírám schránku..." -#: imap.c:865 -#, c-format -msgid "Connecting to %s..." -msgstr "Pøipojuji se k %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:888 +#: imap.c:1251 msgid "IMAP Username: " msgstr "U¾ivatelské jméno na IMAP serveru: " -#: imap.c:901 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "Heslo pro %s@%s: " -#: imap.c:914 +#: imap.c:1277 msgid "Logging in..." msgstr "Probíhá pøihla¹ování..." #. Login failed, try again -#: imap.c:927 +#: imap.c:1290 msgid "Login failed." msgstr "Pøihlá¹ení se nezdaøilo." -#: imap.c:984 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "Volím %s..." -#: imap.c:1083 lib.c:1194 +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "Vytvoøit %s?" -#: imap.c:1132 +#: imap.c:1612 msgid "Fetching message..." msgstr "Stahuji zprávu..." -#: imap.c:1240 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "Posílám pøíkaz APPEND ..." -#: imap.c:1279 +#: imap.c:1773 msgid "Uploading message ..." msgstr "Posílám zprávu ..." -#: imap.c:1334 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "Konèím spojení s IMAP serverem..." -#: imap.c:1364 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "Ukládám pøíznaky stavu zprávy... [%d/%d]" -#: imap.c:1390 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "Odstraòuji zprávy ze serveru..." #. tell the server to commit changes -#: imap.c:1441 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "Uzavírám schránku..." -#: init.c:433 +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "Kopíruji do %s..." + +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "Pøipojuji se k %s..." + +#: init.c:432 msgid "alias: no address" msgstr "pøezdívka: ¾ádná adresa" -#: init.c:527 +#: init.c:526 msgid "invalid header field" msgstr "neplatná hlavièka" -#: init.c:535 +#: init.c:534 #, c-format msgid "ignoring empty header field: %s" msgstr "ignoruji prázdnou hlavièku: %s" -#: init.c:587 +#: init.c:586 #, c-format msgid "%s: unknown sorting method" msgstr "metoda %s pro øazení není známa" -#: init.c:660 +#: init.c:659 #, c-format msgid "mutt_restore_default: error in regexp: %s\n" msgstr "mutt_restore_default: chybný regulární výraz %s\n" -#: init.c:720 +#: init.c:719 #, c-format msgid "%s: unknown variable" msgstr "Promìnná %s není známa." -#: init.c:729 +#: init.c:728 msgid "prefix is illegal with reset" msgstr "Prefix není s 'reset' povolen." -#: init.c:735 +#: init.c:734 msgid "value is illegal with reset" msgstr "Hodnota není s 'reset' povolena." -#: init.c:752 -#, c-format -msgid "%s is a boolean var!" -msgstr "Promìnná %s je typu boolean!" - -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is set" msgstr "%s je nastaveno" -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is unset" msgstr "%s není nastaveno" -#: init.c:933 +#: init.c:947 #, c-format msgid "%s: invalid mailbox type" msgstr "%s je nesprávný typ schránky." -#: init.c:992 +#: init.c:1006 #, c-format msgid "%s: invalid value" msgstr "Hodnota %s je nesprávná." -#: init.c:1042 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "neznámý typ %s" -#: init.c:1091 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "Chyba v %s na øádku %d: %s" #. the muttrc source keyword -#: init.c:1102 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "source: chyby v %s" -#: init.c:1112 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "source: chyba na %s" -#: init.c:1117 +#: init.c:1136 msgid "source: too many arguments" msgstr "source: pøíli¹ mnoho argumentù" -#: init.c:1168 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "Pøíkaz %s není znám." -#: init.c:1497 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "Chyba %s na pøíkazovém øádku\n" -#: init.c:1540 +#: init.c:1567 msgid "unable to determine home directory" msgstr "domovský adresáø nelze urèit" -#: init.c:1548 +#: init.c:1575 msgid "unable to determine username" msgstr "u¾ivatelské jméno nelze urèit" -#: keymap.c:434 +#: keymap.c:435 msgid "Macro loop detected." msgstr "Detekována smyèka v makru." -#: keymap.c:620 keymap.c:628 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "Klávesa není svázána s ¾ádnou funkcí." -#: keymap.c:632 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "Klávesa není svázána. Stisknìte '%s' pro nápovìdu." -#: keymap.c:643 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push: pøíli¹ mnoho argumentù" -#: keymap.c:664 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "menu %s neexistuje" -#: keymap.c:673 +#: keymap.c:680 msgid "null key sequence" msgstr "prázdný sled kláves" -#: keymap.c:751 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind: pøíli¹ mnoho argumentù" -#: keymap.c:766 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "funkce %s není v mapì" -#: keymap.c:789 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro: sled kláves je prázdný" -#: keymap.c:800 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "macro: pøíli¹ mnoho argumentù" -#: keymap.c:830 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "exec: pøíli¹ málo argumentù" -#: keymap.c:850 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "pøíkaz %s neexistuje" @@ -1244,644 +1335,705 @@ msgid "display the currently selected file's name" msgstr "zobrazit jméno zvoleného souboru" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "zmìnit adresáøe" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "zjistit zda schránky obsahují novou po¹tu" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "pøipojit pøílohy k této zprávì" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "pøipojit zprávy k této zprávì" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "editovat BCC seznam" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "editovat CC seznam" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "editovat popis pøílohy" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "editovat polo¾ku 'transfer-encoding' pøílohy" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "zadejte soubor pro ulo¾ení kopie této zprávy" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "editovat soubor, který bude pøipojen" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "editovat polo¾ku 'from'" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "editovat zprávu i s hlavièkami" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "editovat zprávu" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "editovat pøílohu za pou¾ití polo¾ky mailcap" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "editovat polo¾ku 'Reply-To'" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "editovat vìc této zprávy" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "editovat seznam 'TO'" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "editovat typ pøílohy" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "pracovat s doèasnou kopií pøílohy" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "zkontrolovat pravopis zprávy programem ispell" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "sestavit novou pøílohu dle polo¾ky mailcapu" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "odlo¾it zprávu pro pozdìj¹í pou¾ití" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "pøejmenovat/pøesunout pøilo¾ený soubor" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "odeslat zprávu" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "pøepnout, zda má být soubor po odeslání smazán" -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "upravit informaci o kódování pøílohy" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "ulo¾it zprávu do slo¾ky" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "ulo¾it kopii zprávy do souboru/schránky" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "vytvoøit pøezdívku z odesílatele dopisu" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "pøesunout polo¾ku na konec obrazovky" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "pøesunout polo¾ku do støedu obrazovky" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "pøesunout polo¾ku na zaèátek obrazovky" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "vytvoøit kopii ve formátu 'text/plain'" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "vytvoøit kopii ve formátu 'text/plain' a smazat" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "smazat aktuální polo¾ku" -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "smazat v¹echny zprávy v podvláknu" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "smazat v¹echny zprávy ve vláknu" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "zobrazit úplnou adresu odesílatele" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "zobrazit v¹echny hlavièky zprávy" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "zobrazit zprávu" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "editovat aktuální zprávu za úèelem pøeposlání" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "smazat znak pøed kurzorem" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "posunout kurzor o jeden znak vlevo" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "pøeskoèit na zaèátek øádku" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "procházet schránkami, pøijímajícími novou po¹tu" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "doplnit jméno souboru nebo pøezdívku" # query = dotaz dle slovníku -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "doplnit adresu výsledkem dotazu" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "smazat znak pod kurzorem" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "pøeskoèit na konec øádku" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "posunout kurzor o jeden znak vpravo" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "rolovat seznamem provedených pøíkazù nahoru" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "smazat znaky od kurzoru do konce øádku" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "smazat v¹echny znaky na øádku" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "smazat slovo pøed kurzorem" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "pøí¹tí napsaný znak uzavøít do uvozovek" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "zadat muttrc pøíkaz" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "zadejte souborovou masku" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "odejít z tohoto menu" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "filtrovat pøílohu pøíkazem shellu" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "pøeskoèit na první polo¾ku" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "pøepnout zprávì pøíznak dùle¾itosti" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "pøeposlat zprávu s komentáøem" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "zvolit aktuální polo¾ku" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "odpovìdìt v¹em pøíjemcùm" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "rolovat o 1/2 stránky dolù" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "rolovat o 1/2 stránky nahoru" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "tato obrazovka" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "pøeskoèit na indexové èíslo" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "pøeskoèit na poslední polo¾ku" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "odpovìdìt do specifikovaných diskuzních skupin" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "spustit makro" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "sestavit novou zprávu" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "otevøít jinou slo¾ku" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "otevøít jinou slo¾ku pouze pro ètení" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "odstranit zprávì pøíznak stavu" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "smazat zprávy shodující se se vzorem" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "stáhnout po¹tu z POP serveru" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "pøeskoèit na první zprávu" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "pøeskoèit na poslední zprávu" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "zobrazovat pouze zprávy shodující se se vzorem" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "pøeskoèit na následující novou zprávu" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "pøeskoèit na následující podvlákno" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "pøeskoèit na následující vlákno" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "pøeskoèit na následující obnovenou zprávu" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "pøeskoèit na následující nepøeètenou zprávu" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "pøeskoèit na pøedchozí vlákno" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "pøeskoèit na pøedchozí podvlákno" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "pøeskoèit na poslední obnovenou zprávu" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "pøeskoèit na pøedchozí novou zprávu" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "pøeskoèit na pøedchozí nepøeètenou zprávu" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "oznaèit toto vlákno jako pøeètené" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "oznaèit toto podvlákno jako pøeètené" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "nastavit zprávì pøíznak stavu" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "ulo¾it zmìny do schránky" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "oznaèit zprávy shodující se se vzorem" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "obnovit zprávy shodující se se vzorem" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "odznaèit zprávy shodující se se vzorem" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "pøeskoèit do støedu stránky" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "pøeskoèit na dal¹í polo¾ku" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "rolovat o øádek dolù" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "pøeskoèit na dal¹í stránku" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "pøeskoèit na konec zprávy" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "návrat do hlavního menu" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "pøepnout zobrazování citovaného textu" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "pøeskoèit za citovaný text" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "pøeskoèit na zaèátek zprávy" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "poslat zprávu/pøílohu rourou do pøíkazu shellu" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "pøeskoèit na pøedchozí polo¾ku" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "rolovat o øádek nahoru" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "pøeskoèit na pøedchozí stránku" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "vytisknout aktuální polo¾ku" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "dotázat se externího programu na adresy" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "pøidat výsledky nového dotazu k ji¾ existujícím" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "ulo¾it zmìny do schránky a skonèit" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "vrátit se k odlo¾ené zprávì" # vyèistit dle slovníku z www.inf.upol.cz/~michlv # To snad ale bylo my¹leno pro zcela jiný kontext?! -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "smazat a pøekreslit obrazovku" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "odpovìdìt na zprávu" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "ulo¾it zprávu/pøílohu do souboru" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "vyhledat regulární výraz" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "vyhledat regulární výraz opaèným smìrem" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "vyhledat následující shodu" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "vyhledat následující shodu opaèným smìrem" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "pøepnout obarvování hledaných vzorù" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "spustit pøíkaz v podshellu" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "seøadit zprávy" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "seøadit zprávy v opaèném poøadí" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "oznaèit aktuální polo¾ku" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "prefix funkce, která má být pou¾ita pouze pro oznaèené zprávy" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "oznaèit toto podvlákno" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "oznaèit toto vlákno" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "pøepnout zprávì pøíznak 'nová'" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "pøepnout, zda bude schránka pøepsána" -#: keymap_defs.h:147 +#: keymap_defs.h:153 #, fuzzy -msgid "toggle wether to browse mailboxes or all files" +msgid "toggle whether to browse mailboxes or all files" msgstr "pøepnout, zda procházet schránky nebo v¹echny soubory" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "pøeskoèit na zaèátek stránky" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "obnovit aktuální polo¾ku" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "obnovit v¹echny zprávy ve vláknì" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "obnovit v¹echny zprávy v podvláknì" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "Vypí¹e oznaèení verze a datum" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "pokud je to nezbytné, zobrazit pøílohy pomocí mailcapu" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "zobrazit MIME pøílohy" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "zobrazit aktivní omezující vzor" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "zavinout/rozvinout toto vlákno" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "zavinout/rozvinout v¹echna vlákna" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "pøipojit veøejný PGP klíè" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "zobrazit menu PGP" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "vypsat veøejné klíèe PGP" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "odstranit v¹echna PGP hesla z pamìti" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "odeslat veøejný klíè PGP" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "ovìøit veøejný klíè PGP" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "zobrazit u¾ivatelské ID klíèe" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "vytvoøit de¹ifrovanou kopii a smazat" -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "vytvoøit de¹ifrovanou kopii" -#: lib.c:277 lib.c:292 lib.c:323 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +#, fuzzy +msgid "Append a remailer to the chain" +msgstr "smazat v¹echny znaky na øádku" + +#: keymap_defs.h:175 +#, fuzzy +msgid "Insert a remailer into the chain" +msgstr "smazat v¹echny znaky na øádku" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "smazat v¹echny znaky na øádku" + +#: keymap_defs.h:177 +#, fuzzy +msgid "Select the previous element of the chain" +msgstr "smazat v¹echny znaky na øádku" + +#: keymap_defs.h:178 +#, fuzzy +msgid "Select the next element of the chain" +msgstr "smazat v¹echny znaky na øádku" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "Pamì» vyèerpána!" -#: lib.c:781 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "Soubor je adresáøem, ulo¾it v tomto adresáøi?" -#: lib.c:786 +#: lib.c:790 msgid "File under directory: " msgstr "Soubor v adresáøi: " -#: lib.c:797 +#: lib.c:802 #, fuzzy -msgid "File exists, overwrite?" +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "Soubor ji¾ existuje, (p)øepsat, pøipo(j)it èi (z)pìt?" -#: lib.c:1170 +#: lib.c:802 +msgid "oac" +msgstr "pjz" + +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "%s není schránkou!" -#: lib.c:1176 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "Pøipojit zprávy k %s?" @@ -1896,7 +2048,7 @@ msgstr "" #: main.c:43 #, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" @@ -1911,10 +2063,10 @@ msgstr "" #: main.c:49 #, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -2061,29 +2213,29 @@ msgstr "" msgid "Error initializing terminal." msgstr "Chyba pøi inicializaci terminálu." -#: main.c:404 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "Ùroveò ladìní je %d.\n" -#: main.c:406 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "pøi pøekladu programu nebylo 'DEBUG' definováno. Ignoruji.\n" -#: main.c:544 +#: main.c:545 msgid "No recipients specified.\n" msgstr "Nejsou specifikováni ¾ádní pøíjemci.\n" -#: main.c:617 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "Soubor %s nelze pøipojit.\n" -#: main.c:637 +#: main.c:638 msgid "No mailbox with new mail." msgstr "V ¾ádné schránce není nová po¹ta." -#: main.c:671 +#: main.c:672 msgid "Mailbox is empty." msgstr "Schránka je prázdná." @@ -2099,11 +2251,11 @@ msgstr " msgid "Mailbox was corrupted!" msgstr "Schránka byla po¹kozena!" -#: mbox.c:687 mbox.c:930 +#: mbox.c:685 mbox.c:928 msgid "Fatal error! Could not reopen mailbox!" msgstr "Kritická chyba! Schránku nelze znovu otevøít!" -#: mbox.c:696 +#: mbox.c:694 msgid "Unable to lock mailbox!" msgstr "Schránku nelze zamknout!" @@ -2111,98 +2263,102 @@ msgstr "Schr #. * messages were found to be changed or deleted. This should #. * never happen, is we presume it is a bug in mutt. #. -#: mbox.c:740 +#: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" msgstr "" "sync: mbox byl zmìnìn, ale nebyly zmìnìny ¾ádné zprávy! (ohlaste tuto chybu)" -#: mbox.c:769 +#: mbox.c:767 msgid "Writing messages... %d (%d%%)" msgstr "Zapisuji zprávy... %d (%d%%)" -#: mbox.c:915 +#: mbox.c:913 #, c-format msgid "Write failed! Saved partial mailbox to %s" msgstr "Ulo¾ení se nezdaøilo! Èást schránky byla ulo¾ena do %s" -#: mbox.c:967 +#: mbox.c:965 msgid "Could not reopen mailbox!" msgstr "Schránku nelze znovu otevøít!" -#: menu.c:309 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "Znovu otevírám schránku..." + +#: menu.c:312 msgid "Jump to: " msgstr "Pøeskoèit na: " -#: menu.c:318 +#: menu.c:321 msgid "Invalid index number." msgstr "Nesprávné indexové èíslo." -#: menu.c:322 menu.c:340 menu.c:376 menu.c:417 menu.c:433 menu.c:444 -#: menu.c:455 menu.c:497 menu.c:508 menu.c:521 menu.c:534 menu.c:813 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "®ádné polo¾ky." -#: menu.c:337 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "Dolù ji¾ rolovat nemù¾ete." -#: menu.c:353 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "Nahoru ji¾ rolovat nemù¾ete." -#: menu.c:373 +#: menu.c:376 msgid "You are on the last page." msgstr "Jste na poslední stránce." -#: menu.c:395 +#: menu.c:398 msgid "You are on the first page." msgstr "Jste na první stránce." -#: menu.c:474 +#: menu.c:477 msgid "First entry is shown." msgstr "První polo¾ka je zobrazena." -#: menu.c:494 +#: menu.c:497 msgid "Last entry is shown." msgstr "Poslední polo¾ka je zobrazena." -#: menu.c:545 +#: menu.c:548 msgid "You are on the last entry." msgstr "Jste na poslední polo¾ce." -#: menu.c:556 +#: menu.c:559 msgid "You are on the first entry." msgstr "Jste na první polo¾ce." -#: menu.c:596 pattern.c:1060 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "Vyhledat: " -#: menu.c:597 +#: menu.c:609 msgid "Reverse search for: " msgstr "Vyhledat obráceným smìrem: " -#: menu.c:608 pattern.c:1093 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "Není ¾ádný vzor k vyhledání." -#: menu.c:638 pager.c:1829 pager.c:1845 pager.c:1932 pattern.c:1158 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "Nenalezeno." -#: menu.c:689 +#: menu.c:701 msgid "No tagged entries." msgstr "®ádné polo¾ky nejsou oznaèeny." -#: menu.c:777 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "V tomto menu není hledání pøístupné." -#: menu.c:816 +#: menu.c:826 msgid "Tagging is not supported." msgstr "Oznaèování není podporováno." -#: mh.c:183 +#: mh.c:182 #, c-format msgid "Reading %s... %d" msgstr "Ètu %s... %d" @@ -2212,199 +2368,204 @@ msgstr " msgid "Lock count exceeded, remove lock for %s?" msgstr "Zámek stále existuje, odemknout %s?" -#: mx.c:178 +#: mx.c:125 +#, c-format +msgid "Can't dotlock %s.\n" +msgstr "%s nelze zamknout.\n" + +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "Vypr¹el èas pro pokus o zamknutí pomocí funkce fcntl!" -#: mx.c:184 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "Èekám na zamknutí pomocí funkce fcntl... %d" -#: mx.c:212 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "Èas pro zamknutí pomocí funkce flock vypr¹el!" -#: mx.c:219 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "Èekám na pokus o zamknutí pomocí funkce flock... %d" -#: mx.c:589 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "Ètu %s..." -#: mx.c:679 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "Ukládám %s..." -#: mx.c:704 +#: mx.c:710 #, c-format msgid "Could not synchronize mailbox %s!" msgstr "Schránku %s nelze synchronizovat!" -#: mx.c:767 +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "Pøesunout pøeètené zprávy do %s?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "Zahodit smazané zprávy (%d)?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "Zahodit smazané zprávy (%d)?" -#: mx.c:796 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "Pøesunuji pøeètené zprávy do %s..." -#: mx.c:812 mx.c:955 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "Obsah schránky nebyl zmìnìn." -#: mx.c:831 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "ponecháno: %d, pøesunuto: %d, smazáno: %d" -#: mx.c:834 mx.c:980 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "ponecháno: %d, smazáno: %d" -#: mx.c:940 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr " Stisknìte `%s' pro zapnutí zápisu" -#: mx.c:942 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "Pou¾ijte 'toggle-write' pro zapnutí zápisu!" -#: mx.c:944 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "Schránka má vypnut zápis. %s" -#: mx.c:949 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "Ze schránky je mo¾né pouze èíst." # Opìt krkolomné tvary kvùli # vlastníkùm 80ti znakových terminálù. -#: pager.c:1370 +#: pager.c:1376 msgid "PrevPg" msgstr "Pøstr" -#: pager.c:1371 +#: pager.c:1377 msgid "NextPg" msgstr "Dlstr" -#: pager.c:1375 +#: pager.c:1381 msgid "View Attachm." msgstr "Pøílohy" -#: pager.c:1378 +#: pager.c:1384 msgid "Next" msgstr "Dal¹í" #. emulate "less -q" and don't go on to the next message. -#: pager.c:1741 pager.c:1772 pager.c:1801 pager.c:2020 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "Konec zprávy je zobrazen." -#: pager.c:1757 pager.c:1779 pager.c:1790 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "Zaèátek zprávy je zobrazen." -#: pager.c:1863 +#: pager.c:1869 msgid "Reverse search: " msgstr "Hledat opaèným smìrem: " -#: pager.c:1864 +#: pager.c:1870 msgid "Search: " msgstr "Hledat: " -#: pager.c:1958 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "Pomoc je právì zobrazena." -#: pager.c:1987 +#: pager.c:1993 msgid "No more quoted text." msgstr "®ádný dal¹í citovaný text." -#: pager.c:2000 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "Za citovaným textem ji¾ nenásleduje ¾ádný bì¾ný text." -#: parse.c:502 +#: parse.c:501 msgid "multipart message has no boundary parameter!" msgstr "Zpráva o více èástech nemá urèeny hranice!" -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "Výraz %s je chybný." -#: pattern.c:331 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "Nesprávné datum dne (%s)." -#: pattern.c:345 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "Mìsíc %s není správný." -#: pattern.c:399 +#: pattern.c:401 msgid "error in expression" msgstr "chyba ve výrazu" -#: pattern.c:584 pattern.c:692 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "chyba ve vzoru na: %s" -#: pattern.c:632 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "pøíkaz %c je nesprávný" -#: pattern.c:638 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "V tomto módu není %c podporováno." -#: pattern.c:651 +#: pattern.c:653 msgid "missing parameter" msgstr "chybí parametr" -#: pattern.c:667 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "neshodují se závorky: %s" -#: pattern.c:699 +#: pattern.c:701 msgid "empty pattern" msgstr "prázdný vzor" -#: pattern.c:876 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "chyba: neznámý operand %d (ohlaste tuto chybu)." -#: pattern.c:941 pattern.c:1079 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "Pøekládám vzor k vyhledání..." -#: pattern.c:955 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "Spou¹tím pøíkaz pro shodující se zprávy... " @@ -2412,42 +2573,42 @@ msgstr "Spou msgid "No messages matched criteria." msgstr "®ádná ze zpráv nesplòuje daná kritéria." -#: pattern.c:1117 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "Pøi vyhledávání bylo dosa¾eno konce bez nalezení shody." -#: pattern.c:1128 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "Pøi vyhledávání bylo dosa¾eno zaèátku bez nalezení shody." -#: pattern.c:1150 +#: pattern.c:1145 msgid "Search interrupted." msgstr "Hledání bylo pøeru¹eno." -#: pgp.c:131 +#: pgp.c:130 msgid "Enter PGP passphrase:" msgstr "Zadejte PGP heslo:" -#: pgp.c:147 +#: pgp.c:146 msgid "PGP passphrase forgotten." msgstr "PGP heslo zapomenuto" -#: pgp.c:175 +#: pgp.c:174 #, c-format msgid "Unknown PGP version \"%s\"." msgstr "Neznámá verze PGP \"%s\"." -#: pgp.c:208 +#: pgp.c:207 msgid "[-- PGP output follows (current time: " msgstr "[-- následuje výstup PGP (aktuální èas: " -#: pgp.c:321 +#: pgp.c:320 msgid "[-- Error: unable to create PGP subprocess! --]\n" msgstr "[-- Chyba: nelze spustit PGP proces! --]\n" # Je vhodné následující zprávy pøekládat? Nezpùsobí to inkompatibilitu s # anglickou verzí muttu? -#: pgp.c:348 +#: pgp.c:347 msgid "" "\n" "[-- End of PGP output --]\n" @@ -2457,7 +2618,7 @@ msgstr "" "[-- Konec výstupu PGP --]\n" "\n" -#: pgp.c:354 +#: pgp.c:353 msgid "" "[-- BEGIN PGP MESSAGE --]\n" "\n" @@ -2465,11 +2626,11 @@ msgstr "" "[-- ZAÈÁTEK PGP ZPRÁVY --]\n" "\n" -#: pgp.c:356 +#: pgp.c:355 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" msgstr "[--ZAÈÁTEK VEØEJNÉHO KLÍÈE PGP --]\n" -#: pgp.c:358 +#: pgp.c:357 msgid "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" @@ -2477,7 +2638,7 @@ msgstr "" "[-- ZAÈÁTEK PODEPSANÉ PGP ZPRÁVY --]\n" "\n" -#: pgp.c:460 +#: pgp.c:459 msgid "" "\n" "[-- END PGP MESSAGE --]\n" @@ -2485,11 +2646,11 @@ msgstr "" "\n" "[-- KONEC PGP ZPRÁVY --]\n" -#: pgp.c:462 +#: pgp.c:461 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- KONEC VEØEJNÉHO KLÍÈE PGP --]\n" -#: pgp.c:464 +#: pgp.c:463 msgid "" "\n" "[-- END PGP SIGNED MESSAGE --]\n" @@ -2497,7 +2658,7 @@ msgstr "" "\n" "[-- KONEC PODEPSANÉ PGP ZPRÁVY --]\n" -#: pgp.c:477 +#: pgp.c:476 msgid "" "[-- Error: could not find beginning of PGP message! --]\n" "\n" @@ -2505,7 +2666,7 @@ msgstr "" "[-- Chyba: nelze najít zaèátek PGP zprávy! --]\n" "\n" -#: pgp.c:669 pgp.c:975 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2513,20 +2674,20 @@ msgstr "" "[-- Konec výstupu PGP --]\n" "\n" -#: pgp.c:721 +#: pgp.c:720 msgid "" "[-- Error: Inconsistant multipart/signed structure! --]\n" "\n" msgstr "" -#: pgp.c:729 +#: pgp.c:728 #, fuzzy, c-format msgid "" "[-- Error: Unknown multipart/signed protocol %s! --]\n" "\n" msgstr "Chyba: typ 'multipart/signed' bez informace o protokolu" -#: pgp.c:750 +#: pgp.c:749 #, c-format msgid "" "[-- Warning: We can't verify %s/%s signatures. --]\n" @@ -2534,7 +2695,7 @@ msgid "" msgstr "" #. Now display the signed body -#: pgp.c:758 +#: pgp.c:757 #, fuzzy msgid "" "[-- The following data is signed --]\n" @@ -2543,13 +2704,13 @@ msgstr "" "[-- Následují podepsaná data ve formátu PGP/MIME --]\n" "\n" -#: pgp.c:764 +#: pgp.c:763 msgid "" "[-- Warning: Can't find any signatures. --]\n" "\n" msgstr "" -#: pgp.c:770 +#: pgp.c:769 #, fuzzy msgid "" "\n" @@ -2558,11 +2719,11 @@ msgstr "" "\n" "[-- Konec podepsaných dat ve formátu PGP/MIME --]\n" -#: pgp.c:882 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "Vnitøní chyba. Informujte ." -#: pgp.c:946 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2570,7 +2731,7 @@ msgstr "" "[-- Chyba: nelze spustit PGP! --]\n" "\n" -#: pgp.c:1039 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2578,11 +2739,11 @@ msgstr "" "[-- Chyba: zpráva ve formátu PGP/MIME je poru¹ena! --]\n" "\n" -#: pgp.c:1052 +#: pgp.c:1051 msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- Chyba: doèasný soubor nelze vytvoøit! --]\n" -#: pgp.c:1061 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" @@ -2590,7 +2751,7 @@ msgstr "" "[-- Následující data jsou za¹ifrována ve formátu PGP/MIME --]\n" "\n" -#: pgp.c:1069 +#: pgp.c:1068 msgid "" "\n" "[-- End of PGP/MIME encrypted data --]\n" @@ -2598,361 +2759,380 @@ msgstr "" "\n" "[-- Konec dat za¹ifrovaných ve formátu PGP/MIME --]\n" -#: pgp.c:1151 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "PGP proces nelze spustit!" -#: pgp.c:1275 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "Pou¾ít ID klíèe = \"%s\" pro %s?" -#: pgp.c:1281 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "Zadejte ID klíèe pro %s: " -#: pgpkey.c:174 +#: pgpkey.c:441 msgid "Exit " msgstr "Ukonèit " -#: pgpkey.c:176 +#: pgpkey.c:443 msgid "Select " msgstr "Zvolit " -#: pgpkey.c:179 +#: pgpkey.c:446 msgid "Check key " msgstr "Kontrolovat klíè " -#: pgpkey.c:192 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "klíèe PGP se shodují" -#: pgpkey.c:211 pgpkey.c:388 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "Nelze otevøít /dev/null" -#: pgpkey.c:217 pgpkey.c:382 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "Doèasný soubor nelze vytvoøit." -#: pgpkey.c:227 pgpkey.c:399 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "Filtr nelze vytvoøit" -#: pgpkey.c:237 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "ID klíèe: 0x%s" -#: pgpkey.c:258 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "Dùvìryhodnost tohoto ID není definována." -#: pgpkey.c:259 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "Toto ID není dùvìryhodné." -#: pgpkey.c:260 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "Dùvìryhodnost tohoto ID je pouze èásteèná." # %s je vìta typu zprávy vý¹e -#: pgpkey.c:263 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s Opravdu jej chcete pou¾ít?" -#: pgpkey.c:370 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "Zadejte ID klíèe: " -#: pgpkey.c:417 +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "Spou¹tím PGP..." + +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "Klíè PGP 0x%s." -#: pgppubring.c:59 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "rezervováno" -#: pgppubring.c:60 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "Za¹ifrovaný klíè sezení" # co to ty 'pakety ' znamenají? # provizorní pøeklad -#: pgppubring.c:61 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "Podpisový paket" -#: pgppubring.c:62 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "Konvenènì za¹ifrovaný paket klíèe sezení" -#: pgppubring.c:63 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "Jednoprùchodový podpisový paket" -#: pgppubring.c:64 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "Paket tajného klíèe" -#: pgppubring.c:65 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "Paket veøejného klíèe" -#: pgppubring.c:66 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "Paket tajného podklíèe" -#: pgppubring.c:67 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "Paket komprimovaných dat" -#: pgppubring.c:68 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "Symetricky za¹ifrovaný datový paket" -#: pgppubring.c:69 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "Znaèkový paket" -#: pgppubring.c:70 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "Datový paket" -#: pgppubring.c:71 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "Paket dùvìry" -#: pgppubring.c:72 +#: pgppubring.c:76 msgid "Name Packet" msgstr "Jmenný paket" -#: pgppubring.c:73 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "Paket podklíèe" -#: pgppubring.c:74 +#: pgppubring.c:78 msgid "Reserved" msgstr "Rezervováno" -#: pgppubring.c:75 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "Paket komentáøe" -#: pop.c:67 +#: pop.c:66 msgid "POP Password: " msgstr "Heslo na POP serveru: " -#: pop.c:92 +#: pop.c:91 msgid "POP host is not defined." msgstr "POP server není definován." -#: pop.c:98 +#: pop.c:97 msgid "No POP username is defined." msgstr "U¾ivatelské jméno na POP serveru není definováno." -#: pop.c:115 +#: pop.c:114 #, c-format msgid "Could not find address for host %s." msgstr "Adresu poèítaèe %s nelze nalézt." -#: pop.c:123 +#: pop.c:122 #, c-format msgid "Connecting to %s" msgstr "Pøipojuji se k %s" -#: pop.c:167 pop.c:332 +#: pop.c:166 pop.c:331 msgid "Server closed connection!" msgstr "Server uzavøel spojení!" -#: pop.c:188 +#: pop.c:187 msgid "No new mail in POP mailbox." msgstr "Ve schránce na POP serveru nejsou nové zprávy." -#: pop.c:210 +#: pop.c:209 #, c-format msgid "Reading %d new message (%d bytes)..." msgstr "Naèítám nové zprávy. Poèet zpráv: %d, poèet bajtù: %d ..." -#: pop.c:211 +#: pop.c:210 #, c-format msgid "Reading %d new messages (%d bytes)..." msgstr "Naèítám nové zprávy. Poèet zpráv: %d, poèet bajtù: %d ..." -#: pop.c:246 +#: pop.c:245 msgid "Error reading message!" msgstr "Chyba pøi ètení zprávy!" -#: pop.c:282 +#: pop.c:281 msgid "Error while writing mailbox!" msgstr "Chyba pøi zápisu do schránky!" -#: pop.c:306 +#: pop.c:305 #, c-format msgid "%s [%d messages read]" msgstr "%s [poèet pøeètených zpráv: %d]" -#: postpone.c:112 +#: postpone.c:111 msgid "Postponed Messages" msgstr "¾ádné odlo¾ené zprávy" -#: postpone.c:185 postpone.c:194 +#: postpone.c:184 postpone.c:193 msgid "No postponed messages." msgstr "®ádné zprávy nejsou odlo¾eny." -#: postpone.c:339 postpone.c:359 postpone.c:368 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "Nekorektní PGP hlavièka" -#: query.c:46 +#: query.c:45 msgid "New Query" msgstr "Nový dotaz" -#: query.c:47 +#: query.c:46 msgid "Make Alias" msgstr "Vytvoøit pøezdívku" -#: query.c:48 +#: query.c:47 msgid "Search" msgstr "Hledat" -#: query.c:92 +#: query.c:91 msgid "Waiting for response..." msgstr "Èekám na odpovìï..." -#: query.c:193 query.c:218 +#: query.c:192 query.c:217 msgid "Query command not defined." msgstr "Pøíkaz pro dotazy není definován." -#: query.c:245 +#: query.c:244 msgid "Query" msgstr "Dotaz" #. Prompt for Query -#: query.c:258 query.c:286 +#: query.c:257 query.c:285 msgid "Query: " msgstr "Dotázat se na: " -#: query.c:269 query.c:295 +#: query.c:268 query.c:294 #, c-format msgid "Query '%s'" msgstr "Dotaz na `%s'" -#: recvattach.c:50 +#: recvattach.c:49 msgid "Pipe" msgstr "Poslat rourou" -#: recvattach.c:51 +#: recvattach.c:50 msgid "Print" msgstr "Tisk" -#: recvattach.c:371 +#: recvattach.c:402 msgid "Saving..." msgstr "Ukládám..." -#: recvattach.c:432 +#: recvattach.c:465 msgid "Attachment saved" msgstr "Pøíloha ulo¾ena" -#: recvattach.c:444 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "VAROVÁNÍ! Takto pøepí¹ete %s. Pokraèovat?" -#: recvattach.c:462 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "Pøíloha byla filtrována." -#: recvattach.c:528 +#: recvattach.c:561 msgid "Filter through: " msgstr "Filtrovat pøes: " -#: recvattach.c:528 +#: recvattach.c:561 msgid "Pipe to: " msgstr "Poslat rourou do: " -#: recvattach.c:563 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "Nevím, jak vytisknout tento poèet (%s) pøíloh." -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "Vytisknout oznaèené pøílohy?" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print attachment?" msgstr "Vytisknout pøílohu?" -#: recvattach.c:654 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "Pøeposlat lze pouze èásti typu 'message/rfc822'." -#: recvattach.c:690 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "Pøeposlat zprávy na %s...?" -#: recvattach.c:691 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "Pøeposlat zprávu na %s...?" -#: recvattach.c:916 +#: recvattach.c:976 msgid "Attachments" msgstr "Pøílohy" -#: recvattach.c:973 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "Mazání pøíloh PGP zpráv není podporováno." -#: recvattach.c:993 recvattach.c:1010 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "Podporováno je pouze mazání pøíloh o více èástech." -#: recvattach.c:1060 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "Tento pøíkaz není u PGP zpráv podporován." -#: rfc1524.c:158 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "Nesprávný formát polo¾ky pro typ %s v \"%s\" na øádku %d" -#: rfc1524.c:390 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "Cesta k mailcapu není zadána." -#: rfc1524.c:416 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "pro typ %s nebyla nalezena polo¾ka v mailcapu" -#: score.c:74 +#: score.c:73 msgid "score: too few arguments" msgstr "skóre: pøíli¹ málo argumentù" -#: score.c:83 +#: score.c:82 msgid "score: too many arguments" msgstr "skóre: pøíli¹ mnoho argumentù" -#: send.c:230 +#: send.c:232 msgid "No subject, abort?" msgstr "Vìc není specifikována, zru¹it?" -#: send.c:232 +#: send.c:234 msgid "No subject, aborting." msgstr "Vìc není specifikována, zru¹eno." +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "Odpovìdìt %s%s?" + #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:433 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "Odpovìdìt %s%s?" @@ -2960,111 +3140,115 @@ msgstr "Odpov #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:517 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "®ádná oznaèená zpráva není viditelná!" -#: send.c:542 +#: send.c:553 msgid "No mailing lists found!" msgstr "®ádné diskusní skupiny nebyly nalezeny!" -#: send.c:629 +#: send.c:640 msgid "Include message in reply?" msgstr "Vlo¾it zprávu do odpovìdi?" -#: send.c:643 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "V¹echny po¾adované zprávy nelze vlo¾it!" -#: send.c:656 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "Pøeposlat v MIME formátu?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:867 +#: send.c:890 msgid "Recall postponed message?" msgstr "Vrátit se k odlo¾eným zprávám?" -#: send.c:1099 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "Zahodit nezmìnìnou zprávu?" -#: send.c:1101 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "Nezmìnìná zpráva byla zahozena." #. abort -#: send.c:1140 +#: send.c:1165 msgid "Mail not sent." msgstr "Zpráva nebyla odeslána." -#: send.c:1153 +#: send.c:1178 msgid "Message postponed." msgstr "Zpráva byla odlo¾ena." -#: send.c:1162 +#: send.c:1187 msgid "No recipients are specified!" msgstr "Nejsou zadáni pøíjemci!" -#: send.c:1167 +#: send.c:1192 msgid "No recipients were specified." msgstr "Nebyli zadání pøíjemci." -#: send.c:1173 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "®ádná vìc, zru¹it odeslání?" -#: send.c:1177 +#: send.c:1202 msgid "No subject specified." msgstr "Vìc nebyla zadána." -#: send.c:1216 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "Zpráva editována. Skuteènì odeslat?" -#: send.c:1222 +#: send.c:1249 msgid "Sending message..." msgstr "Posílám zprávu..." -#: send.c:1324 +#: send.c:1361 msgid "Could not send the message." msgstr "Zprávu nelze odeslat." -#: send.c:1330 +#: send.c:1366 msgid "Mail sent." msgstr "Zpráva odeslána." -#: sendlib.c:475 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "Nebyl nalezen 'boundary' parametr! [ohlaste tuto chybu]" -#: sendlib.c:509 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "%s ji¾ neexistuje!" -#: sendlib.c:777 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "%s nelze otevøít" -#: sendlib.c:1695 +#: sendlib.c:1680 #, fuzzy, c-format -msgid "Error sending message, child exited %d (%s).\n" +msgid "Error sending message, child exited %d (%s)." msgstr "Chyba pøi zasílání zprávy, potomek ukonèen %d (%s).\n" -#: sendlib.c:1697 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "Výstup potomka byl ulo¾en do %s.\n" +#: sendlib.c:1686 +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1701 -msgid "Error sending message." -msgstr "Chyba pøi zasílání zprávy." +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "Zachycen %s... Konèím.\n" -#: signal.c:39 signal.c:42 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "Zachycen %s... Konèím.\n" @@ -3074,71 +3258,43 @@ msgstr "Zachycen %s... Kon msgid "Caught signal %d... Exiting.\n" msgstr "Zachycen signál %d... Konèím.\n" -#: sort.c:199 +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "Pøipojuji se k %s..." + +#: sort.c:198 msgid "Sorting mailbox..." msgstr "Øadím schránku..." -#: sort.c:227 +#: sort.c:226 msgid "Could not find sorting function! [report this bug]" msgstr "Øadící funkci nelze nalézt! [ohlaste tutu chybu]" -#: status.c:102 +#: status.c:101 msgid "(no mailbox)" msgstr "(¾ádná schránka)" -#, fuzzy -#~ msgid "Error running \"%s\"!" -#~ msgstr "Chyba pøi zpracování adresy!" +#~ msgid "Display message using mailcap?" +#~ msgstr "Zobrazit zprávu pomocí mailcapu?" -#, fuzzy -#~ msgid "Subscribed [%s], File mask: %s" -#~ msgstr "Adresáø [%s], Souborová maska: %s" +#~ msgid "Can't open your secret key ring!" +#~ msgstr "Vá¹ seznam tajných klíèù nelze otevøít!" -#, fuzzy -#~ msgid "Can't attach a directory!" -#~ msgstr "Adresáø nelze zobrazit" +#~ msgid "===== Attachments =====" +#~ msgstr "==== Pøílohy ====" -#, fuzzy -#~ msgid "Can't open %s: %s." -#~ msgstr "Chyba pøi volání funkce stat pro %s" +#~ msgid "Please report this program error in the function mutt_mktime." +#~ msgstr "Ohlaste, prosím, tuto chybu ve funkci mutt_mktime." -#, fuzzy -#~ msgid "-- Attachments" -#~ msgstr "Pøílohy" - -#, fuzzy -#~ msgid "Unable to attach %s!" -#~ msgstr "Nelze pøipojit!" - -#, fuzzy -#~ msgid "Reopening mailbox... %s" -#~ msgstr "Znovu otevírám schránku..." - -#, fuzzy -#~ msgid "Subscribing to %s..." -#~ msgstr "Kopíruji do %s..." +#~ msgid "%s is a boolean var!" +#~ msgstr "Promìnná %s je typu boolean!" -#, fuzzy -#~ msgid "Unsubscribing to %s..." -#~ msgstr "Pøipojuji se k %s..." +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "Výstup potomka byl ulo¾en do %s.\n" -#, fuzzy -#~ msgid "Delete a remailer from the chain" -#~ msgstr "smazat v¹echny znaky na øádku" - -#~ msgid "oac" -#~ msgstr "pjz" - -#~ msgid "Can't dotlock %s.\n" -#~ msgstr "%s nelze zamknout.\n" - -#, fuzzy -#~ msgid "Invoking pgp..." -#~ msgstr "Spou¹tím PGP..." - -#, fuzzy -#~ msgid "%s... Exiting.\n" -#~ msgstr "Zachycen %s... Konèím.\n" +#~ msgid "Error sending message." +#~ msgstr "Chyba pøi zasílání zprávy." #~ msgid "" #~ "[-- Error: this message does not comply with the PGP/MIME specification! " diff --git a/po/de.po b/po/de.po index 015d62bc..def9a84e 100644 --- a/po/de.po +++ b/po/de.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-01-04 14:22+0100\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -10,537 +10,610 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: addrbook.c:32 browser.c:54 pager.c:1369 postpone.c:33 query.c:44 -#: recvattach.c:48 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 +#: recvattach.c:47 msgid "Exit" msgstr "Verlassen" -#: addrbook.c:33 +#: addrbook.c:32 msgid "Select" msgstr "Auswählen" -#: addrbook.c:34 browser.c:57 compose.c:84 curs_main.c:259 pager.c:1466 -#: pgpkey.c:181 postpone.c:36 query.c:49 recvattach.c:52 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "Hilfe" -#: addrbook.c:132 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "Keine Einträge im Adreßbuch!" -#: addrbook.c:144 +#: addrbook.c:131 msgid "Aliases" msgstr "Adreßbuch" #. add a new alias -#: alias.c:193 +#: alias.c:192 msgid "Alias as: " msgstr "Kurzname für Adreßbuch: " -#: alias.c:199 +#: alias.c:198 msgid "You already have an alias defined with that name!" msgstr "" "Sie haben bereits einen Adreßbucheintrag mit diesem Kurznamen definiert." -#: alias.c:213 +#: alias.c:212 msgid "Address: " msgstr "Adresse: " -#: alias.c:229 +#: alias.c:228 msgid "Personal name: " msgstr "Name: " -#: alias.c:238 +#: alias.c:237 #, c-format msgid "[%s = %s] Accept?" msgstr "[%s = %s] Eintragen?" -#: alias.c:255 recvattach.c:344 recvattach.c:399 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "Speichern in Datei: " -#: alias.c:266 +#: alias.c:265 msgid "Alias added." msgstr "Adresse eingetragen." -#: attach.c:112 attach.c:235 attach.c:367 attach.c:806 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "Namensschema kann nicht erfüllt werden, fortfahren?" #. For now, editing requires a file, no piping -#: attach.c:124 +#: attach.c:123 msgid "Mailcap compose entry requires %%s" msgstr "\"compose\"-Eintrag in der Mailcap-Datei erfordert %%s." -#: attach.c:138 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "Unverständliche Adresse!" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "Kann Datei nicht öffnen, um Nachrichtenkopf zu untersuchen." -#: attach.c:169 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "Kann Datei nicht öffnen, um Nachrichtenkopf zu entfernen." -#: attach.c:187 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." msgstr "" "Kein \"compose\"-Eintrag für %s in der Mailcap-Datei, erzeuge leere Datei." #. For now, editing requires a file, no piping -#: attach.c:247 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "\"edit\"-Eintrag in Mailcap erfordert %%s." -#: attach.c:265 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "Kein \"edit\"-Eintrag für %s in Mailcap." -#: attach.c:333 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "Es gibt keinen passenden Mailcap-Eintrag, Anzeige als Text." -#: attach.c:346 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "Undefinierter MIME-Typ, kann Anhang nicht anzeigen." -#: attach.c:436 +#: attach.c:499 msgid "Cannot create filter" msgstr "Kann Filter nicht erzeugen." -#: attach.c:638 recvattach.c:374 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "Anhang gespeichert." -#: attach.c:691 +#: attach.c:756 msgid "Write fault!" msgstr "Schreibfehler!" -#: attach.c:890 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "Ich weiß nicht, wie man dies druckt." -#: browser.c:55 +#: browser.c:42 msgid "Chdir" msgstr "Verzeichnis" -#: browser.c:56 +#: browser.c:43 msgid "Mask" msgstr "Maske" -#: browser.c:345 browser.c:672 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s ist kein Verzeichnis." -#: browser.c:450 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "Mailbox-Dateien [%d]" +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "Verzeichnis [%s], Dateimaske: %s" + #: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "Verzeichnis [%s], Dateimaske: %s" -#: browser.c:539 browser.c:729 browser.c:812 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "Verzeichnisse können nicht angezeigt werden." + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "Es gibt keine zur Maske passenden Dateien." -#: browser.c:646 +#: browser.c:784 msgid "Chdir to: " msgstr "Verzeichnis wechseln nach: " -#: browser.c:665 browser.c:722 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "Fehler beim Einlesen des Verzeichnisses." -#: browser.c:683 +#: browser.c:836 msgid "File Mask: " msgstr "Dateimaske: " -#: browser.c:745 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "" "Sortiere umgekehrt nach (D)atum, (a)lphabetisch, (G)röße, oder (n)icht? " -#: browser.c:746 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Sortiere nach (D)atum, (a)lphabetisch, (G)röße oder (n)icht?" -#: browser.c:747 +#: browser.c:900 msgid "dazn" msgstr "dagn" -#: browser.c:799 +#: browser.c:962 msgid "New file name: " msgstr "Neuer Dateiname: " -#: browser.c:820 +#: browser.c:983 msgid "Can't view a directory" msgstr "Verzeichnisse können nicht angezeigt werden." -#: browser.c:838 +#: browser.c:1001 msgid "Error trying to view file" msgstr "Fehler." -#: buffy.c:364 +#: buffy.c:363 #, c-format msgid "New mail in %s." msgstr "Neue Nachrichten in %s." -#: color.c:307 +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "Kann Verzeichniseintrag für Datei nicht lesen: %s" + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "%s: color wird nicht vom Terminal unterstützt." -#: color.c:313 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "%s: Farbe unbekannt." -#: color.c:359 color.c:550 color.c:561 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "%s: Objekt unbekannt." -#: color.c:366 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "%s: Kommando ist nur für Index-Objekt gültig." -#: color.c:374 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "%s: Zu wenige Parameter." -#: color.c:538 +#: color.c:546 msgid "Missing arguments." msgstr "Fehlende Parameter." -#: color.c:577 color.c:588 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "color: Zu wenige Parameter." -#: color.c:611 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono: Zu wenige Parameter." -#: color.c:631 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "%s: Attribut unbekannt." -#: color.c:671 hook.c:62 hook.c:70 keymap.c:681 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "Zu wenige Parameter." -#: color.c:680 hook.c:76 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "Zu viele Parameter." -#: color.c:694 +#: color.c:702 msgid "default colors not supported" msgstr "Standard-Farben werden nicht unterstützt." -#: commands.c:123 -msgid "Display message using mailcap?" -msgstr "Nachricht mittels Mailcap anzeigen?" - -#: commands.c:154 commands.c:162 pgpkey.c:221 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "Rufe PGP auf..." #. find out whether or not the verify signature -#: commands.c:159 +#: commands.c:92 msgid "Verify PGP signature?" msgstr "PGP-Signatur überprüfen?" -#: commands.c:177 mbox.c:724 +#: commands.c:110 mbox.c:722 msgid "Could not create temporary file!" msgstr "Konnte Temporärdatei nicht anzeigen!" -#: commands.c:225 +#: commands.c:162 msgid "Command: " msgstr "Kommando: " -#: commands.c:243 recvattach.c:677 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "Nachricht weiterleiten an: " -#: commands.c:245 recvattach.c:679 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "Markierte Nachrichten weiterleiten an: " -#: commands.c:260 +#: commands.c:197 msgid "Error parsing address!" msgstr "Unverständliche Adresse!" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "Nachricht an %s weiterleiten" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "Nachrichten an %s weiterleiten" -#: commands.c:281 +#: commands.c:218 msgid "Message bounced." msgstr "Nachricht weitergeleitet." -#: commands.c:281 +#: commands.c:218 msgid "Messages bounced." msgstr "Nachrichten weitergeleitet." -#: commands.c:301 +#: commands.c:239 msgid "Pipe to command: " msgstr "In Kommando einspeisen: " -#: commands.c:401 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Umgekehrt " "(D)at/(A)bs/Ei(n)g/(B)etr/(E)mpf/(F)aden/(u)nsort/(G)röße/Be(w)ert?: " -#: commands.c:402 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Sortieren " "(D)at/(A)bs/Ei(n)g/(B)etr/(E)mpf/(F)aden/(u)nsort/(G)röße/Be(w)ert?: " -#: commands.c:403 +#: commands.c:341 msgid "dfrsotuzc" msgstr "danbefugw" -#: commands.c:456 +#: commands.c:394 msgid "Shell command: " msgstr "Shell-Kommando: " -#: commands.c:572 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s in Mailbox" -#: commands.c:573 +#: commands.c:511 msgid "Decode-save" msgstr "Decodiert speichern" -#: commands.c:573 +#: commands.c:511 msgid "Decode-copy" msgstr "Decodiert kopieren" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-save" msgstr "Entschlüsselt speichern" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-copy" msgstr "Entschlüsselt kopieren" -#: commands.c:575 curs_main.c:255 recvattach.c:49 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "Speichern" -#: commands.c:575 +#: commands.c:513 msgid "Copy" msgstr "Kopieren" -#: commands.c:575 +#: commands.c:513 msgid " tagged" msgstr " ausgewählt" -#: commands.c:644 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "Kopiere nach %s..." -#: commands.c:716 +#: commands.c:654 msgid "Print message?" msgstr "Nachricht drucken?" -#: commands.c:716 +#: commands.c:654 msgid "Print tagged messages?" msgstr "Ausgewählte Nachrichten drucken?" -#: commands.c:743 +#: commands.c:681 msgid "Message printed" msgstr "Nachricht gedruckt" -#: commands.c:743 +#: commands.c:681 msgid "Messages printed" msgstr "Nachrichten gedruckt" -#: compose.c:77 +#: compose.c:83 msgid "Send" msgstr "Absenden" -#: compose.c:78 +#: compose.c:84 msgid "Abort" msgstr "Verwerfen" -#: compose.c:82 compose.c:539 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "Datei anhängen" -#: compose.c:83 +#: compose.c:89 msgid "Descrip" msgstr "Beschr." -#: compose.c:104 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "Signieren, Verschlüsseln" -#: compose.c:106 +#: compose.c:112 msgid "Encrypt" msgstr "Verschlüsseln" -#: compose.c:108 +#: compose.c:114 msgid "Sign" msgstr "Signieren" -#: compose.c:110 +#: compose.c:116 msgid "Clear" msgstr "Klartext" -#: compose.c:117 +#: compose.c:123 msgid " sign as: " msgstr " signiere als: " -#: compose.c:117 +#: compose.c:123 msgid "" msgstr "" -#: compose.c:118 compose.c:192 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "MIC-Algorithmus: " -#: compose.c:133 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " msgstr "" "(v)erschl., (s)ign., sign. (a)ls, (b)eides, (m)ic auswählen, (k)ein PGP" -#: compose.c:134 +#: compose.c:138 msgid "esabmf" msgstr "vsabmk" -#: compose.c:151 -msgid "Can't open your secret key ring!" -msgstr "Kann geheimen Schlüsselbund nicht öffnen!" - -#: compose.c:156 +#: compose.c:152 msgid "Sign as: " msgstr "Signiere als: " -#: compose.c:176 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "Eine unbekannte PGP-Version wurde zum Signieren eingetragen." -#: compose.c:186 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "Dies macht keinen Sinn, wenn Sie die Nachricht nicht signieren wollen." -#: compose.c:197 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "" "Unbekannter MIC-Algorithmus. Gültig sind: pgp-md5, pgp-sha1, pgp-rmd160" -#: compose.c:233 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "%s [#%d] existiert nicht mehr!" -#: compose.c:241 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "%s [#%d] wurde modifiziert. Codierung neu bestimmen?" -#: compose.c:282 -msgid "===== Attachments =====" -msgstr "===== Anhänge =====" +#: compose.c:309 +#, fuzzy +msgid "-- Attachments" +msgstr "Anhänge" -#: compose.c:320 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "Der einzige Nachrichtenteil kann nicht gelöscht werden." -#: compose.c:394 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "Nachricht erstellen" -#: compose.c:544 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "Öffne Mailbox, um Nachricht anzuhängen" -#: compose.c:583 +#: compose.c:648 msgid "No messages in that folder." msgstr "Keine Nachrichten in diesem Ordner." -#: compose.c:590 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "Bitte markieren Sie die Nachrichten, die Sie anhängen wollen!" -#: compose.c:625 compose.c:645 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "Kann nicht anhängen!" + +#: compose.c:722 msgid "Unable to attach!" msgstr "Kann nicht anhängen!" -#: compose.c:772 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "Ungültige Codierung." -#: compose.c:787 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "Soll eine Kopie dieser Nachricht gespeichert werden?" -#: compose.c:832 +#: compose.c:996 msgid "Rename to: " msgstr "Umbenennen in: " -#: compose.c:837 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "Kann Verzeichniseintrag für Datei nicht lesen: %s" -#: compose.c:864 +#: compose.c:1028 msgid "New file: " msgstr "Neue Datei: " -#: compose.c:877 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "Content-Type ist von der Form Basis/Untertyp." -#: compose.c:883 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "Unbekannter Content-Type %s." -#: compose.c:896 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "Kann Datei %s nicht anlegen." -#: compose.c:904 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "Anhang kann nicht erzeugt werden." -#: compose.c:967 +#: compose.c:1131 msgid "Postpone this message?" msgstr "Nachricht zurückstellen?" -#: compose.c:1019 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "Schreibe Nachricht in Mailbox." -#: compose.c:1023 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "Schreibe Nachricht nach %s ..." -#: compose.c:1034 +#: compose.c:1200 msgid "Message written." msgstr "Nachricht geschrieben." @@ -557,15 +630,15 @@ msgstr "nein" msgid "Exit Mutt?" msgstr "Mutt verlassen?" -#: curs_lib.c:275 +#: curs_lib.c:276 msgid "unknown error" msgstr "unbekannter Fehler." -#: curs_lib.c:295 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "Bitte drücken Sie eine Taste." -#: curs_lib.c:333 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " (für eine Liste '?' eingeben): " @@ -585,19 +658,19 @@ msgstr " msgid "Quit" msgstr "Ende" -#: curs_main.c:253 pager.c:1376 postpone.c:34 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "Lösch." -#: curs_main.c:254 postpone.c:35 +#: curs_main.c:254 postpone.c:34 msgid "Undel" msgstr "Behalten" -#: curs_main.c:256 query.c:45 +#: curs_main.c:256 query.c:44 msgid "Mail" msgstr "Senden" -#: curs_main.c:257 pager.c:1377 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "Antw." @@ -605,146 +678,142 @@ msgstr "Antw." msgid "Group" msgstr "Antw.alle" -#: curs_main.c:423 +#: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "Mailbox wurde verändert. Markierungen können veraltet sein." -#: curs_main.c:426 +#: curs_main.c:432 msgid "New mail in this mailbox." msgstr "Neue Nachrichten in dieser Mailbox." -#: curs_main.c:526 +#: curs_main.c:532 msgid "No mailbox is open." msgstr "Keine Mailbox offen." -#: curs_main.c:532 +#: curs_main.c:538 msgid "No tagged messages." msgstr "Keine markierten Nachrichten." -#: curs_main.c:612 +#: curs_main.c:618 msgid "Jump to message: " msgstr "Springe zu Nachricht: " -#: curs_main.c:618 +#: curs_main.c:624 msgid "Argument must be a message number." msgstr "Argument muß eine Nachrichtennummer sein." -#: curs_main.c:651 +#: curs_main.c:657 msgid "That message is not visible." msgstr "Diese Nachricht ist nicht sichtbar." -#: curs_main.c:654 +#: curs_main.c:660 msgid "Invalid message number." msgstr "Ungültige Nachrichtennummer." -#: curs_main.c:667 +#: curs_main.c:673 msgid "Delete messages matching: " msgstr "Lösche Nachrichten nach Muster: " -#: curs_main.c:689 +#: curs_main.c:695 msgid "No limit pattern is in effect." msgstr "Zur Zeit ist kein Muster aktiv." #. i18n: ask for a limit to apply -#: curs_main.c:694 +#: curs_main.c:700 #, c-format msgid "Limit: %s" msgstr "Begrenze: %s" -#: curs_main.c:703 +#: curs_main.c:709 msgid "Limit to messages matching: " msgstr "Begrenze auf Nachrichten nach Muster: " -#: curs_main.c:733 +#: curs_main.c:739 msgid "Quit Mutt?" msgstr "Mutt beenden?" -#: curs_main.c:835 +#: curs_main.c:841 msgid "Tag messages matching: " msgstr "Markiere Nachrichten nach Muster: " -#: curs_main.c:843 +#: curs_main.c:849 msgid "Undelete messages matching: " msgstr "Entferne Löschmarkierung nach Muster: " -#: curs_main.c:850 +#: curs_main.c:856 msgid "Untag messages matching: " msgstr "Entferne Markierung nach Muster: " -#: curs_main.c:868 +#: curs_main.c:874 msgid "Open mailbox" msgstr "Öffne Mailbox" -#: curs_main.c:870 +#: curs_main.c:876 msgid "Open mailbox in read-only mode" msgstr "Öffne Mailbox im nur-Lesen-Modus" -#: curs_main.c:886 mx.c:423 mx.c:564 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s ist keine Mailbox." -#: curs_main.c:973 +#: curs_main.c:974 msgid "Exit Mutt without saving?" msgstr "Mutt verlassen, ohne Änderungen zu speichern?" -#: curs_main.c:990 curs_main.c:1014 +#: curs_main.c:991 curs_main.c:1015 msgid "You are on the last message." msgstr "Sie sind bereits auf der letzten Nachricht." -#: curs_main.c:997 curs_main.c:1039 +#: curs_main.c:998 curs_main.c:1040 msgid "No undeleted messages." msgstr "Alle Nachrichten gelöscht." -#: curs_main.c:1032 curs_main.c:1055 +#: curs_main.c:1033 curs_main.c:1056 msgid "You are on the first message." msgstr "Sie sind bereits auf der ersten Nachricht." -#: curs_main.c:1127 pattern.c:1114 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "Suche von vorne begonnen." -#: curs_main.c:1136 pattern.c:1125 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "Suche von hinten begonnen." -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No new messages" msgstr "Keine neuen Nachrichten" -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No unread messages" msgstr "Keine ungelesenen Nachrichten" -#: curs_main.c:1163 +#: curs_main.c:1171 msgid " in this limited view" msgstr " in dieser begrenzten Ansicht." -#: curs_main.c:1273 +#: curs_main.c:1295 msgid "No more threads." msgstr "Keine weiteren Diskussionsfäden." -#: curs_main.c:1275 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "Sie haben bereits den ersten Diskussionsfaden ausgewählt." -#: curs_main.c:1328 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "Diskussionsfaden enthält ungelesene Nachrichten." -#: curs_main.c:1341 flags.c:220 thread.c:635 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "Darstellung von Diskussionsfäden ist nicht eingeschaltet." -#: date.c:49 -msgid "Please report this program error in the function mutt_mktime." -msgstr "Bitte einen Fehler bezüglich der mutt_mktime Funktion melden." - #. #. * SLcurses_waddnstr() can't take a "const char *", so this is only #. * declared "static" (sigh) #. -#: edit.c:37 +#: edit.c:36 msgid "" "~~\t\tinsert a line begining with a single ~\n" "~b users\tadd users to the Bcc: field\n" @@ -784,109 +853,109 @@ msgstr "" "~?\t\tDiese Nachricht.\n" ".\t\tin einer Zeile alleine beendet die Eingabe.\n" -#: edit.c:179 +#: edit.c:178 #, c-format msgid "%d: invalid message number.\n" msgstr "%d: Ungültige Nachrichtennummer.\n" -#: edit.c:313 +#: edit.c:312 msgid "(End message with a . on a line by itself)\n" msgstr "" "(Nach Eingabe der Nachricht bitte einen einzelnen Punkt ('.') eingeben.)\n" -#: edit.c:371 +#: edit.c:370 msgid "No mailbox.\n" msgstr "Keine Mailbox.\n" -#: edit.c:375 +#: edit.c:374 msgid "Message contains:\n" msgstr "Nachricht enthält:\n" -#: edit.c:379 edit.c:431 +#: edit.c:378 edit.c:430 msgid "(continue)\n" msgstr "(weiter)\n" -#: edit.c:392 +#: edit.c:391 msgid "missing filename.\n" msgstr "Dateiname fehlt.\n" -#: edit.c:413 +#: edit.c:412 msgid "No lines in message.\n" msgstr "Keine Zeilen in der Nachricht.\n" -#: edit.c:442 +#: edit.c:441 #, c-format msgid "%s: unknown editor command (~? for help)\n" msgstr "%s: Unbekanntes Editor-Kommando (~? für Hilfestellung)\n" -#: flags.c:258 +#: flags.c:257 msgid "Set flag" msgstr "Setze Indikator" -#: flags.c:258 +#: flags.c:257 msgid "Clear flag" msgstr "Entferne Indikator" -#: handler.c:128 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- Fehler: Unerwartetes Dateiende! --]\n" #. didn't find anything that we could display! -#: handler.c:954 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "" "[-- Fehler: Konnte keinen der multipart/alternative-Teile anzeigen! --]\n" -#: handler.c:1071 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- Anhang #%d" -#: handler.c:1082 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- Typ: %s/%s, Codierung: %s, Größe: %s --]\n" -#: handler.c:1141 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- Automatische Anzeige mittels %s --]\n" -#: handler.c:1142 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "Rufe Kommando auf: %s" -#: handler.c:1179 handler.c:1197 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- Fehlerausgabe von %s --]\n" -#: handler.c:1229 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" msgstr "" "[-- Fehler: message/external-body hat keinen access-type Parameter --]\n" -#: handler.c:1246 +#: handler.c:1193 #, c-format msgid "[-- This %s/%s attachment " msgstr "[-- Dieser %s/%s-Anhang " -#: handler.c:1253 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "(Größe %s Byte) " -#: handler.c:1255 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "wurde gelöscht --]\n" -#: handler.c:1258 +#: handler.c:1205 #, c-format msgid "[-- on %s --]\n" msgstr "[-- am %s --]\n" -#: handler.c:1268 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -897,7 +966,7 @@ msgstr "" "[-- enthalten, und die angegebene externe Quelle -- ]\n" "[-- existiert nicht mehr. --]\n" -#: handler.c:1282 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -907,46 +976,46 @@ msgstr "" "[-- enthalten, und die angegebene Zugangsmethode --]\n" "[-- %s wird nicht unterstützt. --]\n" -#: handler.c:1379 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "Fehler: multipart/signed ohne \"protocol\"-Parameter." -#: handler.c:1392 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "Fehler: multipart/encrypted ohne \"protocol\"-Parameter!" -#: handler.c:1434 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "Konnte Temporärdatei nicht öffnen!" -#: handler.c:1493 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- %s/%s wird nicht unterstützt " -#: handler.c:1498 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(benutzen Sie '%s', um diesen Teil anzuzeigen)" -#: handler.c:1500 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "(benötige Tastaturbindung für 'view-attachments'!)" -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "%s: Kann Datei nicht anhängen." -#: help.c:274 +#: help.c:273 msgid "ERROR: please report this bug" msgstr "ERROR: Bitte melden sie diesen Fehler" -#: help.c:316 +#: help.c:315 msgid "" msgstr "" -#: help.c:328 +#: help.c:327 msgid "" "\n" "Generic bindings:\n" @@ -956,7 +1025,7 @@ msgstr "" "Allgemeine Tastenbelegungen:\n" "\n" -#: help.c:332 +#: help.c:331 msgid "" "\n" "Unbound functions:\n" @@ -966,12 +1035,12 @@ msgstr "" "Unbelegte Funktionen:\n" "\n" -#: help.c:340 +#: help.c:339 #, c-format msgid "Help for %s" msgstr "Hilfe für %s" -#: imap.c:103 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "imap_error(): Unerwartete Reaktion in %s: %s\n" @@ -979,234 +1048,256 @@ msgstr "imap_error(): Unerwartete Reaktion in %s: %s\n" #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:355 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "Kritischer Fehler. Nachrichtenzähler weicht ab!" -#: imap.c:425 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "Hole Nachrichten-Köpfe... [%d/%d]" -#: imap.c:623 mbox.c:1007 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "Öffne Mailbox erneut..." -#: imap.c:865 -#, c-format -msgid "Connecting to %s..." -msgstr "Verbinde zu %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:888 +#: imap.c:1251 msgid "IMAP Username: " msgstr "IMAP-Nutzername: " -#: imap.c:901 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "Paßwort für %s@%s: " -#: imap.c:914 +#: imap.c:1277 msgid "Logging in..." msgstr "Anmeldung..." #. Login failed, try again -#: imap.c:927 +#: imap.c:1290 msgid "Login failed." msgstr "Anmeldung gescheitert..." -#: imap.c:984 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "Wähle %s aus..." -#: imap.c:1083 lib.c:1194 +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "%s erstellen?" -#: imap.c:1132 +#: imap.c:1612 msgid "Fetching message..." msgstr "Hole Nachricht..." -#: imap.c:1240 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "Sende APPEND-Kommando..." -#: imap.c:1279 +#: imap.c:1773 msgid "Uploading message ..." msgstr "Lade Nachrichten auf den Server..." -#: imap.c:1334 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "Schließe Verbindung zu IMAP-Server..." -#: imap.c:1364 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "Speichere Nachrichten-Status-Indikatoren... [%d/%d]" -#: imap.c:1390 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "Lösche Nachrichten auf dem Server..." #. tell the server to commit changes -#: imap.c:1441 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "Schließe Mailbox..." -#: init.c:433 +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "Kopiere nach %s..." + +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "Verbinde zu %s..." + +#: init.c:432 msgid "alias: no address" msgstr "alias: Keine Adresse" -#: init.c:527 +#: init.c:526 msgid "invalid header field" msgstr "my_hdr: Ungültiges Kopf-Feld" -#: init.c:535 +#: init.c:534 #, c-format msgid "ignoring empty header field: %s" msgstr "my_hdr: Ignoriere leeres Kopf-Feld: %s" -#: init.c:587 +#: init.c:586 #, c-format msgid "%s: unknown sorting method" msgstr "%s: Unbekannte Sortiermethode" -#: init.c:660 +#: init.c:659 #, c-format msgid "mutt_restore_default: error in regexp: %s\n" msgstr "mutt_restore_default: Fehler in regulärem Ausdruck: %s\n" -#: init.c:720 +#: init.c:719 #, c-format msgid "%s: unknown variable" msgstr "%s: Unbekannte Variable." -#: init.c:729 +#: init.c:728 msgid "prefix is illegal with reset" msgstr "reset: Präfix ist nicht erlaubt." -#: init.c:735 +#: init.c:734 msgid "value is illegal with reset" msgstr "reset: Wertzuweisung ist nicht erlaubt." -#: init.c:752 -#, c-format -msgid "%s is a boolean var!" -msgstr "%s ist eine Boolsche Variable!" - -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is set" msgstr "%s ist gesetzt." -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is unset" msgstr "%s ist nicht gesetzt." -#: init.c:933 +#: init.c:947 #, c-format msgid "%s: invalid mailbox type" msgstr "%s: Ungültiger Mailbox-Typ" -#: init.c:992 +#: init.c:1006 #, c-format msgid "%s: invalid value" msgstr "%s: Ungültiger Wert" -#: init.c:1042 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "%s: Unbekannter Typ" -#: init.c:1091 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "Fehler in %s, Zeile %d: %s" #. the muttrc source keyword -#: init.c:1102 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "source: Fehler in %s" -#: init.c:1112 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "source: Fehler bei %s" -#: init.c:1117 +#: init.c:1136 msgid "source: too many arguments" msgstr "source: Zu viele Argumente" -#: init.c:1168 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "%s: Unbekanntes Kommando" -#: init.c:1497 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "Fehler in Kommandozeile: %s\n" -#: init.c:1540 +#: init.c:1567 msgid "unable to determine home directory" msgstr "Kann Home-Verzeichnis nicht bestimmen." -#: init.c:1548 +#: init.c:1575 msgid "unable to determine username" msgstr "Kann Nutzernamen nicht bestimmen." -#: keymap.c:434 +#: keymap.c:435 msgid "Macro loop detected." msgstr "Makro-Schleife!" -#: keymap.c:620 keymap.c:628 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "Taste ist nicht belegt." -#: keymap.c:632 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "Taste ist nicht belegt. Drücken Sie '%s' für Hilfe." -#: keymap.c:643 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push: Zu viele Argumente" -#: keymap.c:664 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "%s: Menü unbekannt." -#: keymap.c:673 +#: keymap.c:680 msgid "null key sequence" msgstr "Leere Tastenfolge" -#: keymap.c:751 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind: Zu viele Argumente" -#: keymap.c:766 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "%s: Funktion unbekannt" -#: keymap.c:789 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro: Leere Tastenfolge" -#: keymap.c:800 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "macro: Zu viele Parameter" -#: keymap.c:830 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "%s: Zu wenige Parameter." -#: keymap.c:850 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "%s: Menü unbekannt." @@ -1244,641 +1335,702 @@ msgid "display the currently selected file's name" msgstr "Zeige den Namen der derzeit ausgewählten Datei" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "Wechsle Verzeichnisse" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "Überprüfe Mailboxen auf neue Nachrichten" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "Hänge Datei(en) an diese Nachricht an" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "Hänge Nachricht(en) an diese Nachricht an" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "Editiere die BCC-Liste" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "Editiere die CC-Liste" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "Editiere die Beschreibung des Anhangs" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "Editiere die Codierung des Anhangs" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "Kopiere Nachricht in Datei" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "Editiere die anzuhängende Datei" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "Editiere das From-Feld" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "Editiere Nachricht (einschließlich Kopf)" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "Editiere Nachricht" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "Editiere Anhang mittels Mailcap" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "Editiere Reply-To-Feld" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "Editiere Betreff dieser Nachricht (Subject)" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "Editiere Empfängerliste (To)" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "Editiere Typ des Anhangs" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "Erzeuge temporäre Kopie dieses Anhangs" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "Rechtschreibprüfung via ispell" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "Erzeuge neues Attachment via mailcap" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "Stelle Nachricht zum späteren Versand zurück" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "Benenne angehängte Datei um" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "Verschicke Nachricht" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "Wähle, ob Datei nach Versand gelöscht wird" -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "Überprüfe Codierungsinformation eines Anhangs" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "Schreibe Nachricht in Mailbox" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "Kopiere Nachricht in Datei/Mailbox" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "Erzeuge Adreßbucheintrag für Absender" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "Bewege Eintrag zum unteren Ende des Bildschirms" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "Bewege Eintrag zur Bildschirmmitte" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "Bewege Eintrag zum Bildschirmanfang" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "Erzeuge decodierte Kopie (text/plain)" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "Erzeuge decodierte Kopie (text/plain) und lösche" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "Lösche" -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "Lösche alle Nachrichten im Diskussionsfadenteil" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "Lösche alle Nachrichten im Diskussionsfaden" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "Zeige Absenderadresse" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "Zeige Nachricht mit vollem Nachrichtenkopf" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "Zeige Nachricht an" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "Editiere die aktuelle Nachricht für Neuversand" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "Lösche Zeichen vor dem Cursor" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "Bewege Cursor ein Zeichen nach links" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "Springe zum Zeilenanfang" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "Rotiere unter den Eingangs-Mailboxen" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "Vervollständige Dateinamen oder Kurznamen" -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "Vervollständige Adresse mit Abfrage" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "Lösche das Zeichen unter dem Cursor" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "Springe zum Zeilenende" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "Bewege den Cursor ein Zeichen nach rechts" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "Gehe in der Liste früherer Eingaben nach oben" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "Lösche bis Ende der Zeile" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "Lösche Zeile" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "Lösche Wort vor Cursor" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "Übernehme nächste Taste unverändert" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "Gebe muttrc-Kommando ein" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "Gebe Dateimaske ein" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "Menü verlassen" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "Filtere Anhang mit Shell-Kommando" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "Gehe zum ersten Eintrag" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "Markiere Nachricht als wichtig" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "Leite Nachricht mit Kommentar weiter" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "Wähle den aktuellen Eintrag aus" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "Antworte an alle Empfänger" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "Gehe 1/2 Seite nach unten" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "Gehe 1/2 Seite nach oben" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "Diese Darstellung" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "Springe zu einer Index-Nummer" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "Springe zum letzten Eintrag" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "Antworte an Mailing-Listen" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "Führe Makro aus" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "Erzeuge neue Nachricht" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "Öffne eine andere Mailbox" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "Öffne eine andere Mailbox im Nur-Lesen-Modus" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "Entferne einen Status-Indikator" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "Lösche Nachrichten nach Muster" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "Hole Nachrichten von POP-Server" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "Springe zu erster Nachricht" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "Springe zu letzter Nachricht" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "Wähle anzuzeigende Nachrichten mit Muster aus" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "Springe zur nächsten neuen Nachricht" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "Springe zum nächsten Diskussionsfadenteil" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "Springe zum nächsten Diskussionsfaden" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "Springe zur nächsten ungelöschten Nachricht" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "Springe zur nächsten ungelesenen Nachricht" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "Springe zum vorigen Diskussionsfaden" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "Springe zum vorigen Diskussionsfadenteil" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "Springe zur letzten ungelöschten Nachricht" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "Springe zur vorigen neuen Nachricht" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "Springe zur vorigen ungelesenen Nachricht" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "Markiere den aktuellen Diskussionsfaden als gelesen" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "Markiere den aktuellen Diskussionsfadenteil als gelesen" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "Setze Statusindikator einer Nachricht" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "Speichere Änderungen in Mailbox" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "Markiere Nachrichten nach Muster" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "entferne Löschmarkierung nach Muster" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "Entferne Markierung nach Muster" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "Gehe zur Seitenmitte" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "Gehe zum nächsten Eintrag" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "Gehe eine Zeile nach oben" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "Gehe zur nächsten Seite" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "Springe zum Ende der Nachricht" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "Kehre zum Hauptmenü zurück" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "Schalte Anzeige von zitiertem Text ein/aus" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "Übergehe zitierten Text" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "Springe zum Nachrichtenanfang" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "Bearbeite (pipe) Nachricht/Anhang mit Shell-Kommando" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "Gehe zum vorigen Eintrag" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "Gehe eine Zeile nach oben" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "Gehe zur vorigen Seite" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "Drucke aktuellen Eintrag" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "Externe Adressenabfrage" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "Hänge neue Abfrageergebnisse an" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "Speichere Änderungen in Mailbox und beende das Programm" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "Bearbeite eine zurückgestellte Nachricht" -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "Erzeuge Bildschirmanzeige neu" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "Beantworte Nachricht" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "Speichere Nachricht/Anhang in Datei" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "Suche nach regulärem Ausdruck" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "Suche rückwärts nach regulärem Ausdruck" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "Suche nächsten Treffer" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "Suche nächsten Treffer in umgekehrter Richtung" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "Schalte Suchtreffer-Hervorhebung ein/aus" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "Rufe Kommando in Shell auf" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "Sortiere Nachrichten" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "Sortiere Nachrichten in umgekehrter Reihenfolge" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "Markiere aktuellen Eintrag" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "Wende nächste Funktion auf markierte Nachrichten an" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "Markiere aktuellen Diskussionsfadenteil" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "Markiere aktuellen Diskussionsfaden" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "Setze/entferne den \"neu\"-Indikator einer Nachricht" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "Schalte Sichern von Änderungen ein/aus" -#: keymap_defs.h:147 +#: keymap_defs.h:153 #, fuzzy -msgid "toggle wether to browse mailboxes or all files" +msgid "toggle whether to browse mailboxes or all files" msgstr "Wähle zwischen Mailboxen und allen Dateien" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "Springe zum Anfang der Seite" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "Entferne Löschmarkierung vom aktuellen Eintrag" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "Entferne Löschmarkierung von allen Nachrichten im Diskussionsfaden" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "Entferne Löschmarkierung von allen Nachrichten im Diskussionsfadenteil" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "Zeige Versionsnummer" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "Zeige Anhang, wenn nötig via Mailcap" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "Zeige MIME-Anhänge" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "Zeige derzeit aktives Begrenzungsmuster" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "Kollabiere/expandiere aktuellen Diskussionsfaden" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "Kollabiere/expandiere alle Diskussionsfäden" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "Hänge öffentlichen PGP-Schlüssel an" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "Zeige PGP-Optionen" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "Extrahiere öffentliche PGP-Schlüssel" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "Entferne PGP-Mantra aus Speicher" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "Verschicke öffentlichen PGP-Schlüssel" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "Verifiziere öffentlichen PGP-Schlüssel" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "Zeige Nutzer-ID zu Schlüssel an" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "Erzeuge dechiffrierte Kopie und lösche" -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "Erzeuge dechiffrierte Kopie" -#: lib.c:277 lib.c:292 lib.c:323 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +#, fuzzy +msgid "Append a remailer to the chain" +msgstr "Lösche Zeile" + +#: keymap_defs.h:175 +#, fuzzy +msgid "Insert a remailer into the chain" +msgstr "Lösche Zeile" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "Lösche Zeile" + +#: keymap_defs.h:177 +#, fuzzy +msgid "Select the previous element of the chain" +msgstr "Lösche Zeile" + +#: keymap_defs.h:178 +#, fuzzy +msgid "Select the next element of the chain" +msgstr "Lösche Zeile" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "Kein Speicher!" -#: lib.c:781 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "Datei ist ein Verzeichnis, darin abspeichern?" -#: lib.c:786 +#: lib.c:790 msgid "File under directory: " msgstr "Datei in diesem Verzeichnis: " -#: lib.c:797 +#: lib.c:802 #, fuzzy -msgid "File exists, overwrite?" +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "Datei existiert, überschreiben?" -#: lib.c:1170 +#: lib.c:802 +msgid "oac" +msgstr "" + +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "%s ist keine Mailbox" -#: lib.c:1176 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "Nachricht an %s anhängen?" @@ -1891,7 +2043,7 @@ msgstr "" #: main.c:43 msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" @@ -1899,10 +2051,10 @@ msgstr "" #: main.c:49 msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -2006,29 +2158,29 @@ msgstr "" msgid "Error initializing terminal." msgstr "Kann Termial nicht initialisieren" -#: main.c:404 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "" -#: main.c:406 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "DEBUG war beim Kompilieren nicht definiert. Ignoriert.\n" -#: main.c:544 +#: main.c:545 msgid "No recipients specified.\n" msgstr "Keine Empfänger angegeben.\n" -#: main.c:617 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "%s: Kann Datei nicht anhängen.\n" -#: main.c:637 +#: main.c:638 msgid "No mailbox with new mail." msgstr "Keine Mailbox mit neuen Nachrichten." -#: main.c:671 +#: main.c:672 msgid "Mailbox is empty." msgstr "Mailbox ist leer." @@ -2044,11 +2196,11 @@ msgstr "Lese %s... %d (%d%%)" msgid "Mailbox was corrupted!" msgstr "Mailbox wurde zerstört!" -#: mbox.c:687 mbox.c:930 +#: mbox.c:685 mbox.c:928 msgid "Fatal error! Could not reopen mailbox!" msgstr "Fataler Fehler, konnte Mailbox nicht erneut öffnen!" -#: mbox.c:696 +#: mbox.c:694 msgid "Unable to lock mailbox!" msgstr "Kann Mailbox nicht für exklusiven Zugriff sperren!" @@ -2056,97 +2208,101 @@ msgstr "Kann Mailbox nicht f #. * messages were found to be changed or deleted. This should #. * never happen, is we presume it is a bug in mutt. #. -#: mbox.c:740 +#: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" msgstr "" -#: mbox.c:769 +#: mbox.c:767 msgid "Writing messages... %d (%d%%)" msgstr "Schreibe Nachrichten... %d (%d%%)" -#: mbox.c:915 +#: mbox.c:913 #, c-format msgid "Write failed! Saved partial mailbox to %s" msgstr "Konnte nicht schreiben! Speichere Teil-Mailbox in %s" -#: mbox.c:967 +#: mbox.c:965 msgid "Could not reopen mailbox!" msgstr "Konnte Mailbox nicht erneut öffnen!" -#: menu.c:309 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "Öffne Mailbox erneut..." + +#: menu.c:312 msgid "Jump to: " msgstr "Springe zu: " -#: menu.c:318 +#: menu.c:321 msgid "Invalid index number." msgstr "Ungültige Indexnummer." -#: menu.c:322 menu.c:340 menu.c:376 menu.c:417 menu.c:433 menu.c:444 -#: menu.c:455 menu.c:497 menu.c:508 menu.c:521 menu.c:534 menu.c:813 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "Keine Einträge" -#: menu.c:337 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "Sie können nicht weiter nach unten gehen." -#: menu.c:353 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "Sie können nicht weiter nach oben gehen." -#: menu.c:373 +#: menu.c:376 msgid "You are on the last page." msgstr "Sie sind auf der letzten Seite." -#: menu.c:395 +#: menu.c:398 msgid "You are on the first page." msgstr "Sie sind auf der ersten Seite." -#: menu.c:474 +#: menu.c:477 msgid "First entry is shown." msgstr "Der erste Eintrag wird angezeigt." -#: menu.c:494 +#: menu.c:497 msgid "Last entry is shown." msgstr "Der letzte Eintrag wird angezeigt." -#: menu.c:545 +#: menu.c:548 msgid "You are on the last entry." msgstr "Sie sind auf dem letzten Eintrag." -#: menu.c:556 +#: menu.c:559 msgid "You are on the first entry." msgstr "Sie sind auf dem ersten Eintrag" -#: menu.c:596 pattern.c:1060 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "Suche nach: " -#: menu.c:597 +#: menu.c:609 msgid "Reverse search for: " msgstr "Suche rückwärts nach: " -#: menu.c:608 pattern.c:1093 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "Kein Suchmuster." -#: menu.c:638 pager.c:1829 pager.c:1845 pager.c:1932 pattern.c:1158 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "Nicht gefunden." -#: menu.c:689 +#: menu.c:701 msgid "No tagged entries." msgstr "Keine markierten Einträge." -#: menu.c:777 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "In diesem Menü kann nicht gesucht werden." -#: menu.c:816 +#: menu.c:826 msgid "Tagging is not supported." msgstr "Markieren wird nicht unterstützt." -#: mh.c:183 +#: mh.c:182 #, c-format msgid "Reading %s... %d" msgstr "Lese %s... %d" @@ -2156,197 +2312,202 @@ msgstr "Lese %s... %d" msgid "Lock count exceeded, remove lock for %s?" msgstr "Lock-Datei für %s entfernen?" -#: mx.c:178 +#: mx.c:125 +#, fuzzy, c-format +msgid "Can't dotlock %s.\n" +msgstr "Kann Verzeichniseintrag für Datei nicht lesen: %s" + +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "Konnte fcntl-Lock nicht innerhalb akzeptabler Zeit erhalten." -#: mx.c:184 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "Warte auf fcntl-Lock... %d" -#: mx.c:212 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "Konnte flock-Lock nicht innerhalb akzeptabler Zeit erhalten." -#: mx.c:219 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "Warte auf flock-Versuch... %d" -#: mx.c:589 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "Lese %s..." -#: mx.c:679 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "Schreibe %s..." -#: mx.c:704 +#: mx.c:710 #, c-format msgid "Could not synchronize mailbox %s!" msgstr "Kann Mailbox %s nicht synchronisieren!" -#: mx.c:767 +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "Verschiebe gelesene Nachrichten nach %s?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "Entferne %d als gelöscht markierte Nachrichten?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "Entferne %d als gelöscht markierte Nachrichten?" -#: mx.c:796 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "Verschiebe gelesene Nachrichten nach %s..." -#: mx.c:812 mx.c:955 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "Mailbox unverändert." -#: mx.c:831 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "%d behalten, %d verschoben, %d gelöscht." -#: mx.c:834 mx.c:980 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "%d behalten, %d gelöscht." -#: mx.c:940 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr " Drücken Sie '%s', um Schreib-Modus ein-/auszuschalten" -#: mx.c:942 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "Benutzen Sie 'toggle-write', um Schreib-Modus zu reaktivieren" -#: mx.c:944 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "Mailbox ist als unschreibbar markiert. %s" -#: mx.c:949 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "Mailbox kann nicht geschrieben werden." -#: pager.c:1370 +#: pager.c:1376 msgid "PrevPg" msgstr "S.zurück" -#: pager.c:1371 +#: pager.c:1377 msgid "NextPg" msgstr "S.vor" -#: pager.c:1375 +#: pager.c:1381 msgid "View Attachm." msgstr "Anhänge betr." -#: pager.c:1378 +#: pager.c:1384 msgid "Next" msgstr "Nächste Nachr." #. emulate "less -q" and don't go on to the next message. -#: pager.c:1741 pager.c:1772 pager.c:1801 pager.c:2020 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "Das Ende der Nachricht wird angezeigt." -#: pager.c:1757 pager.c:1779 pager.c:1790 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "Der Beginn der Nachricht wird angezeigt." -#: pager.c:1863 +#: pager.c:1869 msgid "Reverse search: " msgstr "Suche rückwärts: " -#: pager.c:1864 +#: pager.c:1870 msgid "Search: " msgstr "Suche: " -#: pager.c:1958 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "Hilfe wird bereits angezeigt." -#: pager.c:1987 +#: pager.c:1993 msgid "No more quoted text." msgstr "Kein weiterer zitierter Text." -#: pager.c:2000 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "Kein weiterer eigener Text nach zitiertem Text" -#: parse.c:502 +#: parse.c:501 msgid "multipart message has no boundary parameter!" msgstr "Mehrteilige Nachricht hat keinen \"boundary\"-Parameter!" -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "Fehler in Ausdruck: %s" -#: pattern.c:331 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "Ungültiger Tag: %s" -#: pattern.c:345 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "Ungültiger Monat: %s" -#: pattern.c:399 +#: pattern.c:401 msgid "error in expression" msgstr "Fehler in Ausdruck." -#: pattern.c:584 pattern.c:692 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "Fehler in Muster bei: %s" -#: pattern.c:632 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "%c: Ungültiges Kommando" -#: pattern.c:638 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "%c: Wird in diesem Modus nicht unterstützt." -#: pattern.c:651 +#: pattern.c:653 msgid "missing parameter" msgstr "Fehlender Parameter" -#: pattern.c:667 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "Unpassende Klammern: %s" -#: pattern.c:699 +#: pattern.c:701 msgid "empty pattern" msgstr "Leeres Muster" -#: pattern.c:876 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "" -#: pattern.c:941 pattern.c:1079 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "Compiliere Suchmuster..." -#: pattern.c:955 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "Führe Kommando aus..." @@ -2354,40 +2515,40 @@ msgstr "F msgid "No messages matched criteria." msgstr "Keine Nachrichten haben Kriterium erfüllt." -#: pattern.c:1117 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "Suche hat Ende erreicht, ohne Treffer zu erzielen." -#: pattern.c:1128 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "Suche hat Anfang erreicht, ohne Treffer zu erzielen." -#: pattern.c:1150 +#: pattern.c:1145 msgid "Search interrupted." msgstr "Suche unterbrochen." -#: pgp.c:131 +#: pgp.c:130 msgid "Enter PGP passphrase:" msgstr "PGP-Mantra eingeben:" -#: pgp.c:147 +#: pgp.c:146 msgid "PGP passphrase forgotten." msgstr "PGP-Mantra vergessen." -#: pgp.c:175 +#: pgp.c:174 #, c-format msgid "Unknown PGP version \"%s\"." msgstr "Unbekannte PGP-Version \"%s\"." -#: pgp.c:208 +#: pgp.c:207 msgid "[-- PGP output follows (current time: " msgstr "[-- PGP-Ausgabe folgt (aktuelle Zeit: " -#: pgp.c:321 +#: pgp.c:320 msgid "[-- Error: unable to create PGP subprocess! --]\n" msgstr "[-- Fehler: Kann keinen PGP-Prozeß erzeugen! --]\n" -#: pgp.c:348 +#: pgp.c:347 msgid "" "\n" "[-- End of PGP output --]\n" @@ -2397,7 +2558,7 @@ msgstr "" "[-- Ende der PGP-Ausgabe --]\n" "\n" -#: pgp.c:354 +#: pgp.c:353 msgid "" "[-- BEGIN PGP MESSAGE --]\n" "\n" @@ -2405,11 +2566,11 @@ msgstr "" "[-- BEGIN PGP MESSAGE --]\n" "\n" -#: pgp.c:356 +#: pgp.c:355 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" -#: pgp.c:358 +#: pgp.c:357 msgid "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" @@ -2417,7 +2578,7 @@ msgstr "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" -#: pgp.c:460 +#: pgp.c:459 msgid "" "\n" "[-- END PGP MESSAGE --]\n" @@ -2425,11 +2586,11 @@ msgstr "" "\n" "[-- END PGP MESSAGE --]\n" -#: pgp.c:462 +#: pgp.c:461 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- END PGP PUBLIC KEY BLOCK --]\n" -#: pgp.c:464 +#: pgp.c:463 msgid "" "\n" "[-- END PGP SIGNED MESSAGE --]\n" @@ -2438,7 +2599,7 @@ msgstr "" "[-- END PGP SIGNED MESSAGE --]\n" "\n" -#: pgp.c:477 +#: pgp.c:476 msgid "" "[-- Error: could not find beginning of PGP message! --]\n" "\n" @@ -2446,7 +2607,7 @@ msgstr "" "[-- Fehler: Konnte Anfang der PGP-Nachricht nicht finden! --]\n" "\n" -#: pgp.c:669 pgp.c:975 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2454,13 +2615,13 @@ msgstr "" "[-- Ende der PGP-Ausgabe --]\n" "\n" -#: pgp.c:721 +#: pgp.c:720 msgid "" "[-- Error: Inconsistant multipart/signed structure! --]\n" "\n" msgstr "" -#: pgp.c:729 +#: pgp.c:728 #, c-format msgid "" "[-- Error: Unknown multipart/signed protocol %s! --]\n" @@ -2469,7 +2630,7 @@ msgstr "" "[-- Fehler: Unbekanntes multipart/signed Protokoll %s! --]\n" "\n" -#: pgp.c:750 +#: pgp.c:749 #, c-format msgid "" "[-- Warning: We can't verify %s/%s signatures. --]\n" @@ -2477,7 +2638,7 @@ msgid "" msgstr "" #. Now display the signed body -#: pgp.c:758 +#: pgp.c:757 msgid "" "[-- The following data is signed --]\n" "\n" @@ -2485,13 +2646,13 @@ msgstr "" "[-- Die folgenden Daten sind signiert --]\n" "\n" -#: pgp.c:764 +#: pgp.c:763 msgid "" "[-- Warning: Can't find any signatures. --]\n" "\n" msgstr "" -#: pgp.c:770 +#: pgp.c:769 msgid "" "\n" "[-- End of signed data --]\n" @@ -2499,11 +2660,11 @@ msgstr "" "\n" "[-- Ende der signierten Daten --]\n" -#: pgp.c:882 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "Interner Fehler. Bitte informieren." -#: pgp.c:946 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2511,7 +2672,7 @@ msgstr "" "[-- Fehler: Konnte PGP-Subprozeß nicht erzeugen! --]\n" "\n" -#: pgp.c:1039 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2519,11 +2680,11 @@ msgstr "" "[-- Fehler: Fehlerhafte PGP/MIME-Nachricht! --]\n" "\n" -#: pgp.c:1052 +#: pgp.c:1051 msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- Fehler: Konnte Temporärdatei nicht anlegen! --]\n" -#: pgp.c:1061 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" @@ -2531,7 +2692,7 @@ msgstr "" "[-- Die folgenden Daten sind PGP/MIME-verschlüsselt --]\n" "\n" -#: pgp.c:1069 +#: pgp.c:1068 msgid "" "\n" "[-- End of PGP/MIME encrypted data --]\n" @@ -2539,358 +2700,377 @@ msgstr "" "\n" "[-- Ende der PGP/MIME-verschlüsselten Daten --]\n" -#: pgp.c:1151 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "Kann PGP-Subprozeß nicht erzeugen!" -#: pgp.c:1275 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "Benutze KeyID = \"%s\" für %s?" -#: pgp.c:1281 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "KeyID für %s: " -#: pgpkey.c:174 +#: pgpkey.c:441 msgid "Exit " msgstr "Ende " -#: pgpkey.c:176 +#: pgpkey.c:443 msgid "Select " msgstr "Auswählen " -#: pgpkey.c:179 +#: pgpkey.c:446 msgid "Check key " msgstr "Schlüssel prüfen " -#: pgpkey.c:192 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "PGP-Schlüssel für " -#: pgpkey.c:211 pgpkey.c:388 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "Kann /dev/null nicht öffnen" -#: pgpkey.c:217 pgpkey.c:382 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "Kann temporäre Datei nicht erzeugen" -#: pgpkey.c:227 pgpkey.c:399 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "Kann Filter nicht erzeugen" -#: pgpkey.c:237 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "" -#: pgpkey.c:258 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "Das Vertrauensniveau dieser Zuordnung ist undefiniert." -#: pgpkey.c:259 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "Diese Zuordnung ist nicht vertrauenswürdig." -#: pgpkey.c:260 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "Diese Zuordnung ist nur begrenzt vertrauenswürdig." -#: pgpkey.c:263 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s Wollen Sie sie wirklich benutzen?" -#: pgpkey.c:370 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "Bitte Schlüsselidentifikation eingeben: " -#: pgpkey.c:417 +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "Rufe PGP auf..." + +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "PGP Schlüssel 0x%s." -#: pgppubring.c:59 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "" -#: pgppubring.c:60 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "" -#: pgppubring.c:61 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "" -#: pgppubring.c:62 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "" -#: pgppubring.c:63 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "" -#: pgppubring.c:64 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "" -#: pgppubring.c:65 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "" -#: pgppubring.c:66 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "" -#: pgppubring.c:67 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "" -#: pgppubring.c:68 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "" -#: pgppubring.c:69 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "" -#: pgppubring.c:70 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "" -#: pgppubring.c:71 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "" -#: pgppubring.c:72 +#: pgppubring.c:76 msgid "Name Packet" msgstr "" -#: pgppubring.c:73 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "" -#: pgppubring.c:74 +#: pgppubring.c:78 msgid "Reserved" msgstr "" -#: pgppubring.c:75 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "" -#: pop.c:67 +#: pop.c:66 msgid "POP Password: " msgstr "POP-Paßwort:" -#: pop.c:92 +#: pop.c:91 msgid "POP host is not defined." msgstr "Es wurde kein POP-Server definiert." -#: pop.c:98 +#: pop.c:97 msgid "No POP username is defined." msgstr "Es wurde kein Nutzername für POP definiert." -#: pop.c:115 +#: pop.c:114 #, c-format msgid "Could not find address for host %s." msgstr "Kann %s keine Adresse zuordnen." -#: pop.c:123 +#: pop.c:122 #, c-format msgid "Connecting to %s" msgstr "Verbinde zu %s" -#: pop.c:167 pop.c:332 +#: pop.c:166 pop.c:331 msgid "Server closed connection!" msgstr "Server hat Verbindung geschlossen!" -#: pop.c:188 +#: pop.c:187 msgid "No new mail in POP mailbox." msgstr "Keine neuen Nachrichten auf dem POP-Server." -#: pop.c:210 +#: pop.c:209 #, c-format msgid "Reading %d new message (%d bytes)..." msgstr "Lese %d neue Nachricht (%d Bytes)..." -#: pop.c:211 +#: pop.c:210 #, c-format msgid "Reading %d new messages (%d bytes)..." msgstr "Lese %d neue Nachrichten (%d Bytes)..." -#: pop.c:246 +#: pop.c:245 msgid "Error reading message!" msgstr "Kann Nachricht nicht lesen!" -#: pop.c:282 +#: pop.c:281 msgid "Error while writing mailbox!" msgstr "Fehler beim Versuch, die Mailbox zu schreiben!" -#: pop.c:306 +#: pop.c:305 #, c-format msgid "%s [%d messages read]" msgstr "%s [%d Nachrichten gelesen]" -#: postpone.c:112 +#: postpone.c:111 msgid "Postponed Messages" msgstr "Zurückgestelle Nachrichten" -#: postpone.c:185 postpone.c:194 +#: postpone.c:184 postpone.c:193 msgid "No postponed messages." msgstr "Keine zurückgestellten Nachrichten." -#: postpone.c:339 postpone.c:359 postpone.c:368 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "Unzulässiger PGP-Header" -#: query.c:46 +#: query.c:45 msgid "New Query" msgstr "Neue Abfrage" -#: query.c:47 +#: query.c:46 msgid "Make Alias" msgstr "Kurznamen erzeugen" -#: query.c:48 +#: query.c:47 msgid "Search" msgstr "Suchen" -#: query.c:92 +#: query.c:91 msgid "Waiting for response..." msgstr "Warte auf Antwort..." -#: query.c:193 query.c:218 +#: query.c:192 query.c:217 msgid "Query command not defined." msgstr "Kein Abfragekommando definiert." -#: query.c:245 +#: query.c:244 msgid "Query" msgstr "Abfrage" #. Prompt for Query -#: query.c:258 query.c:286 +#: query.c:257 query.c:285 msgid "Query: " msgstr "Abfrage: " -#: query.c:269 query.c:295 +#: query.c:268 query.c:294 #, c-format msgid "Query '%s'" msgstr "Abfrage: '%s'" -#: recvattach.c:50 +#: recvattach.c:49 msgid "Pipe" msgstr "Filtern" -#: recvattach.c:51 +#: recvattach.c:50 msgid "Print" msgstr "Drucke" -#: recvattach.c:371 +#: recvattach.c:402 msgid "Saving..." msgstr "Speichere..." -#: recvattach.c:432 +#: recvattach.c:465 msgid "Attachment saved" msgstr "Anhang gespeichert" -#: recvattach.c:444 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "WARNUNG! Datei %s existiert, überschreiben?" -#: recvattach.c:462 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "Anhang gefiltert." -#: recvattach.c:528 +#: recvattach.c:561 msgid "Filter through: " msgstr "Filtere durch: " -#: recvattach.c:528 +#: recvattach.c:561 msgid "Pipe to: " msgstr "Übergebe an (pipe): " -#: recvattach.c:563 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "Kann %s Anhänge nicht drucken." -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "Drucke markierte Anhänge?" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print attachment?" msgstr "Drucke Anhang?" -#: recvattach.c:654 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "Sie können nur message/rfc822-Anhänge erneut versenden." -#: recvattach.c:690 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "Nachrichten an %s... erneut versenden?" -#: recvattach.c:691 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "Nachricht an %s... erneut versenden?" -#: recvattach.c:916 +#: recvattach.c:976 msgid "Attachments" msgstr "Anhänge" -#: recvattach.c:973 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "Kann keine Anhänge aus PGP-Nachrichten löschen." -#: recvattach.c:993 recvattach.c:1010 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "Kann nur aus mehrteiligen Anhängen löschen." -#: recvattach.c:1060 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "Diese Funktion wird nicht für PGP-Nachrichten unterstützt." -#: rfc1524.c:158 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "Ungültiger Eintrag für Typ %s in \"%s\", Zeile %d." -#: rfc1524.c:390 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "Kein Mailcap-Pfad definiert." -#: rfc1524.c:416 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "Kann keinen Mailcap-Eintrag für %s finden." -#: score.c:74 +#: score.c:73 msgid "score: too few arguments" msgstr "score: Zu wenige Parameter." -#: score.c:83 +#: score.c:82 msgid "score: too many arguments" msgstr "score: Zu viele Parameter." -#: send.c:230 +#: send.c:232 msgid "No subject, abort?" msgstr "Kein Betreff, abbrechen?" -#: send.c:232 +#: send.c:234 msgid "No subject, aborting." msgstr "Kein Betreff, breche ab." +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "Antworte an %s%s?" + #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:433 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "Antworte an %s%s?" @@ -2898,111 +3078,115 @@ msgstr "Antworte an %s%s?" #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:517 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "Keine markierten Nachrichten sichtbar!" -#: send.c:542 +#: send.c:553 msgid "No mailing lists found!" msgstr "Keine Mailing-Listen gefunden!" -#: send.c:629 +#: send.c:640 msgid "Include message in reply?" msgstr "Nachricht in Antwort zitieren?" -#: send.c:643 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "Konnte nicht alle gewünschten Nachrichten zitieren!" -#: send.c:656 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "Zum Weiterleiten in MIME-Anhang einpacken?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:867 +#: send.c:890 msgid "Recall postponed message?" msgstr "Zurückgestellte Nachricht weiterbearbeiten?" -#: send.c:1099 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "Unveränderte Nachricht verwerfen?" -#: send.c:1101 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "Unveränderte Nachricht verworfen." #. abort -#: send.c:1140 +#: send.c:1165 msgid "Mail not sent." msgstr "Nachricht nicht verschickt." -#: send.c:1153 +#: send.c:1178 msgid "Message postponed." msgstr "Nachricht zurückgestellt." -#: send.c:1162 +#: send.c:1187 msgid "No recipients are specified!" msgstr "Es wurden keine Empfänger angegeben!" -#: send.c:1167 +#: send.c:1192 msgid "No recipients were specified." msgstr "Es wurden keine Empfänger angegeben!" -#: send.c:1173 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "Kein Betreff, Versand abbrechen?" -#: send.c:1177 +#: send.c:1202 msgid "No subject specified." msgstr "Kein Betreff." -#: send.c:1216 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "Nachricht verändert. Wirklich abschicken?" -#: send.c:1222 +#: send.c:1249 msgid "Sending message..." msgstr "Verschicke Nachricht..." -#: send.c:1324 +#: send.c:1361 msgid "Could not send the message." msgstr "Konnte Nachricht nicht verschicken." -#: send.c:1330 +#: send.c:1366 msgid "Mail sent." msgstr "Nachricht verschickt." -#: sendlib.c:475 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "" -#: sendlib.c:509 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "%s existiert nicht mehr!" -#: sendlib.c:777 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "Konnte %s nicht öffnen." -#: sendlib.c:1695 +#: sendlib.c:1680 #, fuzzy, c-format -msgid "Error sending message, child exited %d (%s).\n" +msgid "Error sending message, child exited %d (%s)." msgstr "Fehler %d beim Versand der Nachricht (%s).\n" -#: sendlib.c:1697 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "Ausgabe des Unterprozesses in %s abgespeichert.\n" +#: sendlib.c:1686 +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1701 -msgid "Error sending message." -msgstr "Fehler beim Versand der Nachricht." +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "Signal %s... Abbruch.\n" -#: signal.c:39 signal.c:42 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "Signal %s... Abbruch.\n" @@ -3012,69 +3196,43 @@ msgstr "Signal %s... Abbruch.\n" msgid "Caught signal %d... Exiting.\n" msgstr "Signal %d... Abbruch.\n" -#: sort.c:199 +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "Verbinde zu %s..." + +#: sort.c:198 msgid "Sorting mailbox..." msgstr "Sortiere Mailbox..." -#: sort.c:227 +#: sort.c:226 msgid "Could not find sorting function! [report this bug]" msgstr "" -#: status.c:102 +#: status.c:101 msgid "(no mailbox)" msgstr "(keine Mailbox)" -#, fuzzy -#~ msgid "Error running \"%s\"!" -#~ msgstr "Unverständliche Adresse!" - -#, fuzzy -#~ msgid "Subscribed [%s], File mask: %s" -#~ msgstr "Verzeichnis [%s], Dateimaske: %s" - -#, fuzzy -#~ msgid "Can't attach a directory!" -#~ msgstr "Verzeichnisse können nicht angezeigt werden." - -#, fuzzy -#~ msgid "Can't open %s: %s." -#~ msgstr "Kann Verzeichniseintrag für Datei nicht lesen: %s" +#~ msgid "Display message using mailcap?" +#~ msgstr "Nachricht mittels Mailcap anzeigen?" -#, fuzzy -#~ msgid "-- Attachments" -#~ msgstr "Anhänge" +#~ msgid "Can't open your secret key ring!" +#~ msgstr "Kann geheimen Schlüsselbund nicht öffnen!" -#, fuzzy -#~ msgid "Unable to attach %s!" -#~ msgstr "Kann nicht anhängen!" +#~ msgid "===== Attachments =====" +#~ msgstr "===== Anhänge =====" -#, fuzzy -#~ msgid "Reopening mailbox... %s" -#~ msgstr "Öffne Mailbox erneut..." +#~ msgid "Please report this program error in the function mutt_mktime." +#~ msgstr "Bitte einen Fehler bezüglich der mutt_mktime Funktion melden." -#, fuzzy -#~ msgid "Subscribing to %s..." -#~ msgstr "Kopiere nach %s..." +#~ msgid "%s is a boolean var!" +#~ msgstr "%s ist eine Boolsche Variable!" -#, fuzzy -#~ msgid "Unsubscribing to %s..." -#~ msgstr "Verbinde zu %s..." +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "Ausgabe des Unterprozesses in %s abgespeichert.\n" -#, fuzzy -#~ msgid "Delete a remailer from the chain" -#~ msgstr "Lösche Zeile" - -#, fuzzy -#~ msgid "Can't dotlock %s.\n" -#~ msgstr "Kann Verzeichniseintrag für Datei nicht lesen: %s" - -#, fuzzy -#~ msgid "Invoking pgp..." -#~ msgstr "Rufe PGP auf..." - -#, fuzzy -#~ msgid "%s... Exiting.\n" -#~ msgstr "Signal %s... Abbruch.\n" +#~ msgid "Error sending message." +#~ msgstr "Fehler beim Versand der Nachricht." #~ msgid "Decompressing %s..." #~ msgstr "Entpacke %s..." diff --git a/po/es.po b/po/es.po index c0afe58b..391b9652 100644 --- a/po/es.po +++ b/po/es.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt\n" -"POT-Creation-Date: 1999-01-04 14:22+0100\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: 1999-02-15 21:55+0100\n" "Last-Translator: Boris Wesslowski \n" "Language-Team: -\n" @@ -9,536 +9,608 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: addrbook.c:32 browser.c:54 pager.c:1369 postpone.c:33 query.c:44 -#: recvattach.c:48 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 +#: recvattach.c:47 msgid "Exit" msgstr "Salir" -#: addrbook.c:33 +#: addrbook.c:32 msgid "Select" msgstr "Seleccionar" -#: addrbook.c:34 browser.c:57 compose.c:84 curs_main.c:259 pager.c:1466 -#: pgpkey.c:181 postpone.c:36 query.c:49 recvattach.c:52 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "Ayuda" -#: addrbook.c:132 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "¡No tiene nombres en la libreta!" -#: addrbook.c:144 +#: addrbook.c:131 msgid "Aliases" msgstr "Libreta" #. add a new alias -#: alias.c:193 +#: alias.c:192 msgid "Alias as: " msgstr "Nombre corto: " -#: alias.c:199 +#: alias.c:198 msgid "You already have an alias defined with that name!" msgstr "Este nombre ya esta definido en la libreta." -#: alias.c:213 +#: alias.c:212 msgid "Address: " msgstr "Dirección: " -#: alias.c:229 +#: alias.c:228 msgid "Personal name: " msgstr "Nombre: " -#: alias.c:238 +#: alias.c:237 #, c-format msgid "[%s = %s] Accept?" msgstr "[%s = %s] ¿Aceptar?" -#: alias.c:255 recvattach.c:344 recvattach.c:399 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "Guardar en archivo: " -#: alias.c:266 +#: alias.c:265 msgid "Alias added." msgstr "Dirección añadida." -#: attach.c:112 attach.c:235 attach.c:367 attach.c:806 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "No se pudo encontrar el nombre, ¿continuar?" #. For now, editing requires a file, no piping -#: attach.c:124 +#: attach.c:123 msgid "Mailcap compose entry requires %%s" msgstr "La entrada \"compose\" en el archivo Mailcap requiere %%s" -#: attach.c:138 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "¡Dirección errónea!" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "Error al abrir el archivo para leer las cabeceras." -#: attach.c:169 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "Error al abrir el archivo para quitar las cabeceras." -#: attach.c:187 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." msgstr "" "Falta la entrada \"compose\" de mailcap para %s, creando archivo vacío." #. For now, editing requires a file, no piping -#: attach.c:247 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "La entrada \"edit\" en el archivo Mailcap requiere %%s" -#: attach.c:265 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "Falta la entrada \"edit\" para %s en el archivo Mailcap" -#: attach.c:333 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "" "No hay una entrada correspondiente en el archivo mailcap. Viendo como texto." -#: attach.c:346 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "Tipo MIME no definido. No se puede mostrar el archivo adjunto." -#: attach.c:436 +#: attach.c:499 msgid "Cannot create filter" msgstr "No se pudo crear el filtro" -#: attach.c:638 recvattach.c:374 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "Archivo adjunto guardado." -#: attach.c:691 +#: attach.c:756 msgid "Write fault!" msgstr "¡Error de escritura!" -#: attach.c:890 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "¡No sé cómo se imprime eso!" -#: browser.c:55 +#: browser.c:42 msgid "Chdir" msgstr "Directorio" -#: browser.c:56 +#: browser.c:43 msgid "Mask" msgstr "Patrón" -#: browser.c:345 browser.c:672 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s no es un directorio." -#: browser.c:450 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "Buzones [%d]" +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "Directorio [%s], patrón de archivos: %s" + #: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "Directorio [%s], patrón de archivos: %s" -#: browser.c:539 browser.c:729 browser.c:812 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "No se puede mostrar el directorio" + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "Ningún archivo coincide con el patrón" -#: browser.c:646 +#: browser.c:784 msgid "Chdir to: " msgstr "Cambiar directorio a:" -#: browser.c:665 browser.c:722 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "Error al leer el directorio." -#: browser.c:683 +#: browser.c:836 msgid "File Mask: " msgstr "Patrón de archivos: " -#: browser.c:745 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "" "¿Orden inverso por (f)echa, (t)amaño, (a)lfabéticamente o (s)in orden? " -#: browser.c:746 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "¿Ordenar por (f)echa, (t)amaño, (a)lfabéticamente o (s)in orden? " -#: browser.c:747 +#: browser.c:900 msgid "dazn" msgstr "fats" -#: browser.c:799 +#: browser.c:962 msgid "New file name: " msgstr "Nombre de archivo nuevo: " -#: browser.c:820 +#: browser.c:983 msgid "Can't view a directory" msgstr "No se puede mostrar el directorio" -#: browser.c:838 +#: browser.c:1001 msgid "Error trying to view file" msgstr "Error al tratar de mostrar el archivo" -#: buffy.c:364 +#: buffy.c:363 #, c-format msgid "New mail in %s." msgstr "Correo nuevo en %s." -#: color.c:307 +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "No se pudo probar: %s" + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "%s: color no soportado por la terminal" -#: color.c:313 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "%s: color desconocido" -#: color.c:359 color.c:550 color.c:561 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "%s: objeto desconocido" -#: color.c:366 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "%s: comando sólo válido para objetos en el índice" -#: color.c:374 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "%s: parámetros insuficientes" -#: color.c:538 +#: color.c:546 msgid "Missing arguments." msgstr "Faltan parámetros." -#: color.c:577 color.c:588 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "color: faltan parámetros" -#: color.c:611 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono: faltan parámetros" -#: color.c:631 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "%s: atributo desconocido" -#: color.c:671 hook.c:62 hook.c:70 keymap.c:681 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "Faltan parámetros" -#: color.c:680 hook.c:76 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "Demsiados parámetros" -#: color.c:694 +#: color.c:702 msgid "default colors not supported" msgstr "No hay soporte para colores estándar" -#: commands.c:123 -#, fuzzy -msgid "Display message using mailcap?" -msgstr "mostrar mensaje con encabezado completo" - -#: commands.c:154 commands.c:162 pgpkey.c:221 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "Invocando PGP..." #. find out whether or not the verify signature -#: commands.c:159 +#: commands.c:92 msgid "Verify PGP signature?" msgstr "¿Verificar firma PGP?" -#: commands.c:177 mbox.c:724 +#: commands.c:110 mbox.c:722 msgid "Could not create temporary file!" msgstr "¡No se pudo crear el archivo temporal!" -#: commands.c:225 +#: commands.c:162 msgid "Command: " msgstr "Comando: " -#: commands.c:243 recvattach.c:677 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "Rebotar mensaje a: " -#: commands.c:245 recvattach.c:679 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "Rebotar mensajes marcados a: " -#: commands.c:260 +#: commands.c:197 msgid "Error parsing address!" msgstr "¡Dirección errónea!" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "Rebotar mensaje a %s" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "Rebotar mensajes a %s" -#: commands.c:281 +#: commands.c:218 msgid "Message bounced." msgstr "Mensaje rebotado." -#: commands.c:281 +#: commands.c:218 msgid "Messages bounced." msgstr "Mensajes rebotados." -#: commands.c:301 +#: commands.c:239 msgid "Pipe to command: " msgstr "Redirigir el mensaje al comando:" -#: commands.c:401 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Orden-rev (f)echa/(d)e/(r)ecep/(a)snto/(p)ara/(h)ilo/(n)ada/(t)amño/p(u)nt: " -#: commands.c:402 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Orden (f)echa/(d)e/(r)ecep/(a)sunto/(p)ara/(h)ilo/(n)ada/(t)amaño/p(u)ntaje: " -#: commands.c:403 +#: commands.c:341 msgid "dfrsotuzc" msgstr "fdraphntu" -#: commands.c:456 +#: commands.c:394 msgid "Shell command: " msgstr "Comando de shell: " -#: commands.c:572 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s en buzón" -#: commands.c:573 +#: commands.c:511 msgid "Decode-save" msgstr "Guardar decodificado" -#: commands.c:573 +#: commands.c:511 msgid "Decode-copy" msgstr "Copiar decodificado" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-save" msgstr "Guardar descifrado" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-copy" msgstr "Copiar descifrado" -#: commands.c:575 curs_main.c:255 recvattach.c:49 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "Guardar" -#: commands.c:575 +#: commands.c:513 msgid "Copy" msgstr "Copiar" -#: commands.c:575 +#: commands.c:513 msgid " tagged" msgstr " marcado" -#: commands.c:644 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "Copiando a %s..." -#: commands.c:716 +#: commands.c:654 msgid "Print message?" msgstr "¿Impimir mensaje?" -#: commands.c:716 +#: commands.c:654 msgid "Print tagged messages?" msgstr "¿Imprimir mensajes marcados?" -#: commands.c:743 +#: commands.c:681 msgid "Message printed" msgstr "Mensaje fue impreso" -#: commands.c:743 +#: commands.c:681 msgid "Messages printed" msgstr "Mensajes fueron imprimidos" -#: compose.c:77 +#: compose.c:83 msgid "Send" msgstr "Mandar" -#: compose.c:78 +#: compose.c:84 msgid "Abort" msgstr "Abortar" -#: compose.c:82 compose.c:539 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "Adjuntar archivo" -#: compose.c:83 +#: compose.c:89 msgid "Descrip" msgstr "Descrip" -#: compose.c:104 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "Firmar, codificar" -#: compose.c:106 +#: compose.c:112 msgid "Encrypt" msgstr "Codificar" -#: compose.c:108 +#: compose.c:114 msgid "Sign" msgstr "Firmar" -#: compose.c:110 +#: compose.c:116 msgid "Clear" msgstr "En claro" -#: compose.c:117 +#: compose.c:123 msgid " sign as: " msgstr " firmar como: " -#: compose.c:117 +#: compose.c:123 msgid "" msgstr "" -#: compose.c:118 compose.c:192 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "Algoritmo MIC: " -#: compose.c:133 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " msgstr "" "(c)odificar, (f)irmar c(o)mo, (a)mbos, escoger algorithmo (m)ic, ca(n)celar " -#: compose.c:134 +#: compose.c:138 msgid "esabmf" msgstr "cfoamn" -#: compose.c:151 -msgid "Can't open your secret key ring!" -msgstr "¡No se pudo abrir el llavero secreto!" - -#: compose.c:156 +#: compose.c:152 msgid "Sign as: " msgstr "Firmar como: " -#: compose.c:176 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "Una versión desconocida de PGP fue definida para firmar." -#: compose.c:186 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "Esto no tiene caso si no quiere firmar el mensaje." -#: compose.c:197 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "" "Algoritmo MIC desconocido, los válidos son: pgp-md5, pgp-sha1, pgp-rmd160" -#: compose.c:233 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "¡%s [#%d] ya no existe!" -#: compose.c:241 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "%s [#%d] modificado. ¿Rehacer codificación?" -#: compose.c:282 -msgid "===== Attachments =====" -msgstr "===== Archivos adjuntos =====" +#: compose.c:309 +#, fuzzy +msgid "-- Attachments" +msgstr "Archivos adjuntos" -#: compose.c:320 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "No puede borrar la única pieza." -#: compose.c:394 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "Crear mensaje" -#: compose.c:544 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "Abrir buzón para adjuntar mensaje de" -#: compose.c:583 +#: compose.c:648 msgid "No messages in that folder." msgstr "No hay mensajes en ese folder." -#: compose.c:590 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "Marque el mensaje que quiere adjuntar." -#: compose.c:625 compose.c:645 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "¡Imposible adjuntar!" + +#: compose.c:722 msgid "Unable to attach!" msgstr "¡Imposible adjuntar!" -#: compose.c:772 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "La codificación no es válida." -#: compose.c:787 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "¿Guardar una copia de este mensaje?" -#: compose.c:832 +#: compose.c:996 msgid "Rename to: " msgstr "Renombrar a: " -#: compose.c:837 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "No se pudo probar: %s" -#: compose.c:864 +#: compose.c:1028 msgid "New file: " msgstr "Archivo nuevo: " -#: compose.c:877 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "Content-Type tiene la forma base/subtipo" -#: compose.c:883 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "Content-Type %s desconocido" -#: compose.c:896 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "No se pudo creal el archivo %s" -#: compose.c:904 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "No se pudo producir el archivo a adjuntar" -#: compose.c:967 +#: compose.c:1131 msgid "Postpone this message?" msgstr "¿Posponer el mensaje?" -#: compose.c:1019 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "Guardar mensaje en el buzón" -#: compose.c:1023 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "Guardando mensaje en %s ..." -#: compose.c:1034 +#: compose.c:1200 msgid "Message written." msgstr "Mensaje guardado." @@ -555,15 +627,15 @@ msgstr "no" msgid "Exit Mutt?" msgstr "¿Salir de Mutt?" -#: curs_lib.c:275 +#: curs_lib.c:276 msgid "unknown error" msgstr "error desconocido" -#: curs_lib.c:295 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "Presione una tecla para continuar..." -#: curs_lib.c:333 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " ('?' para ver opciones): " @@ -583,19 +655,19 @@ msgstr "Cambios al buz msgid "Quit" msgstr "Salir" -#: curs_main.c:253 pager.c:1376 postpone.c:34 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "Sup." -#: curs_main.c:254 postpone.c:35 +#: curs_main.c:254 postpone.c:34 msgid "Undel" msgstr "Recuperar" -#: curs_main.c:256 query.c:45 +#: curs_main.c:256 query.c:44 msgid "Mail" msgstr "Nuevo" -#: curs_main.c:257 pager.c:1377 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "Responder" @@ -603,146 +675,142 @@ msgstr "Responder" msgid "Group" msgstr "Grupo" -#: curs_main.c:423 +#: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "Buzón fue modificado. Los indicadores pueden estar mal." -#: curs_main.c:426 +#: curs_main.c:432 msgid "New mail in this mailbox." msgstr "Correo nuevo en este buzón." -#: curs_main.c:526 +#: curs_main.c:532 msgid "No mailbox is open." msgstr "Ningún buzón esta abierto." -#: curs_main.c:532 +#: curs_main.c:538 msgid "No tagged messages." msgstr "No hay mensajes marcados." -#: curs_main.c:612 +#: curs_main.c:618 msgid "Jump to message: " msgstr "Saltar a mensaje: " -#: curs_main.c:618 +#: curs_main.c:624 msgid "Argument must be a message number." msgstr "Argumento tiene que ser un número de mensaje." -#: curs_main.c:651 +#: curs_main.c:657 msgid "That message is not visible." msgstr "Ese mensaje no es visible." -#: curs_main.c:654 +#: curs_main.c:660 msgid "Invalid message number." msgstr "Número de mensaje erróneo." -#: curs_main.c:667 +#: curs_main.c:673 msgid "Delete messages matching: " msgstr "Suprimir mensajes que coincidan con: " -#: curs_main.c:689 +#: curs_main.c:695 msgid "No limit pattern is in effect." msgstr "No hay patrón limitante activo." #. i18n: ask for a limit to apply -#: curs_main.c:694 +#: curs_main.c:700 #, c-format msgid "Limit: %s" msgstr "Límite: %s" -#: curs_main.c:703 +#: curs_main.c:709 msgid "Limit to messages matching: " msgstr "Limitar a mensajes que coincidan con: " -#: curs_main.c:733 +#: curs_main.c:739 msgid "Quit Mutt?" msgstr "¿Salir de Mutt?" -#: curs_main.c:835 +#: curs_main.c:841 msgid "Tag messages matching: " msgstr "Marcar mensajes que coincidan con: " -#: curs_main.c:843 +#: curs_main.c:849 msgid "Undelete messages matching: " msgstr "No suprimir mensajes que coincidan con: " -#: curs_main.c:850 +#: curs_main.c:856 msgid "Untag messages matching: " msgstr "Desmarcar mensajes que coincidan con: " -#: curs_main.c:868 +#: curs_main.c:874 msgid "Open mailbox" msgstr "Abrir buzón" -#: curs_main.c:870 +#: curs_main.c:876 msgid "Open mailbox in read-only mode" msgstr "Abrir buzón en modo de sólo lectura" -#: curs_main.c:886 mx.c:423 mx.c:564 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s no es un buzón." -#: curs_main.c:973 +#: curs_main.c:974 msgid "Exit Mutt without saving?" msgstr "¿Salir de Mutt sin guardar cambios?" -#: curs_main.c:990 curs_main.c:1014 +#: curs_main.c:991 curs_main.c:1015 msgid "You are on the last message." msgstr "Ya está en el último mensaje." -#: curs_main.c:997 curs_main.c:1039 +#: curs_main.c:998 curs_main.c:1040 msgid "No undeleted messages." msgstr "Todos los mensajes fueron suprimidos." -#: curs_main.c:1032 curs_main.c:1055 +#: curs_main.c:1033 curs_main.c:1056 msgid "You are on the first message." msgstr "Ya está en el primer mensaje." -#: curs_main.c:1127 pattern.c:1114 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "La búsqueda volvió a empezar desde arriba." -#: curs_main.c:1136 pattern.c:1125 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "La búsqueda volvió a empezar desde abajo." -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No new messages" msgstr "No hay mensajes nuevos" -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No unread messages" msgstr "No hay mensajes sin leer" -#: curs_main.c:1163 +#: curs_main.c:1171 msgid " in this limited view" msgstr " en esta vista limitada" -#: curs_main.c:1273 +#: curs_main.c:1295 msgid "No more threads." msgstr "No hay mas temas." -#: curs_main.c:1275 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "Ya está en el primer tema." -#: curs_main.c:1328 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "Tema contiene mensajes sin leer." -#: curs_main.c:1341 flags.c:220 thread.c:635 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "La muestra por temas no esta activada." -#: date.c:49 -msgid "Please report this program error in the function mutt_mktime." -msgstr "" - #. #. * SLcurses_waddnstr() can't take a "const char *", so this is only #. * declared "static" (sigh) #. -#: edit.c:37 +#: edit.c:36 msgid "" "~~\t\tinsert a line begining with a single ~\n" "~b users\tadd users to the Bcc: field\n" @@ -782,108 +850,108 @@ msgstr "" "~?\t\teste mensaje.\n" ".\t\tsólo en un renglón finaliza la entrada.\n" -#: edit.c:179 +#: edit.c:178 #, c-format msgid "%d: invalid message number.\n" msgstr "%d: número de mensaje erróneo.\n" -#: edit.c:313 +#: edit.c:312 msgid "(End message with a . on a line by itself)\n" msgstr "(Termine el mensaje con un . sólo en un renglón)\n" -#: edit.c:371 +#: edit.c:370 msgid "No mailbox.\n" msgstr "No hay buzón.\n" -#: edit.c:375 +#: edit.c:374 msgid "Message contains:\n" msgstr "Mensaje contiene:\n" -#: edit.c:379 edit.c:431 +#: edit.c:378 edit.c:430 msgid "(continue)\n" msgstr "(continuar)\n" -#: edit.c:392 +#: edit.c:391 msgid "missing filename.\n" msgstr "falta el nombre del archivo.\n" -#: edit.c:413 +#: edit.c:412 msgid "No lines in message.\n" msgstr "No hay renglones en el mensaje.\n" -#: edit.c:442 +#: edit.c:441 #, c-format msgid "%s: unknown editor command (~? for help)\n" msgstr "%s: comando de editor deconocido (~? para obtener ayuda)\n" -#: flags.c:258 +#: flags.c:257 msgid "Set flag" msgstr "Poner indicador" -#: flags.c:258 +#: flags.c:257 msgid "Clear flag" msgstr "Quitar indicador" -#: handler.c:128 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- ¡Error: fin de archivo inesperado! --]\n" #. didn't find anything that we could display! -#: handler.c:954 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "" "[-- ¡Error: no se pudo mostrar ninguna parte de multipart/alternative! --]\n" -#: handler.c:1071 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- Archivo adjunto #%d" -#: handler.c:1082 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- Tipo: %s/%s, codificación: %s, tamaño: %s --]\n" -#: handler.c:1141 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- Automuestra usando %s --]\n" -#: handler.c:1142 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "Invocando comando de automuestra: %s" -#: handler.c:1179 handler.c:1197 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- Error al ejecutar %s --]\n" -#: handler.c:1229 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" msgstr "" "[-- Error: Contenido message/external no tiene parámetro acces-type --]\n" -#: handler.c:1246 +#: handler.c:1193 #, c-format msgid "[-- This %s/%s attachment " msgstr "[-- Este archivo adjunto %s/%s " -#: handler.c:1253 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "(tamaño %s bytes) " -#: handler.c:1255 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "ha sido suprimido --]\n" -#: handler.c:1258 +#: handler.c:1205 #, c-format msgid "[-- on %s --]\n" msgstr "[-- el %s --]\n" -#: handler.c:1268 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -893,7 +961,7 @@ msgstr "" "[-- Este archivo adjunto %s/%s no está incluido --]\n" "[-- y la fuente externa indicada ha expirado. --]\n" -#: handler.c:1282 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -902,46 +970,46 @@ msgstr "" "[-- Este archivo adjunto %s/%s no está incluido --]\n" "[-- y el tipo de acceso indicado %s no es soportado --]\n" -#: handler.c:1379 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "Error: multipart/signed no tiene protocolo." -#: handler.c:1392 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "Error: multipart/encrypted no tiene parámetro de protocolo." -#: handler.c:1434 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "¡Imposible abrir archivo temporal!" -#: handler.c:1493 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- %s/%s no es soportado " -#: handler.c:1498 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(use '%s' para ver esta parte)" -#: handler.c:1500 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "(necesita 'view-attachments' enlazado a una tecla)" -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "%s: imposible adjuntar archivo" -#: help.c:274 +#: help.c:273 msgid "ERROR: please report this bug" msgstr "ERROR: por favor reporte esta falla" -#: help.c:316 +#: help.c:315 msgid "" msgstr "" -#: help.c:328 +#: help.c:327 msgid "" "\n" "Generic bindings:\n" @@ -951,7 +1019,7 @@ msgstr "" "Enlaces genéricos:\n" "\n" -#: help.c:332 +#: help.c:331 msgid "" "\n" "Unbound functions:\n" @@ -961,12 +1029,12 @@ msgstr "" "Funciones sin enlace:\n" "\n" -#: help.c:340 +#: help.c:339 #, c-format msgid "Help for %s" msgstr "Ayuda para %s" -#: imap.c:103 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "imap_error(): respuesta inesperada en %s: %s\n" @@ -974,234 +1042,256 @@ msgstr "imap_error(): respuesta inesperada en %s: %s\n" #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:355 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "¡Error fatal! La cuenta de mensajes no esta sincronizada." -#: imap.c:425 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "Consiguiendo cabeceras de mensajes... [%d/%d]" -#: imap.c:623 mbox.c:1007 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "Reabriendo buzón..." -#: imap.c:865 -#, c-format -msgid "Connecting to %s..." -msgstr "Conectando a %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:888 +#: imap.c:1251 msgid "IMAP Username: " msgstr "Nombre de usuario IMAP:" -#: imap.c:901 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "Contraseña para %s@%s: " -#: imap.c:914 +#: imap.c:1277 msgid "Logging in..." msgstr "Entrando..." #. Login failed, try again -#: imap.c:927 +#: imap.c:1290 msgid "Login failed." msgstr "El login falló." -#: imap.c:984 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "Seleccionando %s..." -#: imap.c:1083 lib.c:1194 +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "¿Crear %s?" -#: imap.c:1132 +#: imap.c:1612 msgid "Fetching message..." msgstr "Consiguiendo mensaje..." -#: imap.c:1240 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "Mandando comando APPEND..." -#: imap.c:1279 +#: imap.c:1773 msgid "Uploading message ..." msgstr "Subiendo mensaje ..." -#: imap.c:1334 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "Cerrando conexión al servidor IMAP..." -#: imap.c:1364 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "Guardando indicadores de estado de mensajes... [%d/%d]" -#: imap.c:1390 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "Eliminando mensajes del servidor..." #. tell the server to commit changes -#: imap.c:1441 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "Cerrando buzón..." -#: init.c:433 +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "Copiando a %s..." + +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "Conectando a %s..." + +#: init.c:432 msgid "alias: no address" msgstr "alias: sin dirección" -#: init.c:527 +#: init.c:526 msgid "invalid header field" msgstr "encabezado erróneo" -#: init.c:535 +#: init.c:534 #, c-format msgid "ignoring empty header field: %s" msgstr "ignorando encabezado vacío: %s" -#: init.c:587 +#: init.c:586 #, c-format msgid "%s: unknown sorting method" msgstr "%s: orden desconocido" -#: init.c:660 +#: init.c:659 #, c-format msgid "mutt_restore_default: error in regexp: %s\n" msgstr "mutt_restore_default: error en expresión regular: %s\n" -#: init.c:720 +#: init.c:719 #, c-format msgid "%s: unknown variable" msgstr "%s: varibale desconocida" -#: init.c:729 +#: init.c:728 msgid "prefix is illegal with reset" msgstr "prefijo es ilegal con reset" -#: init.c:735 +#: init.c:734 msgid "value is illegal with reset" msgstr "valor es ilegal con reset" -#: init.c:752 -#, c-format -msgid "%s is a boolean var!" -msgstr "" - -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is set" msgstr "%s esta activada" -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is unset" msgstr "%s no esta activada" -#: init.c:933 +#: init.c:947 #, c-format msgid "%s: invalid mailbox type" msgstr "%s: tipo de buzón erróneo" -#: init.c:992 +#: init.c:1006 #, c-format msgid "%s: invalid value" msgstr "%s: valor erróneo" -#: init.c:1042 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "%s: tipo desconocido" -#: init.c:1091 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "Error en %s, renglón %d: %s" #. the muttrc source keyword -#: init.c:1102 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "source: errores en %s" -#: init.c:1112 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "source: errores en %s" -#: init.c:1117 +#: init.c:1136 msgid "source: too many arguments" msgstr "source: demasiados argumentos" -#: init.c:1168 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "%s: comando desconocido" -#: init.c:1497 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "Error en línea de comando: %s\n" -#: init.c:1540 +#: init.c:1567 msgid "unable to determine home directory" msgstr "imposible determinar el directorio del usuario" -#: init.c:1548 +#: init.c:1575 msgid "unable to determine username" msgstr "imposible determinar nombre del usuario" -#: keymap.c:434 +#: keymap.c:435 msgid "Macro loop detected." msgstr "Lazo de macros detectado." -#: keymap.c:620 keymap.c:628 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "La tecla no tiene enlace a una función." -#: keymap.c:632 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "Tecla sin enlace. Presione '%s' para obtener ayuda." -#: keymap.c:643 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push: demasiados argumentos" -#: keymap.c:664 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "%s: menú desconocido" -#: keymap.c:673 +#: keymap.c:680 msgid "null key sequence" msgstr "sequencia de teclas vacía" -#: keymap.c:751 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind: demasiados argumentos" -#: keymap.c:766 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "%s: función deconocida" -#: keymap.c:789 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro: sequencia de teclas vacía" -#: keymap.c:800 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "macro: demasiados argumentos" -#: keymap.c:830 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "exec: faltan argumentos" -#: keymap.c:850 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "%s: comando desconocido" @@ -1239,641 +1329,702 @@ msgid "display the currently selected file's name" msgstr "mostrar el nombre del archivo seleccionado" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "cambiar directorio" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "revisar buzones por correo nuevo" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "adjuntar archivo(s) a este mensaje" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "adjuntar mensaje(s) a este mensaje" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "editar el campo BCC" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "editar el campo CC" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "editar la descripción del archivo adjunto" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "editar la codificación del archivo adjunto" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "guardar copia de este mensaje en archivo" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "editar el archivo a ser adjunto" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "editar el campo de from" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "editar el mensaje con cabecera" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "editar el mensaje" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "editar el archivo adjunto usando la entrada mailcap" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "editar el campo Reply-To" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "editar el asunto de este mensaje (subject)" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "editar el campo TO" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "editar el tipo de archivo adjunto" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "producir copia temporal del archivo adjunto" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "Corrección ortográfica via ispell" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "producir archivo a adjuntar usando entrada mailcap" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "guardar este mensaje para mandarlo después" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "renombrar/mover un archivo adjunto" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "mandar el mensaje" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "cambiar si el archivo adjunto es suprimido después de mandarlo" -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "refrescar la información de codificado del archivo adjunto" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "guardar el mensaje en un buzón" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "copiar un mensaje a un archivo/buzón" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "crear una entrada en la libreta con los datos del mensaje actual" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "mover entrada hasta abajo en la pantalla" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "mover entrada al centro de la pantalla" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "mover entrada hasta arriba en la pantalla" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "crear copia decodificada (text/plain)" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "crear copia decodificada (text/plain) y suprimir" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "suprimir" -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "suprimir todos los mensajes en esta subtemática" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "suprimir todos los mensajes en esta temática" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "mostrar dirección completa del autor" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "mostrar mensaje con encabezado completo" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "mostrar el mensaje" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "editar el mensaje para remandarlo" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "suprimir el caracter anterior al cursor" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "mover el cursor un caracter a la izquierda" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "saltar al principio del renglón" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "cambiar entre buzones de entrada" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "completar nombres de archivos o nombres en libreta" -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "completar dirección con pregunta" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "suprimir el caracter bajo el cursor" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "saltar al final del renglón" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "mover el cursor un caracter a la derecha" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "mover hacia atrás en la historia de comandos" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "suprimir caracteres desde el cursor hasta el final del renglón" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "suprimir todos lod caracteres en el renglón" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "suprimir la palabra anterior al cursor" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "citar la próxima tecla" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "entrar comando de muttrc" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "entrar un patrón de archivos" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "salir de este menú" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "filtrar archivos adjuntos con un comando de shell" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "mover la primera entrada" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "marcar el mensaje como 'importante'" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "Remandar el mensaje con comentrarios" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "seleccionar la entrada actual" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "responder a todos los destinatarios" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "1/2 página hacia abajo" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "1/2 página hacia arriba" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "esta pantalla" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "saltar a un número del índice" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "ir a la última entrada" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "responder a una lista de correo" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "ejecutar un macro" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "escribir un mensaje nuevo" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "abrir otro buzón" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "abrir otro buzón en modo de sólo lectura" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "quitarle un indicador a un mensaje" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "suprimir mensajes que coincidan con un patrón" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "conseguir correo de un servidor POP" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "ir al primer mensaje" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "ir al último mensaje" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "mostrar sólo mensajes que coincidan con un patrón" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "saltar al próximo mensaje nuevo" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "saltar a la próxima subtemática" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "saltar a la próxima temática" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "ir al próximo mensaje restaurado" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "saltar al próximo mensaje sin leer" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "saltar al temario anterior" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "saltar al subtemario anterior" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "ir al último mensaje restaurado" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "saltar al mensaje nuevo anterior" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "saltar al mensaje sin leer anterior" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "marcar el temario actual como leído" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "marcar el subtemario actual como leído" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "ponerle un indicador a un mensaje" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "guardar cabios al buzón" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "marcar mensajes que coincidan con un patrón" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "restaurar mensajes que coincidan con un patrón" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "quitar marca de los mensajes que coincidan con un patrón" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "ir al centro de la página" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "ir a la próxima entrada" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "bajar un renglón" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "ir a la próxima página" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "saltar al final del mensaje" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "regresar al menú principal" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "cambiar muestra del texto citado" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "saltar atrás del texto citado" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "saltar al principio del mensaje" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "procesar mensaje/archivo adjunto con un comando de shell" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "ir a la entrada anterior" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "subir un renglón" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "ir a la ágina anterior" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "imprimir la entrada actual" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "Conseguir direcciones de un programa externo" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "agregar resultados de la búsqueda nuevos a anteriores" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "guardar cambios al buzón y salir" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "reeditar mensaje pospuesto" -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "refrescar la pantalla" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "{interno}" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "responder a un mensaje" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "guardar mensaje/archivo adjunto en un archivo" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "buscar con una expresión regular" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "buscar con una expresión regular hacia atrás" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "buscar próxima coincidencia" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "buscar próxima coincidencia en dirección opuesta" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "cambiar coloración de patrón de búsqueda" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "invocar comando en una subshell" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "ordenar mensajes" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "ordenar mensajes en orden inverso" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "marcar la entrara actual" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "aplicar la próxima función a los mensajes marcados" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "marcar el subtemario actual" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "marcar el temario actual" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "cambiar el indicador de 'nuevo' de un mensaje" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "cambiar si los cambios del buzón serán guardados" -#: keymap_defs.h:147 +#: keymap_defs.h:153 #, fuzzy -msgid "toggle wether to browse mailboxes or all files" +msgid "toggle whether to browse mailboxes or all files" msgstr "cambiar la navegación de buzones o todos los archivos" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "ir al principio de la página" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "restaurar la entrada actual" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "restaurar todos los mensajes del temario" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "restaurar todos los mensajes del subtemario" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "mostrar la versión y fecha de Mutt" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "mostrar archivo adjunto usando entrada mailcap si es necesario" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "mostrar archivos adjuntos tipo MIME" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "mostrar patrón de limitación activo" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "colapsar/expander temario actual" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "colapsar/expander todos los temarios" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "adjuntar llave PGP pública" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "mostrar opciones PGP" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "extraer llaves PGP públicas" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "borrar contraseña PGP de la memoria" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "mandar llave PGP pública" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "verificar llave PGP pública" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "mostrar la identificación del usuario de la llave" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "crear copi decriptada y suprimir " -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "crear copia decriptada" -#: lib.c:277 lib.c:292 lib.c:323 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +#, fuzzy +msgid "Append a remailer to the chain" +msgstr "suprimir todos lod caracteres en el renglón" + +#: keymap_defs.h:175 +#, fuzzy +msgid "Insert a remailer into the chain" +msgstr "suprimir todos lod caracteres en el renglón" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "suprimir todos lod caracteres en el renglón" + +#: keymap_defs.h:177 +#, fuzzy +msgid "Select the previous element of the chain" +msgstr "suprimir todos lod caracteres en el renglón" + +#: keymap_defs.h:178 +#, fuzzy +msgid "Select the next element of the chain" +msgstr "suprimir todos lod caracteres en el renglón" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "¡Se acabó la memoria!" -#: lib.c:781 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "Archivo es un directorio, ¿guardar adentro?" -#: lib.c:786 +#: lib.c:790 msgid "File under directory: " msgstr "Archivo en el directorio: " -#: lib.c:797 +#: lib.c:802 #, fuzzy -msgid "File exists, overwrite?" +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "Archivo existe, ¿(s)obreescribirlo, (a)ñadirle o (c)ancelar?" -#: lib.c:1170 +#: lib.c:802 +msgid "oac" +msgstr "sac" + +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "¡%s no es un buzón!" -#: lib.c:1176 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "¿Agregar mensajes a %s?" @@ -1885,7 +2036,7 @@ msgstr "Para contactar los autores mande un correo a .\n" #: main.c:43 #, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" @@ -1898,10 +2049,10 @@ msgstr "" #: main.c:49 #, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -2040,29 +2191,29 @@ msgstr "" msgid "Error initializing terminal." msgstr "Error al inicializar la terminal." -#: main.c:404 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "Modo debug a nivel %d.\n" -#: main.c:406 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "DEBUG no fue definido al compilar. Ignorado.\n" -#: main.c:544 +#: main.c:545 msgid "No recipients specified.\n" msgstr "No hay destinatario.\n" -#: main.c:617 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "%s: imposible adjuntar archivo.\n" -#: main.c:637 +#: main.c:638 msgid "No mailbox with new mail." msgstr "Ningún buzón con correo nuevo." -#: main.c:671 +#: main.c:672 msgid "Mailbox is empty." msgstr "Buzón esta vacío." @@ -2078,11 +2229,11 @@ msgstr "Leyendo %s... %d (%d%%)" msgid "Mailbox was corrupted!" msgstr "¡Buzón fue corrompido!" -#: mbox.c:687 mbox.c:930 +#: mbox.c:685 mbox.c:928 msgid "Fatal error! Could not reopen mailbox!" msgstr "¡Error fatal! No se pudo reabrir el buzón." -#: mbox.c:696 +#: mbox.c:694 msgid "Unable to lock mailbox!" msgstr "¡Imposible bloquear buzón!" @@ -2090,98 +2241,102 @@ msgstr " #. * messages were found to be changed or deleted. This should #. * never happen, is we presume it is a bug in mutt. #. -#: mbox.c:740 +#: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" msgstr "" "sync: buzón modificado, pero sin mensajes modificados (reporte este error)" -#: mbox.c:769 +#: mbox.c:767 msgid "Writing messages... %d (%d%%)" msgstr "Guardando mensajes... %d (%d%%)" -#: mbox.c:915 +#: mbox.c:913 #, c-format msgid "Write failed! Saved partial mailbox to %s" msgstr "¡Escritura falló! Buzón parcial fue guardado a %s" -#: mbox.c:967 +#: mbox.c:965 msgid "Could not reopen mailbox!" msgstr "¡Imposible reabrir buzón!" -#: menu.c:309 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "Reabriendo buzón..." + +#: menu.c:312 msgid "Jump to: " msgstr "Saltar a: " -#: menu.c:318 +#: menu.c:321 msgid "Invalid index number." msgstr "Número de índice inválido." -#: menu.c:322 menu.c:340 menu.c:376 menu.c:417 menu.c:433 menu.c:444 -#: menu.c:455 menu.c:497 menu.c:508 menu.c:521 menu.c:534 menu.c:813 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "No hay entradas." -#: menu.c:337 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "Ya no puede bajar más." -#: menu.c:353 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "Ya no puede subir más." -#: menu.c:373 +#: menu.c:376 msgid "You are on the last page." msgstr "Está en la última página." -#: menu.c:395 +#: menu.c:398 msgid "You are on the first page." msgstr "Está en la primera página." -#: menu.c:474 +#: menu.c:477 msgid "First entry is shown." msgstr "La primera entrada esta siendo mostrada." -#: menu.c:494 +#: menu.c:497 msgid "Last entry is shown." msgstr "La última entrada esta siendo mostrada." -#: menu.c:545 +#: menu.c:548 msgid "You are on the last entry." msgstr "Está en la última entrada." -#: menu.c:556 +#: menu.c:559 msgid "You are on the first entry." msgstr "Está en la primera entrada." -#: menu.c:596 pattern.c:1060 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "Buscar: " -#: menu.c:597 +#: menu.c:609 msgid "Reverse search for: " msgstr "Buscar en sentido opuesto: " -#: menu.c:608 pattern.c:1093 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "Nada que buscar." -#: menu.c:638 pager.c:1829 pager.c:1845 pager.c:1932 pattern.c:1158 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "No fue encontrado." -#: menu.c:689 +#: menu.c:701 msgid "No tagged entries." msgstr "No hay entradas marcadas." -#: menu.c:777 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "No puede buscar en este menú." -#: menu.c:816 +#: menu.c:826 msgid "Tagging is not supported." msgstr "Marcar no es soportado." -#: mh.c:183 +#: mh.c:182 #, c-format msgid "Reading %s... %d" msgstr "Leyendo %s... %d" @@ -2191,197 +2346,202 @@ msgstr "Leyendo %s... %d" msgid "Lock count exceeded, remove lock for %s?" msgstr "Cuenta de bloqueo excedida, ¿quitar bloqueo de %s?" -#: mx.c:178 +#: mx.c:125 +#, c-format +msgid "Can't dotlock %s.\n" +msgstr "No se pudo bloquear %s con dotlock.\n" + +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "¡Bloqueo fcntl tardó demasiado!" -#: mx.c:184 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "Esperando bloqueo fcntl... %d" -#: mx.c:212 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "¡Bloqueo flock tardó demasiado!" -#: mx.c:219 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "Esperando bloqueo flock... %d" -#: mx.c:589 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "Leyendo %s..." -#: mx.c:679 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "Escribiendo %s..." -#: mx.c:704 +#: mx.c:710 #, c-format msgid "Could not synchronize mailbox %s!" msgstr "¡No se pudo sincronizar el buzón %s!" -#: mx.c:767 +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "¿Mover mensajes a %s?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "¿Expulsar %d mensaje suprimido?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "¿Expulsar %d mensajes suprimidos?" -#: mx.c:796 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "Moviendo mensajes leídos a %s..." -#: mx.c:812 mx.c:955 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "Buzón no cambió." -#: mx.c:831 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "quedan %d, %d movidos, %d suprimidos." -#: mx.c:834 mx.c:980 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "quedan %d, %d suprimidos." -#: mx.c:940 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr "Presione '%s' para cambiar escritura" -#: mx.c:942 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "¡Use 'toggle-write' para activar escritura!" -#: mx.c:944 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "Buzón esta marcado inescribible. %s" -#: mx.c:949 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "Buzón es de sólo lectura." -#: pager.c:1370 +#: pager.c:1376 msgid "PrevPg" msgstr "PágAnt" -#: pager.c:1371 +#: pager.c:1377 msgid "NextPg" msgstr "PróxPág" -#: pager.c:1375 +#: pager.c:1381 msgid "View Attachm." msgstr "Adjuntos" -#: pager.c:1378 +#: pager.c:1384 msgid "Next" msgstr "Sig." #. emulate "less -q" and don't go on to the next message. -#: pager.c:1741 pager.c:1772 pager.c:1801 pager.c:2020 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "Final del mensaje esta siendo mostrado." -#: pager.c:1757 pager.c:1779 pager.c:1790 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "El principio del mensaje esta siendo mostrado." -#: pager.c:1863 +#: pager.c:1869 msgid "Reverse search: " msgstr "Buscar hacia atrás: " -#: pager.c:1864 +#: pager.c:1870 msgid "Search: " msgstr "Buscar: " -#: pager.c:1958 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "La ayuda esta siendo mostrada." -#: pager.c:1987 +#: pager.c:1993 msgid "No more quoted text." msgstr "No hay mas texto citado." -#: pager.c:2000 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "No hay mas texto bajo texto citado." -#: parse.c:502 +#: parse.c:501 msgid "multipart message has no boundary parameter!" msgstr "¡mensaje multiparte no tiene parámetro límite!" -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "Error en expresión: %s" -#: pattern.c:331 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "Día del mes inválido: %s" -#: pattern.c:345 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "Mes inválido: %s" -#: pattern.c:399 +#: pattern.c:401 msgid "error in expression" msgstr "error en expresión" -#: pattern.c:584 pattern.c:692 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "error en patrón en: %s" -#: pattern.c:632 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "%c: comando inválido" -#: pattern.c:638 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "%c: no soportado en este modo" -#: pattern.c:651 +#: pattern.c:653 msgid "missing parameter" msgstr "falta un parámetro" -#: pattern.c:667 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "paréntesis sin contraparte: %s" -#: pattern.c:699 +#: pattern.c:701 msgid "empty pattern" msgstr "patrón vacío" -#: pattern.c:876 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "error: op %d desconocida (reporte este error)." -#: pattern.c:941 pattern.c:1079 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "Compilando patrón de búsqueda..." -#: pattern.c:955 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "Ejecutando comando con mensajes que coinciden..." @@ -2389,40 +2549,40 @@ msgstr "Ejecutando comando con mensajes que coinciden..." msgid "No messages matched criteria." msgstr "Ningún mensaje tiene los criterios." -#: pattern.c:1117 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "Búsqueda llegó al final sin encontrar nada." -#: pattern.c:1128 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "Búsqueda llegó al principio sin encontrar nada." -#: pattern.c:1150 +#: pattern.c:1145 msgid "Search interrupted." msgstr "Búsqueda interrumpida." -#: pgp.c:131 +#: pgp.c:130 msgid "Enter PGP passphrase:" msgstr "Entre contraseña PGP:" -#: pgp.c:147 +#: pgp.c:146 msgid "PGP passphrase forgotten." msgstr "Contraseña PGP olvidada." -#: pgp.c:175 +#: pgp.c:174 #, c-format msgid "Unknown PGP version \"%s\"." msgstr "Versión PGP desconocida \"%s\"." -#: pgp.c:208 +#: pgp.c:207 msgid "[-- PGP output follows (current time: " msgstr "[-- Salida de PGP sigue (tiempo actual: " -#: pgp.c:321 +#: pgp.c:320 msgid "[-- Error: unable to create PGP subprocess! --]\n" msgstr "[-- ¡Error: imposible crear subproceso PGP! --]\n" -#: pgp.c:348 +#: pgp.c:347 msgid "" "\n" "[-- End of PGP output --]\n" @@ -2432,7 +2592,7 @@ msgstr "" "[-- Fin de salida PGP --]\n" "\n" -#: pgp.c:354 +#: pgp.c:353 msgid "" "[-- BEGIN PGP MESSAGE --]\n" "\n" @@ -2440,11 +2600,11 @@ msgstr "" "[-- PRINCIPIO DEL MENSAJE PGP --]\n" "\n" -#: pgp.c:356 +#: pgp.c:355 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- PRINCIPIO DEL BLOQUE DE LLAVES PÚBLICAS PGP --]\n" -#: pgp.c:358 +#: pgp.c:357 msgid "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" @@ -2452,7 +2612,7 @@ msgstr "" "[-- PRINCIPIO DEL MENSAJE FIRMADO CON PGP --]\n" "\n" -#: pgp.c:460 +#: pgp.c:459 msgid "" "\n" "[-- END PGP MESSAGE --]\n" @@ -2461,11 +2621,11 @@ msgstr "" "[-- FIN DEL MENSAJE PGP --]\n" "\n" -#: pgp.c:462 +#: pgp.c:461 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- FIN DEL BLOQUE DE LLAVES PÚBLICAS PGP --]\n" -#: pgp.c:464 +#: pgp.c:463 msgid "" "\n" "[-- END PGP SIGNED MESSAGE --]\n" @@ -2474,7 +2634,7 @@ msgstr "" "[-- FIN DEL MENSAJE FIRMADO CON PGP --]\n" "\n" -#: pgp.c:477 +#: pgp.c:476 msgid "" "[-- Error: could not find beginning of PGP message! --]\n" "\n" @@ -2482,7 +2642,7 @@ msgstr "" "[-- ¡Error: no se encontró el principio del mensaje PGP! --]\n" "\n" -#: pgp.c:669 pgp.c:975 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2490,20 +2650,20 @@ msgstr "" "[-- Fin de salida PGP --]\n" "\n" -#: pgp.c:721 +#: pgp.c:720 msgid "" "[-- Error: Inconsistant multipart/signed structure! --]\n" "\n" msgstr "" -#: pgp.c:729 +#: pgp.c:728 #, fuzzy, c-format msgid "" "[-- Error: Unknown multipart/signed protocol %s! --]\n" "\n" msgstr "Error: multipart/signed no tiene protocolo." -#: pgp.c:750 +#: pgp.c:749 #, c-format msgid "" "[-- Warning: We can't verify %s/%s signatures. --]\n" @@ -2511,7 +2671,7 @@ msgid "" msgstr "" #. Now display the signed body -#: pgp.c:758 +#: pgp.c:757 #, fuzzy msgid "" "[-- The following data is signed --]\n" @@ -2520,13 +2680,13 @@ msgstr "" "[-- Lo siguiente esta firmado con PGP/MIME --]\n" "\n" -#: pgp.c:764 +#: pgp.c:763 msgid "" "[-- Warning: Can't find any signatures. --]\n" "\n" msgstr "" -#: pgp.c:770 +#: pgp.c:769 #, fuzzy msgid "" "\n" @@ -2535,11 +2695,11 @@ msgstr "" "\n" "[-- Fin de datos firmados con PGP/MIME --]\n" -#: pgp.c:882 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "Error interno. Informe a por favor." -#: pgp.c:946 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2547,7 +2707,7 @@ msgstr "" "[-- ¡Error: imposible crear subproceso PGP! --]\n" "\n" -#: pgp.c:1039 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2555,11 +2715,11 @@ msgstr "" "[-- ¡Error: mensaje PGP/MIME mal formado! --]\n" "\n" -#: pgp.c:1052 +#: pgp.c:1051 msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- ¡Error: no se pudo cear archivo temporal! --]\n" -#: pgp.c:1061 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" @@ -2567,7 +2727,7 @@ msgstr "" "[-- Lo siguiente esta encriptado con PGP/MIME --]\n" "\n" -#: pgp.c:1069 +#: pgp.c:1068 msgid "" "\n" "[-- End of PGP/MIME encrypted data --]\n" @@ -2575,358 +2735,377 @@ msgstr "" "\n" "[-- Fin de datos encriptados con PGP/MIME --]\n" -#: pgp.c:1151 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "¡No se pudo abrir subproceso PGP!" -#: pgp.c:1275 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "¿Usar keyID = \"%s\" para %s?" -#: pgp.c:1281 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "Entre keyID para %s: " -#: pgpkey.c:174 +#: pgpkey.c:441 msgid "Exit " msgstr "Salir " -#: pgpkey.c:176 +#: pgpkey.c:443 msgid "Select " msgstr "Seleccionar " -#: pgpkey.c:179 +#: pgpkey.c:446 msgid "Check key " msgstr "Verificar llave " -#: pgpkey.c:192 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "Llaves PGP para " -#: pgpkey.c:211 pgpkey.c:388 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "No se pudo abrir /dev/null" -#: pgpkey.c:217 pgpkey.c:382 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "No se pudo crear archivo temporal" -#: pgpkey.c:227 pgpkey.c:399 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "No se pudo crear filtro" -#: pgpkey.c:237 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "Key ID: 0x%s" -#: pgpkey.c:258 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "El nivel de confianza de esta ID no está definido." -#: pgpkey.c:259 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "Esta ID no es de confianza." -#: pgpkey.c:260 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "Esta ID es marginalmente de confianza." -#: pgpkey.c:263 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s ¿Realmente quiere utilizarla?" -#: pgpkey.c:370 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "Por favor entre la identificación de la llave: " -#: pgpkey.c:417 +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "Invocando PGP..." + +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "Llave PGP 0x%s." -#: pgppubring.c:59 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "reservado" -#: pgppubring.c:60 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "Llave de sesión encriptada" -#: pgppubring.c:61 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "Paquete de firma" -#: pgppubring.c:62 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "Paquete de llave se sesión encriptada convencional" -#: pgppubring.c:63 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "Paquete de firma one-pass" -#: pgppubring.c:64 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "Paquete de llave secreta" -#: pgppubring.c:65 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "Paquete de llave pública" -#: pgppubring.c:66 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "Paquete de subllave secreta" -#: pgppubring.c:67 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "Paquete de datos comprimidos" -#: pgppubring.c:68 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "Paquete de datos encriptados simétricamente" -#: pgppubring.c:69 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "Paquete marca" -#: pgppubring.c:70 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "Paquete de datos literales" -#: pgppubring.c:71 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "Paquete de confianza" -#: pgppubring.c:72 +#: pgppubring.c:76 msgid "Name Packet" msgstr "Paquete de nombre" -#: pgppubring.c:73 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "Paquete de subllave" -#: pgppubring.c:74 +#: pgppubring.c:78 msgid "Reserved" msgstr "Reservado" -#: pgppubring.c:75 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "Paquete de comentario" -#: pop.c:67 +#: pop.c:66 msgid "POP Password: " msgstr "Contraseña POP: " -#: pop.c:92 +#: pop.c:91 msgid "POP host is not defined." msgstr "El servidor POP no fue definido." -#: pop.c:98 +#: pop.c:97 msgid "No POP username is defined." msgstr "El nombre de usuario POP no fue definido." -#: pop.c:115 +#: pop.c:114 #, c-format msgid "Could not find address for host %s." msgstr "No se encontró dirección del servidor %s." -#: pop.c:123 +#: pop.c:122 #, c-format msgid "Connecting to %s" msgstr "Conectando a %s" -#: pop.c:167 pop.c:332 +#: pop.c:166 pop.c:331 msgid "Server closed connection!" msgstr "¡El servidor cerró la conneción!" -#: pop.c:188 +#: pop.c:187 msgid "No new mail in POP mailbox." msgstr "No hay correo nuevo en el buzón POP." -#: pop.c:210 +#: pop.c:209 #, c-format msgid "Reading %d new message (%d bytes)..." msgstr "Leyendo %d mensajes nuevos (%d bytes)..." -#: pop.c:211 +#: pop.c:210 #, c-format msgid "Reading %d new messages (%d bytes)..." msgstr "Leyendo %d mensajes nuevos (%d bytes)..." -#: pop.c:246 +#: pop.c:245 msgid "Error reading message!" msgstr "¡Error al leer el mensaje!" -#: pop.c:282 +#: pop.c:281 msgid "Error while writing mailbox!" msgstr "¡Error al escribir el buzón!" -#: pop.c:306 +#: pop.c:305 #, c-format msgid "%s [%d messages read]" msgstr "%s [%d mensajes leídos]" -#: postpone.c:112 +#: postpone.c:111 msgid "Postponed Messages" msgstr "Mensajes pospuestos" -#: postpone.c:185 postpone.c:194 +#: postpone.c:184 postpone.c:193 msgid "No postponed messages." msgstr "No hay mensajes pospuestos." -#: postpone.c:339 postpone.c:359 postpone.c:368 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "Cabecera PGP illegal" -#: query.c:46 +#: query.c:45 msgid "New Query" msgstr "Nueva indagación" -#: query.c:47 +#: query.c:46 msgid "Make Alias" msgstr "Producir nombre corto" -#: query.c:48 +#: query.c:47 msgid "Search" msgstr "Buscar" -#: query.c:92 +#: query.c:91 msgid "Waiting for response..." msgstr "Esperando respuesta..." -#: query.c:193 query.c:218 +#: query.c:192 query.c:217 msgid "Query command not defined." msgstr "El comando de indagación no fue definido." -#: query.c:245 +#: query.c:244 msgid "Query" msgstr "Indagación" #. Prompt for Query -#: query.c:258 query.c:286 +#: query.c:257 query.c:285 msgid "Query: " msgstr "Indagar: " -#: query.c:269 query.c:295 +#: query.c:268 query.c:294 #, c-format msgid "Query '%s'" msgstr "Indagar '%s'" -#: recvattach.c:50 +#: recvattach.c:49 msgid "Pipe" msgstr "Redirigir" -#: recvattach.c:51 +#: recvattach.c:50 msgid "Print" msgstr "Imprimir" -#: recvattach.c:371 +#: recvattach.c:402 msgid "Saving..." msgstr "Guardando..." -#: recvattach.c:432 +#: recvattach.c:465 msgid "Attachment saved" msgstr "Archivo adjunto guardado" -#: recvattach.c:444 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "¡Atención! Esta a punto de sobreescribir %s, ¿continuar?" -#: recvattach.c:462 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "Archivo adjunto filtrado." -#: recvattach.c:528 +#: recvattach.c:561 msgid "Filter through: " msgstr "Filtrar a través de: " -#: recvattach.c:528 +#: recvattach.c:561 msgid "Pipe to: " msgstr "Redirigir a: " -#: recvattach.c:563 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "¡No sé cómo imprimir archivos adjuntos %s!" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "¿Imprimir archivo(s) adjunto(s) marcado(s)?" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print attachment?" msgstr "¿Imprimir archivo adjunto?" -#: recvattach.c:654 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "Solo puede rebotar partes tipo message/rfc822." -#: recvattach.c:690 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "¿Rebotar mensajes a %s...?" -#: recvattach.c:691 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "¿Rebotar mensaje a %s...?" -#: recvattach.c:916 +#: recvattach.c:976 msgid "Attachments" msgstr "Archivos adjuntos" -#: recvattach.c:973 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "Suprimir archivos adjuntos de mensajes PGP no es soportado." -#: recvattach.c:993 recvattach.c:1010 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "Suprimir sólo es soportado con archivos adjuntos tipo multiparte." -#: recvattach.c:1060 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "Esta operación al momento no es soportada en mensajes PGP." -#: rfc1524.c:158 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "Entrada mal formateada para el tipo %s en \"%s\" renglón %d" -#: rfc1524.c:390 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "Ruta para mailcap no especificada" -#: rfc1524.c:416 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "Entrada mailcap para tipo %s no encontrada" -#: score.c:74 +#: score.c:73 msgid "score: too few arguments" msgstr "score: faltan argumentos" -#: score.c:83 +#: score.c:82 msgid "score: too many arguments" msgstr "score: demasiados argumentos" -#: send.c:230 +#: send.c:232 msgid "No subject, abort?" msgstr "Sin asunto, ¿cancelar?" -#: send.c:232 +#: send.c:234 msgid "No subject, aborting." msgstr "Sin asunto, cancelando." +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "¿Responder a %s%s?" + #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:433 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "¿Responder a %s%s?" @@ -2934,111 +3113,115 @@ msgstr " #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:517 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "¡No hay mensajes marcados visibles!" -#: send.c:542 +#: send.c:553 msgid "No mailing lists found!" msgstr "¡Ninguna lista de correo encontrada!" -#: send.c:629 +#: send.c:640 msgid "Include message in reply?" msgstr "¿Incluir mensaje en respuesta?" -#: send.c:643 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "¡No se pudieron incluir todos los mensajes!" -#: send.c:656 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "¿Adelantar con encapsulado MIME?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:867 +#: send.c:890 msgid "Recall postponed message?" msgstr "¿Continuar mensaje pospuesto?" -#: send.c:1099 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "¿Cancelar mensaje sin cambios?" -#: send.c:1101 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "Mensaje sin cambios cancelado." #. abort -#: send.c:1140 +#: send.c:1165 msgid "Mail not sent." msgstr "Correo no fue mandado." -#: send.c:1153 +#: send.c:1178 msgid "Message postponed." msgstr "Mensaje pospuesto." -#: send.c:1162 +#: send.c:1187 msgid "No recipients are specified!" msgstr "¡No hay destinatario!" -#: send.c:1167 +#: send.c:1192 msgid "No recipients were specified." msgstr "¡No hay destinatario!" -#: send.c:1173 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "Falta el asunto, ¿cancelar?" -#: send.c:1177 +#: send.c:1202 msgid "No subject specified." msgstr "Asunto no fue especificado." -#: send.c:1216 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "Mensaje editado. ¿Realmente lo quiere mandar?" -#: send.c:1222 +#: send.c:1249 msgid "Sending message..." msgstr "Mandando mensaje..." -#: send.c:1324 +#: send.c:1361 msgid "Could not send the message." msgstr "No se pudo mandar el mensaje." -#: send.c:1330 +#: send.c:1366 msgid "Mail sent." msgstr "Correo mandado." -#: sendlib.c:475 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "El parámetro límite no fue encontrado. [reporte este error]" -#: sendlib.c:509 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "¡%s ya no existe!" -#: sendlib.c:777 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "No se pudo abrir %s" -#: sendlib.c:1695 +#: sendlib.c:1680 #, fuzzy, c-format -msgid "Error sending message, child exited %d (%s).\n" +msgid "Error sending message, child exited %d (%s)." msgstr "Error al mandar mensaje, %d (%s).\n" -#: sendlib.c:1697 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "Salida del subproceso guardada en %s.\n" +#: sendlib.c:1686 +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1701 -msgid "Error sending message." -msgstr "Error al mandar el mensaje." +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "\"%s\" recibido... Saliendo.\n" -#: signal.c:39 signal.c:42 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "\"%s\" recibido... Saliendo.\n" @@ -3048,71 +3231,38 @@ msgstr "\"%s\" recibido... Saliendo.\n" msgid "Caught signal %d... Exiting.\n" msgstr "Señal %d recibida... Saliendo.\n" -#: sort.c:199 +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "Conectando a %s..." + +#: sort.c:198 msgid "Sorting mailbox..." msgstr "Ordenando buzón..." -#: sort.c:227 +#: sort.c:226 msgid "Could not find sorting function! [report this bug]" msgstr "¡No se pudo encontrar la función para ordenar! [reporte este error]" -#: status.c:102 +#: status.c:101 msgid "(no mailbox)" msgstr "(ningún buzón)" #, fuzzy -#~ msgid "Error running \"%s\"!" -#~ msgstr "¡Dirección errónea!" - -#, fuzzy -#~ msgid "Subscribed [%s], File mask: %s" -#~ msgstr "Directorio [%s], patrón de archivos: %s" +#~ msgid "Display message using mailcap?" +#~ msgstr "mostrar mensaje con encabezado completo" -#, fuzzy -#~ msgid "Can't attach a directory!" -#~ msgstr "No se puede mostrar el directorio" +#~ msgid "Can't open your secret key ring!" +#~ msgstr "¡No se pudo abrir el llavero secreto!" -#, fuzzy -#~ msgid "Can't open %s: %s." -#~ msgstr "No se pudo probar: %s" +#~ msgid "===== Attachments =====" +#~ msgstr "===== Archivos adjuntos =====" -#, fuzzy -#~ msgid "-- Attachments" -#~ msgstr "Archivos adjuntos" +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "Salida del subproceso guardada en %s.\n" -#, fuzzy -#~ msgid "Unable to attach %s!" -#~ msgstr "¡Imposible adjuntar!" - -#, fuzzy -#~ msgid "Reopening mailbox... %s" -#~ msgstr "Reabriendo buzón..." - -#, fuzzy -#~ msgid "Subscribing to %s..." -#~ msgstr "Copiando a %s..." - -#, fuzzy -#~ msgid "Unsubscribing to %s..." -#~ msgstr "Conectando a %s..." - -#, fuzzy -#~ msgid "Delete a remailer from the chain" -#~ msgstr "suprimir todos lod caracteres en el renglón" - -#~ msgid "oac" -#~ msgstr "sac" - -#~ msgid "Can't dotlock %s.\n" -#~ msgstr "No se pudo bloquear %s con dotlock.\n" - -#, fuzzy -#~ msgid "Invoking pgp..." -#~ msgstr "Invocando PGP..." - -#, fuzzy -#~ msgid "%s... Exiting.\n" -#~ msgstr "\"%s\" recibido... Saliendo.\n" +#~ msgid "Error sending message." +#~ msgstr "Error al mandar el mensaje." #~ msgid "" #~ "[-- Error: this message does not comply with the PGP/MIME specification! " diff --git a/po/fr.po b/po/fr.po index 060cf443..517b1cc7 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 0.94.14i\n" -"POT-Creation-Date: 1999-01-04 14:22+0100\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: 1999-02-15 21:37+0100\n" "Last-Translator: Marc Baudoin , Vincent Lefevre " "\n" @@ -15,428 +15,456 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: addrbook.c:32 browser.c:54 pager.c:1369 postpone.c:33 query.c:44 -#: recvattach.c:48 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 +#: recvattach.c:47 msgid "Exit" msgstr "Quitter" -#: addrbook.c:33 +#: addrbook.c:32 msgid "Select" msgstr "Sélectionner" -#: addrbook.c:34 browser.c:57 compose.c:84 curs_main.c:259 pager.c:1466 -#: pgpkey.c:181 postpone.c:36 query.c:49 recvattach.c:52 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "Aide" -#: addrbook.c:132 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "Vous n'avez pas défini d'alias !" -#: addrbook.c:144 +#: addrbook.c:131 msgid "Aliases" msgstr "Alias" #. add a new alias -#: alias.c:193 +#: alias.c:192 msgid "Alias as: " msgstr "Créer l'alias : " -#: alias.c:199 +#: alias.c:198 msgid "You already have an alias defined with that name!" msgstr "Vous avez déjà défini un alias ayant ce nom !" -#: alias.c:213 +#: alias.c:212 msgid "Address: " msgstr "Adresse : " -#: alias.c:229 +#: alias.c:228 msgid "Personal name: " msgstr "Nom de la personne : " # , c-format -#: alias.c:238 +#: alias.c:237 #, c-format msgid "[%s = %s] Accept?" msgstr "[%s = %s] Accepter ?" -#: alias.c:255 recvattach.c:344 recvattach.c:399 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "Sauver dans le fichier : " -#: alias.c:266 +#: alias.c:265 msgid "Alias added." msgstr "Alias ajouté." -#: attach.c:112 attach.c:235 attach.c:367 attach.c:806 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "Ne correspond pas au nametemplate, continuer ?" #. For now, editing requires a file, no piping -#: attach.c:124 +#: attach.c:123 msgid "Mailcap compose entry requires %%s" msgstr "L'entrée compose du fichier mailcap nécessite %%s" -#: attach.c:138 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "Erreur de décodage de l'adresse !" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "Échec d'ouverture du fichier pour décoder les en-têtes." -#: attach.c:169 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "Échec d'ouverture du fichier pour enlever les en-têtes." # , c-format -#: attach.c:187 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." msgstr "Pas d'entrée compose pour %s dans mailcap, création d'un fichier vide." #. For now, editing requires a file, no piping -#: attach.c:247 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "L'entrée Edit du fichier mailcap nécessite %%s" # , c-format -#: attach.c:265 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "Pas d'entrée edit pour %s dans mailcap" -#: attach.c:333 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "Pas d'entrée mailcap correspondante. Visualisation en texte." -#: attach.c:346 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "Type MIME non défini. Impossible de visualiser l'attachement." -#: attach.c:436 +#: attach.c:499 msgid "Cannot create filter" msgstr "Impossible de créer le filtre" -#: attach.c:638 recvattach.c:374 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "Attachement sauvé." -#: attach.c:691 +#: attach.c:756 msgid "Write fault!" msgstr "Erreur d'écriture !" -#: attach.c:890 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "Je ne sais pas comment imprimer ceci !" -#: browser.c:55 +#: browser.c:42 msgid "Chdir" msgstr "Changement de répertoire" -#: browser.c:56 +#: browser.c:43 msgid "Mask" msgstr "Masque" # , c-format -#: browser.c:345 browser.c:672 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s n'est pas un répertoire." # , c-format -#: browser.c:450 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "Boîtes aux lettres [%d]" +# , c-format +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "Répertoire [%s], masque de fichier : %s" + # , c-format #: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "Répertoire [%s], masque de fichier : %s" -#: browser.c:539 browser.c:729 browser.c:812 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "Impossible de visualiser un répertoire" + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "Aucun fichier ne correspond au masque" -#: browser.c:646 +#: browser.c:784 msgid "Chdir to: " msgstr "Changement de répertoire vers : " -#: browser.c:665 browser.c:722 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "Erreur de lecture du répertoire." -#: browser.c:683 +#: browser.c:836 msgid "File Mask: " msgstr "Masque de fichier : " -#: browser.c:745 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Tri inverse par (d)ate, (a)lphabétique, (t)aille ou (n)e pas trier ? " -#: browser.c:746 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Tri par (d)ate, (a)lphabétique, (t)aille ou (n)e pas trier ? " -#: browser.c:747 +#: browser.c:900 msgid "dazn" msgstr "datn" -#: browser.c:799 +#: browser.c:962 msgid "New file name: " msgstr "Nouveau nom de fichier : " -#: browser.c:820 +#: browser.c:983 msgid "Can't view a directory" msgstr "Impossible de visualiser un répertoire" -#: browser.c:838 +#: browser.c:1001 msgid "Error trying to view file" msgstr "Erreur en essayant de visualiser le fichier" # , c-format -#: buffy.c:364 +#: buffy.c:363 #, c-format msgid "New mail in %s." msgstr "Nouveau(x) message(s) dans %s." +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +# , c-format +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "Impossible d'obtenir le statut du fichier : %s" + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + # , c-format -#: color.c:307 +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "%s : couleur non disponible sur ce terminal" # , c-format -#: color.c:313 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "%s : cette couleur n'existe pas" # , c-format -#: color.c:359 color.c:550 color.c:561 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "%s : cet objet n'existe pas" # , c-format -#: color.c:366 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "%s : commande uniquement valide pour l'objet index" # , c-format -#: color.c:374 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "%s : pas assez d'arguments" -#: color.c:538 +#: color.c:546 msgid "Missing arguments." msgstr "Arguments manquants." -#: color.c:577 color.c:588 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "color : pas assez d'arguments" -#: color.c:611 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono : pas assez d'arguments" # , c-format -#: color.c:631 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "%s : attribut inexistant" -#: color.c:671 hook.c:62 hook.c:70 keymap.c:681 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "pas assez d'arguments" -#: color.c:680 hook.c:76 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "trop d'arguments" -#: color.c:694 +#: color.c:702 msgid "default colors not supported" msgstr "La couleur default n'est pas disponible" -#: commands.c:123 -msgid "Display message using mailcap?" -msgstr "Afficher le message en utilisant mailcap ?" - -#: commands.c:154 commands.c:162 pgpkey.c:221 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "Appel de PGP..." #. find out whether or not the verify signature -#: commands.c:159 +#: commands.c:92 msgid "Verify PGP signature?" msgstr "Vérifier la signature PGP ?" -#: commands.c:177 mbox.c:724 +#: commands.c:110 mbox.c:722 msgid "Could not create temporary file!" msgstr "Impossible de créer le fichier temporaire !" -#: commands.c:225 +#: commands.c:162 msgid "Command: " msgstr "Commande : " -#: commands.c:243 recvattach.c:677 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "Renvoyer le message à : " -#: commands.c:245 recvattach.c:679 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "Renvoyer les messages marqués à : " -#: commands.c:260 +#: commands.c:197 msgid "Error parsing address!" msgstr "Erreur de décodage de l'adresse !" # , c-format -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "Renvoyer le message à %s" # , c-format -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "Renvoyer les messages à %s" -#: commands.c:281 +#: commands.c:218 msgid "Message bounced." msgstr "Message renvoyé." -#: commands.c:281 +#: commands.c:218 msgid "Messages bounced." msgstr "Messages renvoyés." -#: commands.c:301 +#: commands.c:239 msgid "Pipe to command: " msgstr "Passer à la commande : " -#: commands.c:401 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Tri inv (d)ate/(a)uteur/(r)eçu/(o)bj/de(s)t/d(i)sc/(n)on/(t)aille/s(c)ore ? " ": " -#: commands.c:402 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Tri (d)ate/(a)uteur/(r)eçu/(o)bj/de(s)t/d(i)sc/(n)on/(t)aille/s(c)ore ? : " -#: commands.c:403 +#: commands.c:341 msgid "dfrsotuzc" msgstr "darosintc" -#: commands.c:456 +#: commands.c:394 msgid "Shell command: " msgstr "Commande shell : " # , c-format -#: commands.c:572 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s vers une boîte aux lettres" -#: commands.c:573 +#: commands.c:511 msgid "Decode-save" msgstr "Décoder-sauver" -#: commands.c:573 +#: commands.c:511 msgid "Decode-copy" msgstr "Décoder-copier" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-save" msgstr "Déchiffrer-sauver" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-copy" msgstr "Déchiffrer-copier" -#: commands.c:575 curs_main.c:255 recvattach.c:49 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "Sauver" -#: commands.c:575 +#: commands.c:513 msgid "Copy" msgstr "Copier" -#: commands.c:575 +#: commands.c:513 msgid " tagged" msgstr " les messages marqués" # , c-format -#: commands.c:644 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "Copie vers %s..." -#: commands.c:716 +#: commands.c:654 msgid "Print message?" msgstr "Imprimer le message ?" -#: commands.c:716 +#: commands.c:654 msgid "Print tagged messages?" msgstr "Imprimer les messages marqués ?" -#: commands.c:743 +#: commands.c:681 msgid "Message printed" msgstr "Message imprimé" -#: commands.c:743 +#: commands.c:681 msgid "Messages printed" msgstr "Messages imprimés" -#: compose.c:77 +#: compose.c:83 msgid "Send" msgstr "Envoyer" -#: compose.c:78 +#: compose.c:84 msgid "Abort" msgstr "Abandonner" -#: compose.c:82 compose.c:539 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "Attacher fichier" -#: compose.c:83 +#: compose.c:89 msgid "Descrip" msgstr "Description" -#: compose.c:104 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "Signer, Chiffrer" -#: compose.c:106 +#: compose.c:112 msgid "Encrypt" msgstr "Chiffrer" -#: compose.c:108 +#: compose.c:114 msgid "Sign" msgstr "Signer" -#: compose.c:110 +#: compose.c:116 msgid "Clear" msgstr "Effacer" -#: compose.c:117 +#: compose.c:123 msgid " sign as: " msgstr " signer en tant que : " -#: compose.c:117 +#: compose.c:123 msgid "" msgstr "" -#: compose.c:118 compose.c:192 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "Algorithme MIC : " -#: compose.c:133 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " @@ -444,128 +472,175 @@ msgstr "" "(c)hiffrer, (s)igner, (e)n tant que, les (d)eux, select algo (m)ic, (a)nnul " "? " -#: compose.c:134 +#: compose.c:138 msgid "esabmf" msgstr "csedma" -#: compose.c:151 -msgid "Can't open your secret key ring!" -msgstr "Impossible d'ouvrir votre fichier de clés secrètes" - -#: compose.c:156 +#: compose.c:152 msgid "Sign as: " msgstr "Signer en tant que : " -#: compose.c:176 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "Une version inconnue de PGP a été définie pour signer." -#: compose.c:186 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "Ceci n'a aucun sens si vous ne voulez pas signer le message." -#: compose.c:197 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "" "Algorithme MIC inconnu, algorithmes valides : pgp-md5, pgp-sha1, pgp-rmd160" # , c-format -#: compose.c:233 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "%s [#%d] n'existe plus !" # , c-format -#: compose.c:241 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "%s [#%d] modifié. Mise à jour du codage ?" -#: compose.c:282 -msgid "===== Attachments =====" -msgstr "===== Attachements =====" +#: compose.c:309 +#, fuzzy +msgid "-- Attachments" +msgstr "Attachements" -#: compose.c:320 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "Vous ne pouvez pas supprimer l'unique attachement." -#: compose.c:394 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "Composer" -#: compose.c:544 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "Ouvrir une boîte aux lettres d'où attacher un message" -#: compose.c:583 +#: compose.c:648 msgid "No messages in that folder." msgstr "Aucun message dans ce dossier." -#: compose.c:590 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "Marquez les messages que vous voulez attacher !" -#: compose.c:625 compose.c:645 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "Impossible d'attacher !" + +#: compose.c:722 msgid "Unable to attach!" msgstr "Impossible d'attacher !" -#: compose.c:772 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "Codage invalid." -#: compose.c:787 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "Sauver une copie de ce message ?" -#: compose.c:832 +#: compose.c:996 msgid "Rename to: " msgstr "Renommer en : " # , c-format -#: compose.c:837 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "Impossible d'obtenir le statut du fichier : %s" -#: compose.c:864 +#: compose.c:1028 msgid "New file: " msgstr "Nouveau fichier : " -#: compose.c:877 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "Content-Type est de la forme base/sous" # , c-format -#: compose.c:883 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "Content-Type %s inconnu" # , c-format -#: compose.c:896 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "Impossible de créer le fichier %s" -#: compose.c:904 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "Nous sommes en présence d'un échec de fabrication d'un attachement" -#: compose.c:967 +#: compose.c:1131 msgid "Postpone this message?" msgstr "Ajourner ce message ?" -#: compose.c:1019 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "Enregistrer le message dans la boîte aux lettres" # , c-format -#: compose.c:1023 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "Écriture du message dans %s ..." -#: compose.c:1034 +#: compose.c:1200 msgid "Message written." msgstr "Message écrit." @@ -582,15 +657,15 @@ msgstr "non" msgid "Exit Mutt?" msgstr "Quitter Mutt ?" -#: curs_lib.c:275 +#: curs_lib.c:276 msgid "unknown error" msgstr "erreur inconnue" -#: curs_lib.c:295 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "Appuyez sur une touche pour continuer..." -#: curs_lib.c:333 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " ('?' pour avoir la liste) : " @@ -611,19 +686,19 @@ msgstr "Les modifications du dossier ne seront pas enregistr msgid "Quit" msgstr "Quitter" -#: curs_main.c:253 pager.c:1376 postpone.c:34 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "Effacer" -#: curs_main.c:254 postpone.c:35 +#: curs_main.c:254 postpone.c:34 msgid "Undel" msgstr "Récup" -#: curs_main.c:256 query.c:45 +#: curs_main.c:256 query.c:44 msgid "Mail" msgstr "Message" -#: curs_main.c:257 pager.c:1377 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "Répondre" @@ -631,149 +706,145 @@ msgstr "R msgid "Group" msgstr "Groupe" -#: curs_main.c:423 +#: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "" "Boîte aux lettres modifiée extérieurement. Les indicateurs peuvent être faux." -#: curs_main.c:426 +#: curs_main.c:432 msgid "New mail in this mailbox." msgstr "Nouveau(x) message(s) dans cette boîte aux lettres." -#: curs_main.c:526 +#: curs_main.c:532 msgid "No mailbox is open." msgstr "Aucune boîte aux lettres n'est ouverte." -#: curs_main.c:532 +#: curs_main.c:538 msgid "No tagged messages." msgstr "Pas de messages marqués." -#: curs_main.c:612 +#: curs_main.c:618 msgid "Jump to message: " msgstr "Aller au message : " -#: curs_main.c:618 +#: curs_main.c:624 msgid "Argument must be a message number." msgstr "L'argument doit être un numéro de message." -#: curs_main.c:651 +#: curs_main.c:657 msgid "That message is not visible." msgstr "Ce message n'est pas visible." -#: curs_main.c:654 +#: curs_main.c:660 msgid "Invalid message number." msgstr "Numéro de message invalide." -#: curs_main.c:667 +#: curs_main.c:673 msgid "Delete messages matching: " msgstr "Effacer les messages correspondant à : " -#: curs_main.c:689 +#: curs_main.c:695 msgid "No limit pattern is in effect." msgstr "Aucun motif de limite n'est en vigueur." # , c-format #. i18n: ask for a limit to apply -#: curs_main.c:694 +#: curs_main.c:700 #, c-format msgid "Limit: %s" msgstr "Limite : %s" -#: curs_main.c:703 +#: curs_main.c:709 msgid "Limit to messages matching: " msgstr "Limiter aux messages correspondant à : " -#: curs_main.c:733 +#: curs_main.c:739 msgid "Quit Mutt?" msgstr "Quitter Mutt ?" -#: curs_main.c:835 +#: curs_main.c:841 msgid "Tag messages matching: " msgstr "Marquer les messages correspondant à : " -#: curs_main.c:843 +#: curs_main.c:849 msgid "Undelete messages matching: " msgstr "Récupérer les messages correspondant à : " -#: curs_main.c:850 +#: curs_main.c:856 msgid "Untag messages matching: " msgstr "Démarquer les messages correspondant à : " -#: curs_main.c:868 +#: curs_main.c:874 msgid "Open mailbox" msgstr "Ouvre la boîte aux lettres" -#: curs_main.c:870 +#: curs_main.c:876 msgid "Open mailbox in read-only mode" msgstr "Ouvre la boîte aux lettres en lecture seule" # , c-format -#: curs_main.c:886 mx.c:423 mx.c:564 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s n'est pas une boîte aux lettres." -#: curs_main.c:973 +#: curs_main.c:974 msgid "Exit Mutt without saving?" msgstr "Quitter Mutt sans sauvegarder ?" -#: curs_main.c:990 curs_main.c:1014 +#: curs_main.c:991 curs_main.c:1015 msgid "You are on the last message." msgstr "Vous êtes sur le dernier message." -#: curs_main.c:997 curs_main.c:1039 +#: curs_main.c:998 curs_main.c:1040 msgid "No undeleted messages." msgstr "Aucun message récupéré." -#: curs_main.c:1032 curs_main.c:1055 +#: curs_main.c:1033 curs_main.c:1056 msgid "You are on the first message." msgstr "Vous êtes sur le premier message." -#: curs_main.c:1127 pattern.c:1114 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "La recherche est repartie du début." -#: curs_main.c:1136 pattern.c:1125 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "La recherche est repartie de la fin." -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No new messages" msgstr "Pas de nouveaux messages" -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No unread messages" msgstr "Pas de messages non lus" -#: curs_main.c:1163 +#: curs_main.c:1171 msgid " in this limited view" msgstr " dans cette vue limitée" -#: curs_main.c:1273 +#: curs_main.c:1295 msgid "No more threads." msgstr "Pas d'autres discussions." -#: curs_main.c:1275 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "Vous êtes sur la première discussion." -#: curs_main.c:1328 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "Cette discussion contient des messages non-lus." -#: curs_main.c:1341 flags.c:220 thread.c:635 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "L'affichage des discussions n'est pas activé." -#: date.c:49 -msgid "Please report this program error in the function mutt_mktime." -msgstr "Veuillez signaler cette erreur dans la fonction mutt_mktime." - #. #. * SLcurses_waddnstr() can't take a "const char *", so this is only #. * declared "static" (sigh) #. -#: edit.c:37 +#: edit.c:36 msgid "" "~~\t\tinsert a line begining with a single ~\n" "~b users\tadd users to the Bcc: field\n" @@ -814,121 +885,121 @@ msgstr "" ".\t\tseul sur une ligne, termine la saisie\n" # , c-format -#: edit.c:179 +#: edit.c:178 #, c-format msgid "%d: invalid message number.\n" msgstr "%d : numéro de message invalide.\n" -#: edit.c:313 +#: edit.c:312 msgid "(End message with a . on a line by itself)\n" msgstr "(Veuillez terminer le message par un . en début de ligne)\n" -#: edit.c:371 +#: edit.c:370 msgid "No mailbox.\n" msgstr "Pas de boîte aux lettres.\n" -#: edit.c:375 +#: edit.c:374 msgid "Message contains:\n" msgstr "Le message contient :\n" -#: edit.c:379 edit.c:431 +#: edit.c:378 edit.c:430 msgid "(continue)\n" msgstr "(continuer)\n" -#: edit.c:392 +#: edit.c:391 msgid "missing filename.\n" msgstr "nom de fichier manquant.\n" -#: edit.c:413 +#: edit.c:412 msgid "No lines in message.\n" msgstr "Pas de lignes dans le message.\n" # , c-format -#: edit.c:442 +#: edit.c:441 #, c-format msgid "%s: unknown editor command (~? for help)\n" msgstr "%s : commande d'éditeur inconnue (~? pour l'aide)\n" # , c-format -#: flags.c:258 +#: flags.c:257 msgid "Set flag" msgstr "Positionner l'indicateur" # , c-format -#: flags.c:258 +#: flags.c:257 msgid "Clear flag" msgstr "Effacer l'indicateur" -#: handler.c:128 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- Erreur : fin de fichier inattendue ! --]\n" #. didn't find anything that we could display! -#: handler.c:954 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "" "[-- Erreur : Aucune partie du Multipart/Alternative n'a pu être affichée ! " "--]\n" # , c-format -#: handler.c:1071 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- Attachement #%d" # , c-format -#: handler.c:1082 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- Type : %s/%s, Codage : %s, Taille : %s --]\n" # , c-format -#: handler.c:1141 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- Visualisation automatique en utilisant %s --]\n" # , c-format -#: handler.c:1142 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "Invocation de la commande de visualisation automatique : %s" # , c-format -#: handler.c:1179 handler.c:1197 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- Visualisation automatique stderr de %s --]\n" -#: handler.c:1229 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" msgstr "" "[-- Erreur : message/external-body n'a pas de paramètre access-type --]\n" # , c-format -#: handler.c:1246 +#: handler.c:1193 #, c-format msgid "[-- This %s/%s attachment " msgstr "[-- Cet attachement %s/%s " # , c-format -#: handler.c:1253 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "(taille %s octets) " -#: handler.c:1255 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "a été effacé --]\n" # , c-format -#: handler.c:1258 +#: handler.c:1205 #, c-format msgid "[-- on %s --]\n" msgstr "[-- le %s --]\n" # , c-format -#: handler.c:1268 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -940,7 +1011,7 @@ msgstr "" "[-- expiré. --]\n" # , c-format -#: handler.c:1282 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -949,49 +1020,49 @@ msgstr "" "[-- Cet attachement %s/%s n'est pas inclus --]\n" "[-- et l'access-type indiqué %s n'est pas disponible --]\n" -#: handler.c:1379 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "Erreur : multipart/signed n'a pas de protocole." -#: handler.c:1392 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "Erreur : multipart/encrypted n'a pas de paramètre de protocole !" -#: handler.c:1434 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "Impossible d'ouvrir le fichier temporaire !" # , c-format -#: handler.c:1493 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- %s/%s n'est pas disponible " # , c-format -#: handler.c:1498 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(utilisez '%s' pour voir cette partie)" -#: handler.c:1500 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "(la fonction 'view-attachments' doit être affectée à une touche !)" # , c-format -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "%s : impossible d'attacher le fichier" -#: help.c:274 +#: help.c:273 msgid "ERROR: please report this bug" msgstr "ERREUR : veuillez signaler ce problème" -#: help.c:316 +#: help.c:315 msgid "" msgstr "" -#: help.c:328 +#: help.c:327 msgid "" "\n" "Generic bindings:\n" @@ -1001,7 +1072,7 @@ msgstr "" "Affectations génériques :\n" "\n" -#: help.c:332 +#: help.c:331 msgid "" "\n" "Unbound functions:\n" @@ -1012,13 +1083,13 @@ msgstr "" "\n" # , c-format -#: help.c:340 +#: help.c:339 #, c-format msgid "Help for %s" msgstr "Aide pour %s" # , c-format -#: imap.c:103 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "imap_error() : réponse inattendue dans %s : %s\n" @@ -1026,259 +1097,281 @@ msgstr "imap_error() : r #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:355 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "Erreur fatale. Le nombre de messages ne correspond pas !" # , c-format -#: imap.c:425 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "Récupération des en-têtes du message... [%d/%d]" -#: imap.c:623 mbox.c:1007 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "Réouverture de la boîte aux lettres..." -# , c-format -#: imap.c:865 -#, c-format -msgid "Connecting to %s..." -msgstr "Connexion à %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:888 +#: imap.c:1251 msgid "IMAP Username: " msgstr "Nom d'utilisateur IMAP : " # , c-format -#: imap.c:901 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "Mot de passe pour %s@%s : " -#: imap.c:914 +#: imap.c:1277 msgid "Logging in..." msgstr "Connexion..." #. Login failed, try again -#: imap.c:927 +#: imap.c:1290 msgid "Login failed." msgstr "La connexion a échoué." # , c-format -#: imap.c:984 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "Sélection de %s..." +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + # , c-format -#: imap.c:1083 lib.c:1194 +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "Créer %s ?" -#: imap.c:1132 +#: imap.c:1612 msgid "Fetching message..." msgstr "Récupération du message..." -#: imap.c:1240 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "Envoi de la commande APPEND ..." -#: imap.c:1279 +#: imap.c:1773 msgid "Uploading message ..." msgstr "Chargement du message ..." -#: imap.c:1334 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "Fermeture de la connexion au serveur IMAP..." # , c-format -#: imap.c:1364 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "Sauvegarde des indicateurs de statut du message... [%d/%d]" -#: imap.c:1390 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "Effacement des messages sur le serveur..." #. tell the server to commit changes -#: imap.c:1441 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "Fermeture de la boîte aux lettres..." -#: init.c:433 +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +# , c-format +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "Copie vers %s..." + +# , c-format +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "Connexion à %s..." + +#: init.c:432 msgid "alias: no address" msgstr "alias : pas d'adresse" -#: init.c:527 +#: init.c:526 msgid "invalid header field" msgstr "en-tête invalide" # , c-format -#: init.c:535 +#: init.c:534 #, c-format msgid "ignoring empty header field: %s" msgstr "En-tête vide ignoré : %s" # , c-format -#: init.c:587 +#: init.c:586 #, c-format msgid "%s: unknown sorting method" msgstr "%s : méthode de tri inconnue" # , c-format -#: init.c:660 +#: init.c:659 #, c-format msgid "mutt_restore_default: error in regexp: %s\n" msgstr "mutt_restore_default : erreur dans l'expression rationnelle : %s\n" # , c-format -#: init.c:720 +#: init.c:719 #, c-format msgid "%s: unknown variable" msgstr "%s : variable inconnue" -#: init.c:729 +#: init.c:728 msgid "prefix is illegal with reset" msgstr "ce préfixe est illégal avec reset" -#: init.c:735 +#: init.c:734 msgid "value is illegal with reset" msgstr "cette valeur est illégale avec reset" # , c-format -#: init.c:752 -#, c-format -msgid "%s is a boolean var!" -msgstr "%s est une variable booléenne !" - -# , c-format -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is set" msgstr "%s est positionné" # , c-format -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is unset" msgstr "%s n'est pas positionné" # , c-format -#: init.c:933 +#: init.c:947 #, c-format msgid "%s: invalid mailbox type" msgstr "%s : type de boîte aux lettres invalide" # , c-format -#: init.c:992 +#: init.c:1006 #, c-format msgid "%s: invalid value" msgstr "%s : valeur invalide" # , c-format -#: init.c:1042 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "%s : type inconnu" # , c-format -#: init.c:1091 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "Erreur dans %s, ligne %d : %s" # , c-format #. the muttrc source keyword -#: init.c:1102 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "source : erreurs dans %s" # , c-format -#: init.c:1112 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "source : erreur dans %s" -#: init.c:1117 +#: init.c:1136 msgid "source: too many arguments" msgstr "source : trop d'arguments" # , c-format -#: init.c:1168 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "%s : commande inconnue" # , c-format -#: init.c:1497 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "Erreur dans la ligne de commande : %s\n" -#: init.c:1540 +#: init.c:1567 msgid "unable to determine home directory" msgstr "impossible de déterminer le répertoire personnel" -#: init.c:1548 +#: init.c:1575 msgid "unable to determine username" msgstr "impossible de déterminer le nom d'utilisateur" -#: keymap.c:434 +#: keymap.c:435 msgid "Macro loop detected." msgstr "Boucle de macro détectée." -#: keymap.c:620 keymap.c:628 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "Cette touche n'est pas affectée." # , c-format -#: keymap.c:632 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "Cette touche n'est pas affectée. Tapez '%s' pour avoir l'aide." -#: keymap.c:643 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push : trop d'arguments" # , c-format -#: keymap.c:664 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "%s : menu inexistant" -#: keymap.c:673 +#: keymap.c:680 msgid "null key sequence" msgstr "séquence de touches nulle" -#: keymap.c:751 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind : trop d'arguments" # , c-format -#: keymap.c:766 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "%s : cette fonction n'existe pas dans la table" -#: keymap.c:789 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro : séquence de touches vide" -#: keymap.c:800 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "macro : trop d'arguments" -#: keymap.c:830 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "exec : pas assez d'arguments" # , c-format -#: keymap.c:850 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "%s : cette commande n'existe pas" @@ -1317,642 +1410,700 @@ msgid "display the currently selected file's name" msgstr "afficher le nom du fichier sélectionné actuellement" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "changer de répertoires" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "vérifier la présence de nouveaux messages dans les boîtes aux lettres" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "attacher un fichier à ce message" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "attacher un message à ce message" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "éditer la liste BCC" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "éditer la liste CC" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "éditer la description de l'attachement" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "éditer le transfer-encoding de l'attachement" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "entrer le nom d'un fichier dans lequel sauver une copie de ce message" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "éditer le fichier à attacher" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "éditer le champ from" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "éditer le message avec ses en-têtes" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "éditer le message" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "éditer l'attachement en utilisant l'entrée mailcap" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "éditer le champ Reply-To" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "éditer l'objet de ce message" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "éditer la liste TO" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "éditer le type de l'attachment" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "obtenir une copie temporaire d'un attachement" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "lancer ispell sur le message" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "composer un nouvel attachement en utilisant l'entrée mailcap" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "sauvegarder ce message pour l'envoyer plus tard" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "renommer/déplacer un fichier attaché" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "envoyer le message" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "changer l'option de suppression de fichier après envoi" -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "mettre à jour les informations de codage d'un attachement" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "sauvegarder le message dans un dossier" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "copier un message dans un fichier ou une boîte aux lettres" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "créer un alias à partir de l'expéditeur d'un message" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "déplacer l'entrée au bas de l'écran" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "déplacer l'entrée au milieu de l'écran" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "déplacer l'entrée en haut de l'écran" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "faire une copie décodée (text/plain)" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "faire une copie décodée (text/plain) et effacer" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "effacer l'entrée courante" -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "effacer tous les messages dans la sous-discussion" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "effacer tous les messages dans la discussion" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "afficher l'adresse complète de l'expéditeur" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "afficher le message avec tous ses en-têtes" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "afficher un message" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "éditer le message courant pour le renvoyer" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "effacer le caractère situé devant le curseur" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "déplacer le curseur d'un caractère vers la gauche" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "aller au début de la ligne" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "parcourir les boîtes aux lettres recevant du courrier" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "compléter un nom de fichier ou un alias" -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "compléter une adresse grâce à une requête" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "effacer le caractère situé sous le curseur" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "aller à la fin de la ligne" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "déplacer le curseur d'un caractère vers la droite" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "remonter dans l'historique" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "effacer la fin de la ligne à partir du curseur" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "effacer tous les caractères de la ligne" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "effacer le mot situé devant le curseur" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "entrer le caractère correspondant à la prochaine touche" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "entrer une commande muttrc" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "entrer un masque de fichier" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "sortir de ce menu" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "filtrer un attachement au moyen d'une commande shell" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "se déplacer sur la première entrée" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "modifier l'indicateur 'important' d'un message" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "faire suivre un message avec des commentaires" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "sélectionner l'entrée courante" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "répondre à tous les destinataires" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "descendre d'1/2 page" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "remonter d'1/2 page" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "cet écran" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "aller à un numéro d'index" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "aller à la dernière entrée" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "répondre à la liste spécifiée" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "exécuter une macro" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "composer un nouveau message" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "ouvrir un dossier différent" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "ouvrir un dossier différent en lecture seule" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "effacer un indicateur de statut d'un message" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "effacer les messages correspondant à un motif" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "récupérer le courrier depuis un serveur POP" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "aller au premier message" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "aller au dernier message" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "afficher seulement les messages correspondant à un motif" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "aller au nouveau message suivant" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "aller à la sous-discussion suivante" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "aller à la discussion suivante" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "aller au message non effacé suivant" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "aller au message non lu suivant" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "aller à la discussion précédente" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "aller à la sous-discussion précédente" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "aller au dernier message non effacé" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "aller au nouveau message précédent" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "aller au message non lu précédent" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "marquer la discussion courante comme lue" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "marquer la sous-discussion courante comme lue" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "mettre un indicateur d'état sur un message" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "sauver les modifications de la boîte aux lettres" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "marquer les messages correspondant à un motif" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "récupérer les messages correspondant à un motif" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "démarquer les messages correspondant à un motif" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "aller au milieu de la page" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "aller à l'entrée suivante" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "descendre d'une ligne" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "aller à la page suivante" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "aller à la fin du message" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "retourner au menu principal" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "inverser l'affichage du texte cité" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "sauter le texte cité" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "aller au début du message" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "passer le message/l'attachement à une commande shell" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "aller à l'entrée précédente" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "remonter d'une ligne" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "aller à la page précédente" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "imprimer l'entrée courante" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "demander des adresses à un programme externe" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "ajouter les nouveaux résultats de la requête aux résultats courants" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "sauver les modifications de la boîte aux lettres et quitter" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "rappeler un message ajourné" -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "effacer l'écran et réafficher" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "{interne}" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "répondre à un message" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "sauver le message/l'attachement dans un fichier" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "rechercher une expression rationnelle" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "rechercher en arrière une expression rationnelle" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "rechercher le prochain mot" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "rechercher le prochain mot dans la direction opposée" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "inverser la coloration du motif de recherche" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "exécuter une commande dans un sous-shell" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "trier les messages" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "trier les messages dans l'ordre inverse" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "marquer l'entrée courante" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "appliquer la prochaine fonction aux messages marqués" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "marquer la sous-discussion courante" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "marquer la discussion courante" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "inverser l'indicateur 'nouveau' d'un message" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "changer l'option de mise à jour de la boîte aux lettres" -#: keymap_defs.h:147 -msgid "toggle wether to browse mailboxes or all files" +#: keymap_defs.h:153 +#, fuzzy +msgid "toggle whether to browse mailboxes or all files" msgstr "changer entre l'affichage des BAL et celui de tous les fichiers" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "aller en haut de la page" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "récupérer l'entrée courante" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "récupérer tous les messages de la discussion" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "récupérer tous les messages de la sous-discussion" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "afficher la version de Mutt (numéro et date)" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "visualiser l'attachement en utilisant l'entrée mailcap si nécessaire" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "afficher les attachements MIME" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "afficher le motif de limitation actuel" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "comprimer/décomprimer la discussion courante" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "comprimer/décomprimer toutes les discussions" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "attacher une clé publique PGP" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "afficher les options PGP" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "extraire les clés publiques PGP" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "effacer la phrase de passe PGP de la mémoire" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "envoyer une clé publique PGP" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "vérifier une clé publique PGP" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "afficher le numéro d'utilisateur de la clé" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "faire une copie déchiffrée et effacer" -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "faire une copie déchiffrée" -#: lib.c:277 lib.c:292 lib.c:323 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +msgid "Append a remailer to the chain" +msgstr "" + +#: keymap_defs.h:175 +msgid "Insert a remailer into the chain" +msgstr "" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "effacer tous les caractères de la ligne" + +#: keymap_defs.h:177 +msgid "Select the previous element of the chain" +msgstr "" + +#: keymap_defs.h:178 +msgid "Select the next element of the chain" +msgstr "" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "Plus de mémoire !" -#: lib.c:781 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "Le fichier est un répertoire, sauver dans celui-ci ?" -#: lib.c:786 +#: lib.c:790 msgid "File under directory: " msgstr "Fichier dans le répertoire : " -#: lib.c:797 +#: lib.c:802 #, fuzzy -msgid "File exists, overwrite?" +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "Le fichier existe, écras(e)r, (c)oncaténer ou (a)nnuler ?" +#: lib.c:802 +msgid "oac" +msgstr "eca" + # , c-format -#: lib.c:1170 +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "%s n'est pas une boîte aux lettres !" # , c-format -#: lib.c:1176 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "Ajouter les messages à %s ?" @@ -1963,8 +2114,9 @@ msgstr "" "Pour contacter les développeurs, veuillez écrire à .\n" #: main.c:43 +#, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" @@ -1976,11 +2128,12 @@ msgstr "" "sous certaines conditions ; tapez `mutt -vv' pour les détails.\n" #: main.c:49 +#, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -2127,30 +2280,30 @@ msgid "Error initializing terminal." msgstr "Erreur d'initialisation du terminal." # , c-format -#: main.c:404 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "Débuggage au niveau %d.\n" -#: main.c:406 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "DEBUG n'a pas été défini à la compilation. Ignoré.\n" -#: main.c:544 +#: main.c:545 msgid "No recipients specified.\n" msgstr "Pas de destinataire spécifié.\n" # , c-format -#: main.c:617 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "%s : impossible d'attacher le fichier.\n" -#: main.c:637 +#: main.c:638 msgid "No mailbox with new mail." msgstr "Pas de boîte aux lettres avec des nouveaux messages." -#: main.c:671 +#: main.c:672 msgid "Mailbox is empty." msgstr "La boîte aux lettres est vide." @@ -2166,11 +2319,11 @@ msgstr "Lecture de %s... %d (%d%%)" msgid "Mailbox was corrupted!" msgstr "La boîte aux lettres a été altérée !" -#: mbox.c:687 mbox.c:930 +#: mbox.c:685 mbox.c:928 msgid "Fatal error! Could not reopen mailbox!" msgstr "Erreur fatale ! La boîte aux lettres n'a pas pu être réouverte !" -#: mbox.c:696 +#: mbox.c:694 msgid "Unable to lock mailbox!" msgstr "Impossible de verrouiller la boîte aux lettres !" @@ -2178,99 +2331,103 @@ msgstr "Impossible de verrouiller la bo #. * messages were found to be changed or deleted. This should #. * never happen, is we presume it is a bug in mutt. #. -#: mbox.c:740 +#: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" msgstr "sync : BAL modifiée, mais pas de message modifié ! (signalez ce bug)" -#: mbox.c:769 +#: mbox.c:767 msgid "Writing messages... %d (%d%%)" msgstr "Écriture des messages... %d (%d%%)" # , c-format -#: mbox.c:915 +#: mbox.c:913 #, c-format msgid "Write failed! Saved partial mailbox to %s" msgstr "Erreur d'écriture ! Boîte aux lettres partielle sauvée dans %s" -#: mbox.c:967 +#: mbox.c:965 msgid "Could not reopen mailbox!" msgstr "La boîte aux lettres n'a pas pu être réouverte !" -#: menu.c:309 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "Réouverture de la boîte aux lettres..." + +#: menu.c:312 msgid "Jump to: " msgstr "Aller à : " -#: menu.c:318 +#: menu.c:321 msgid "Invalid index number." msgstr "Numéro d'index invalide." -#: menu.c:322 menu.c:340 menu.c:376 menu.c:417 menu.c:433 menu.c:444 -#: menu.c:455 menu.c:497 menu.c:508 menu.c:521 menu.c:534 menu.c:813 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "Pas d'entrées." -#: menu.c:337 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "Défilement vers le bas impossible." -#: menu.c:353 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "Défilement vers le haut impossible." -#: menu.c:373 +#: menu.c:376 msgid "You are on the last page." msgstr "Vous êtes sur la dernière page." -#: menu.c:395 +#: menu.c:398 msgid "You are on the first page." msgstr "Vous êtes sur la première page." -#: menu.c:474 +#: menu.c:477 msgid "First entry is shown." msgstr "La première entrée est affichée." -#: menu.c:494 +#: menu.c:497 msgid "Last entry is shown." msgstr "La dernière entrée est affichée." -#: menu.c:545 +#: menu.c:548 msgid "You are on the last entry." msgstr "Vous êtes sur la dernière entrée." -#: menu.c:556 +#: menu.c:559 msgid "You are on the first entry." msgstr "Vous êtes sur la première entrée." -#: menu.c:596 pattern.c:1060 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "Rechercher : " -#: menu.c:597 +#: menu.c:609 msgid "Reverse search for: " msgstr "Rechercher en arrière : " -#: menu.c:608 pattern.c:1093 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "Pas de motif de recherche." -#: menu.c:638 pager.c:1829 pager.c:1845 pager.c:1932 pattern.c:1158 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "Non trouvé." -#: menu.c:689 +#: menu.c:701 msgid "No tagged entries." msgstr "Pas d'entrées marquées." -#: menu.c:777 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "La recherche n'est pas implémentée pour ce menu." -#: menu.c:816 +#: menu.c:826 msgid "Tagging is not supported." msgstr "Le marquage n'est pas supporté." # , c-format -#: mh.c:183 +#: mh.c:182 #, c-format msgid "Reading %s... %d" msgstr "Lecture de %s... %d" @@ -2281,217 +2438,223 @@ msgstr "Lecture de %s... %d" msgid "Lock count exceeded, remove lock for %s?" msgstr "Nombre d'essais de verrouillage dépassé, enlever le verrou pour %s ?" -#: mx.c:178 +# , c-format +#: mx.c:125 +#, fuzzy, c-format +msgid "Can't dotlock %s.\n" +msgstr "Impossible de verrouiller %s avec dotlock.\n" + +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "Délai dépassé lors de la tentative de verrouillage fcntl !" # , c-format -#: mx.c:184 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "Attente du verrouillage fcntl... %d" -#: mx.c:212 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "Délai dépassé lors de la tentative de verrouillage flock !" # , c-format -#: mx.c:219 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "Attente de la tentative de flock... %d" # , c-format -#: mx.c:589 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "Lecture de %s..." # , c-format -#: mx.c:679 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "Écriture de %s..." -#: mx.c:704 +#: mx.c:710 #, fuzzy, c-format msgid "Could not synchronize mailbox %s!" msgstr "La boîte aux lettres %s n'a pas pu être réouverte !" # , c-format -#: mx.c:767 +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "Déplacer les messages lus dans %s ?" # , c-format -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "Effacer %d message(s) marqué(s) à effacer ?" # , c-format -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "Effacer %d message(s) marqué(s) à effacer ?" # , c-format -#: mx.c:796 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "Déplacement des messages lus dans %s..." -#: mx.c:812 mx.c:955 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "La boîte aux lettres est inchangée." # , c-format -#: mx.c:831 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "%d gardé(s), %d déplacé(s), %d effacé(s)." # , c-format -#: mx.c:834 mx.c:980 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "%d gardé(s), %d effacé(s)." # , c-format -#: mx.c:940 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr " Appuyez sur '%s' pour inverser l'écriture autorisée" -#: mx.c:942 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "Utilisez 'toggle-write' pour réautoriser l'écriture !" # , c-format -#: mx.c:944 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "La boîte aux lettres est protégée contre l'écriture. %s" -#: mx.c:949 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "La boîte aux lettres est en lecture seule." -#: pager.c:1370 +#: pager.c:1376 msgid "PrevPg" msgstr "PgPréc" -#: pager.c:1371 +#: pager.c:1377 msgid "NextPg" msgstr "PgSuiv" -#: pager.c:1375 +#: pager.c:1381 msgid "View Attachm." msgstr "Voir attach." -#: pager.c:1378 +#: pager.c:1384 msgid "Next" msgstr "Suivant" #. emulate "less -q" and don't go on to the next message. -#: pager.c:1741 pager.c:1772 pager.c:1801 pager.c:2020 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "La fin du message est affichée." -#: pager.c:1757 pager.c:1779 pager.c:1790 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "Le début du message est affiché." -#: pager.c:1863 +#: pager.c:1869 msgid "Reverse search: " msgstr "Rechercher en arrière : " -#: pager.c:1864 +#: pager.c:1870 msgid "Search: " msgstr "Rechercher : " -#: pager.c:1958 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "L'aide est actuellement affichée." -#: pager.c:1987 +#: pager.c:1993 msgid "No more quoted text." msgstr "Il n'y a plus de texte cité." -#: pager.c:2000 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "Il n'y a plus de texte non cité après le texte cité." -#: parse.c:502 +#: parse.c:501 msgid "multipart message has no boundary parameter!" msgstr "le message multipart n'a pas de paramètre boundary !" # , c-format -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "Erreur dans l'expression : %s" # , c-format -#: pattern.c:331 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "Quantième invalide : %s" # , c-format -#: pattern.c:345 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "Mois invalide : %s" -#: pattern.c:399 +#: pattern.c:401 msgid "error in expression" msgstr "erreur dans l'expression" # , c-format -#: pattern.c:584 pattern.c:692 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "erreur dans le motif à : %s" # , c-format -#: pattern.c:632 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "%c : commande invalide" # , c-format -#: pattern.c:638 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "%c : non supporté dans ce mode" -#: pattern.c:651 +#: pattern.c:653 msgid "missing parameter" msgstr "paramètre manquant" # , c-format -#: pattern.c:667 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "parenthésage incorrect : %s" -#: pattern.c:699 +#: pattern.c:701 msgid "empty pattern" msgstr "motif vide" # , c-format -#: pattern.c:876 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "erreur : opération inconnue %d (signalez cette erreur)." -#: pattern.c:941 pattern.c:1079 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "Compilation du motif de recherche..." -#: pattern.c:955 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "Exécution de la commande sur les messages correspondants..." @@ -2499,41 +2662,41 @@ msgstr "Ex msgid "No messages matched criteria." msgstr "Aucun message ne correspond au critère." -#: pattern.c:1117 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "Fin atteinte sans rien avoir trouvé" -#: pattern.c:1128 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "Début atteint sans rien avoir trouvé" -#: pattern.c:1150 +#: pattern.c:1145 msgid "Search interrupted." msgstr "Recherche interrompue." -#: pgp.c:131 +#: pgp.c:130 msgid "Enter PGP passphrase:" msgstr "Entrez la phrase de passe PGP :" -#: pgp.c:147 +#: pgp.c:146 msgid "PGP passphrase forgotten." msgstr "Phrase de passe PGP oubliée." # , c-format -#: pgp.c:175 +#: pgp.c:174 #, c-format msgid "Unknown PGP version \"%s\"." msgstr "Version de PGP \"%s\" inconnue." -#: pgp.c:208 +#: pgp.c:207 msgid "[-- PGP output follows (current time: " msgstr "[-- La sortie PGP suit (heure courante : " -#: pgp.c:321 +#: pgp.c:320 msgid "[-- Error: unable to create PGP subprocess! --]\n" msgstr "[-- Erreur : impossible de créer le sous-processus PGP ! --]\n" -#: pgp.c:348 +#: pgp.c:347 msgid "" "\n" "[-- End of PGP output --]\n" @@ -2543,7 +2706,7 @@ msgstr "" "[-- Fin de sortie PGP --]\n" "\n" -#: pgp.c:354 +#: pgp.c:353 msgid "" "[-- BEGIN PGP MESSAGE --]\n" "\n" @@ -2551,11 +2714,11 @@ msgstr "" "[-- DÉBUT DE MESSAGE PGP --]\n" "\n" -#: pgp.c:356 +#: pgp.c:355 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- DÉBUT DE BLOC DE CLÉ PUBLIQUE PGP --]\n" -#: pgp.c:358 +#: pgp.c:357 msgid "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" @@ -2563,7 +2726,7 @@ msgstr "" "[-- DÉBUT DE MESSAGE SIGNÉ PGP --]\n" "\n" -#: pgp.c:460 +#: pgp.c:459 msgid "" "\n" "[-- END PGP MESSAGE --]\n" @@ -2571,11 +2734,11 @@ msgstr "" "\n" "[-- FIN DE MESSAGE PGP --]\n" -#: pgp.c:462 +#: pgp.c:461 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- FIN DE BLOC DE CLÉ PUBLIQUE PGP --]\n" -#: pgp.c:464 +#: pgp.c:463 #, fuzzy msgid "" "\n" @@ -2584,7 +2747,7 @@ msgstr "" "\n" "[-- FIN DE MESSAGE SIGNÉ PGP --]\n" -#: pgp.c:477 +#: pgp.c:476 msgid "" "[-- Error: could not find beginning of PGP message! --]\n" "\n" @@ -2592,7 +2755,7 @@ msgstr "" "[-- Erreur : impossible de trouver le début du message PGP ! --]\n" "\n" -#: pgp.c:669 pgp.c:975 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2600,20 +2763,20 @@ msgstr "" "[-- Fin de sortie PGP --]\n" "\n" -#: pgp.c:721 +#: pgp.c:720 msgid "" "[-- Error: Inconsistant multipart/signed structure! --]\n" "\n" msgstr "" -#: pgp.c:729 +#: pgp.c:728 #, fuzzy, c-format msgid "" "[-- Error: Unknown multipart/signed protocol %s! --]\n" "\n" msgstr "Erreur : multipart/signed n'a pas de protocole." -#: pgp.c:750 +#: pgp.c:749 #, c-format msgid "" "[-- Warning: We can't verify %s/%s signatures. --]\n" @@ -2621,7 +2784,7 @@ msgid "" msgstr "" #. Now display the signed body -#: pgp.c:758 +#: pgp.c:757 #, fuzzy msgid "" "[-- The following data is signed --]\n" @@ -2630,13 +2793,13 @@ msgstr "" "[-- Les données suivantes sont signées avec PGP/MIME --]\n" "\n" -#: pgp.c:764 +#: pgp.c:763 msgid "" "[-- Warning: Can't find any signatures. --]\n" "\n" msgstr "" -#: pgp.c:770 +#: pgp.c:769 #, fuzzy msgid "" "\n" @@ -2645,11 +2808,11 @@ msgstr "" "\n" "[-- Fin des données signées avec PGP/MIME --]\n" -#: pgp.c:882 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "Erreur interne. Veuillez avertir ." -#: pgp.c:946 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2657,7 +2820,7 @@ msgstr "" "[-- Erreur : impossible de créer un sous-processus PGP ! --]\n" "\n" -#: pgp.c:1039 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2665,11 +2828,11 @@ msgstr "" "[-- Erreur : message PGP/MIME mal formé ! --]\n" "\n" -#: pgp.c:1052 +#: pgp.c:1051 msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- Erreur : impossible de créer le fichier temporaire ! --]\n" -#: pgp.c:1061 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" @@ -2677,7 +2840,7 @@ msgstr "" "[-- Les données suivantes sont chiffrées avec PGP/MIME --]\n" "\n" -#: pgp.c:1069 +#: pgp.c:1068 msgid "" "\n" "[-- End of PGP/MIME encrypted data --]\n" @@ -2685,377 +2848,397 @@ msgstr "" "\n" "[-- Fin des données chiffrées avec PGP/MIME --]\n" -#: pgp.c:1151 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "Impossible d'ouvrir le sous-processus PGP" # , c-format -#: pgp.c:1275 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "Utiliser keyID = \"%s\" pour %s ?" # , c-format -#: pgp.c:1281 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "Entrez keyID pour %s : " -#: pgpkey.c:174 +#: pgpkey.c:441 msgid "Exit " msgstr "Quitter " -#: pgpkey.c:176 +#: pgpkey.c:443 msgid "Select " msgstr "Sélectionner " -#: pgpkey.c:179 +#: pgpkey.c:446 msgid "Check key " msgstr "Vérifier clé " -#: pgpkey.c:192 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "Clés PGP correspondantes " -#: pgpkey.c:211 pgpkey.c:388 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "Impossible d'ouvrir /dev/null" -#: pgpkey.c:217 pgpkey.c:382 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "Impossible de créer le fichier temporaire" -#: pgpkey.c:227 pgpkey.c:399 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "Impossible de créer le filtre" # , c-format -#: pgpkey.c:237 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "ID clé : 0x%s" -#: pgpkey.c:258 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "Le niveau de confiance de cet ID est indéfini." -#: pgpkey.c:259 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "Cet ID n'est pas digne de confiance." -#: pgpkey.c:260 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "Cet ID n'est que peu digne de confiance." # , c-format -#: pgpkey.c:263 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s Voulez-vous vraiment l'utiliser ?" -#: pgpkey.c:370 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "Veuillez entrer l'ID clé : " +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "Appel de PGP..." + # , c-format -#: pgpkey.c:417 +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "Clé PGP 0x%s." -#: pgppubring.c:59 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "réservé" -#: pgppubring.c:60 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "Clé de session chiffrée" -#: pgppubring.c:61 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "Paquet de signature" -#: pgppubring.c:62 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "Paquet de clé de session chiffré de manière conventionnelle" -#: pgppubring.c:63 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "Paquet de signature à une passe" -#: pgppubring.c:64 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "Paquet de clé secrète" -#: pgppubring.c:65 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "Paquet de clé publique" -#: pgppubring.c:66 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "Paquet de sous-clé secrète" -#: pgppubring.c:67 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "Paquet de données comprimées" -#: pgppubring.c:68 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "Paquet de données chiffrées symétriquement" -#: pgppubring.c:69 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "Paquet marqueur" -#: pgppubring.c:70 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "Paquet de données littérales" -#: pgppubring.c:71 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "Paquet de confiance" -#: pgppubring.c:72 +#: pgppubring.c:76 msgid "Name Packet" msgstr "Paquet de nom" -#: pgppubring.c:73 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "Paquet de sous-clé" -#: pgppubring.c:74 +#: pgppubring.c:78 msgid "Reserved" msgstr "Réservé" -#: pgppubring.c:75 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "Paquet de commentaire" -#: pop.c:67 +#: pop.c:66 msgid "POP Password: " msgstr "Mot de passe POP : " -#: pop.c:92 +#: pop.c:91 msgid "POP host is not defined." msgstr "Le serveur POP n'est pas défini." -#: pop.c:98 +#: pop.c:97 msgid "No POP username is defined." msgstr "Le nom d'utilisateur POP n'est pas défini." # , c-format -#: pop.c:115 +#: pop.c:114 #, c-format msgid "Could not find address for host %s." msgstr "Impossible de trouver l'adresse de la machine %s." # , c-format -#: pop.c:123 +#: pop.c:122 #, c-format msgid "Connecting to %s" msgstr "Connexion à %s" -#: pop.c:167 pop.c:332 +#: pop.c:166 pop.c:331 msgid "Server closed connection!" msgstr "Le serveur a fermé la connexion !" -#: pop.c:188 +#: pop.c:187 msgid "No new mail in POP mailbox." msgstr "Aucun nouveau message dans la boîte aux lettres POP." # , c-format -#: pop.c:210 +#: pop.c:209 #, c-format msgid "Reading %d new message (%d bytes)..." msgstr "Lecture de %d nouveau(x) message(s) (%d octets)..." # , c-format -#: pop.c:211 +#: pop.c:210 #, c-format msgid "Reading %d new messages (%d bytes)..." msgstr "Lecture de %d nouveaux messages (%d octets)..." -#: pop.c:246 +#: pop.c:245 msgid "Error reading message!" msgstr "Erreur à la lecture du message !" -#: pop.c:282 +#: pop.c:281 msgid "Error while writing mailbox!" msgstr "Erreur à l'écriture de la boîte aux lettres !" # , c-format -#: pop.c:306 +#: pop.c:305 #, c-format msgid "%s [%d messages read]" msgstr "%s [%d messages lus]" -#: postpone.c:112 +#: postpone.c:111 msgid "Postponed Messages" msgstr "Messages ajournés" -#: postpone.c:185 postpone.c:194 +#: postpone.c:184 postpone.c:193 msgid "No postponed messages." msgstr "Pas de message ajourné." -#: postpone.c:339 postpone.c:359 postpone.c:368 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "En-tête PGP illégal" -#: query.c:46 +#: query.c:45 msgid "New Query" msgstr "Nouvelle requête" -#: query.c:47 +#: query.c:46 msgid "Make Alias" msgstr "Créer un alias" -#: query.c:48 +#: query.c:47 msgid "Search" msgstr "Rechercher" -#: query.c:92 +#: query.c:91 msgid "Waiting for response..." msgstr "Attente de la réponse..." -#: query.c:193 query.c:218 +#: query.c:192 query.c:217 msgid "Query command not defined." msgstr "Commande de requête non définie." -#: query.c:245 +#: query.c:244 msgid "Query" msgstr "Requête" #. Prompt for Query -#: query.c:258 query.c:286 +#: query.c:257 query.c:285 msgid "Query: " msgstr "Requête : " # , c-format -#: query.c:269 query.c:295 +#: query.c:268 query.c:294 #, c-format msgid "Query '%s'" msgstr "Requête '%s'" -#: recvattach.c:50 +#: recvattach.c:49 msgid "Pipe" msgstr "Pipe" -#: recvattach.c:51 +#: recvattach.c:50 msgid "Print" msgstr "Imprimer" -#: recvattach.c:371 +#: recvattach.c:402 msgid "Saving..." msgstr "On sauve..." -#: recvattach.c:432 +#: recvattach.c:465 msgid "Attachment saved" msgstr "Attachement sauvé" # , c-format -#: recvattach.c:444 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "ATTENTION ! Vous allez écraser %s, continuer ?" -#: recvattach.c:462 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "Attachement filtré." -#: recvattach.c:528 +#: recvattach.c:561 msgid "Filter through: " msgstr "Filtrer avec : " -#: recvattach.c:528 +#: recvattach.c:561 msgid "Pipe to: " msgstr "Passer à la commande : " # , c-format -#: recvattach.c:563 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "Je ne sais pas comment imprimer %s attachements !" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "Imprimer l(es) attachement(s) marqué(s) ?" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print attachment?" msgstr "Imprimer l'attachement ?" -#: recvattach.c:654 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "Vous ne pouvez renvoyer que des parties message/rfc822." # , c-format -#: recvattach.c:690 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "Renvoyer les messages à %s... ?" # , c-format -#: recvattach.c:691 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "Renvoyer le message à %s... ?" -#: recvattach.c:916 +#: recvattach.c:976 msgid "Attachments" msgstr "Attachements" -#: recvattach.c:973 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "L'effacement d'attachements des messages PGP n'est pas supporté." -#: recvattach.c:993 recvattach.c:1010 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "Seul l'effacement d'attachements multipart est supporté." -#: recvattach.c:1060 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "" "Cette opération n'est pas actuellement supportée pour les messages PGP." # , c-format -#: rfc1524.c:158 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "Entrée incorrectement formatée pour le type %s dans \"%s\" ligne %d" -#: rfc1524.c:390 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "Pas de chemin mailcap spécifié" # , c-format -#: rfc1524.c:416 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "Entrée mailcap pour le type %s non trouvée" -#: score.c:74 +#: score.c:73 msgid "score: too few arguments" msgstr "score : pas assez d'arguments" -#: score.c:83 +#: score.c:82 msgid "score: too many arguments" msgstr "score : trop d'arguments" -#: send.c:230 +#: send.c:232 msgid "No subject, abort?" msgstr "Pas de sujet, abandonner ?" -#: send.c:232 +#: send.c:234 msgid "No subject, aborting." msgstr "Pas de sujet, abandon." +# , c-format +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "Répondre à %s%s ?" + # , c-format #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:433 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "Répondre à %s%s ?" @@ -3063,117 +3246,121 @@ msgstr "R #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:517 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "Pas de messages marqués visibles !" -#: send.c:542 +#: send.c:553 msgid "No mailing lists found!" msgstr "Pas de liste de diffusion trouvée !" -#: send.c:629 +#: send.c:640 msgid "Include message in reply?" msgstr "Inclure le message dans la réponse ?" -#: send.c:643 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "Tous les messages demandés n'ont pas pu être inclus !" -#: send.c:656 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "Faire suivre en MIME encapsulé ?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:867 +#: send.c:890 msgid "Recall postponed message?" msgstr "Rappeler un message ajourné ?" -#: send.c:1099 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "Message non modifié. Abandonner ?" -#: send.c:1101 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "Message non modifié. Abandon." #. abort -#: send.c:1140 +#: send.c:1165 msgid "Mail not sent." msgstr "Message non envoyé." -#: send.c:1153 +#: send.c:1178 msgid "Message postponed." msgstr "Message ajourné." -#: send.c:1162 +#: send.c:1187 msgid "No recipients are specified!" msgstr "Aucun destinataire spécifié !" -#: send.c:1167 +#: send.c:1192 msgid "No recipients were specified." msgstr "Aucun destinataire spécifié." -#: send.c:1173 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "Pas d'objet, abandonner l'envoi ?" -#: send.c:1177 +#: send.c:1202 msgid "No subject specified." msgstr "Pas d'objet spécifié." -#: send.c:1216 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "Message édité. Voulez-vous vraiment l'envoyer ?" -#: send.c:1222 +#: send.c:1249 msgid "Sending message..." msgstr "Envoi du message..." -#: send.c:1324 +#: send.c:1361 #, fuzzy msgid "Could not send the message." msgstr "Impossible d'envoyer le message." -#: send.c:1330 +#: send.c:1366 msgid "Mail sent." msgstr "Message envoyé." -#: sendlib.c:475 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "Pas de paramètre boundary trouvé ! [signalez cette erreur]" # , c-format -#: sendlib.c:509 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "%s n'existe plus !" # , c-format -#: sendlib.c:777 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "Impossible d'ouvrir %s" # , c-format -#: sendlib.c:1695 -#, c-format -msgid "Error sending message, child exited %d (%s).\n" +#: sendlib.c:1680 +#, fuzzy, c-format +msgid "Error sending message, child exited %d (%s)." msgstr "Erreur en envoyant le message, fils terminé avec le code %d (%s).\n" -# , c-format -#: sendlib.c:1697 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "Sortie du processus fils sauvée dans %s.\n" +#: sendlib.c:1686 +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1701 -msgid "Error sending message." -msgstr "Erreur en envoyant le message." +# , c-format +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "Erreur %s... On quitte.\n" # , c-format -#: signal.c:39 signal.c:42 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "Erreur %s... On quitte.\n" @@ -3184,25 +3371,46 @@ msgstr "Erreur %s... On quitte.\n" msgid "Caught signal %d... Exiting.\n" msgstr "Signal %d... On quitte.\n" -#: sort.c:199 +# , c-format +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "Connexion à %s..." + +#: sort.c:198 msgid "Sorting mailbox..." msgstr "Tri de la boîte aux lettres..." -#: sort.c:227 +#: sort.c:226 msgid "Could not find sorting function! [report this bug]" msgstr "Fonction de tri non trouvée ! [signalez ce bug]" -#: status.c:102 +#: status.c:101 msgid "(no mailbox)" msgstr "(pas de boîte aux lettres)" -#~ msgid "oac" -#~ msgstr "eca" +#~ msgid "Display message using mailcap?" +#~ msgstr "Afficher le message en utilisant mailcap ?" + +#~ msgid "Can't open your secret key ring!" +#~ msgstr "Impossible d'ouvrir votre fichier de clés secrètes" + +#~ msgid "===== Attachments =====" +#~ msgstr "===== Attachements =====" + +#~ msgid "Please report this program error in the function mutt_mktime." +#~ msgstr "Veuillez signaler cette erreur dans la fonction mutt_mktime." # , c-format -#, fuzzy -#~ msgid "Can't dotlock %s.\n" -#~ msgstr "Impossible de verrouiller %s avec dotlock.\n" +#~ msgid "%s is a boolean var!" +#~ msgstr "%s est une variable booléenne !" + +# , c-format +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "Sortie du processus fils sauvée dans %s.\n" + +#~ msgid "Error sending message." +#~ msgstr "Erreur en envoyant le message." #~ msgid "" #~ "[-- Error: this message does not comply with the PGP/MIME specification! " diff --git a/po/id.po b/po/id.po index 7af9b48f..1cfa0869 100644 --- a/po/id.po +++ b/po/id.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.95.4i-1\n" -"POT-Creation-Date: 1999-04-02 15:40-0600\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: 1999-04-02 15:40-0600\n" "Last-Translator: Ronny Haryanto \n" "Language-Team: Indonesia \n" @@ -13,7 +13,7 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 7bit\n" -#: addrbook.c:31 browser.c:53 pager.c:1368 postpone.c:32 query.c:43 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 #: recvattach.c:47 msgid "Exit" msgstr "Keluar" @@ -22,16 +22,16 @@ msgstr "Keluar" msgid "Select" msgstr "Pilih" -#: addrbook.c:33 browser.c:56 compose.c:83 curs_main.c:259 pager.c:1465 -#: pgpkey.c:180 postpone.c:35 query.c:48 recvattach.c:51 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "Bantuan" -#: addrbook.c:131 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "Anda tidak punya kumpulan alias!" -#: addrbook.c:143 +#: addrbook.c:131 msgid "Aliases" msgstr "Kumpulan alias" @@ -57,7 +57,7 @@ msgstr "Nama lengkap: " msgid "[%s = %s] Accept?" msgstr "[%s = %s] Sudah betul?" -#: alias.c:254 recvattach.c:344 recvattach.c:401 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "Simpan ke file: " @@ -65,7 +65,7 @@ msgstr "Simpan ke file: " msgid "Alias added." msgstr "Alias telah ditambahkan." -#: attach.c:111 attach.c:234 attach.c:425 attach.c:869 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "Tidak cocok dengan nametemplate, lanjutkan?" @@ -74,113 +74,131 @@ msgstr "Tidak cocok dengan nametemplate, lanjutkan?" msgid "Mailcap compose entry requires %%s" msgstr "'compose' di file mailcap membutuhkan %%s" -#: attach.c:137 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "Gagal menguraikan alamat!" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "Gagal membuka file untuk menge-parse headers." -#: attach.c:168 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "Gagal membuka file untuk menghapus headers." -#: attach.c:186 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." -msgstr "'compose' di file mailcap tidak ditemukan untuk %s, membuat file kosong." +msgstr "" +"'compose' di file mailcap tidak ditemukan untuk %s, membuat file kosong." #. For now, editing requires a file, no piping -#: attach.c:246 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "'Edit' di file mailcap membutuhkan %%s" -#: attach.c:264 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "'Edit' di file mailcap tidak ditemukan untuk %s" -#: attach.c:391 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "Tidak ada jenis yang cocok di file mailcap. Ditampilkan sebagai teks." -#: attach.c:404 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "Jenis MIME tidak didefinisikan. Tidak bisa melihat lampiran." -#: attach.c:494 +#: attach.c:499 msgid "Cannot create filter" msgstr "Tidak bisa membuat filter" -#: attach.c:696 recvattach.c:375 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "Lampiran telah disimpan." -#: attach.c:751 +#: attach.c:756 msgid "Write fault!" msgstr "Gagal menulis!" -#: attach.c:953 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "Saya tidak tahu bagaimana mencetak itu!" -#: browser.c:54 +#: browser.c:42 msgid "Chdir" msgstr "Pindah dir" -#: browser.c:55 +#: browser.c:43 msgid "Mask" msgstr "Mask" -#: browser.c:344 browser.c:671 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s bukan direktori." -#: browser.c:449 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "Kotak surat [%d]" -#: browser.c:454 +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "Direktori [%s], File mask: %s" + +#: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "Direktori [%s], File mask: %s" -#: browser.c:538 browser.c:728 browser.c:811 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "Tidak bisa menampilkan sebuah direktori" + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "Tidak ada file yang sesuai dengan mask" -#: browser.c:645 +#: browser.c:784 msgid "Chdir to: " msgstr "Pindah dir ke: " -#: browser.c:664 browser.c:721 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "Gagal membaca direktori." -#: browser.c:682 +#: browser.c:836 msgid "File Mask: " msgstr "File Mask: " -#: browser.c:744 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " -msgstr "Urut terbalik berdasarkan (t)anggal, (a)bjad, (u)kuran atau (n)ggak diurut? " +msgstr "" +"Urut terbalik berdasarkan (t)anggal, (a)bjad, (u)kuran atau (n)ggak diurut? " -#: browser.c:745 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Urut berdasarkan (t)anggal, (a)bjad, (u)kuran atau (n)ggak diurut? " -#: browser.c:746 +#: browser.c:900 msgid "dazn" msgstr "taun" -#: browser.c:798 +#: browser.c:962 msgid "New file name: " msgstr "Nama file baru: " -#: browser.c:819 +#: browser.c:983 msgid "Can't view a directory" msgstr "Tidak bisa menampilkan sebuah direktori" -#: browser.c:837 +#: browser.c:1001 msgid "Error trying to view file" msgstr "Gagal menampilkan file" @@ -189,61 +207,75 @@ msgstr "Gagal menampilkan file" msgid "New mail in %s." msgstr "Surat baru di %s." -#: color.c:306 +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "Tidak bisa stat: %s" + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "%s: warna tidak didukung oleh term" -#: color.c:312 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "%s: tidak ada warna begitu" -#: color.c:358 color.c:549 color.c:560 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "%s: tidak ada objek begitu" -#: color.c:365 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "%s: perintah hanya untuk objek indeks" -#: color.c:373 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "%s: parameternya kurang" -#: color.c:537 +#: color.c:546 msgid "Missing arguments." msgstr "Parameter tidak ditemukan" -#: color.c:576 color.c:587 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "color: parameternya kurang" -#: color.c:610 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono: parameternya kurang" -#: color.c:630 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "%s: tidak ada atribut begitu" -#: color.c:670 hook.c:61 hook.c:69 keymap.c:680 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "parameternya kurang" -#: color.c:679 hook.c:75 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "parameternya terlalu banyak" -#: color.c:693 +#: color.c:702 msgid "default colors not supported" msgstr "warna default tidak didukung" -#: commands.c:87 commands.c:95 pgpkey.c:220 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "Menjalankan PGP..." @@ -256,165 +288,165 @@ msgstr "Periksa tandatangan PGP?" msgid "Could not create temporary file!" msgstr "Tidak bisa membuat file sementara!" -#: commands.c:158 +#: commands.c:162 msgid "Command: " msgstr "Perintah: " -#: commands.c:176 recvattach.c:680 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "Tembuskan surat ke: " -#: commands.c:178 recvattach.c:682 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "Tembuskan surat yang telah ditandai ke: " -#: commands.c:193 +#: commands.c:197 msgid "Error parsing address!" msgstr "Gagal menguraikan alamat!" -#: commands.c:203 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "Tembuskan surat ke %s" -#: commands.c:203 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "Tembuskan surat-surat ke %" -#: commands.c:214 +#: commands.c:218 msgid "Message bounced." msgstr "Surat telah ditembuskan." -#: commands.c:214 +#: commands.c:218 msgid "Messages bounced." msgstr "Surat-surat telah ditembuskan." -#: commands.c:234 +#: commands.c:239 msgid "Pipe to command: " msgstr "Pipe ke perintah: " -#: commands.c:334 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" -"Urut terbalik " -"tan(g)gal/d(a)ri/t(e)rima/(s)ubj/(k)e/(t)hread/(n)ggak urut/(u)kuran/n(i)lai? " +"Urut terbalik tan(g)gal/d(a)ri/t(e)rima/(s)ubj/(k)e/(t)hread/(n)ggak " +"urut/(u)kuran/n(i)lai? " -#: commands.c:335 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" -"Urut " -"tan(g)gal/d(a)ri/t(e)rima/(s)ubj/(k)e/(t)hread/(n)ggak urut/(u)kuran/n(i)lai? " +"Urut tan(g)gal/d(a)ri/t(e)rima/(s)ubj/(k)e/(t)hread/(n)ggak " +"urut/(u)kuran/n(i)lai? " -#: commands.c:336 +#: commands.c:341 msgid "dfrsotuzc" msgstr "gaesktnui" -#: commands.c:389 +#: commands.c:394 msgid "Shell command: " msgstr "Perintah shell: " -#: commands.c:505 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s ke kotak surat" -#: commands.c:506 +#: commands.c:511 msgid "Decode-save" msgstr "Decode-simpan" -#: commands.c:506 +#: commands.c:511 msgid "Decode-copy" msgstr "Decode-copy" -#: commands.c:507 +#: commands.c:512 msgid "Decrypt-save" msgstr "Decrypt-simpan" -#: commands.c:507 +#: commands.c:512 msgid "Decrypt-copy" msgstr "Decrypt-copy" -#: commands.c:508 curs_main.c:255 recvattach.c:48 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "Simpan" -#: commands.c:508 +#: commands.c:513 msgid "Copy" msgstr "Copy" -#: commands.c:508 +#: commands.c:513 msgid " tagged" msgstr " telah ditandai" -#: commands.c:577 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "Sedang meng-copy ke %s..." -#: commands.c:649 +#: commands.c:654 msgid "Print message?" msgstr "Cetak surat?" -#: commands.c:649 +#: commands.c:654 msgid "Print tagged messages?" msgstr "Cetak surat-surat yang ditandai?" -#: commands.c:676 +#: commands.c:681 msgid "Message printed" msgstr "Surat telah dicetak" -#: commands.c:676 +#: commands.c:681 msgid "Messages printed" msgstr "Surat-surat telah dicetak" -#: compose.c:76 +#: compose.c:83 msgid "Send" msgstr "Kirim" -#: compose.c:77 +#: compose.c:84 msgid "Abort" msgstr "Batal" -#: compose.c:81 compose.c:538 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "Lampirkan file" -#: compose.c:82 +#: compose.c:89 msgid "Descrip" msgstr "Ket" -#: compose.c:103 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "Tandatangan, Acak" -#: compose.c:105 +#: compose.c:112 msgid "Encrypt" msgstr "Acak" -#: compose.c:107 +#: compose.c:114 msgid "Sign" msgstr "Tandatangan" -#: compose.c:109 +#: compose.c:116 msgid "Clear" msgstr "Polos" -#: compose.c:116 +#: compose.c:123 msgid " sign as: " msgstr " tandatangan sebagai: " -#: compose.c:116 +#: compose.c:123 msgid "" msgstr "" -#: compose.c:117 compose.c:191 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "Algoritma MIC: " -#: compose.c:132 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " @@ -422,146 +454,193 @@ msgstr "" "(a)cak, (t)andatangan, tandatangan (s)bg, ke(d)uanya, pilih alg (m)ic, " "(b)atal? " -#: compose.c:133 +#: compose.c:138 msgid "esabmf" msgstr "atsdmb" -#: compose.c:150 -msgid "Can't open your secret key ring!" -msgstr "Tidak bisa membuka kumpulan kunci rahasia Anda!" - -#: compose.c:155 +#: compose.c:152 msgid "Sign as: " msgstr "Tandatangani sebagai: " -#: compose.c:175 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "Versi PGP untuk tandatangan tak dikenal" -#: compose.c:185 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "Ini tidak masuk akal jika anda tidak mau tandatangani suratnya." -#: compose.c:196 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "Algoritma MIC yang dikenali adalah: pgp-md5, pgp-sha1, pgp-rmd160" -#: compose.c:232 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "%s [#%d] sudah tidak ada!" -#: compose.c:240 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "%s [#%d] telah diubah. Update encoding?" -#: compose.c:281 -msgid "===== Attachments =====" -msgstr "=-=-= Lampiran-lampiran =-=-=" +#: compose.c:309 +#, fuzzy +msgid "-- Attachments" +msgstr "Lampiran" -#: compose.c:319 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "Tidak bisa menghapus satu-satunya lampiran." -#: compose.c:393 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "Tulis surat" -#: compose.c:543 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "Buka kotak surat untuk mengambil lampiran" -#: compose.c:582 +#: compose.c:648 msgid "No messages in that folder." msgstr "Tidak ada surat di kotak tersebut." -#: compose.c:589 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "Tandai surat-surat yang mau dilampirkan!" -#: compose.c:624 compose.c:644 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "Tidak bisa dilampirkan!" + +#: compose.c:722 msgid "Unable to attach!" msgstr "Tidak bisa dilampirkan!" -#: compose.c:780 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "Encoding tidak betul." -#: compose.c:795 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "Simpan salinan dari surat ini?" -#: compose.c:842 +#: compose.c:996 msgid "Rename to: " msgstr "Ganti nama ke: " -#: compose.c:847 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "Tidak bisa stat: %s" -#: compose.c:874 +#: compose.c:1028 msgid "New file: " msgstr "File baru: " -#: compose.c:887 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "Content-Type harus dalam format jenis-dasar/sub-jenis" -#: compose.c:893 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "Content-Type %s tak dikenali" -#: compose.c:906 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "Tidak bisa membuat file %s" -#: compose.c:914 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "Gagal membuat lampiran, nih..." -#: compose.c:977 +#: compose.c:1131 msgid "Postpone this message?" msgstr "Tunda surat ini?" -#: compose.c:1029 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "Simpan surat ke kotak surat" -#: compose.c:1033 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "Menyimpan surat ke %s ..." -#: compose.c:1044 +#: compose.c:1200 msgid "Message written." msgstr "Surat telah disimpan." -#: curs_lib.c:135 +#: curs_lib.c:136 msgid "yes" msgstr "ya" -#: curs_lib.c:136 +#: curs_lib.c:137 msgid "no" msgstr "nggak" #. restore blocking operation -#: curs_lib.c:175 +#: curs_lib.c:176 msgid "Exit Mutt?" msgstr "Keluar dari Mutt?" -#: curs_lib.c:275 +#: curs_lib.c:276 msgid "unknown error" msgstr "eh..eh.. napa nih?" -#: curs_lib.c:295 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "Tekan sembarang tombol untuk lanjut..." -#: curs_lib.c:333 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " ('?' utk lihat daftar): " @@ -581,7 +660,7 @@ msgstr "Perubahan ke folder tidak akan dilakukan." msgid "Quit" msgstr "Keluar" -#: curs_main.c:253 pager.c:1375 postpone.c:33 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "Hapus" @@ -593,7 +672,7 @@ msgstr "Nggak jadi hapus" msgid "Mail" msgstr "Surat" -#: curs_main.c:257 pager.c:1376 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "Balas" @@ -604,8 +683,8 @@ msgstr "Grup" #: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "" -"Kotak surat diobok-obok oleh program lain. " -"Tanda-tanda surat mungkin tidak tepat." +"Kotak surat diobok-obok oleh program lain. Tanda-tanda surat mungkin tidak " +"tepat." #: curs_main.c:432 msgid "New mail in this mailbox." @@ -677,7 +756,7 @@ msgstr "Buka kotak surat" msgid "Open mailbox in read-only mode" msgstr "Buka kotak surat dengan mode read-only" -#: curs_main.c:892 mx.c:429 mx.c:570 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s bukan kotak surat." @@ -698,11 +777,11 @@ msgstr "Tidak ada surat yang tidak jadi dihapus." msgid "You are on the first message." msgstr "Anda sudah di surat yang pertama." -#: curs_main.c:1128 pattern.c:1108 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "Pencarian kembali ke atas." -#: curs_main.c:1137 pattern.c:1119 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "Pencarian kembali ke bawah." @@ -718,19 +797,19 @@ msgstr "Tidak ada surat yang belum dibaca" msgid " in this limited view" msgstr " di tampilan terbatas ini" -#: curs_main.c:1281 +#: curs_main.c:1295 msgid "No more threads." msgstr "Tidak ada thread lagi." -#: curs_main.c:1283 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "Anda di thread yang pertama." -#: curs_main.c:1336 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "Thread berisi surat yang belum dibaca." -#: curs_main.c:1349 flags.c:219 thread.c:651 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "Tidak disetting untuk melakukan threading." @@ -820,66 +899,66 @@ msgstr "Tandai" msgid "Clear flag" msgstr "Batal ditandai" -#: handler.c:127 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- Error: akhir file tak diduga! --]\n" #. didn't find anything that we could display! -#: handler.c:953 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "" -"[-- Error: Tidak ada bagian Multipart/Alternative yg bisa ditampilkan! " -"--]\n" +"[-- Error: Tidak ada bagian Multipart/Alternative yg bisa ditampilkan! --]\n" -#: handler.c:1070 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- Lampiran #%d" -#: handler.c:1081 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- Jenis: %s/%s, Encoding: %s, Ukuran: %s --]\n" -#: handler.c:1140 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- Tampil-otomatis dengan %s --]\n" -#: handler.c:1141 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "Menjalankan perintah tampil-otomatis: %s" -#: handler.c:1178 handler.c:1196 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- Stderr dari tampil-otomatis %s --]\n" -#: handler.c:1228 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" -msgstr "[-- Error: message/external-body tidak punya parameter access-type --]\n" +msgstr "" +"[-- Error: message/external-body tidak punya parameter access-type --]\n" -#: handler.c:1245 +#: handler.c:1193 #, c-format msgid "[-- This %s/%s attachment " msgstr "[-- Lampiran %s/%s ini " -#: handler.c:1252 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "(ukuran %s bytes) " -#: handler.c:1254 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "telah dihapus --]\n" -#: handler.c:1257 +#: handler.c:1205 #, c-format msgid "[-- on %s --]\n" msgstr "[-- pada %s --]\n" -#: handler.c:1267 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -890,7 +969,7 @@ msgstr "" "[-- dan sumber luar yang dimaksud sudah --]\n" "[-- kadaluwarsa. --]\n" -#: handler.c:1281 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -899,33 +978,33 @@ msgstr "" "[-- Lampiran %s/%s ini tidak disertakan, --]\n" "[-- dan access-type %s tidak didukung --]\n" -#: handler.c:1378 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "Error: multipart/signed tidak punya protokol." -#: handler.c:1390 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "Error: multipart/encrypted tidak punya parameter protokol!" -#: handler.c:1432 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "Tidak bisa membuka file sementara!" -#: handler.c:1491 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- %s/%s tidak didukung " -#: handler.c:1496 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(gunakan '%s' untuk melihat bagian ini)" -#: handler.c:1498 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "(tombol untuk 'view-attachments' belum ditentukan!)" -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "%s: tidak bisa melampirkan file" @@ -963,7 +1042,7 @@ msgstr "" msgid "Help for %s" msgstr "Bantuan utk %s" -#: imap.c:116 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "imap_error(): respons tak terduga di %s: %s\n" @@ -971,82 +1050,109 @@ msgstr "imap_error(): respons tak terduga di %s: %s\n" #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:372 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "Fatal error. Jumlah surat kacau!" -#: imap.c:448 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "Mengambil headers surat-surat... [%d/%d]" -#: imap.c:646 mbox.c:1003 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "Membuka kembali kotak surat..." -#: imap.c:890 -#, c-format -msgid "Connecting to %s..." -msgstr "Menghubungi %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:913 +#: imap.c:1251 msgid "IMAP Username: " msgstr "IMAP Username: " -#: imap.c:926 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "Password utk %s@%s: " -#: imap.c:939 +#: imap.c:1277 msgid "Logging in..." msgstr "Sedang login..." #. Login failed, try again -#: imap.c:952 +#: imap.c:1290 msgid "Login failed." msgstr "Login gagal." -#: imap.c:1009 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "Memilih %s..." -#: imap.c:1109 lib.c:1206 +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "Buat %s?" -#: imap.c:1158 +#: imap.c:1612 msgid "Fetching message..." msgstr "Mengambil surat..." -#: imap.c:1277 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "Mengirim perintah APPEND ..." -#: imap.c:1317 +#: imap.c:1773 msgid "Uploading message ..." msgstr "Mengirim surat ..." -#: imap.c:1372 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "Menutup hubungan ke server IMAP..." -#: imap.c:1402 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "Menyimpan tanda-tanda status surat... [%d/%d]" -#: imap.c:1428 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "Menghapus surat-surat di server..." #. tell the server to commit changes -#: imap.c:1479 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "Menutup kotak surat..." +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "Sedang meng-copy ke %s..." + +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "Menghubungi %s..." + #: init.c:432 msgid "alias: no address" msgstr "alias: tidak ada alamat email" @@ -1103,97 +1209,97 @@ msgstr "%s: jenis kotak surat tidak dikenali" msgid "%s: invalid value" msgstr "%s: nilai tidak betul" -#: init.c:1056 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "%s: jenis tidak dikenali" -#: init.c:1105 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "Error di %s, baris %d: %s" #. the muttrc source keyword -#: init.c:1116 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "source: errors di %s" -#: init.c:1126 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "source: error pada %s" -#: init.c:1131 +#: init.c:1136 msgid "source: too many arguments" msgstr "source: parameter terlalu banyak" -#: init.c:1182 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "%s: perintah tidak dikenali" -#: init.c:1514 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "Error di baris perintah: %s\n" -#: init.c:1557 +#: init.c:1567 msgid "unable to determine home directory" msgstr "tidak bisa menentukan home direktori" -#: init.c:1565 +#: init.c:1575 msgid "unable to determine username" msgstr "tidak bisa menentukan username" -#: keymap.c:433 +#: keymap.c:435 msgid "Macro loop detected." msgstr "Loop macro terdeteksi." -#: keymap.c:619 keymap.c:627 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "Tombol itu tidak ditentukan untuk apa." -#: keymap.c:631 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "Tombol itu tidak ditentukan untuk apa. Tekan '%s' utk bantuan." -#: keymap.c:642 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push: parameter terlalu banyak" -#: keymap.c:663 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "%s: tidak ada menu begitu" -#: keymap.c:672 +#: keymap.c:680 msgid "null key sequence" msgstr "urutan tombol kosong" -#: keymap.c:750 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind: parameter terlalu banyak" -#: keymap.c:765 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "%s: tidak ada fungsi begitu di map" -#: keymap.c:788 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro: urutan tombol kosong" -#: keymap.c:799 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "macro: parameter terlalu banyak" -#: keymap.c:829 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "exec: parameter terlalu banyak" -#: keymap.c:849 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "%s: tidak ada perintah begitu" @@ -1231,665 +1337,719 @@ msgid "display the currently selected file's name" msgstr "tampilkan nama file yang sedang dipilih" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "pindah direktori" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "periksa kotak surat apakah ada surat baru" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "lampirkan file ke surat ini" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "lampirkan surat lain ke surat ini" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "edit daftar BCC" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "edit daftar CC" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "edit keterangan lampiran" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "edit transfer-encoding dari lampiran" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "masukkan nama file di mana salinan surat ini mau disimpan" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "edit file yang akan dilampirkan" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "edit kolom From" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "edit surat berikut dengan headers" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "edit surat" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "edit lampiran berdasarkan mailcap" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "edit kolom Reply-To" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "edit subjek dari surat ini" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "edit daftar TO" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "edit jenis lampiran" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "ambil salinan sementara dari lampiran" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "jalankan ispell ke surat" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "buat lampiran berdasarkan mailcap" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "simpan surat ini untuk dikirim nanti" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "ganti nama/pindahkan file lampiran" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "kirim suratnya" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "hapus atau tidak setelah suratnya dikirim" -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "betulkan encoding info dari lampiran" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "simpan surat ke sebuah folder" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "simpan surat ke file/kotak surat" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "buat alias dari pengirim surat" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "pindahkan entry ke akhir layar" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "pindahkan entry ke tengah layar" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "pindahkan entry ke awal layar" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "buat salinan (text/plain) yang sudah di-decode" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "buat salinan (text/plain) yang sudah di-decode dan hapus" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "hapus entry" -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "hapus semua surat di subthread" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "hapus semua surat di thread" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "tampilkan alamat lengkap pengirim" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "tampilkan surat berikut semua headers" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "tampilkan surat" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "edit surat untuk dikirim ulang" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "hapus karakter di depan kursor" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "pindahkan kursor satu karakter ke kanan" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "ke awal baris" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "cycle antara kotak surat yang menerima surat" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "lengkapi nama file atau alias" -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "lengkapi alamat dengan query" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "hapus karakter di bawah kursor" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "ke akhir baris" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "pindahkan kursor satu karakter ke kanan" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "yang diisi sebelumnya (history-prev)" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "hapus dari kursor sampai akhir baris" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "hapus baris" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "hapus kata di depan kursor" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "kutip tombol yang akan ditekan berikut" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "menjalankan perintah muttrc" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "menentukan file mask" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "keluar dari menu ini" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "mem-filter lampiran melalui perintah shell" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "ke entry pertama" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "menandai surat penting atau tidak ('important' flag)" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "forward surat dengan komentar" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "pilih entry" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "balas ke semua penerima" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "geser ke bawah setengah layar" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "geser ke atas setengah layar" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "layar ini" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "ke nomer indeks" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "ke entry terakhir" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "balas ke mailing list yang disebut" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "menjalankan macro" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "menulis surat baru" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "membuka folder lain" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "membuka folder lain dengan mode read-only" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "bersihkan suatu tanda status pada surat" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "hapus surat yang cocok dengan suatu kriteria" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "mengambil surat dari server POP" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "ke surat pertama" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "ke surat terakhir" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "hanya tunjukkan surat yang cocok dengan suatu kriteria" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "ke surat berikutnya yang baru" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "ke subthread berikutnya" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "ke thread berikutnya" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "ke surat berikutnya yang tidak dihapus" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "ke surat berikutnya yang belum dibaca" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "ke thread sebelumnya" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "ke subthread sebelumnya" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "ke surat terakhir yang tidak dihapus" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "ke surat sebelumnya yang baru" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "ke surat sebelumnya yang belum dibaca" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "tandai thread 'sudah dibaca'" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "tandai subthread 'sudah dibaca'" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "tandai status dari surat" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "simpan perubahan ke kotak surat" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "tandai surat-surat yang cocok dengan kriteria" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "tidak jadi menghapus surat-surat yang cocok dengan kriteria" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "tidak jadi menandai surat-surat yang cocok dengan kriteria" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "ke tengah halaman" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "ke entry berikutnya" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "geser ke bawah satu baris" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "ke halaman berikutnya" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "ke akhir surat" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "kembali ke menu utama" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "tampilkan atau tidak teks yang dikutip" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "lompati setelah teks yang dikutip" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "ke awal surat" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "pipe surat/lampiran ke perintah shell" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "ke entry sebelumnya" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "geser ke atas satu baris" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "ke halaman sebelumnya" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "cetak entry" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "gunakan program lain untuk mencari alamat" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "tambahkan hasil pencarian baru ke hasil yang sudah ada" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "simpan perubahan ke kotak surat dan keluar" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "lanjutkan surat yang ditunda" -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "bersihkan layar dan redraw" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "{jerohan}" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "balas surat" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "simpan surat/lampiran ke suatu file" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "cari dengan regular expression" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "cari mundur dengan regular expression" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "cari yang cocok berikutnya" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "cari mundur yang cocok berikutnya" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "diwarnai atau tidak jika ketemu" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "jalankan perintah di subshell" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "urutkan surat-surat" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "urutkan terbalik surat-surat" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "tandai entry" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "terapkan fungsi berikutnya ke surat-surat yang ditandai" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "tandai subthread" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "tandai thread" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "tandai atau tidak sebuah surat 'baru'" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "apakah kotak surat akan ditulis ulang" -#: keymap_defs.h:147 -msgid "toggle wether to browse mailboxes or all files" +#: keymap_defs.h:153 +#, fuzzy +msgid "toggle whether to browse mailboxes or all files" msgstr "apakah menjelajahi kotak-kotak surat saja atau semua file" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "ke awal halaman" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "tidak jadi hapus entry" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "tidak jadi hapus semua surat di thread" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "tidak jadi hapus semua surat di subthread" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "tunjukkan versi dan tanggal dari Mutt" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "tampilkan lampiran berdasarkan mailcap jika perlu" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "tampilkan lampiran MIME" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "tampilkan kriteria batas yang aktif" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "collapse/uncollapse thread" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "collapse/uncollapse semua thread" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "lampirkan PGP public key" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "tunjukan options PGP" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "ambil PGP public keys" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "hapus PGP passphrase dari memory" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "kirim PGP public key lewat surat" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "periksa PGP public key" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "tampilkan user ID dari key" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "buat salinan yang sudah di-decrypt dan hapus" -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "buat salinan yang sudah di-decrypt" -#: lib.c:276 lib.c:291 lib.c:322 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +msgid "Append a remailer to the chain" +msgstr "" + +#: keymap_defs.h:175 +msgid "Insert a remailer into the chain" +msgstr "" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "hapus baris" + +#: keymap_defs.h:177 +msgid "Select the previous element of the chain" +msgstr "" + +#: keymap_defs.h:178 +msgid "Select the next element of the chain" +msgstr "" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "Buset, memory abis!" -#: lib.c:781 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "File ini adalah direktori, simpan di dalamnya?" -#: lib.c:786 +#: lib.c:790 msgid "File under directory: " msgstr "File di direktori: " -#: lib.c:798 +#: lib.c:802 msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "File sudah ada, (t)impa, t(a)mbah, atau (b)atal?" -#: lib.c:798 +#: lib.c:802 msgid "oac" msgstr "tab" -#: lib.c:1182 +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "%s bukan kotak surat!" -#: lib.c:1188 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "Tambahkan surat-surat ke %s?" -#: main.c:39 +#: main.c:40 msgid "To contact the developers, please mail to .\n" msgstr "Untuk menghubungi developersnya, kirim email ke .\n" -#: main.c:42 +#: main.c:43 msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" msgstr "" -#: main.c:48 +#: main.c:49 msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -1909,7 +2069,7 @@ msgid "" " Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n" msgstr "" -#: main.c:73 +#: main.c:74 msgid "" "\n" "SHA1 implementation Copyright (C) 1995-7 Eric A. Young \n" @@ -1925,7 +2085,7 @@ msgid "" " along with this program; if not, write to the program's developers.\n" msgstr "" -#: main.c:99 +#: main.c:100 msgid "" "usage: mutt [ -nRzZ ] [ -e ] [ -F ] [ -m ] [ -f " "]\n" @@ -1983,39 +2143,39 @@ msgstr "" " -Z\t\tbuka folder pertama dg surat baru, langsung keluar jika tidak ada\n" " -h\t\tpesan ini" -#: main.c:151 +#: main.c:152 msgid "" "\n" "Compile options:" msgstr "" -#: main.c:305 +#: main.c:306 msgid "Error initializing terminal." msgstr "Gagal menginisialisasi terminal." -#: main.c:403 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "" -#: main.c:405 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "DEBUG tidak digunakan sewaktu compile. Cuek.\n" -#: main.c:543 +#: main.c:545 msgid "No recipients specified.\n" msgstr "Tidak ada penerima yang disebutkan.\n" -#: main.c:616 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "%s: tidak bisa melampirkan file.\n" -#: main.c:636 +#: main.c:638 msgid "No mailbox with new mail." msgstr "Tidak ada kotak surat dengan surat baru." -#: main.c:670 +#: main.c:672 msgid "Mailbox is empty." msgstr "Kotak surat kosong." @@ -2045,7 +2205,8 @@ msgstr "Tidak bisa mengunci kotak surat!" #. #: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" -msgstr "sync: mbox dirubah, tapi tidak ada surat yang berubah! (laporkan bug ini)" +msgstr "" +"sync: mbox dirubah, tapi tidak ada surat yang berubah! (laporkan bug ini)" #: mbox.c:767 msgid "Writing messages... %d (%d%%)" @@ -2060,76 +2221,80 @@ msgstr "Gagal menulis! Sebagian dari kotak surat disimpan ke %s" msgid "Could not reopen mailbox!" msgstr "Tidak bisa membuka kembali mailbox!" -#: menu.c:308 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "Membuka kembali kotak surat..." + +#: menu.c:312 msgid "Jump to: " msgstr "Ke: " -#: menu.c:317 +#: menu.c:321 msgid "Invalid index number." msgstr "Nomer indeks tidak betul." -#: menu.c:321 menu.c:339 menu.c:375 menu.c:416 menu.c:432 menu.c:443 -#: menu.c:454 menu.c:496 menu.c:507 menu.c:520 menu.c:533 menu.c:812 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "Tidak ada entry." -#: menu.c:336 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "Sudah tidak bisa geser lagi. Jebol nanti." -#: menu.c:352 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "Sudah tidak bisa geser lagi. Jebol nanti." -#: menu.c:372 +#: menu.c:376 msgid "You are on the last page." msgstr "Anda di halaman terakhir." -#: menu.c:394 +#: menu.c:398 msgid "You are on the first page." msgstr "Anda di halaman pertama." -#: menu.c:473 +#: menu.c:477 msgid "First entry is shown." msgstr "Entry pertama sudah ditampilkan." -#: menu.c:493 +#: menu.c:497 msgid "Last entry is shown." msgstr "Entry terakhir sudah ditampilkan." -#: menu.c:544 +#: menu.c:548 msgid "You are on the last entry." msgstr "Anda di entry terakhir." -#: menu.c:555 +#: menu.c:559 msgid "You are on the first entry." msgstr "Anda di entry pertama." -#: menu.c:595 pattern.c:1054 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "Cari: " -#: menu.c:596 +#: menu.c:609 msgid "Reverse search for: " msgstr "Cari mundur: " -#: menu.c:607 pattern.c:1087 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "Tidak ada kriteria pencarian." -#: menu.c:637 pager.c:1828 pager.c:1844 pager.c:1931 pattern.c:1152 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "Tidak ketemu." -#: menu.c:688 +#: menu.c:701 msgid "No tagged entries." msgstr "Tidak ada entry yang ditandai." -#: menu.c:776 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "Pencarian tidak bisa dilakukan untuk menu ini." -#: menu.c:815 +#: menu.c:826 msgid "Tagging is not supported." msgstr "Penandaan tidak didukung." @@ -2138,143 +2303,143 @@ msgstr "Penandaan tidak didukung." msgid "Reading %s... %d" msgstr "Membaca %s... %d" -#: mx.c:115 +#: mx.c:114 #, c-format msgid "Lock count exceeded, remove lock for %s?" msgstr "Jumlah lock terlalu banyak, hapus lock untuk %s?" -#: mx.c:126 +#: mx.c:125 #, c-format msgid "Can't dotlock %s.\n" msgstr "Tidak bisa men-dotlock %s.\n" -#: mx.c:184 +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "Terlalu lama menunggu waktu mencoba fcntl lock!" -#: mx.c:190 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "Menunggu fcntl lock... %d" -#: mx.c:218 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "Terlalu lama menunggu waktu mencoba flock!" -#: mx.c:225 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "Menunggu flock... %d" -#: mx.c:595 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "Membaca %s..." -#: mx.c:685 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "Menulis %s..." -#: mx.c:711 +#: mx.c:710 #, c-format msgid "Could not synchronize mailbox %s!" msgstr "Tidak bisa mensinkronisasi kotak surat %s!" -#: mx.c:775 +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "Pindahkan surat-surat yang sudah dibaca ke %s?" -#: mx.c:784 mx.c:979 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "Benar-benar hapus %d surat yang ditandai akan dihapus?" -#: mx.c:784 mx.c:979 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "Benar-benar hapus %d surat yang ditandai akan dihapus?" -#: mx.c:804 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "Pindahkan surat-surat yang sudah dibaca ke %s..." -#: mx.c:827 mx.c:970 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "Kotak surat tidak berubah." -#: mx.c:846 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "%d disimpan, %d dipindahkan, %d dihapus." -#: mx.c:849 mx.c:995 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "%d disimpan, %d dihapus." -#: mx.c:955 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr "Tekan '%s' untuk mengeset bisa/tidak menulis" -#: mx.c:957 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "Gunakan 'toggle-write' supaya bisa menulis lagi!" -#: mx.c:959 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "Kotak surat ditandai tidak boleh ditulisi. %s" -#: mx.c:964 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "Kotak surat hanya bisa dibaca." -#: pager.c:1369 +#: pager.c:1376 msgid "PrevPg" msgstr "" -#: pager.c:1370 +#: pager.c:1377 msgid "NextPg" msgstr "" -#: pager.c:1374 +#: pager.c:1381 msgid "View Attachm." msgstr "Lihat Lampiran" -#: pager.c:1377 +#: pager.c:1384 msgid "Next" msgstr "" #. emulate "less -q" and don't go on to the next message. -#: pager.c:1740 pager.c:1771 pager.c:1800 pager.c:2019 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "Sudah paling bawah." -#: pager.c:1756 pager.c:1778 pager.c:1789 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "Sudah paling atas." -#: pager.c:1862 +#: pager.c:1869 msgid "Reverse search: " msgstr "Cari mundur: " -#: pager.c:1863 +#: pager.c:1870 msgid "Search: " msgstr "Cari: " -#: pager.c:1957 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "Bantuan sudah ditampilkan." -#: pager.c:1986 +#: pager.c:1993 msgid "No more quoted text." msgstr "Tidak ada lagi teks kutipan." -#: pager.c:1999 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "Tidak ada lagi teks yang tidak dikutp setelah teks kutipan." @@ -2282,79 +2447,79 @@ msgstr "Tidak ada lagi teks yang tidak dikutp setelah teks kutipan." msgid "multipart message has no boundary parameter!" msgstr "surat multi bagian tidak punya parameter batas!" -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "" -#: pattern.c:332 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "Tidak tanggal: %s" -#: pattern.c:346 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "Tidak ada bulan: %s" -#: pattern.c:400 +#: pattern.c:401 msgid "error in expression" msgstr "" -#: pattern.c:585 pattern.c:693 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "error pada kriteria pada: %s" -#: pattern.c:633 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "%c: tidak ada perintah begitu" -#: pattern.c:639 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "%c: tidak didukung pada mode ini" -#: pattern.c:652 +#: pattern.c:653 msgid "missing parameter" msgstr "parameter tidak ada" -#: pattern.c:668 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "tanda kurung tidak klop: %s" -#: pattern.c:700 +#: pattern.c:701 msgid "empty pattern" msgstr "kriteria kosong" -#: pattern.c:879 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "error: %d tidak dikenali (laporkan error ini)." -#: pattern.c:944 pattern.c:1073 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "Menyusun kriteria pencarian..." -#: pattern.c:958 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "Menjalankan perintah terhadap surat-surat yang cocok..." -#: pattern.c:1021 +#: pattern.c:1022 msgid "No messages matched criteria." msgstr "Tidak ada surat yang memenuhi kriteria." -#: pattern.c:1111 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "Sudah dicari sampe bawah, tapi tidak ketemu" -#: pattern.c:1122 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "Sudah dicari sampe atas, tapi tidak ketemu" -#: pattern.c:1144 +#: pattern.c:1145 msgid "Search interrupted." msgstr "Pencarian dibatalkan." @@ -2429,7 +2594,7 @@ msgstr "" "[-- Error: tidak tahu dimana surat PGP dimulai! --]\n" "\n" -#: pgp.c:669 pgp.c:894 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2437,38 +2602,56 @@ msgstr "" "[-- Akhir keluaran PGP --]\n" "\n" +#: pgp.c:720 +msgid "" +"[-- Error: Inconsistant multipart/signed structure! --]\n" +"\n" +msgstr "" + +#: pgp.c:728 +#, fuzzy, c-format +msgid "" +"[-- Error: Unknown multipart/signed protocol %s! --]\n" +"\n" +msgstr "Error: multipart/signed tidak punya protokol." + +#: pgp.c:749 +#, c-format +msgid "" +"[-- Warning: We can't verify %s/%s signatures. --]\n" +"\n" +msgstr "" + #. Now display the signed body -#: pgp.c:676 +#: pgp.c:757 +#, fuzzy msgid "" -"[-- The following data is PGP/MIME signed --]\n" +"[-- The following data is signed --]\n" "\n" msgstr "" "[-- Data berikut ini ditandatangani dg PGP/MIME --]\n" "\n" -#: pgp.c:682 +#: pgp.c:763 msgid "" +"[-- Warning: Can't find any signatures. --]\n" "\n" -"[-- End of PGP/MIME signed data --]\n" msgstr "" -"\n" -"[-- Akhir data yang ditandatangani dg PGP/MIME --]\n" -#: pgp.c:687 +#: pgp.c:769 +#, fuzzy msgid "" -"[-- Error: this message does not comply with the PGP/MIME specification! " -"--]\n" "\n" +"[-- End of signed data --]\n" msgstr "" -"[-- Error: surat ini tidak menuruti aturan spesifikasi PGP/MIME! " -"--]\n" "\n" +"[-- Akhir data yang ditandatangani dg PGP/MIME --]\n" -#: pgp.c:801 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "Internal error. Hubungi ." -#: pgp.c:865 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2476,7 +2659,7 @@ msgstr "" "[-- Error: tidak bisa membuat subproses PGP! --]\n" "\n" -#: pgp.c:958 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2484,11 +2667,12 @@ msgstr "" "[-- Error: surat PGP/MIME tidak dalam format yg betul! --]\n" "\n" -#: pgp.c:971 -msgid "[-- Error: create temporary file! --]\n" +#: pgp.c:1051 +#, fuzzy +msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- Error: tidak bisa membuat file sementara! --]\n" -#: pgp.c:980 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" @@ -2496,150 +2680,167 @@ msgstr "" "[-- Data berikut di-encrypt dgn PGP/MIME --]\n" "\n" -#: pgp.c:988 +#: pgp.c:1068 +#, fuzzy msgid "" "\n" -"[-- Akhir data yg di-encrypt dgn PGP/MIME --]\n" +"[-- End of PGP/MIME encrypted data --]\n" msgstr "" +"\n" +"[-- Akhir data yang ditandatangani dg PGP/MIME --]\n" -#: pgp.c:1070 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "Tidak bisa membuka subproses PGP!" -#: pgp.c:1194 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "Gunakan keyID = '%s' untuk %s?" -#: pgp.c:1200 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "Masukkan keyID untuk %s: " -#: pgpkey.c:173 +#: pgpkey.c:441 msgid "Exit " msgstr "Keluar " -#: pgpkey.c:175 +#: pgpkey.c:443 msgid "Select " msgstr "Pilih " -#: pgpkey.c:178 +#: pgpkey.c:446 msgid "Check key " msgstr "Cek key " -#: pgpkey.c:191 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "PGP keys yg cocok " -#: pgpkey.c:210 pgpkey.c:387 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "Tidak bisa membuka /dev/null" -#: pgpkey.c:216 pgpkey.c:381 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "Tidak bisa membuat file sementara" -#: pgpkey.c:226 pgpkey.c:398 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "Tidak bisa membuat filter" -#: pgpkey.c:236 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "" -#: pgpkey.c:257 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "Tingkat kepercayaan dari ID ini tidak diketahui." -#: pgpkey.c:258 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "ID ini tidak dipercaya." -#: pgpkey.c:259 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "ID ini tidak dipercaya sepenuhnya." -#: pgpkey.c:262 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s Anda yakin mau menggunakannya?" -#: pgpkey.c:369 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "Masukkan key ID: " -#: pgpkey.c:416 +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "Menjalankan PGP..." + +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "" -#: pgppubring.c:58 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "" -#: pgppubring.c:59 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "" -#: pgppubring.c:60 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "" -#: pgppubring.c:61 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "" -#: pgppubring.c:62 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "" -#: pgppubring.c:63 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "" -#: pgppubring.c:64 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "" -#: pgppubring.c:65 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "" -#: pgppubring.c:66 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "" -#: pgppubring.c:67 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "" -#: pgppubring.c:68 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "" -#: pgppubring.c:69 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "" -#: pgppubring.c:70 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "" -#: pgppubring.c:71 +#: pgppubring.c:76 msgid "Name Packet" msgstr "" -#: pgppubring.c:72 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "" -#: pgppubring.c:73 +#: pgppubring.c:78 msgid "Reserved" msgstr "" -#: pgppubring.c:74 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "" @@ -2704,7 +2905,7 @@ msgstr "Surat-surat tertunda" msgid "No postponed messages." msgstr "Tidak ada surat yg ditunda." -#: postpone.c:338 postpone.c:358 postpone.c:367 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "PGP header tidak betul" @@ -2750,84 +2951,84 @@ msgstr "" msgid "Print" msgstr "Cetak" -#: recvattach.c:372 +#: recvattach.c:402 msgid "Saving..." msgstr "Menyimpan..." -#: recvattach.c:435 +#: recvattach.c:465 msgid "Attachment saved" msgstr "Lampiran telah disimpan" -#: recvattach.c:447 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "PERHATIAN! Anda akan menimpa %s, lanjut?" -#: recvattach.c:465 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "Lampiran telah difilter." -#: recvattach.c:531 +#: recvattach.c:561 msgid "Filter through: " msgstr "Filter melalui: " -#: recvattach.c:531 +#: recvattach.c:561 msgid "Pipe to: " msgstr "Pipe ke: " -#: recvattach.c:566 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "Saya tidak tahu bagaimana mencetak lampiran %s!" -#: recvattach.c:629 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "Cetak lampiran yang ditandai?" -#: recvattach.c:629 +#: recvattach.c:659 msgid "Print attachment?" msgstr "Cetak lampiran?" -#: recvattach.c:657 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "Anda hanya bisa menembuskan bagian-bagian message/rfc822." -#: recvattach.c:693 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "Tembuskan surat-surat ke %s...?" -#: recvattach.c:694 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "Tembuskan surat ke %s...?" -#: recvattach.c:919 +#: recvattach.c:976 msgid "Attachments" msgstr "Lampiran" -#: recvattach.c:976 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "Penghapusan lampiran dari surat PGP tidak didukung." -#: recvattach.c:996 recvattach.c:1013 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "Hanya penghapusan lampiran dari surat multi bagian yang didukung." -#: recvattach.c:1063 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "Operasi ini belum didukung untuk surat-surat PGP." -#: rfc1524.c:176 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "Entry utk jenis %s di '%s' baris %d tidak diformat dengan benar" -#: rfc1524.c:408 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "Path untuk mailcap tidak diketahui" -#: rfc1524.c:434 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "entry mailcap untuk jenis %s tidak ditemukan" @@ -2840,20 +3041,25 @@ msgstr "score: parameternya kurang" msgid "score: too many arguments" msgstr "score: parameternya terlalu banyak" -#: send.c:229 +#: send.c:232 msgid "No subject, abort?" msgstr "Tidak ada subjek, batal?" -#: send.c:231 +#: send.c:234 msgid "No subject, aborting." msgstr "Tidak ada subjek, batal." +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "Balas ke %s%s?" + #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:434 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "Balas ke %s%s?" @@ -2861,120 +3067,129 @@ msgstr "Balas ke %s%s?" #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:518 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "Tidak ada surat yang ditandai yang kelihatan!" -#: send.c:543 +#: send.c:553 msgid "No mailing lists found!" msgstr "Tidak ada mailing list yang ditemukan!" -#: send.c:630 +#: send.c:640 msgid "Include message in reply?" msgstr "Sertakan surat asli di surat balasan?" -#: send.c:644 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "Tidak bisa menyertakan semua surat yang diminta!" -#: send.c:657 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "Forward dalam MIME?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:868 +#: send.c:890 msgid "Recall postponed message?" msgstr "Lanjutkan surat yang ditunda sebelumnya?" -#: send.c:1100 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "Batalkan surat yang tidak diubah?" -#: send.c:1102 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "Surat yang tidak diubah dibatalkan." #. abort -#: send.c:1141 +#: send.c:1165 msgid "Mail not sent." msgstr "Surat tidak dikirim." -#: send.c:1154 +#: send.c:1178 msgid "Message postponed." msgstr "Surat ditunda." -#: send.c:1163 +#: send.c:1187 msgid "No recipients are specified!" msgstr "Tidak ada penerima yang disebutkan!" -#: send.c:1168 +#: send.c:1192 msgid "No recipients were specified." msgstr "Tidak ada penerima yang disebutkan." -#: send.c:1174 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "Tidak ada subjek, batalkan pengiriman?" -#: send.c:1178 +#: send.c:1202 msgid "No subject specified." msgstr "Tidak ada subjek." -#: send.c:1217 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "Surat telah di-edit. Yakin mau dikirim?" -#: send.c:1223 +#: send.c:1249 msgid "Sending message..." msgstr "Mengirim surat..." -#: send.c:1325 +#: send.c:1361 msgid "Could not send the message." msgstr "Tidak bisa mengirim surat." -#: send.c:1331 +#: send.c:1366 msgid "Mail sent." msgstr "Surat telah dikirim." -#: sendlib.c:476 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "Tidak ada parameter batas yang bisa ditemukan! [laporkan error ini]" -#: sendlib.c:510 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "%s tidak ada lagi!" -#: sendlib.c:778 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "Tidak bisa membuka %s" -#: sendlib.c:1684 -#, c-format -msgid "Error sending message, child exited %d (%s).\n" +#: sendlib.c:1680 +#, fuzzy, c-format +msgid "Error sending message, child exited %d (%s)." msgstr "Error dalam pengiriman surat, proses anak mengembalikan %d (%s).\n" #: sendlib.c:1686 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "Keluaran dari proses anak telah disimpan ke %s.\n" +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1690 -msgid "Error sending message." -msgstr "Error dalam pengiriman surat." +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "%s tertangkap... Keluar.\n" -#: signal.c:38 signal.c:41 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "%s tertangkap... Keluar.\n" -#: signal.c:43 +#: signal.c:44 #, c-format msgid "Caught signal %d... Exiting.\n" msgstr "Sinyal %d tertangkap... Keluar.\n" +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "Menghubungi %s..." + #: sort.c:198 msgid "Sorting mailbox..." msgstr "Mengurutkan surat-surat..." @@ -2986,3 +3201,23 @@ msgstr "Tidak bisa menemukan fungsi pengurutan! [laporkan bug ini]" #: status.c:101 msgid "(no mailbox)" msgstr "(tidak ada kotak surat)" + +#~ msgid "Can't open your secret key ring!" +#~ msgstr "Tidak bisa membuka kumpulan kunci rahasia Anda!" + +#~ msgid "===== Attachments =====" +#~ msgstr "=-=-= Lampiran-lampiran =-=-=" + +#~ msgid "" +#~ "[-- Error: this message does not comply with the PGP/MIME specification! " +#~ "--]\n" +#~ "\n" +#~ msgstr "" +#~ "[-- Error: surat ini tidak menuruti aturan spesifikasi PGP/MIME! --]\n" +#~ "\n" + +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "Keluaran dari proses anak telah disimpan ke %s.\n" + +#~ msgid "Error sending message." +#~ msgstr "Error dalam pengiriman surat." diff --git a/po/it.po b/po/it.po index c5fd5d2d..696611a2 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt-0.94.17\n" -"POT-Creation-Date: 1999-01-04 14:22+0100\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: 1998-11-19 15:54+01:00\n" "Last-Translator: Marco d'Itri \n" "Language-Team: none\n" @@ -15,536 +15,609 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: addrbook.c:32 browser.c:54 pager.c:1369 postpone.c:33 query.c:44 -#: recvattach.c:48 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 +#: recvattach.c:47 msgid "Exit" msgstr "Esci" -#: addrbook.c:33 +#: addrbook.c:32 msgid "Select" msgstr "Seleziona" -#: addrbook.c:34 browser.c:57 compose.c:84 curs_main.c:259 pager.c:1466 -#: pgpkey.c:181 postpone.c:36 query.c:49 recvattach.c:52 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "Aiuto" -#: addrbook.c:132 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "Non hai alias!" -#: addrbook.c:144 +#: addrbook.c:131 msgid "Aliases" msgstr "Crea l'alias" #. add a new alias -#: alias.c:193 +#: alias.c:192 msgid "Alias as: " msgstr "Crea l'alias: " -#: alias.c:199 +#: alias.c:198 msgid "You already have an alias defined with that name!" msgstr "Hai già definito un alias con questo nome!" -#: alias.c:213 +#: alias.c:212 msgid "Address: " msgstr "Indirizzo: " -#: alias.c:229 +#: alias.c:228 msgid "Personal name: " msgstr "Nome della persona: " -#: alias.c:238 +#: alias.c:237 #, c-format msgid "[%s = %s] Accept?" msgstr "[%s = %s] Va bene?" -#: alias.c:255 recvattach.c:344 recvattach.c:399 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "Salva nel file: " -#: alias.c:266 +#: alias.c:265 msgid "Alias added." msgstr "Alias aggiunto." # FIXME -#: attach.c:112 attach.c:235 attach.c:367 attach.c:806 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "Il nametemplate non corrisponde, continuo?" #. For now, editing requires a file, no piping -#: attach.c:124 +#: attach.c:123 msgid "Mailcap compose entry requires %%s" msgstr "La voce compose di mailcap richiede %%s" -#: attach.c:138 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "Errore nella lettura dell'indirizzo!" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "Errore nell'apertura del file per leggere gli header." -#: attach.c:169 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "Errore nell'apertura del file per rimuovere gli header." -#: attach.c:187 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." msgstr "Manca la voce compose di mailcap per %s, creo un file vuoto." #. For now, editing requires a file, no piping -#: attach.c:247 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "La voce edit di mailcap richiede %%s" -#: attach.c:265 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "Manca la voce edit di mailcap per %s" -#: attach.c:333 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "" "Non è stata trovata la voce di mailcap corrispondente. Visualizzo come " "testo." -#: attach.c:346 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "Tipo MIME non definito. Impossibile visualizzare l'allegato." -#: attach.c:436 +#: attach.c:499 msgid "Cannot create filter" msgstr "Impossibile creare il filtro" -#: attach.c:638 recvattach.c:374 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "Allegato salvato." -#: attach.c:691 +#: attach.c:756 msgid "Write fault!" msgstr "Errore di scrittura!" -#: attach.c:890 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "Non so come stamparlo!" -#: browser.c:55 +#: browser.c:42 msgid "Chdir" msgstr "CambiaDir" -#: browser.c:56 +#: browser.c:43 msgid "Mask" msgstr "Maschera" -#: browser.c:345 browser.c:672 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s non è una directory." -#: browser.c:450 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "Mailbox [%d]" +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "Directory [%s], Maschera dei file: %s" + #: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "Directory [%s], Maschera dei file: %s" -#: browser.c:539 browser.c:729 browser.c:812 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "Impossibile vedere una directory" + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "Non ci sono file corrispondenti alla maschera" -#: browser.c:646 +#: browser.c:784 msgid "Chdir to: " msgstr "Cambia directory:" -#: browser.c:665 browser.c:722 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "Errore nella lettura della directory." -#: browser.c:683 +#: browser.c:836 msgid "File Mask: " msgstr "Maschera dei file: " -#: browser.c:745 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "" "Ordino al contrario per (d)ata, (a)lfabetico, dimensioni(z) o (n)ulla? " -#: browser.c:746 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Ordino per (d)ata, (a)lfabetico, dimensioni(z) o (n)ulla? " -#: browser.c:747 +#: browser.c:900 msgid "dazn" msgstr "dazn" -#: browser.c:799 +#: browser.c:962 msgid "New file name: " msgstr "Nuovo nome del file: " -#: browser.c:820 +#: browser.c:983 msgid "Can't view a directory" msgstr "Impossibile vedere una directory" -#: browser.c:838 +#: browser.c:1001 msgid "Error trying to view file" msgstr "C'è stato un errore nella visualizzazione del file" -#: buffy.c:364 +#: buffy.c:363 #, c-format msgid "New mail in %s." msgstr "Nuova posta in %s." -#: color.c:307 +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "Non riesco a fare stat: %s" + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "%s: il colore non è gestito dal terminale" -#: color.c:313 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "%s: colore inesistente" -#: color.c:359 color.c:550 color.c:561 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "%s: oggetto inesistente" -#: color.c:366 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "%s: comando valido solo per l'oggetto index" -#: color.c:374 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "%s: troppo pochi argomenti" -#: color.c:538 +#: color.c:546 msgid "Missing arguments." msgstr "Mancano dei parametri." -#: color.c:577 color.c:588 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "color: troppo pochi argomenti" -#: color.c:611 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono: troppo pochi argomenti" -#: color.c:631 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "%s: attributo inesistente" -#: color.c:671 hook.c:62 hook.c:70 keymap.c:681 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "troppo pochi argomenti" -#: color.c:680 hook.c:76 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "troppi argomenti" -#: color.c:694 +#: color.c:702 msgid "default colors not supported" msgstr "i colori predefiniti non sono gestiti" -#: commands.c:123 -msgid "Display message using mailcap?" -msgstr "Visualizzo il messaggio con mailcap?" - -#: commands.c:154 commands.c:162 pgpkey.c:221 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "Eseguo PGP..." #. find out whether or not the verify signature -#: commands.c:159 +#: commands.c:92 msgid "Verify PGP signature?" msgstr "Verifico la firma PGP?" -#: commands.c:177 mbox.c:724 +#: commands.c:110 mbox.c:722 msgid "Could not create temporary file!" msgstr "Impossibile creare il file temporaneo!" -#: commands.c:225 +#: commands.c:162 msgid "Command: " msgstr "Comando: " -#: commands.c:243 recvattach.c:677 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "Rimbalza il messaggio a: " -#: commands.c:245 recvattach.c:679 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "Rimbalza i messaggi a: " -#: commands.c:260 +#: commands.c:197 msgid "Error parsing address!" msgstr "Errore nella lettura dell'indirizzo!" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "Rimbalza il messaggio a %s" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "Rimbalza i messaggi a %s" -#: commands.c:281 +#: commands.c:218 msgid "Message bounced." msgstr "Messaggio rimbalzato." -#: commands.c:281 +#: commands.c:218 msgid "Messages bounced." msgstr "Messaggi rimbalzati." -#: commands.c:301 +#: commands.c:239 msgid "Pipe to command: " msgstr "Apri una pipe con il comando: " -#: commands.c:401 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "OrdContr (d)ata/(f)rom/(r)icev/(s)ogg/t(o)/(t)hread/n(u)lla/si(z)e/s(c)ore?: " -#: commands.c:402 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Ordina per " "(d)ata/(f)rom/(r)icev/(s)ogg/t(o)/(t)hread/n(u)lla/si(z)e/s(c)ore?: " -#: commands.c:403 +#: commands.c:341 msgid "dfrsotuzc" msgstr "dfrsotuzc" -#: commands.c:456 +#: commands.c:394 msgid "Shell command: " msgstr "Comando della shell: " -#: commands.c:572 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s nella mailbox" -#: commands.c:573 +#: commands.c:511 msgid "Decode-save" msgstr "Decodifica e salva" -#: commands.c:573 +#: commands.c:511 msgid "Decode-copy" msgstr "Decodifica e copia" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-save" msgstr "Decodifica e salva" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-copy" msgstr "Decodifica e copia" -#: commands.c:575 curs_main.c:255 recvattach.c:49 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "Salva" -#: commands.c:575 +#: commands.c:513 msgid "Copy" msgstr "Copia" -#: commands.c:575 +#: commands.c:513 msgid " tagged" msgstr " i messaggi segnati" -#: commands.c:644 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "Copio in %s..." -#: commands.c:716 +#: commands.c:654 msgid "Print message?" msgstr "Stampo il messaggio?" -#: commands.c:716 +#: commands.c:654 msgid "Print tagged messages?" msgstr "Stampo i messaggi segnati?" -#: commands.c:743 +#: commands.c:681 msgid "Message printed" msgstr "Messaggio stampato" -#: commands.c:743 +#: commands.c:681 msgid "Messages printed" msgstr "Messaggi stampati" -#: compose.c:77 +#: compose.c:83 msgid "Send" msgstr "Spedisci" -#: compose.c:78 +#: compose.c:84 msgid "Abort" msgstr "Abbandona" -#: compose.c:82 compose.c:539 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "Allega un file" -#: compose.c:83 +#: compose.c:89 msgid "Descrip" msgstr "Descr" -#: compose.c:104 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "Firma, Crittografa" -#: compose.c:106 +#: compose.c:112 msgid "Encrypt" msgstr "Crittografa" -#: compose.c:108 +#: compose.c:114 msgid "Sign" msgstr "Firma" -#: compose.c:110 +#: compose.c:116 msgid "Clear" msgstr "Normale" -#: compose.c:117 +#: compose.c:123 msgid " sign as: " msgstr " firma come: " -#: compose.c:117 +#: compose.c:123 msgid "" msgstr "" -#: compose.c:118 compose.c:192 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "Algoritmo MIC: " -#: compose.c:133 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " msgstr "" "critt.(e), firma(s), firma come(a), entram(b)i, seleziona (m)ic, annulla(f) " -#: compose.c:134 +#: compose.c:138 msgid "esabmf" msgstr "esabmf" -#: compose.c:151 -msgid "Can't open your secret key ring!" -msgstr "Impossibile aprire il tuo portachiavi segreto!" - -#: compose.c:156 +#: compose.c:152 msgid "Sign as: " msgstr "Firma come: " -#: compose.c:176 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "La versione di PGP definita per firmare è sconosciuta." -#: compose.c:186 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "Questo non ha senso se non vuoi firmare il messaggio." -#: compose.c:197 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "Algoritmo MIC sconosciuto, sono validi: pgp-md5, pgp-sha1, pgp-rmd160" -#: compose.c:233 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "%s [#%d] non esiste più!" -#: compose.c:241 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "%s [#%d] è stato modificato. Aggiorno la codifica?" -#: compose.c:282 -msgid "===== Attachments =====" -msgstr "===== Allegati =====" +#: compose.c:309 +#, fuzzy +msgid "-- Attachments" +msgstr "Allegati" -#: compose.c:320 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "Non puoi cancellare l'unico allegato." -#: compose.c:394 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "Componi" -#: compose.c:544 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "Apri la mailbox da cui allegare il messaggio" -#: compose.c:583 +#: compose.c:648 msgid "No messages in that folder." msgstr "In questo folder non ci sono messaggi." -#: compose.c:590 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "Segna i messaggi che vuoi allegare!" -#: compose.c:625 compose.c:645 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "Impossibile allegare!" + +#: compose.c:722 msgid "Unable to attach!" msgstr "Impossibile allegare!" -#: compose.c:772 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "Codifica non valida." -#: compose.c:787 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "Salvo una copia di questo messaggio?" -#: compose.c:832 +#: compose.c:996 msgid "Rename to: " msgstr "Rinomina in: " -#: compose.c:837 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "Non riesco a fare stat: %s" -#: compose.c:864 +#: compose.c:1028 msgid "New file: " msgstr "Nuovo file: " -#: compose.c:877 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "Content-Type non è nella forma base/sub" -#: compose.c:883 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "Content-Type %s sconosciuto" -#: compose.c:896 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "Impossibile creare il file %s" -#: compose.c:904 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "Quel che abbiamo qui è l'impossibilità di fare un allegato" -#: compose.c:967 +#: compose.c:1131 msgid "Postpone this message?" msgstr "Rimando a dopo questo messaggio?" -#: compose.c:1019 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "Salva il messaggio nella mailbox" -#: compose.c:1023 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "Scrivo il messaggio in %s ..." -#: compose.c:1034 +#: compose.c:1200 msgid "Message written." msgstr "Messaggio scritto." @@ -561,15 +634,15 @@ msgstr "no" msgid "Exit Mutt?" msgstr "Esci da mutt?" -#: curs_lib.c:275 +#: curs_lib.c:276 msgid "unknown error" msgstr "errore sconosciuto" -#: curs_lib.c:295 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "Premi un tasto per continuare..." -#: curs_lib.c:333 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " ('?' per la lista): " @@ -589,19 +662,19 @@ msgstr "I cambiamenti al folder non saranno scritti." msgid "Quit" msgstr "Esci" -#: curs_main.c:253 pager.c:1376 postpone.c:34 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "Canc" -#: curs_main.c:254 postpone.c:35 +#: curs_main.c:254 postpone.c:34 msgid "Undel" msgstr "DeCanc" -#: curs_main.c:256 query.c:45 +#: curs_main.c:256 query.c:44 msgid "Mail" msgstr "Mail" -#: curs_main.c:257 pager.c:1377 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "Rispondi" @@ -609,148 +682,143 @@ msgstr "Rispondi" msgid "Group" msgstr "Gruppo" -#: curs_main.c:423 +#: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "" "La mailbox è stata modificata dall'esterno. I flag possono essere sbagliati." -#: curs_main.c:426 +#: curs_main.c:432 msgid "New mail in this mailbox." msgstr "C'è nuova posta in questa mailbox." -#: curs_main.c:526 +#: curs_main.c:532 msgid "No mailbox is open." msgstr "Nessuna mailbox aperta." -#: curs_main.c:532 +#: curs_main.c:538 msgid "No tagged messages." msgstr "Nessun messaggio segnato." -#: curs_main.c:612 +#: curs_main.c:618 msgid "Jump to message: " msgstr "Salta al messaggio: " -#: curs_main.c:618 +#: curs_main.c:624 msgid "Argument must be a message number." msgstr "L'argomento deve essere il numero di un messaggio." -#: curs_main.c:651 +#: curs_main.c:657 msgid "That message is not visible." msgstr "Questo messaggio non è visibile." -#: curs_main.c:654 +#: curs_main.c:660 msgid "Invalid message number." msgstr "Numero del messaggio non valido." -#: curs_main.c:667 +#: curs_main.c:673 msgid "Delete messages matching: " msgstr "Cancella i messaggi corrispondenti a: " -#: curs_main.c:689 +#: curs_main.c:695 msgid "No limit pattern is in effect." msgstr "Non è attivo alcun modello limitatore." #. i18n: ask for a limit to apply -#: curs_main.c:694 +#: curs_main.c:700 #, c-format msgid "Limit: %s" msgstr "Limita: %s" -#: curs_main.c:703 +#: curs_main.c:709 msgid "Limit to messages matching: " msgstr "Limita ai messaggi corrispondenti a: " -#: curs_main.c:733 +#: curs_main.c:739 msgid "Quit Mutt?" msgstr "Esci da Mutt?" -#: curs_main.c:835 +#: curs_main.c:841 msgid "Tag messages matching: " msgstr "Segna i messaggi corrispondenti a: " -#: curs_main.c:843 +#: curs_main.c:849 msgid "Undelete messages matching: " msgstr "De-cancella i messaggi corrispondenti a: " -#: curs_main.c:850 +#: curs_main.c:856 msgid "Untag messages matching: " msgstr "Togli il segno ai messaggi corrispondenti a: " -#: curs_main.c:868 +#: curs_main.c:874 msgid "Open mailbox" msgstr "Apri la mailbox" -#: curs_main.c:870 +#: curs_main.c:876 msgid "Open mailbox in read-only mode" msgstr "Apri la mailbox in sola lettura" -#: curs_main.c:886 mx.c:423 mx.c:564 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s non è una mailbox." -#: curs_main.c:973 +#: curs_main.c:974 msgid "Exit Mutt without saving?" msgstr "Esci da Mutt senza salvare?" -#: curs_main.c:990 curs_main.c:1014 +#: curs_main.c:991 curs_main.c:1015 msgid "You are on the last message." msgstr "Sei all'ultimo messaggio." -#: curs_main.c:997 curs_main.c:1039 +#: curs_main.c:998 curs_main.c:1040 msgid "No undeleted messages." msgstr "Nessun messaggio da de-cancellare." -#: curs_main.c:1032 curs_main.c:1055 +#: curs_main.c:1033 curs_main.c:1056 msgid "You are on the first message." msgstr "Sei al primo messaggio." -#: curs_main.c:1127 pattern.c:1114 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "La ricerca è ritornata all'inizio." -#: curs_main.c:1136 pattern.c:1125 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "La ricerca è ritornata al fondo." -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No new messages" msgstr "Non ci sono nuovi messaggi" -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No unread messages" msgstr "Non ci sono messaggi non letti" -#: curs_main.c:1163 +#: curs_main.c:1171 msgid " in this limited view" msgstr " in questa visualizzazione limitata" -#: curs_main.c:1273 +#: curs_main.c:1295 msgid "No more threads." msgstr "Non ci sono altri thread." -#: curs_main.c:1275 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "Sei al primo thread." -#: curs_main.c:1328 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "Il thread contiene messaggi non letti." -#: curs_main.c:1341 flags.c:220 thread.c:635 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "Il threading non è attivo." -#: date.c:49 -msgid "Please report this program error in the function mutt_mktime." -msgstr "" -"Per favore segnala questo errore del programma nella funzione mutt_mktime." - #. #. * SLcurses_waddnstr() can't take a "const char *", so this is only #. * declared "static" (sigh) #. -#: edit.c:37 +#: edit.c:36 msgid "" "~~\t\tinsert a line begining with a single ~\n" "~b users\tadd users to the Bcc: field\n" @@ -790,109 +858,109 @@ msgstr "" "~?\t\tquesto messaggio\n" "~.\t\tda solo su una linea termina l'input\n" -#: edit.c:179 +#: edit.c:178 #, c-format msgid "%d: invalid message number.\n" msgstr "%d: numero del messaggio non valido.\n" -#: edit.c:313 +#: edit.c:312 msgid "(End message with a . on a line by itself)\n" msgstr "(Termina il messaggio con un . su una linea da solo)\n" -#: edit.c:371 +#: edit.c:370 msgid "No mailbox.\n" msgstr "Nessuna mailbox.\n" -#: edit.c:375 +#: edit.c:374 msgid "Message contains:\n" msgstr "Il messaggio contiene:\n" -#: edit.c:379 edit.c:431 +#: edit.c:378 edit.c:430 msgid "(continue)\n" msgstr "(continua)\n" -#: edit.c:392 +#: edit.c:391 msgid "missing filename.\n" msgstr "manca il nome del file.\n" -#: edit.c:413 +#: edit.c:412 msgid "No lines in message.\n" msgstr "Non ci sono linee nel messaggio.\n" -#: edit.c:442 +#: edit.c:441 #, c-format msgid "%s: unknown editor command (~? for help)\n" msgstr "%s: comando dell'editor sconosciuto (~? per l'aiuto)\n" -#: flags.c:258 +#: flags.c:257 msgid "Set flag" msgstr "Imposta il flag" -#: flags.c:258 +#: flags.c:257 msgid "Clear flag" msgstr "Cancella il flag" -#: handler.c:128 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- Errore: fine del file inaspettata! --]\n" #. didn't find anything that we could display! -#: handler.c:954 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "" "[-- Errore: impossibile visualizzare alcuna parte di multipart/alternative! " "--]\n" -#: handler.c:1071 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- Allegato #%d" -#: handler.c:1082 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- Tipo: %s/%s, Codifica: %s, Dimensioni: %s --]\n" -#: handler.c:1141 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- Visualizza automaticamente con %s --]\n" -#: handler.c:1142 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "Richiamo il comando di autovisualizzazione: %s" -#: handler.c:1179 handler.c:1197 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- Stderr dell'autoview di %s --]\n" -#: handler.c:1229 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" msgstr "" "[-- Errore: message/external-body non ha un parametro access-type --]\n" -#: handler.c:1246 +#: handler.c:1193 #, c-format msgid "[-- This %s/%s attachment " msgstr "[-- Questo allegato %s/%s " -#: handler.c:1253 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "(dimensioni %s byte) " -#: handler.c:1255 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "è stato cancellato -- ]\n" -#: handler.c:1258 +#: handler.c:1205 #, c-format msgid "[-- on %s --]\n" msgstr "[-- su %s --]\n" -#: handler.c:1268 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -902,7 +970,7 @@ msgstr "" "[-- Questo allegato %s/%s non è incluso --]\n" "[-- e l'origine esterna indicata è scaduta. --]\n" -#: handler.c:1282 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -911,46 +979,46 @@ msgstr "" "[-- Questo allegato %s/%s non è incluso --]\n" "[-- e il l'access-type %s indicato non è gestito --]\n" -#: handler.c:1379 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "Errore: multipart/signed non ha protocollo." -#: handler.c:1392 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "Errore: multipart/encrypted non ha il parametro protocol!" -#: handler.c:1434 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "Impossibile aprire il file temporaneo!" -#: handler.c:1493 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- %s/%s non è gestito " -#: handler.c:1498 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(usa '%s' per vederlo)" -#: handler.c:1500 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "('view-attachments' deve essere assegnato a un tasto!)" -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "%s: impossibile allegare il file" -#: help.c:274 +#: help.c:273 msgid "ERROR: please report this bug" msgstr "ERRORE: per favore segnala questo bug" -#: help.c:316 +#: help.c:315 msgid "" msgstr "" -#: help.c:328 +#: help.c:327 msgid "" "\n" "Generic bindings:\n" @@ -960,7 +1028,7 @@ msgstr "" "Assegnazioni generiche:\n" "\n" -#: help.c:332 +#: help.c:331 msgid "" "\n" "Unbound functions:\n" @@ -970,12 +1038,12 @@ msgstr "" "Funzioni non assegnate:\n" "\n" -#: help.c:340 +#: help.c:339 #, c-format msgid "Help for %s" msgstr "Aiuto per %s" -#: imap.c:103 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "imap_error(): risposta inaspettata in %s: %s\n" @@ -983,234 +1051,256 @@ msgstr "imap_error(): risposta inaspettata in %s: %s\n" #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:355 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "Errore fatale. Il conto dei messaggi non è sincronizzato!" -#: imap.c:425 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "Prendo gli header dei messaggi... [%d/%d]" -#: imap.c:623 mbox.c:1007 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "Riapro la mailbox..." -#: imap.c:865 -#, c-format -msgid "Connecting to %s..." -msgstr "Mi connetto a %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:888 +#: imap.c:1251 msgid "IMAP Username: " msgstr "Nome dell'utente IMAP: " -#: imap.c:901 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "Password per %s@%s: " -#: imap.c:914 +#: imap.c:1277 msgid "Logging in..." msgstr "Faccio il login..." #. Login failed, try again -#: imap.c:927 +#: imap.c:1290 msgid "Login failed." msgstr "Login fallito." -#: imap.c:984 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "Seleziono %s..." -#: imap.c:1083 lib.c:1194 +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "Creo %s?" -#: imap.c:1132 +#: imap.c:1612 msgid "Fetching message..." msgstr "Prendo il messaggio..." -#: imap.c:1240 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "Mando il comando APPEND ..." -#: imap.c:1279 +#: imap.c:1773 msgid "Uploading message ..." msgstr "Mando il messaggio ..." -#: imap.c:1334 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "Chiudo la connessione al server IMAP..." -#: imap.c:1364 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "Salvo i flag di stato dei messaggi... [%d/%d]" -#: imap.c:1390 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "Cancello i messaggi dal server..." #. tell the server to commit changes -#: imap.c:1441 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "Chiudo la mailbox..." -#: init.c:433 +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "Copio in %s..." + +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "Mi connetto a %s..." + +#: init.c:432 msgid "alias: no address" msgstr "alias: nessun indirizzo" -#: init.c:527 +#: init.c:526 msgid "invalid header field" msgstr "Campo dell'header non valido" -#: init.c:535 +#: init.c:534 #, c-format msgid "ignoring empty header field: %s" msgstr "Ignoro il campo dell'header vuoto: %s" -#: init.c:587 +#: init.c:586 #, c-format msgid "%s: unknown sorting method" msgstr "%s: metodo di ordinamento sconosciuto" -#: init.c:660 +#: init.c:659 #, c-format msgid "mutt_restore_default: error in regexp: %s\n" msgstr "mutt_restore_default: errore nella regexp: %s\n" -#: init.c:720 +#: init.c:719 #, c-format msgid "%s: unknown variable" msgstr "%s: variabile sconosciuta" -#: init.c:729 +#: init.c:728 msgid "prefix is illegal with reset" msgstr "prefix non è consentito con reset" -#: init.c:735 +#: init.c:734 msgid "value is illegal with reset" msgstr "value non è consentito con reset" -#: init.c:752 -#, c-format -msgid "%s is a boolean var!" -msgstr "%s è una variabile booleana!" - -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is set" msgstr "%s è attivo" -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is unset" msgstr "%s non è attivo" -#: init.c:933 +#: init.c:947 #, c-format msgid "%s: invalid mailbox type" msgstr "%s: tipo di mailbox non valido" -#: init.c:992 +#: init.c:1006 #, c-format msgid "%s: invalid value" msgstr "%s: valore non valido" -#: init.c:1042 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "%s: tipo sconosciuto" -#: init.c:1091 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "Errore in %s, linea %d: %s" #. the muttrc source keyword -#: init.c:1102 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "source: errori in %s" -#: init.c:1112 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "source: errore in %s" -#: init.c:1117 +#: init.c:1136 msgid "source: too many arguments" msgstr "source: troppi argomenti" -#: init.c:1168 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "%s: comando sconosciuto" -#: init.c:1497 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "Errore nella riga di comando: %s\n" -#: init.c:1540 +#: init.c:1567 msgid "unable to determine home directory" msgstr "impossibile determinare la home directory" -#: init.c:1548 +#: init.c:1575 msgid "unable to determine username" msgstr "impossibile determinare l'username" -#: keymap.c:434 +#: keymap.c:435 msgid "Macro loop detected." msgstr "Individuato un loop di macro." -#: keymap.c:620 keymap.c:628 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "Il tasto non è assegnato." -#: keymap.c:632 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "Il tasto non è assegnato. Premi '%s' per l'aiuto." -#: keymap.c:643 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push: troppi argomenti" -#: keymap.c:664 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "%s: menù inesistente" -#: keymap.c:673 +#: keymap.c:680 msgid "null key sequence" msgstr "sequenza di tasti nulla" -#: keymap.c:751 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind: troppi argomenti" -#: keymap.c:766 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "%s: la funzione non è nella mappa" -#: keymap.c:789 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro: sequenza di tasti nulla" -#: keymap.c:800 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "macro: troppi argomenti" -#: keymap.c:830 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "exec: troppo pochi argomenti" -#: keymap.c:850 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "%s: comando inesistente" @@ -1248,641 +1338,702 @@ msgid "display the currently selected file's name" msgstr "mostra il nome del file attualmente selezionato" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "cambia directory" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "controlla se c'è nuova posta nella mailbox" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "allega un file a questo messaggio" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "allega un messaggio a questo messaggio" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "modifica la lista dei BCC" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "modifica la lista dei CC" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "modifica la descrizione dell'allegato" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "modifica il transfer-encoding dell'allegato" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "inserisci un file in cui salvare una coppia di questo messagio" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "modifica il file da allegare" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "modifica il campo from" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "modifica il messaggio insieme agli header" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "modifica il messaggio" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "modifica l'allegato usando la voce di mailcap" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "modifica il campo Reply-To" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "modifica il Subject di questo messaggio" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "modifica la lista dei TO" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "modifica il tipo di allegato" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "prendi una copia temporanea di un allegato" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "esegui ispell sul messaggio" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "componi un nuovo allegato usando la voce di mailcap" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "salva questo messaggio per inviarlo in seguito" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "rinomina/sposta un file allegato" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "manda il messaggio" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "(dis)attiva se cancellare il file dopo averlo mandato" -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "aggiorna le informazioni sulla codifica di un allegato" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "scrivi il messaggio in un folder" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "copia un messaggio in un file/mailbox" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "crea un alias dal mittente del messaggio" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "muovi la voce in fondo allo schermo" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "muovi al voce in mezzo allo schermo" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "muovi la voce all'inizio dello schermo" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "fai una copia decodificata (text/plain)" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "fai una copia decodificata (text/plain) e cancellalo" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "cancella la voce corrente" -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "cancella tutti i messaggi nel subthread" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "cancella tutti i messaggi nel thread" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "visualizza l'indirizzo completo del mittente" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "visualizza il messaggio con gli header completi" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "visualizza un messaggio" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "modifica il messaggio corrente per rispedirlo" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "cancella il carattere davanti al cursore" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "sposta il cursore di un carattere a sinistra" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "salta all'inizio della riga" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "passa alla mailbox di ingresso successiva" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "completa il nome del file o l'alias" -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "completa l'indirizzo con una ricerca" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "cancella il carattere sotto il cursore" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "salta alla fine della riga" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "sposta il cursore di un carattere a destra" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "spostati in alto attraverso l'history" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "cancella i caratteri dal cursore alla fine della riga" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "cancella tutti i caratteri sulla riga" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "cancella la parola davanti al cursore" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "proteggi il prossimo tasto digitato" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "inserisci un comando di muttrc" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "inserisci la maschera dei file" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "esci da questo menù" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "filtra l'allegato attraverso un comando della shell" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "spostati alla prima voce" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "(dis)attiva il flag 'importante' del messaggio" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "inoltra un messaggio con i commenti" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "seleziona la voce corrente" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "rispondi a tutti i destinatari" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "sposta verso il basso di 1/2 pagina" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "sposta verso l'alto di 1/2 pagina" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "questo schermo" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "salta a un numero dell'indice" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "spostati all'ultima voce" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "rispondi alla mailing list indicata" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "esegui una macro" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "componi un nuovo messaggio" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "apri un altro folder" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "apri un altro folder in sola lettura" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "cancella il flag di stato da un messaggio" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "cancella i messaggi corrispondenti al modello" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "recupera la posta dal server POP" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "spostati al primo messaggio" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "spostati all'ultimo messaggio" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "mostra solo i messaggi corrispondenti al modello" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "salta al prossimo messaggio nuovo" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "salta al prossimo subthread" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "salta al prossimo thread" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "salta al prossimo messaggio de-cancellato" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "salta al prossimo messaggio non letto" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "salta al thread precedente" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "salta al thread seguente" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "salta all'ultimo messaggio non cancellato" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "salta al precedente messaggio nuovo" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "salta al precedente messaggio non letto" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "segna il thread corrente come già letto" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "segna il subthread corrente come già letto" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "imposta un flag di stato su un messaggio" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "salva i cambiamenti nella mailbox" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "segna i messaggi corrispondenti al modello" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "de-cancella i messaggi corrispondenti al modello" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "togli il segno ai messaggi corrispondenti al modello" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "spostati in mezzo alla pagina" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "spostati alla prossima voce" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "spostati una riga in basso" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "spostati alla prossima pagina" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "salta in fondo al messaggio" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "torna al menù principale" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "(dis)attiva la visualizzazione del testo citato" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "salta oltre il testo citato" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "salta all'inizio del messaggio" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "manda con una pipe a un comando della shell un messaggio/allegato" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "spostati alla voce precedente" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "spostati in alto di una riga" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "spostati alla pagina precedente" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "stampa la voce corrente" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "chiedi gli indirizzi a un programma esterno" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "aggiungi i risultati della nuova ricerca ai risultati attuali" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "salva i cambiamenti alla mailbox ed esci" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "richiama un messaggio rimandato" -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "cancella e ridisegna lo schermo" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "{internal}" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "rispondi a un messaggio" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "salva in un file un messaggio/allegato" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "cerca una espressione regolare" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "cerca all'indietro una espressione regolare" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "cerca la prossima corrispondenza" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "cerca la prossima corrispondenza nella direzione opposta" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "(dis)attiva la colorazione del modello cercato" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "esegui un comando in una subshell" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "ordina i messaggi" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "ordina i messaggi in ordine inverso" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "segna la voce corrente" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "applica la prossima funzione ai messaggi segnati" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "segna il subthread corrente" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "segna il thread corrente" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "(dis)attiva il flag 'nuovo' di un messaggio" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "(dis)attiva se la mailbox sarà riscritta" -#: keymap_defs.h:147 +#: keymap_defs.h:153 #, fuzzy -msgid "toggle wether to browse mailboxes or all files" +msgid "toggle whether to browse mailboxes or all files" msgstr "(dis)attiva se visualizzare le mailbox o tutti i file" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "spostati all'inizio della pagina" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "de-cancella la voce corrente" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "de-cancella tutti i messaggi nel thread" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "de-cancella tutti i messaggi nel subthread" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "mostra il numero di versione e la data di Mutt" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "visualizza l'allegato usando se necessario la voce di mailcap" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "mostra gli allegati MIME" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "mostra il modello limitatore attivo" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "(de)comprimi il thread corrente" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "(de)comprimi tutti i thread" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "allega una chiave pubblica PGP" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "mostra le opzioni PGP" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "estrai le chiavi pubbliche PGP" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "cancella la passphrase PGP dalla memoria" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "spedisci una chiave pubblica PGP" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "verifica una chiave pubblica PGP" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "visualizza la chiave dell'user id" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "fai una copia decodificata e cancellalo" -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "fai una copia decodificata" -#: lib.c:277 lib.c:292 lib.c:323 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +#, fuzzy +msgid "Append a remailer to the chain" +msgstr "cancella tutti i caratteri sulla riga" + +#: keymap_defs.h:175 +#, fuzzy +msgid "Insert a remailer into the chain" +msgstr "cancella tutti i caratteri sulla riga" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "cancella tutti i caratteri sulla riga" + +#: keymap_defs.h:177 +#, fuzzy +msgid "Select the previous element of the chain" +msgstr "cancella tutti i caratteri sulla riga" + +#: keymap_defs.h:178 +#, fuzzy +msgid "Select the next element of the chain" +msgstr "cancella tutti i caratteri sulla riga" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "Memoria esaurita!" -#: lib.c:781 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "Il file è una directory, salvo lì dentro?" -#: lib.c:786 +#: lib.c:790 msgid "File under directory: " msgstr "File nella directory: " -#: lib.c:797 +#: lib.c:802 #, fuzzy -msgid "File exists, overwrite?" +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "Il file esiste, lo sovrascrivo?" -#: lib.c:1170 +#: lib.c:802 +msgid "oac" +msgstr "" + +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "%s non è una mailbox!" -#: lib.c:1176 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "Accodo i messaggi a %s?" @@ -1894,7 +2045,7 @@ msgstr "Per contattare gli sviluppatori scrivi a .\n" #: main.c:43 #, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" @@ -1906,10 +2057,10 @@ msgstr "" #: main.c:49 msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -2012,29 +2163,29 @@ msgstr "" msgid "Error initializing terminal." msgstr "Errore nell'inizializzazione del terminale." -#: main.c:404 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "Debugging al livello %d.\n" -#: main.c:406 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "DEBUG non è stato definito durante la compilazione. Ignorato.\n" -#: main.c:544 +#: main.c:545 msgid "No recipients specified.\n" msgstr "Nessun destinatario specificato.\n" -#: main.c:617 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "%s: impossibile allegare il file.\n" -#: main.c:637 +#: main.c:638 msgid "No mailbox with new mail." msgstr "Nessuna mailbox con nuova posta." -#: main.c:671 +#: main.c:672 msgid "Mailbox is empty." msgstr "La mailbox è vuota." @@ -2050,11 +2201,11 @@ msgstr "Leggo %s... %d (%d%%)" msgid "Mailbox was corrupted!" msgstr "La mailbox è stata rovinata!" -#: mbox.c:687 mbox.c:930 +#: mbox.c:685 mbox.c:928 msgid "Fatal error! Could not reopen mailbox!" msgstr "Errore fatale! Impossibile riaprire la mailbox!" -#: mbox.c:696 +#: mbox.c:694 msgid "Unable to lock mailbox!" msgstr "Impossibile bloccare la mailbox." @@ -2062,97 +2213,101 @@ msgstr "Impossibile bloccare la mailbox." #. * messages were found to be changed or deleted. This should #. * never happen, is we presume it is a bug in mutt. #. -#: mbox.c:740 +#: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" msgstr "sync: mbox modified, but no modified messages! (segnala questo bug)" -#: mbox.c:769 +#: mbox.c:767 msgid "Writing messages... %d (%d%%)" msgstr "Scrivo i messaggi... %d (%d%%)" -#: mbox.c:915 +#: mbox.c:913 #, c-format msgid "Write failed! Saved partial mailbox to %s" msgstr "Scrittura fallita! Salvo la mailbox parziale in %s" -#: mbox.c:967 +#: mbox.c:965 msgid "Could not reopen mailbox!" msgstr "Impossibile riaprire la mailbox!" -#: menu.c:309 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "Riapro la mailbox..." + +#: menu.c:312 msgid "Jump to: " msgstr "Salta a: " -#: menu.c:318 +#: menu.c:321 msgid "Invalid index number." msgstr "Numero dell'indice non valido." -#: menu.c:322 menu.c:340 menu.c:376 menu.c:417 menu.c:433 menu.c:444 -#: menu.c:455 menu.c:497 menu.c:508 menu.c:521 menu.c:534 menu.c:813 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "Nessuna voce." -#: menu.c:337 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "Non puoi spostarti più in basso." -#: menu.c:353 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "Non puoi spostarti più in alto." -#: menu.c:373 +#: menu.c:376 msgid "You are on the last page." msgstr "Sei all'ultima pagina." -#: menu.c:395 +#: menu.c:398 msgid "You are on the first page." msgstr "Sei alla prima pagina." -#: menu.c:474 +#: menu.c:477 msgid "First entry is shown." msgstr "La prima voce è questa." -#: menu.c:494 +#: menu.c:497 msgid "Last entry is shown." msgstr "L'ultima voce è questa." -#: menu.c:545 +#: menu.c:548 msgid "You are on the last entry." msgstr "Sei all'ultima voce." -#: menu.c:556 +#: menu.c:559 msgid "You are on the first entry." msgstr "Sei alla prima voce." -#: menu.c:596 pattern.c:1060 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "Cerca: " -#: menu.c:597 +#: menu.c:609 msgid "Reverse search for: " msgstr "Cerca all'indietro: " -#: menu.c:608 pattern.c:1093 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "Nessun modello di ricerca." -#: menu.c:638 pager.c:1829 pager.c:1845 pager.c:1932 pattern.c:1158 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "Non trovato." -#: menu.c:689 +#: menu.c:701 msgid "No tagged entries." msgstr "Nessuna voce segnata." -#: menu.c:777 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "In questo menù la ricerca non è stata implementata." -#: menu.c:816 +#: menu.c:826 msgid "Tagging is not supported." msgstr "Non è possibile segnare un messaggio." -#: mh.c:183 +#: mh.c:182 #, c-format msgid "Reading %s... %d" msgstr "Leggo %s... %d" @@ -2162,197 +2317,202 @@ msgstr "Leggo %s... %d" msgid "Lock count exceeded, remove lock for %s?" msgstr "Tentati troppi lock, rimuovo il lock di %s?" -#: mx.c:178 +#: mx.c:125 +#, fuzzy, c-format +msgid "Can't dotlock %s.\n" +msgstr "Non riesco a fare stat: %s" + +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "Timeout scaduto durante il tentativo di lock fcntl!" -#: mx.c:184 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "Aspetto il lock fcntl... %d" -#: mx.c:212 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "Timeout scaduto durante il tentativo di lock flock!" -#: mx.c:219 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "Attesa del lock flock... %d" -#: mx.c:589 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "Leggo %s..." -#: mx.c:679 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "Scrivo %s..." -#: mx.c:704 +#: mx.c:710 #, fuzzy, c-format msgid "Could not synchronize mailbox %s!" msgstr "Impossibile riaprire la mailbox!" -#: mx.c:767 +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "Sposto i messaggi letti in %s?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "Cancello %d messaggio cancellato?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "Cancello %d messaggi cancellati?" -#: mx.c:796 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "Sposto i messaggi letti in %s..." -#: mx.c:812 mx.c:955 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "La mailbox non è stata modificata." -#: mx.c:831 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "%d tenuti, %d spostati, %d cancellati." -#: mx.c:834 mx.c:980 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "%d tenuti, %d cancellati." -#: mx.c:940 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr "Premi '%s' per (dis)abilitare la scrittura" -#: mx.c:942 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "Usa 'toggle-write' per riabilitare la scrittura!" -#: mx.c:944 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "La mailbox è indicata non scrivibile. %s" -#: mx.c:949 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "La mailbox è di sola lettura." -#: pager.c:1370 +#: pager.c:1376 msgid "PrevPg" msgstr "PgPrec" -#: pager.c:1371 +#: pager.c:1377 msgid "NextPg" msgstr "PgSucc" -#: pager.c:1375 +#: pager.c:1381 msgid "View Attachm." msgstr "Vedi Allegato" -#: pager.c:1378 +#: pager.c:1384 msgid "Next" msgstr "Succ" #. emulate "less -q" and don't go on to the next message. -#: pager.c:1741 pager.c:1772 pager.c:1801 pager.c:2020 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "La fine del messaggio è questa." -#: pager.c:1757 pager.c:1779 pager.c:1790 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "L'inizio del messaggio è questo." -#: pager.c:1863 +#: pager.c:1869 msgid "Reverse search: " msgstr "Cerca all'indietro: " -#: pager.c:1864 +#: pager.c:1870 msgid "Search: " msgstr "Cerca: " -#: pager.c:1958 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "L'help è questo." -#: pager.c:1987 +#: pager.c:1993 msgid "No more quoted text." msgstr "Non c'è altro testo citato." -#: pager.c:2000 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "Non c'è altro testo non citato dopo quello citato." -#: parse.c:502 +#: parse.c:501 msgid "multipart message has no boundary parameter!" msgstr "il messaggio multipart non ha il parametro boundary!" -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "Errore nell'espressione: %s" -#: pattern.c:331 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "Giorno del mese non valido: %s" -#: pattern.c:345 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "Mese non valido: %s" -#: pattern.c:399 +#: pattern.c:401 msgid "error in expression" msgstr "errore nell'espressione" -#: pattern.c:584 pattern.c:692 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "errore nel modello in: %s" -#: pattern.c:632 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "%c: comando non valido" -#: pattern.c:638 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "%c: non gestito in questa modalità" -#: pattern.c:651 +#: pattern.c:653 msgid "missing parameter" msgstr "parametro mancante" -#: pattern.c:667 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "parentesi fuori posto: %s" -#: pattern.c:699 +#: pattern.c:701 msgid "empty pattern" msgstr "modello vuoto" -#: pattern.c:876 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "errore: unknown op %d (segnala questo errore)." -#: pattern.c:941 pattern.c:1079 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "Compilo il modello da cercare..." -#: pattern.c:955 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "Eseguo il comando sui messaggi corrispondenti..." @@ -2360,40 +2520,40 @@ msgstr "Eseguo il comando sui messaggi corrispondenti..." msgid "No messages matched criteria." msgstr "Nessun messaggio corrisponde al criterio." -#: pattern.c:1117 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "La ricerca è arrivata in fondo senza trovare una corrispondenza" -#: pattern.c:1128 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "La ricerca è arrivata all'inizio senza trovare una corrispondenza" -#: pattern.c:1150 +#: pattern.c:1145 msgid "Search interrupted." msgstr "Ricerca interrotta." -#: pgp.c:131 +#: pgp.c:130 msgid "Enter PGP passphrase:" msgstr "Inserisci la passphrase di PGP:" -#: pgp.c:147 +#: pgp.c:146 msgid "PGP passphrase forgotten." msgstr "Passphrase di PGP dimenticata." -#: pgp.c:175 +#: pgp.c:174 #, c-format msgid "Unknown PGP version \"%s\"." msgstr "Versione di PGP sconosciuta \"%s\"." -#: pgp.c:208 +#: pgp.c:207 msgid "[-- PGP output follows (current time: " msgstr "[-- Segue l'output di PGP (ora attuale: " -#: pgp.c:321 +#: pgp.c:320 msgid "[-- Error: unable to create PGP subprocess! --]\n" msgstr "[-- Errore: impossibile creare il sottoprocesso PGP --]\n" -#: pgp.c:348 +#: pgp.c:347 msgid "" "\n" "[-- End of PGP output --]\n" @@ -2403,23 +2563,23 @@ msgstr "" "[-- Fine dell'output di PGP --]\n" "\n" -#: pgp.c:354 +#: pgp.c:353 msgid "" "[-- BEGIN PGP MESSAGE --]\n" "\n" msgstr "[-- INIZIO DEL MESSAGGIO DI PGP --]\n" -#: pgp.c:356 +#: pgp.c:355 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- INIZIO DEL BLOCCO DELLA CHIAVE PUBBLICA --]\n" -#: pgp.c:358 +#: pgp.c:357 msgid "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" msgstr "[-- INIZIO DEL MESSAGGIO FIRMATO CON PGP --]\n" -#: pgp.c:460 +#: pgp.c:459 msgid "" "\n" "[-- END PGP MESSAGE --]\n" @@ -2427,18 +2587,18 @@ msgstr "" "\n" "[-- FINE DEL MESSAGGIO DI PGP --]\n" -#: pgp.c:462 +#: pgp.c:461 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" msgstr "FINE DEL BLOCCO DELLA CHIAVE PUBBLICA\n" -#: pgp.c:464 +#: pgp.c:463 #, fuzzy msgid "" "\n" "[-- END PGP SIGNED MESSAGE --]\n" msgstr "[-- INIZIO DEL MESSAGGIO FIRMATO CON PGP --]\n" -#: pgp.c:477 +#: pgp.c:476 msgid "" "[-- Error: could not find beginning of PGP message! --]\n" "\n" @@ -2446,7 +2606,7 @@ msgstr "" "[-- Errore: impossibile trovare l'inizio del messaggio di PGP! --]\n" "\n" -#: pgp.c:669 pgp.c:975 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2454,20 +2614,20 @@ msgstr "" "[-- Fine dell'output di PGP --]\n" "\n" -#: pgp.c:721 +#: pgp.c:720 msgid "" "[-- Error: Inconsistant multipart/signed structure! --]\n" "\n" msgstr "" -#: pgp.c:729 +#: pgp.c:728 #, fuzzy, c-format msgid "" "[-- Error: Unknown multipart/signed protocol %s! --]\n" "\n" msgstr "Errore: multipart/signed non ha protocollo." -#: pgp.c:750 +#: pgp.c:749 #, c-format msgid "" "[-- Warning: We can't verify %s/%s signatures. --]\n" @@ -2475,7 +2635,7 @@ msgid "" msgstr "" #. Now display the signed body -#: pgp.c:758 +#: pgp.c:757 #, fuzzy msgid "" "[-- The following data is signed --]\n" @@ -2484,13 +2644,13 @@ msgstr "" "[-- I seguenti dati sono firmati con PGP/MIME --]\n" "\n" -#: pgp.c:764 +#: pgp.c:763 msgid "" "[-- Warning: Can't find any signatures. --]\n" "\n" msgstr "" -#: pgp.c:770 +#: pgp.c:769 #, fuzzy msgid "" "\n" @@ -2499,11 +2659,11 @@ msgstr "" "\n" "[-- Fine dei dati firmati con PGP/MIME --]\n" -#: pgp.c:882 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "Errore interno. Informa ." -#: pgp.c:946 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2511,7 +2671,7 @@ msgstr "" "[-- Error: non è stato possibile creare un sottoprocesso PGP! --]\n" "\n" -#: pgp.c:1039 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2519,17 +2679,17 @@ msgstr "" "[-- Errore: impossibile trovare l'inizio del messaggio di PGP! --]\n" "\n" -#: pgp.c:1052 +#: pgp.c:1051 msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- Errore: impossibile creare il file temporaneo! --]\n" -#: pgp.c:1061 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" msgstr "[-- I seguenti dati sono crittografati con PGP/MIME --]\n" -#: pgp.c:1069 +#: pgp.c:1068 msgid "" "\n" "[-- End of PGP/MIME encrypted data --]\n" @@ -2537,358 +2697,377 @@ msgstr "" "\n" "[-- Fine dei dati crittografati con PGP/MIME --]\n" -#: pgp.c:1151 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "Impossibile aprire il sottoprocesso PGP!" -#: pgp.c:1275 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "Uso il keyID \"%s\" per %s?" -#: pgp.c:1281 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "Inserisci il keyID per %s: " -#: pgpkey.c:174 +#: pgpkey.c:441 msgid "Exit " msgstr "Esci " -#: pgpkey.c:176 +#: pgpkey.c:443 msgid "Select " msgstr "Seleziona " -#: pgpkey.c:179 +#: pgpkey.c:446 msgid "Check key " msgstr "Controlla la chiave " -#: pgpkey.c:192 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "Chiavi PGP corrispondenti " -#: pgpkey.c:211 pgpkey.c:388 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "Impossibile aprire /dev/null" -#: pgpkey.c:217 pgpkey.c:382 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "Impossibile creare il file temporaneo" -#: pgpkey.c:227 pgpkey.c:399 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "Impossibile creare il filtro" -#: pgpkey.c:237 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "Key ID: 0x%s" -#: pgpkey.c:258 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "Il livello di fiducia di questo ID non è definito." -#: pgpkey.c:259 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "Questo ID non è affidabile." -#: pgpkey.c:260 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "Questo ID è solo marginalmente affidabile." -#: pgpkey.c:263 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s Vuoi veramente usarlo?" -#: pgpkey.c:370 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "Inserisci il key ID: " -#: pgpkey.c:417 +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "Eseguo PGP..." + +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "Chiave PGP 0x%s." -#: pgppubring.c:59 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "riservato" -#: pgppubring.c:60 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "Chiave di sessione crittografata" -#: pgppubring.c:61 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "Pacchetto della firma" -#: pgppubring.c:62 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "pacchetto della chiave di sessione convenzionalmente crittografata" -#: pgppubring.c:63 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "pacchetto della firma in un passo" -#: pgppubring.c:64 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "Pacchetto della chiave segreta" -#: pgppubring.c:65 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "Pacchetto della chiave pubblica" -#: pgppubring.c:66 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "Pacchetto della sottochiave segreta" -#: pgppubring.c:67 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "Pacchetto dei dati compressi" -#: pgppubring.c:68 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "Pacchetto dei dati crittografati simmetricamente" -#: pgppubring.c:69 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "Pacchetto marcatore" -#: pgppubring.c:70 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "Pacchetto di dati letterali" -#: pgppubring.c:71 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "Pacchetto della fiducia" -#: pgppubring.c:72 +#: pgppubring.c:76 msgid "Name Packet" msgstr "Pacchetto del nome" -#: pgppubring.c:73 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "Pacchetto della sottochiave" -#: pgppubring.c:74 +#: pgppubring.c:78 msgid "Reserved" msgstr "Riservato" -#: pgppubring.c:75 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "Pacchetto del commento" -#: pop.c:67 +#: pop.c:66 msgid "POP Password: " msgstr "Password POP: " -#: pop.c:92 +#: pop.c:91 msgid "POP host is not defined." msgstr "L'host POP non è stato definito." -#: pop.c:98 +#: pop.c:97 msgid "No POP username is defined." msgstr "L'username POP non è stato definito." -#: pop.c:115 +#: pop.c:114 #, c-format msgid "Could not find address for host %s." msgstr "Impossibile trovare l'indirizzo per l'host %s." -#: pop.c:123 +#: pop.c:122 #, c-format msgid "Connecting to %s" msgstr "Mi connetto a %s" -#: pop.c:167 pop.c:332 +#: pop.c:166 pop.c:331 msgid "Server closed connection!" msgstr "Il server ha chiuso la connessione!" -#: pop.c:188 +#: pop.c:187 msgid "No new mail in POP mailbox." msgstr "Non c'è nuova posta nella mailbox POP." -#: pop.c:210 +#: pop.c:209 #, c-format msgid "Reading %d new message (%d bytes)..." msgstr "Leggo %d nuovi messaggi (%d byte)..." -#: pop.c:211 +#: pop.c:210 #, c-format msgid "Reading %d new messages (%d bytes)..." msgstr "Leggo %d nuovi messaggi (%d byte)..." -#: pop.c:246 +#: pop.c:245 msgid "Error reading message!" msgstr "Errore durante la lettura del messaggio!" -#: pop.c:282 +#: pop.c:281 msgid "Error while writing mailbox!" msgstr "Errore durante la scrittura della mailbox!" -#: pop.c:306 +#: pop.c:305 #, c-format msgid "%s [%d messages read]" msgstr "%s [%d messaggi letti]" -#: postpone.c:112 +#: postpone.c:111 msgid "Postponed Messages" msgstr "Messaggi Rimandati" -#: postpone.c:185 postpone.c:194 +#: postpone.c:184 postpone.c:193 msgid "No postponed messages." msgstr "Non ci sono messaggi rimandati." -#: postpone.c:339 postpone.c:359 postpone.c:368 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "Header PGP non consentito" -#: query.c:46 +#: query.c:45 msgid "New Query" msgstr "Nuova Ricerca" -#: query.c:47 +#: query.c:46 msgid "Make Alias" msgstr "Crea un alias" -#: query.c:48 +#: query.c:47 msgid "Search" msgstr "Cerca" -#: query.c:92 +#: query.c:91 msgid "Waiting for response..." msgstr "Aspetto la risposta..." -#: query.c:193 query.c:218 +#: query.c:192 query.c:217 msgid "Query command not defined." msgstr "Il comando della ricerca non è definito." -#: query.c:245 +#: query.c:244 msgid "Query" msgstr "Ricerca" #. Prompt for Query -#: query.c:258 query.c:286 +#: query.c:257 query.c:285 msgid "Query: " msgstr "Cerca: " -#: query.c:269 query.c:295 +#: query.c:268 query.c:294 #, c-format msgid "Query '%s'" msgstr "Ricerca '%s'" -#: recvattach.c:50 +#: recvattach.c:49 msgid "Pipe" msgstr "Pipe" -#: recvattach.c:51 +#: recvattach.c:50 msgid "Print" msgstr "Stampa" -#: recvattach.c:371 +#: recvattach.c:402 msgid "Saving..." msgstr "Salvo..." -#: recvattach.c:432 +#: recvattach.c:465 msgid "Attachment saved" msgstr "Allegato salvato" -#: recvattach.c:444 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "ATTENZIONE! Stai per sovrascrivere %s, continuo?" -#: recvattach.c:462 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "Allegato filtrato." -#: recvattach.c:528 +#: recvattach.c:561 msgid "Filter through: " msgstr "Filtra attraverso: " -#: recvattach.c:528 +#: recvattach.c:561 msgid "Pipe to: " msgstr "Manda con una pipe a: " -#: recvattach.c:563 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "Non so come stampare %s allegati!" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "Stampo gli allegati segnati?" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print attachment?" msgstr "Stampo l'allegato?" -#: recvattach.c:654 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "Puoi rimbalzare solo parti message/rfc822." -#: recvattach.c:690 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "Rimbalzo i messaggi a %s...?" -#: recvattach.c:691 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "Rimbalzo il messaggio a %s...?" -#: recvattach.c:916 +#: recvattach.c:976 msgid "Attachments" msgstr "Allegati" -#: recvattach.c:973 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "La cancellazione degli allegati da messaggi PGP non è gestita." -#: recvattach.c:993 recvattach.c:1010 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "È gestita solo la cancellazione degli allegati multiparte." -#: recvattach.c:1060 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "Questa operazione attualmente non è gestita per i messaggi PGP." -#: rfc1524.c:158 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "Voce impropriamente formattata per il tipo %s in \"%s\", linea %d" -#: rfc1524.c:390 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "Il percorso di mailcap non è stato specificato" -#: rfc1524.c:416 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "La voce di mailcap per il tipo %s non è stata trovata" -#: score.c:74 +#: score.c:73 msgid "score: too few arguments" msgstr "score: troppo pochi argomenti" -#: score.c:83 +#: score.c:82 msgid "score: too many arguments" msgstr "score: troppi argomenti" -#: send.c:230 +#: send.c:232 msgid "No subject, abort?" msgstr "Nessun soggetto, lo abbandono?" -#: send.c:232 +#: send.c:234 msgid "No subject, aborting." msgstr "Nessun soggetto, abbandonato." +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "Rispondo a %s%s?" + #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:433 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "Rispondo a %s%s?" @@ -2896,113 +3075,117 @@ msgstr "Rispondo a %s%s?" #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:517 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "Non è visibile alcun messaggio segnato!" -#: send.c:542 +#: send.c:553 msgid "No mailing lists found!" msgstr "Non è stata trovata alcuna mailing list!" -#: send.c:629 +#: send.c:640 msgid "Include message in reply?" msgstr "Includo il messaggio nella risposta?" -#: send.c:643 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "Non ho potuto includere tutti i messaggi richiesti!" -#: send.c:656 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "Faccio un forward incapsulato in MIME?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:867 +#: send.c:890 msgid "Recall postponed message?" msgstr "Richiamo il messaggio rimandato?" -#: send.c:1099 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "Abbandono il messaggio non modificato?" -#: send.c:1101 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "Ho abbandonato il messaggio non modificato." #. abort -#: send.c:1140 +#: send.c:1165 msgid "Mail not sent." msgstr "Il messaggio non è stato mandato." -#: send.c:1153 +#: send.c:1178 msgid "Message postponed." msgstr "Il messaggio è stato rimandato." -#: send.c:1162 +#: send.c:1187 msgid "No recipients are specified!" msgstr "Non sono stati specificati destinatari!" -#: send.c:1167 +#: send.c:1192 msgid "No recipients were specified." msgstr "Non sono stati specificati destinatari." -#: send.c:1173 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "Nessun soggetto, abbandono l'invio?" -#: send.c:1177 +#: send.c:1202 msgid "No subject specified." msgstr "Non è stato specificato un soggetto." -#: send.c:1216 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "Messaggio modificato. Lo spedisco davvero?" -#: send.c:1222 +#: send.c:1249 msgid "Sending message..." msgstr "Spedisco il messaggio..." -#: send.c:1324 +#: send.c:1361 #, fuzzy msgid "Could not send the message." msgstr "manda il messaggio" -#: send.c:1330 +#: send.c:1366 msgid "Mail sent." msgstr "Messaggio spedito." -#: sendlib.c:475 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "No boundary parameter found! [segnala questo errore]" -#: sendlib.c:509 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "%s non esiste più!" -#: sendlib.c:777 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "Impossibile aprire %s" -#: sendlib.c:1695 +#: sendlib.c:1680 #, fuzzy, c-format -msgid "Error sending message, child exited %d (%s).\n" +msgid "Error sending message, child exited %d (%s)." msgstr "" "Errore nella spedizione del messaggio, il figlio è uscito con %d (%s).\n" -#: sendlib.c:1697 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "Output del processo figlio salvato in %s.\n" +#: sendlib.c:1686 +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1701 -msgid "Error sending message." -msgstr "Errore nella spedizione del messaggio." +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "Preso %s... Esco.\n" -#: signal.c:39 signal.c:42 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "Preso %s... Esco.\n" @@ -3012,69 +3195,44 @@ msgstr "Preso %s... Esco.\n" msgid "Caught signal %d... Exiting.\n" msgstr "Preso il segnale %d... Esco.\n" -#: sort.c:199 +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "Mi connetto a %s..." + +#: sort.c:198 msgid "Sorting mailbox..." msgstr "Ordino la mailbox..." -#: sort.c:227 +#: sort.c:226 msgid "Could not find sorting function! [report this bug]" msgstr "Could not find sorting function! [segnala questo bug]" -#: status.c:102 +#: status.c:101 msgid "(no mailbox)" msgstr "(nessuna mailbox)" -#, fuzzy -#~ msgid "Error running \"%s\"!" -#~ msgstr "Errore nella lettura dell'indirizzo!" - -#, fuzzy -#~ msgid "Subscribed [%s], File mask: %s" -#~ msgstr "Directory [%s], Maschera dei file: %s" +#~ msgid "Display message using mailcap?" +#~ msgstr "Visualizzo il messaggio con mailcap?" -#, fuzzy -#~ msgid "Can't attach a directory!" -#~ msgstr "Impossibile vedere una directory" +#~ msgid "Can't open your secret key ring!" +#~ msgstr "Impossibile aprire il tuo portachiavi segreto!" -#, fuzzy -#~ msgid "Can't open %s: %s." -#~ msgstr "Non riesco a fare stat: %s" +#~ msgid "===== Attachments =====" +#~ msgstr "===== Allegati =====" -#, fuzzy -#~ msgid "-- Attachments" -#~ msgstr "Allegati" - -#, fuzzy -#~ msgid "Unable to attach %s!" -#~ msgstr "Impossibile allegare!" - -#, fuzzy -#~ msgid "Reopening mailbox... %s" -#~ msgstr "Riapro la mailbox..." - -#, fuzzy -#~ msgid "Subscribing to %s..." -#~ msgstr "Copio in %s..." - -#, fuzzy -#~ msgid "Unsubscribing to %s..." -#~ msgstr "Mi connetto a %s..." +#~ msgid "Please report this program error in the function mutt_mktime." +#~ msgstr "" +#~ "Per favore segnala questo errore del programma nella funzione mutt_mktime." -#, fuzzy -#~ msgid "Delete a remailer from the chain" -#~ msgstr "cancella tutti i caratteri sulla riga" +#~ msgid "%s is a boolean var!" +#~ msgstr "%s è una variabile booleana!" -#, fuzzy -#~ msgid "Can't dotlock %s.\n" -#~ msgstr "Non riesco a fare stat: %s" +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "Output del processo figlio salvato in %s.\n" -#, fuzzy -#~ msgid "Invoking pgp..." -#~ msgstr "Eseguo PGP..." - -#, fuzzy -#~ msgid "%s... Exiting.\n" -#~ msgstr "Preso %s... Esco.\n" +#~ msgid "Error sending message." +#~ msgstr "Errore nella spedizione del messaggio." #~ msgid "" #~ "[-- Error: this message does not comply with the PGP/MIME specification! " diff --git a/po/nl.po b/po/nl.po index 146d3e8a..bc7636ee 100644 --- a/po/nl.po +++ b/po/nl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-01-04 14:22+0100\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -10,531 +10,604 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: ENCODING\n" -#: addrbook.c:32 browser.c:54 pager.c:1369 postpone.c:33 query.c:44 -#: recvattach.c:48 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 +#: recvattach.c:47 msgid "Exit" msgstr "Afsluiten" -#: addrbook.c:33 +#: addrbook.c:32 msgid "Select" msgstr "Selecteren" -#: addrbook.c:34 browser.c:57 compose.c:84 curs_main.c:259 pager.c:1466 -#: pgpkey.c:181 postpone.c:36 query.c:49 recvattach.c:52 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "Hulp" -#: addrbook.c:132 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "Geen afkortingen opgegeven!" -#: addrbook.c:144 +#: addrbook.c:131 msgid "Aliases" msgstr "Afkortingen" #. add a new alias -#: alias.c:193 +#: alias.c:192 msgid "Alias as: " msgstr "Afkorten als:" -#: alias.c:199 +#: alias.c:198 msgid "You already have an alias defined with that name!" msgstr "U heeft al een afkorting onder die naam!" -#: alias.c:213 +#: alias.c:212 msgid "Address: " msgstr "Adres: " -#: alias.c:229 +#: alias.c:228 msgid "Personal name: " msgstr "Naam: " -#: alias.c:238 +#: alias.c:237 #, c-format msgid "[%s = %s] Accept?" msgstr "[%s = %s] Accepteren?" -#: alias.c:255 recvattach.c:344 recvattach.c:399 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "Opslaan als: " -#: alias.c:266 +#: alias.c:265 msgid "Alias added." msgstr "Adres toegevoegd." -#: attach.c:112 attach.c:235 attach.c:367 attach.c:806 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "Naamsjabloon kan niet worden ingevuld, doorgaan?" #. For now, editing requires a file, no piping -#: attach.c:124 +#: attach.c:123 msgid "Mailcap compose entry requires %%s" msgstr "\"compose\"-entry in mailcap vereist %%s." -#: attach.c:138 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "Ongeldig adres!" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "Kan bestand niet openen om header te lezen." -#: attach.c:169 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "Kan bestand niet openen om header te verwijderen." -#: attach.c:187 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." msgstr "Geen \"compose\"-entry in mailcap, een leeg bestand wordt aangemaakt." #. For now, editing requires a file, no piping -#: attach.c:247 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "\"edit\"-entry in mailcap vereist %%s." -#: attach.c:265 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "Geen \"edit\"-Eintrag voor %s in Mailcap." -#: attach.c:333 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "Geen geschikte Mailcap-entry gevonden. Weergave als normale tekst." -#: attach.c:346 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "MIME type is niet gedefinieerd. Kan bijlage niet weergeven." -#: attach.c:436 +#: attach.c:499 msgid "Cannot create filter" msgstr "Filter kan niet worden aangemaakt." -#: attach.c:638 recvattach.c:374 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "Bijlage opgeslagen." -#: attach.c:691 +#: attach.c:756 msgid "Write fault!" msgstr "Fout bij schrijven!" -#: attach.c:890 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "Ik weet niet hoe dit afgedrukt moet worden!" -#: browser.c:55 +#: browser.c:42 msgid "Chdir" msgstr "Wijzig directory" -#: browser.c:56 +#: browser.c:43 msgid "Mask" msgstr "Masker" -#: browser.c:345 browser.c:672 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s is geen directory." -#: browser.c:450 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "Mailboxen [%d]" +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "Directory [%s], Bestandsmasker: %s" + #: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "Directory [%s], Bestandsmasker: %s" -#: browser.c:539 browser.c:729 browser.c:812 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "Directory kan niet worden getoond." + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "Geen bestanden waarop het masker past gevonden." -#: browser.c:646 +#: browser.c:784 msgid "Chdir to: " msgstr "Wisselen naar directory: " -#: browser.c:665 browser.c:722 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "Fout opgetreden tijdens het analyseren van de directory." -#: browser.c:683 +#: browser.c:836 msgid "File Mask: " msgstr "Bestandsmasker: " -#: browser.c:745 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "" "Achteruit sorteren op (d)atum, bestands(g)rootte, (a)lpha of helemaal (n)iet " "?" -#: browser.c:746 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Sorteren op (d)atum, bestands(g)rootte, (a)lpha of helemaal (n)iet ?" -#: browser.c:747 +#: browser.c:900 msgid "dazn" msgstr "dagn" -#: browser.c:799 +#: browser.c:962 msgid "New file name: " msgstr "Nieuwe bestandsnaam: " -#: browser.c:820 +#: browser.c:983 msgid "Can't view a directory" msgstr "Directory kan niet worden getoond." -#: browser.c:838 +#: browser.c:1001 msgid "Error trying to view file" msgstr "Fout opgetreden tijdens het weergeven van bestand" -#: buffy.c:364 +#: buffy.c:363 #, c-format msgid "New mail in %s." msgstr "Nieuwe berichten in %s." -#: color.c:307 +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "Kan directory %s niet lezen." + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "%s: Terminal ondersteunt geen kleur" -#: color.c:313 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "%s: Onbekende kleur." -#: color.c:359 color.c:550 color.c:561 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "%s: Object onbekend." -#: color.c:366 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "%s: Commando alleen geldig voor index-objecten" -#: color.c:374 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "%s: Te weinig argumenten." -#: color.c:538 +#: color.c:546 msgid "Missing arguments." msgstr "Argumenten afwezig." -#: color.c:577 color.c:588 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "color: Te weinig argumenten." -#: color.c:611 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono: Te weinig argumenten." -#: color.c:631 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "%s: Attribuut onbekend" -#: color.c:671 hook.c:62 hook.c:70 keymap.c:681 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "Te weinig argumenten" -#: color.c:680 hook.c:76 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "Te veel argumenten" -#: color.c:694 +#: color.c:702 msgid "default colors not supported" msgstr "standaard kleuren niet ondersteund" -#: commands.c:123 -msgid "Display message using mailcap?" -msgstr "Bericht weergeven volgens mailcap?" - -#: commands.c:154 commands.c:162 pgpkey.c:221 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "PGP wordt aangeroepen..." #. find out whether or not the verify signature -#: commands.c:159 +#: commands.c:92 msgid "Verify PGP signature?" msgstr "PGP-handtekening controleren?" -#: commands.c:177 mbox.c:724 +#: commands.c:110 mbox.c:722 msgid "Could not create temporary file!" msgstr "Tijdelijk bestand kon niet worden aangelegd!" -#: commands.c:225 +#: commands.c:162 msgid "Command: " msgstr "Commando: " -#: commands.c:243 recvattach.c:677 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "Bericht doorsturen naar: " -#: commands.c:245 recvattach.c:679 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "Gemarkeerde berichten doorsturen naar: " -#: commands.c:260 +#: commands.c:197 msgid "Error parsing address!" msgstr "Ongeldig adres!" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "Bericht doorsturen aan %s" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "Bericht doorsturen aan %s" -#: commands.c:281 +#: commands.c:218 msgid "Message bounced." msgstr "Bericht doorgestuurd." -#: commands.c:281 +#: commands.c:218 msgid "Messages bounced." msgstr "Berichten doorgestuurd." -#: commands.c:301 +#: commands.c:239 msgid "Pipe to command: " msgstr "Doorsluizen naar: " -#: commands.c:401 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" -#: commands.c:402 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" -#: commands.c:403 +#: commands.c:341 msgid "dfrsotuzc" msgstr "dfrsotuzc" -#: commands.c:456 +#: commands.c:394 msgid "Shell command: " msgstr "Shell-Commando: " -#: commands.c:572 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s in Mailbox" -#: commands.c:573 +#: commands.c:511 msgid "Decode-save" msgstr "Gedecodeerd opslaan" -#: commands.c:573 +#: commands.c:511 msgid "Decode-copy" msgstr "Gedecodeerd kopieeren" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-save" msgstr "Gedecodeerd opslaan" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-copy" msgstr "Gedecodeerd kopieeren" -#: commands.c:575 curs_main.c:255 recvattach.c:49 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "Opslaan" -#: commands.c:575 +#: commands.c:513 msgid "Copy" msgstr "Copieeren" -#: commands.c:575 +#: commands.c:513 msgid " tagged" msgstr " gemarkeerd" -#: commands.c:644 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "Kopieer naar %s..." -#: commands.c:716 +#: commands.c:654 msgid "Print message?" msgstr "Bericht afdrukken?" -#: commands.c:716 +#: commands.c:654 msgid "Print tagged messages?" msgstr "Geselecteerde berichten uitprinten?" -#: commands.c:743 +#: commands.c:681 msgid "Message printed" msgstr "Bericht afgedrukt" -#: commands.c:743 +#: commands.c:681 msgid "Messages printed" msgstr "Berichten afgedrukt" -#: compose.c:77 +#: compose.c:83 msgid "Send" msgstr "Versturen" -#: compose.c:78 +#: compose.c:84 msgid "Abort" msgstr "Afbreken" -#: compose.c:82 compose.c:539 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "Bijvoegen" -#: compose.c:83 +#: compose.c:89 msgid "Descrip" msgstr "Omschr." -#: compose.c:104 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "Ondertekenen, Versleutelen" -#: compose.c:106 +#: compose.c:112 msgid "Encrypt" msgstr "Versleutelen" -#: compose.c:108 +#: compose.c:114 msgid "Sign" msgstr "Ondertekenen" -#: compose.c:110 +#: compose.c:116 msgid "Clear" msgstr "Normaal" -#: compose.c:117 +#: compose.c:123 msgid " sign as: " msgstr " ondertekenen als: " -#: compose.c:117 +#: compose.c:123 msgid "" msgstr "" -#: compose.c:118 compose.c:192 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "MIC-Algorithme: " -#: compose.c:133 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " msgstr "" "(v)ersl., (o)ndert, ondert (a)ls, (b)eide, (m)ic selecteren, (g)een PGP" -#: compose.c:134 +#: compose.c:138 msgid "esabmf" msgstr "voabmg" -#: compose.c:151 -msgid "Can't open your secret key ring!" -msgstr "Kan geheime sleutelhanger niet openen!" - -#: compose.c:156 +#: compose.c:152 msgid "Sign as: " msgstr "Ondertekenen als: " -#: compose.c:176 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "Een onbekende PGP versie werd gedefinieerd tijdens het ondertekenen." -#: compose.c:186 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "Dit heeft geen zin als U het bericht niet wilt ondertekenen." -#: compose.c:197 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "Onbekend MIC algorithme. Bekend zijn: pgp-md5, pgp-sha1 en pgp-rmd160" -#: compose.c:233 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "%s [#%d] bestaat niet meer!" -#: compose.c:241 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "%s [#%d] werd veranderd. Codering aanpassen?" -#: compose.c:282 -msgid "===== Attachments =====" -msgstr "===== Bijlagen =====" +#: compose.c:309 +#, fuzzy +msgid "-- Attachments" +msgstr "Bijlagen" -#: compose.c:320 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "Een bericht bestaat uit minimaal een gedeelte!" -#: compose.c:394 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "Bericht schrijven" -#: compose.c:544 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "Open mailbox waaruit bericht als bijlage toegevoegd wordt" -#: compose.c:583 +#: compose.c:648 msgid "No messages in that folder." msgstr "Geen berichten in deze mailbox." -#: compose.c:590 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "Selecteer de berichten die u wilt bijvoegen" -#: compose.c:625 compose.c:645 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "Kan niet bijvoegen!" + +#: compose.c:722 msgid "Unable to attach!" msgstr "Kan niet bijvoegen!" -#: compose.c:772 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "Ongeldige codering." -#: compose.c:787 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "Een kopie van dit bericht maken?" -#: compose.c:832 +#: compose.c:996 msgid "Rename to: " msgstr "Hernoemen naar: " -#: compose.c:837 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "Kan directory %s niet lezen." -#: compose.c:864 +#: compose.c:1028 msgid "New file: " msgstr "Nieuw bestand: " -#: compose.c:877 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "Content-Type is van de vorm basis/subtype." -#: compose.c:883 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "Onbekende Content-Type %s." -#: compose.c:896 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "Kan bestand %s niet aanmaken." -#: compose.c:904 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "Het lukt niet helemaal met dat toevoegen. Het blijft moeilijk.." -#: compose.c:967 +#: compose.c:1131 msgid "Postpone this message?" msgstr "Bericht uitstellen?" -#: compose.c:1019 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "Sla bericht op in mailbox" -#: compose.c:1023 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "Bericht wordt opgeslagen in %s ..." -#: compose.c:1034 +#: compose.c:1200 msgid "Message written." msgstr "Bericht opgeslagen." @@ -551,15 +624,15 @@ msgstr "nee" msgid "Exit Mutt?" msgstr "Mutt afsluiten?" -#: curs_lib.c:275 +#: curs_lib.c:276 msgid "unknown error" msgstr "onbekende vaud." -#: curs_lib.c:295 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "Druk een willekeurige toets in." -#: curs_lib.c:333 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " ('?' voor een overzicht): " @@ -580,19 +653,19 @@ msgstr "Wijzigingen worden niet weggeschreven." msgid "Quit" msgstr "Einde" -#: curs_main.c:253 pager.c:1376 postpone.c:34 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "Wis" -#: curs_main.c:254 postpone.c:35 +#: curs_main.c:254 postpone.c:34 msgid "Undel" msgstr "Herstel" -#: curs_main.c:256 query.c:45 +#: curs_main.c:256 query.c:44 msgid "Mail" msgstr "Sturen" -#: curs_main.c:257 pager.c:1377 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "Antw." @@ -600,146 +673,142 @@ msgstr "Antw." msgid "Group" msgstr "Groep" -#: curs_main.c:423 +#: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "Mailbox werd extern veranderd. Markeringen kunnen onjuist zijn!" -#: curs_main.c:426 +#: curs_main.c:432 msgid "New mail in this mailbox." msgstr "Nieuwe berichten in deze mailbox." -#: curs_main.c:526 +#: curs_main.c:532 msgid "No mailbox is open." msgstr "Er is geen mailbox geopend." -#: curs_main.c:532 +#: curs_main.c:538 msgid "No tagged messages." msgstr "Geen gemarkeerde berichten." -#: curs_main.c:612 +#: curs_main.c:618 msgid "Jump to message: " msgstr "Ga naar bericht: " -#: curs_main.c:618 +#: curs_main.c:624 msgid "Argument must be a message number." msgstr "Argument moet een berichtennummer zijn." -#: curs_main.c:651 +#: curs_main.c:657 msgid "That message is not visible." msgstr "Dit bericht is niet zichtbaar." -#: curs_main.c:654 +#: curs_main.c:660 msgid "Invalid message number." msgstr "Ongeldig berichtennummer" -#: curs_main.c:667 +#: curs_main.c:673 msgid "Delete messages matching: " msgstr "Wis berichten volgens patroon: " -#: curs_main.c:689 +#: curs_main.c:695 msgid "No limit pattern is in effect." msgstr "Er is geen limietpatroon in werking." #. i18n: ask for a limit to apply -#: curs_main.c:694 +#: curs_main.c:700 #, c-format msgid "Limit: %s" msgstr "Limiet: %s" -#: curs_main.c:703 +#: curs_main.c:709 msgid "Limit to messages matching: " msgstr "Limiteer berichten volgens patroon: " -#: curs_main.c:733 +#: curs_main.c:739 msgid "Quit Mutt?" msgstr "Mutt afsluiten?" -#: curs_main.c:835 +#: curs_main.c:841 msgid "Tag messages matching: " msgstr "Berichten markeren volgens patroon: " -#: curs_main.c:843 +#: curs_main.c:849 msgid "Undelete messages matching: " msgstr "Herstel berichten : " -#: curs_main.c:850 +#: curs_main.c:856 msgid "Untag messages matching: " msgstr "Verwijder markering volgens patroon: " -#: curs_main.c:868 +#: curs_main.c:874 msgid "Open mailbox" msgstr "Open mailbox" -#: curs_main.c:870 +#: curs_main.c:876 msgid "Open mailbox in read-only mode" msgstr "Open mailbox in schrijfbeveiligde modus" -#: curs_main.c:886 mx.c:423 mx.c:564 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s is geen mailbox." -#: curs_main.c:973 +#: curs_main.c:974 msgid "Exit Mutt without saving?" msgstr "Mutt verlaten zonder op te slaan?" -#: curs_main.c:990 curs_main.c:1014 +#: curs_main.c:991 curs_main.c:1015 msgid "You are on the last message." msgstr "U bent bij het laatste bericht." -#: curs_main.c:997 curs_main.c:1039 +#: curs_main.c:998 curs_main.c:1040 msgid "No undeleted messages." msgstr "Alle berichten zijn gewist." -#: curs_main.c:1032 curs_main.c:1055 +#: curs_main.c:1033 curs_main.c:1056 msgid "You are on the first message." msgstr "U bent bij het eerste bericht." -#: curs_main.c:1127 pattern.c:1114 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "Zoekopdracht bovenaan begonnen." -#: curs_main.c:1136 pattern.c:1125 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "Zoekopdracht onderaan begonnen." -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No new messages" msgstr "Geen nieuwe berichten" -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No unread messages" msgstr "Geen ongelezen berichten" -#: curs_main.c:1163 +#: curs_main.c:1171 msgid " in this limited view" msgstr " in deze beperkte weergave." -#: curs_main.c:1273 +#: curs_main.c:1295 msgid "No more threads." msgstr "Geen verdere threads." -#: curs_main.c:1275 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "U bent al bij de eerste thread." -#: curs_main.c:1328 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "Thread bevat ongelezen berichten" -#: curs_main.c:1341 flags.c:220 thread.c:635 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "Het weergeven van threads is niet ingeschakeld." -#: date.c:49 -msgid "Please report this program error in the function mutt_mktime." -msgstr "Meldt deze programmafout in de functie mutt_mktime." - #. #. * SLcurses_waddnstr() can't take a "const char *", so this is only #. * declared "static" (sigh) #. -#: edit.c:37 +#: edit.c:36 msgid "" "~~\t\tinsert a line begining with a single ~\n" "~b users\tadd users to the Bcc: field\n" @@ -779,107 +848,107 @@ msgstr "" "~?\t\tDit bericht\n" ".\t\tals enige inhoud van een regel beeindigt het invoegen\n" -#: edit.c:179 +#: edit.c:178 #, c-format msgid "%d: invalid message number.\n" msgstr "%d: ongeldig berichtennummer.\n" -#: edit.c:313 +#: edit.c:312 msgid "(End message with a . on a line by itself)\n" msgstr "(Beeindig bericht met een . als enige inhoud van de regel)\n" -#: edit.c:371 +#: edit.c:370 msgid "No mailbox.\n" msgstr "Geen Mailbox.\n" -#: edit.c:375 +#: edit.c:374 msgid "Message contains:\n" msgstr "Bericht bevat:\n" -#: edit.c:379 edit.c:431 +#: edit.c:378 edit.c:430 msgid "(continue)\n" msgstr "(verder)\n" -#: edit.c:392 +#: edit.c:391 msgid "missing filename.\n" msgstr "Geen bestandsnaam opgegeven.\n" -#: edit.c:413 +#: edit.c:412 msgid "No lines in message.\n" msgstr "Bericht bevat geen regels.\n" -#: edit.c:442 +#: edit.c:441 #, c-format msgid "%s: unknown editor command (~? for help)\n" msgstr "%s: Onbekend editor-commando (~? voor hulp)\n" -#: flags.c:258 +#: flags.c:257 msgid "Set flag" msgstr "Zet markering" -#: flags.c:258 +#: flags.c:257 msgid "Clear flag" msgstr "Verwijder markering" -#: handler.c:128 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- Fout: Onverwacht einde van het bestand! --]\n" #. didn't find anything that we could display! -#: handler.c:954 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "" "[-- Fout : Kon geen enkel Multipart/Alternative-gedeelte weergeven! --]\n" -#: handler.c:1071 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- Bijlage #%d" -#: handler.c:1082 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- Type: %s/%s, Codering: %s, Grootte: %s --]\n" -#: handler.c:1141 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- Automatische weergave met %s --]\n" -#: handler.c:1142 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "Commando wordt aangeroepen: %s" -#: handler.c:1179 handler.c:1197 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- Foutenuitvoer van %s --]\n" -#: handler.c:1229 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" msgstr "[-- Fout: message/external-body heeft geen access-type paramter --]\n" -#: handler.c:1246 +#: handler.c:1193 #, c-format msgid "[-- This %s/%s attachment " msgstr "[-- Deze %s/%s-bijlage " -#: handler.c:1253 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "(grootte %s bytes)" -#: handler.c:1255 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "werd gewist --]\n" -#: handler.c:1258 +#: handler.c:1205 #, c-format msgid "[-- on %s --]\n" msgstr "[-- op %s --]\n" -#: handler.c:1268 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -890,7 +959,7 @@ msgstr "" "[-- opgenomen, en de aangegeven externe bron --]\n" "[-- bestaat niet meer --]\n" -#: handler.c:1282 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -900,46 +969,46 @@ msgstr "" "[-- opgenomen, en het aangegeven access-type %s is --]\n" "[-- niet ondersteund --]\n" -#: handler.c:1379 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "Fout: multipart/signed zonder \"protocol\"-parameter." -#: handler.c:1392 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "Fout: multipart/encrypted zonder \"protocol\"-parameter!" -#: handler.c:1434 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "Tijdelijk bestand kon niet worden geopend!" -#: handler.c:1493 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- %s/%s is niet ondersteund " -#: handler.c:1498 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(gebruik '%s', om dit gedeelte weer te geven)" -#: handler.c:1500 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "('view-attachments' moet aan een toets gekoppeld zijn!)" -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "%s: kan bestand niet toevoegen." -#: help.c:274 +#: help.c:273 msgid "ERROR: please report this bug" msgstr "FOUT: Meldt deze bug!" -#: help.c:316 +#: help.c:315 msgid "" msgstr "" -#: help.c:328 +#: help.c:327 msgid "" "\n" "Generic bindings:\n" @@ -949,7 +1018,7 @@ msgstr "" "Algemene toetsenbindingen:\n" "\n" -#: help.c:332 +#: help.c:331 msgid "" "\n" "Unbound functions:\n" @@ -959,12 +1028,12 @@ msgstr "" "Ongebonden functies:\n" "\n" -#: help.c:340 +#: help.c:339 #, c-format msgid "Help for %s" msgstr "Hulp voor %s" -#: imap.c:103 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "imap_error(): Onbekend antwoord in %s:%s\n" @@ -972,234 +1041,256 @@ msgstr "imap_error(): Onbekend antwoord in %s:%s\n" #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:355 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "Kritieke fout. Berichtenteller wijkt af!" -#: imap.c:425 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "Headers worden gelezen... [%d/%d]" -#: imap.c:623 mbox.c:1007 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "Mailbox wordt heropend.." -#: imap.c:865 -#, c-format -msgid "Connecting to %s..." -msgstr "Bezig met verbinden met %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:888 +#: imap.c:1251 msgid "IMAP Username: " msgstr "IMAP-gebruikersnaam: " -#: imap.c:901 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "Wachtwoord voor %s@%s: " -#: imap.c:914 +#: imap.c:1277 msgid "Logging in..." msgstr "Aanmelden..." #. Login failed, try again -#: imap.c:927 +#: imap.c:1290 msgid "Login failed." msgstr "Aanmelden mislukt..." -#: imap.c:984 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "%s wordt uitgekozen..." -#: imap.c:1083 lib.c:1194 +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "%s aanmaken?" -#: imap.c:1132 +#: imap.c:1612 msgid "Fetching message..." msgstr "Bericht wordt gelezen..." -#: imap.c:1240 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "APPEND-commando wordt verstuurd..." -#: imap.c:1279 +#: imap.c:1773 msgid "Uploading message ..." msgstr "Bericht wordt verstuurd ..." -#: imap.c:1334 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "Verbinding met IMAP-server wordt gesloten.." -#: imap.c:1364 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "Berichten-status wordt opgeslagen... [%d/%d]" -#: imap.c:1390 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "Berichten op de server worden gewist..." #. tell the server to commit changes -#: imap.c:1441 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "Mailbox wordt gesloten..." -#: init.c:433 +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "Kopieer naar %s..." + +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "Bezig met verbinden met %s..." + +#: init.c:432 msgid "alias: no address" msgstr "alias: Geen adres" -#: init.c:527 +#: init.c:526 msgid "invalid header field" msgstr "my_hdr: Ongeldig veld in berichtenkop" -#: init.c:535 +#: init.c:534 #, c-format msgid "ignoring empty header field: %s" msgstr "Leeg Kop-veld %s wordt genegeerd." -#: init.c:587 +#: init.c:586 #, c-format msgid "%s: unknown sorting method" msgstr "%s: Onbekende sorteermethode" -#: init.c:660 +#: init.c:659 #, c-format msgid "mutt_restore_default: error in regexp: %s\n" msgstr "mutt_restore_default: Fout in reguliere expressie: %s\n" -#: init.c:720 +#: init.c:719 #, c-format msgid "%s: unknown variable" msgstr "%s: Onbekende variable." -#: init.c:729 +#: init.c:728 msgid "prefix is illegal with reset" msgstr "reset: Prefix is niet toegestaan." -#: init.c:735 +#: init.c:734 msgid "value is illegal with reset" msgstr "reset: Toekenning van een waarde is niet toegestaan." -#: init.c:752 -#, c-format -msgid "%s is a boolean var!" -msgstr "%s is een boolsche variable!" - -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is set" msgstr "%s is gezet." -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is unset" msgstr "%s is niet gezet." -#: init.c:933 +#: init.c:947 #, c-format msgid "%s: invalid mailbox type" msgstr "%s: Ongeldig mailbox-type" -#: init.c:992 +#: init.c:1006 #, c-format msgid "%s: invalid value" msgstr "%s: ongeldige waarde" -#: init.c:1042 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "%s: onbekend type" -#: init.c:1091 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "Fout in %s, regel %d: %s" #. the muttrc source keyword -#: init.c:1102 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "source: fouten in %s" -#: init.c:1112 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "source: fout bij %s" -#: init.c:1117 +#: init.c:1136 msgid "source: too many arguments" msgstr "source: Te veel argumenten" -#: init.c:1168 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "%s: onbekend commando" -#: init.c:1497 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "Fout in opdrachtregel: %s\n" -#: init.c:1540 +#: init.c:1567 msgid "unable to determine home directory" msgstr "Kan Home-directory niet achterhalen" -#: init.c:1548 +#: init.c:1575 msgid "unable to determine username" msgstr "Kan gebruikersnaam niet achterhalen" -#: keymap.c:434 +#: keymap.c:435 msgid "Macro loop detected." msgstr "Macro-lus gedetecteerd!" -#: keymap.c:620 keymap.c:628 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "Toets is niet in gebruik." -#: keymap.c:632 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "Toets is niet in gebruik. Toets '%s' voor hulp." -#: keymap.c:643 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push: Te veel argumenten" -#: keymap.c:664 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "%s: Menu onbekend." -#: keymap.c:673 +#: keymap.c:680 msgid "null key sequence" msgstr "Lege toetsenvolgorde" -#: keymap.c:751 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind: Te veel argumenten" -#: keymap.c:766 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "%s: Onbekende functie" -#: keymap.c:789 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro: Lege toetsenvolgorde" -#: keymap.c:800 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "macro: Te veel argumenten" -#: keymap.c:830 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "%s: Te weinig argumenten" -#: keymap.c:850 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "%s: Commando bestaat niet" @@ -1237,641 +1328,702 @@ msgid "display the currently selected file's name" msgstr "Toon de bestandsnaam van het huidige bestand" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "Verander directories" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "Controleer mailboxes op nieuwe berichten" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "Voeg bestand(en) aan dit bericht toe" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "Voeg bericht(en) aan dit bericht toe" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "Bewerk de BCC-lijst" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "Bewerk de CC-lijst" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "Bewerk de omschrijving van de bijlage" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "Bewerk de transport-codering van de bijlage" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "Kopieer bericht in bestand" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "Bewerk het bij te voegen bestand" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "Bewerk het From-veld" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "Bewerk het bericht (incl. header)" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "Bewerk het bericht" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "Bewerk bijlage volgens Mailcap" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "Bewerk Reply-To-veld" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "Bewerk onderwerp (Subject) van dit bericht" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "Bewerk ontvangers (To-veld)" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "Bewerk type van bijlage" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "Maak een tijdelijke kopie van de bijlage" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "Controleer spelling via ispell" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "Maak nieuwe bijlage aan volgens Mailcap" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "Sla dit bericht op om later te verzenden" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "Hernoem/verplaats een toegevoegd bestand" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "Verstuur het bericht" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "Kies of bestand na verzenden gewist wordt" -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "Controleer encoding-info van bijlage" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "Schrijf een bericht naar een mailbox" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "Kopieer bericht naar bestand/Mailbox" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "Maak een afkorting van de afzender" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "Verplaats item naar onderkant van scherm" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "Verplaats item naar midden van scherm" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "Verplaats item naar bovenkant van scherm" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "Maak gedecodeerde (text/plain) kopie" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "Maak gedecodeerde copie (text/plain) en verwijder" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "Verwijder huidig item" -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "Verwijder alle berichten in subthread" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "Wis alle berichten in thread" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "Toon adres van afzender" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "Toon bericht met complete berichtenkop" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "Toon bericht" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "Bewerk huidig bericht voor nieuwe verzending" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "Wis karakter voor de cursor" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "Verplaats cursor een karakter naar links" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "Ga naar begin van de regel" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "Roteer door mailboxen" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "Complete bestandsnaam of afkorting" -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "Compleet adres met vraag" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "Wis karakter onder de cursor" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "Ga naar regeleinde" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "Beweeg de cursor een karakter naar rechts" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "Ga omhoog in history list" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "Wis karakters tot einde van de regel" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "Wis regel" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "Wis woord voor de cursor" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "Voeg volgende toets onveranderd in" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "Geef een muttrc commando in" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "Geef bestandsmasker in" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "Menu verlaten" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "Filter bijlage met shell commando" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "Ga naar eerste item" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "Markeer bericht als 'belangrijk'" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "Stuur bericht door met commentaar" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "Selecteer het huidige item" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "Antwoord aan alle ontvangers" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "Ga 1/2 pagina naar beneden" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "Ga 1/2 pagina omhoog" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "Dit scherm" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "Ga naar een index nummer" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "Ga naar laatste item" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "Stuur antwoord naar mailing-list" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "Voor macro uit" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "Maak nieuw bericht aan" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "Open een andere mailbox" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "Open een andere mailbox in read-only mode" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "Verwijder een status-vlag" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "Verwijder berichten volgens patroon" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "Haal mail vanaf POP-server" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "Spring naar eeste bericht" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "Spring naar het laaste bericht" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "Geef alleen berichten weer volgens patroon" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "Spring naar het volgende nieuwe bericht" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "Spring naar de volgende subthread" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "Spring naar de volgende thread" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "Spring naar het volgende ongewiste bericht" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "Spring naar het volgende ongelezen bericht" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "Spring naar de vorige thread" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "Spring naar de vorige subthread" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "Spring naar het laaste ongewiste bericht" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "Spring naar het vorige nieuwe bericht" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "Spring naar het vorige ongelezen bericht" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "Markeer de huidige thread als gelezen" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "Markeer de huidige subthread als gelezen" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "Zet een status-vlag in een bericht" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "Sla wijzigingen in mailbox op" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "Markeer berichten volgens patroon" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "Herstel berichten volgens patroon" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "Verwijder markering volgens patroon" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "Ga naar het midden van de pagina" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "Ga naar het volgende item" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "Ga een regel naar beneden" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "Ga naar de volgende pagina" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "Spring naar het einde van het bericht" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "Ga terug naar het hoofdmenu" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "Schakel weergeven van geciteerde tekst aan/uit" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "Sla geciteerde tekst over" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "Spring naar het begin van het bericht" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "Bewerk (pipe) bericht/bijlage met een shell-commando" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "Ga naar het vorige item" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "Ga een regel omhoog" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "Ga naar de vorige pagina" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "Druk het huidige item af" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "Vraag een extern programma om adressen" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "Voeg resultaten van zoekopdracht toe aan huidige resultaten" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "Sla wijzigingen in de mailbox op en verlaat Mutt" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "Bewerk een uitgesteld bericht" -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "Wis scherm en bouw scherm opnieuw op" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "Beantwoord een bericht" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "Sla bericht/bijlage op in een bestand" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "Zoek naar een reguliere expressie" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "Zoek achteruit naar een reguliere expressie" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "Zoek volgende match" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "Zoek achteruit naar volgende match" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "Schakel inkleuren van zoekpatronen in/uit" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "Roep een commando in een shell aan" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "Sorteer berichten" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "Sorteer berichten in omgekeerde volgorde" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "Markeer huidig item" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "Voer volgende functie uit op gemarkeerde berichten" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "Markeer de huidige subthread" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "Markeer de huidige thread" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "Zet / wis de 'nieuw'-markering van een bericht" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "Schakel het opslaan van wijzigingen aan/uit" -#: keymap_defs.h:147 +#: keymap_defs.h:153 #, fuzzy -msgid "toggle wether to browse mailboxes or all files" +msgid "toggle whether to browse mailboxes or all files" msgstr "Kies tussen mailboxes en alle bestanden" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "Spring naar het begin van de pagina" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "Verwijder wismarkering van huidig item" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "Verwijder wismarkering van alle berichten in thread" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "Verwijder wismarkering van alle berichten in subtread" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "Geef de datum en het versienummer van Mutt weer" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "Geef bijlage weer, zo nodig via mailcap" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "Geef MIME-bijlagen weer" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "Geef het momenteel actieve limietpatroon weer" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "Comprimeer/expandeer huidige thread" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "Comprimeer/expandeer alle threads" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "Voeg een PGP publieke sleutel toe" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "Geef PGP-opties weer" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "Extraheer PGP publieke sleutels" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "Verwijder PGP-wachtwoord uit geheugen" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "Mail een PGP publieke sleutel" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "Controleer een PGP publieke sleutel" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "Geef User-ID van een sleutel weer" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "Maak een gedecodeerde kopie en wis" -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "Maak een gedecodeerde kopie" -#: lib.c:277 lib.c:292 lib.c:323 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +#, fuzzy +msgid "Append a remailer to the chain" +msgstr "Wis regel" + +#: keymap_defs.h:175 +#, fuzzy +msgid "Insert a remailer into the chain" +msgstr "Wis regel" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "Wis regel" + +#: keymap_defs.h:177 +#, fuzzy +msgid "Select the previous element of the chain" +msgstr "Wis regel" + +#: keymap_defs.h:178 +#, fuzzy +msgid "Select the next element of the chain" +msgstr "Wis regel" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "Onvoldoende geheugen!" -#: lib.c:781 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "Bestand is een directory, daarin opslaan?" -#: lib.c:786 +#: lib.c:790 msgid "File under directory: " msgstr "Bestandsnaam in directory: " -#: lib.c:797 +#: lib.c:802 #, fuzzy -msgid "File exists, overwrite?" +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "Bestand bestaat, overschrijven?" -#: lib.c:1170 +#: lib.c:802 +msgid "oac" +msgstr "" + +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "%s is geen mailbox!" -#: lib.c:1176 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "Bericht aan %s toevoegen?" @@ -1883,7 +2035,7 @@ msgstr "" #: main.c:43 msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" @@ -1891,10 +2043,10 @@ msgstr "" #: main.c:49 msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -1971,29 +2123,29 @@ msgstr "" msgid "Error initializing terminal." msgstr "Kan terminal niet initialiseren." -#: main.c:404 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "" -#: main.c:406 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "" -#: main.c:544 +#: main.c:545 msgid "No recipients specified.\n" msgstr "Geen ontvangers opgegeven.\n" -#: main.c:617 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "%s: kan bestand niet bijvoegen.\n" -#: main.c:637 +#: main.c:638 msgid "No mailbox with new mail." msgstr "Geen mailbox met nieuwe berichten." -#: main.c:671 +#: main.c:672 msgid "Mailbox is empty." msgstr "Mailbox is leeg." @@ -2009,11 +2161,11 @@ msgstr "Bezig met het lezen van %s... %d (%d%%)" msgid "Mailbox was corrupted!" msgstr "Mailbox was beschadigd!" -#: mbox.c:687 mbox.c:930 +#: mbox.c:685 mbox.c:928 msgid "Fatal error! Could not reopen mailbox!" msgstr "Fatale fout! Kon mailbox niet opnieuw openen!" -#: mbox.c:696 +#: mbox.c:694 msgid "Unable to lock mailbox!" msgstr "Kan mailbox niet claimen!" @@ -2021,100 +2173,104 @@ msgstr "Kan mailbox niet claimen!" #. * messages were found to be changed or deleted. This should #. * never happen, is we presume it is a bug in mutt. #. -#: mbox.c:740 +#: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" msgstr "" "sync: mbox wurde modifiziert, aber keine modifizierten Nachrichten. " "Interner Fehler." -#: mbox.c:769 +#: mbox.c:767 msgid "Writing messages... %d (%d%%)" msgstr "Berichten worden opgeslagen ... %d (%d%%)" -#: mbox.c:915 +#: mbox.c:913 #, c-format msgid "Write failed! Saved partial mailbox to %s" msgstr "Opslaan mislukt! Deel-mailbox opgeslagen als %s" -#: mbox.c:967 +#: mbox.c:965 msgid "Could not reopen mailbox!" msgstr "Kon mailbox niet opnieuw openen!" -#: menu.c:309 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "Mailbox wordt heropend.." + +#: menu.c:312 msgid "Jump to: " msgstr "Ga naar: " -#: menu.c:318 +#: menu.c:321 msgid "Invalid index number." msgstr "Ongeldig Indexnummer." -#: menu.c:322 menu.c:340 menu.c:376 menu.c:417 menu.c:433 menu.c:444 -#: menu.c:455 menu.c:497 menu.c:508 menu.c:521 menu.c:534 menu.c:813 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "Geen items" -#: menu.c:337 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "U kunt niet verder naar beneden gaan." -#: menu.c:353 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "U kunt niet verder naar boven gaan." -#: menu.c:373 +#: menu.c:376 msgid "You are on the last page." msgstr "U bent op de laatste pagina." -#: menu.c:395 +#: menu.c:398 msgid "You are on the first page." msgstr "U bent op de eerste pagina." -#: menu.c:474 +#: menu.c:477 msgid "First entry is shown." msgstr "Het eerste item wordt weergegeven." -#: menu.c:494 +#: menu.c:497 msgid "Last entry is shown." msgstr "Het laatste item wordt weergegeven." -#: menu.c:545 +#: menu.c:548 msgid "You are on the last entry." msgstr "U bent op het laatste item." -#: menu.c:556 +#: menu.c:559 msgid "You are on the first entry." msgstr "U bent op het eerste item." -#: menu.c:596 pattern.c:1060 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "Zoek naar: " -#: menu.c:597 +#: menu.c:609 msgid "Reverse search for: " msgstr "Zoek achteruit naar: " -#: menu.c:608 pattern.c:1093 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "Geen zoekpatroon." -#: menu.c:638 pager.c:1829 pager.c:1845 pager.c:1932 pattern.c:1158 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "Niet gevonden." -#: menu.c:689 +#: menu.c:701 #, fuzzy msgid "No tagged entries." msgstr "Geen geselecteerde items." -#: menu.c:777 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "In dit menu kan niet worden gezocht." -#: menu.c:816 +#: menu.c:826 msgid "Tagging is not supported." msgstr "Markeren is niet ondersteund." -#: mh.c:183 +#: mh.c:182 #, c-format msgid "Reading %s... %d" msgstr "Bezig met het lezen van %s... %d" @@ -2124,197 +2280,202 @@ msgstr "Bezig met het lezen van %s... %d" msgid "Lock count exceeded, remove lock for %s?" msgstr "Lock-bestand voor %s verwijderen?" -#: mx.c:178 +#: mx.c:125 +#, fuzzy, c-format +msgid "Can't dotlock %s.\n" +msgstr "Kan directory %s niet lezen." + +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "De fcntl-lock kon niet binnen de toegestane tijd worden verkregen." -#: mx.c:184 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "Wacht op fcntl-Lock... %d" -#: mx.c:212 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "de Flock-lock kon niet binnen de toegestane tijd worden verkregen." -#: mx.c:219 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "Wacht op flock-poging... %d" -#: mx.c:589 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "Bezig met het lezen van %s..." -#: mx.c:679 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "Bezig met het schrijven van %s..." -#: mx.c:704 +#: mx.c:710 #, c-format msgid "Could not synchronize mailbox %s!" msgstr "Kann Mailbox %s nicht synchronisieren!" -#: mx.c:767 +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "Gelezen berichten naar %s verplaatsen?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "%d als gewist gemarkeerde berichten verwijderen?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "%d als gewist gemarkeerde berichten verwijderen?" -#: mx.c:796 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "Gelezen berichten worden naar %s verplaatst..." -#: mx.c:812 mx.c:955 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "Mailbox is niet veranderd." -#: mx.c:831 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "%d bewaard, %d verschoven, %d gewist." -#: mx.c:834 mx.c:980 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "%d bewaard, %d gewist." -#: mx.c:940 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr "Druk '%s' om schrijfmode aan / uit te schakelen" -#: mx.c:942 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "Gebruik 'toggle-write' om schrijven mogelijk te maken!" -#: mx.c:944 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "De mailbox is als niet-schrijfbaar gemarkeerd. %s" -#: mx.c:949 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "Mailbox is read-only." -#: pager.c:1370 +#: pager.c:1376 msgid "PrevPg" msgstr "Vorig.P" -#: pager.c:1371 +#: pager.c:1377 msgid "NextPg" msgstr "Volg.P" -#: pager.c:1375 +#: pager.c:1381 msgid "View Attachm." msgstr "Bijlagen bek." -#: pager.c:1378 +#: pager.c:1384 msgid "Next" msgstr "Volgend ber." #. emulate "less -q" and don't go on to the next message. -#: pager.c:1741 pager.c:1772 pager.c:1801 pager.c:2020 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "Einde van bericht is weergegeven." -#: pager.c:1757 pager.c:1779 pager.c:1790 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "Begin van bericht is weergegeven." -#: pager.c:1863 +#: pager.c:1869 msgid "Reverse search: " msgstr "Achteruit zoeken: " -#: pager.c:1864 +#: pager.c:1870 msgid "Search: " msgstr "Zoeken: " -#: pager.c:1958 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "Hulp wordt al weergegeven." -#: pager.c:1987 +#: pager.c:1993 msgid "No more quoted text." msgstr "Geen verdere geciteerde text." -#: pager.c:2000 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "Geen verdere eigen text na geciteerde text." -#: parse.c:502 +#: parse.c:501 msgid "multipart message has no boundary parameter!" msgstr "Multi-part bericht heeft geen \"boundary\" parameter." -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "Fout in expressie: %s" -#: pattern.c:331 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "Ongeldige dag van de maand: %s" -#: pattern.c:345 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "Ongeldige maand: %s" -#: pattern.c:399 +#: pattern.c:401 msgid "error in expression" msgstr "Fout in expressie" -#: pattern.c:584 pattern.c:692 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "Fout in expressie bij: %s" -#: pattern.c:632 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "%c: Ongeldig commando" -#: pattern.c:638 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "%c: Niet ondersteund in deze modus" -#: pattern.c:651 +#: pattern.c:653 msgid "missing parameter" msgstr "Te weinig parameters" -#: pattern.c:667 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "Haakjes kloppen niet: %s" -#: pattern.c:699 +#: pattern.c:701 msgid "empty pattern" msgstr "Leeg patroon" -#: pattern.c:876 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "" -#: pattern.c:941 pattern.c:1079 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "Bezig met het compileren van patroon..." -#: pattern.c:955 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "Commando wordt uitgevoerd..." @@ -2322,40 +2483,40 @@ msgstr "Commando wordt uitgevoerd..." msgid "No messages matched criteria." msgstr "Geen berichten voldeden aan de criteria." -#: pattern.c:1117 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "Zoeken heeft einde bereikt zonder iets te vinden" -#: pattern.c:1128 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "Zoeken heeft begin bereikt zonder iets te vinden" -#: pattern.c:1150 +#: pattern.c:1145 msgid "Search interrupted." msgstr "Zoeken onderbroken." -#: pgp.c:131 +#: pgp.c:130 msgid "Enter PGP passphrase:" msgstr "Geef PGP-wachtwoord in:" -#: pgp.c:147 +#: pgp.c:146 msgid "PGP passphrase forgotten." msgstr "PGP-wachtwoord is vergeten." -#: pgp.c:175 +#: pgp.c:174 #, c-format msgid "Unknown PGP version \"%s\"." msgstr "Onbekende PGP-Versie \"%s\"." -#: pgp.c:208 +#: pgp.c:207 msgid "[-- PGP output follows (current time: " msgstr "[-- PGP uitvoer volgt (Huidige tijd: " -#: pgp.c:321 +#: pgp.c:320 msgid "[-- Error: unable to create PGP subprocess! --]\n" msgstr "[-- Fout: Kan geen PGP-proces starten! --]\n" -#: pgp.c:348 +#: pgp.c:347 msgid "" "\n" "[-- End of PGP output --]\n" @@ -2365,7 +2526,7 @@ msgstr "" "[-- Einde van PGP uitvoer --]\n" "\n" -#: pgp.c:354 +#: pgp.c:353 msgid "" "[-- BEGIN PGP MESSAGE --]\n" "\n" @@ -2373,11 +2534,11 @@ msgstr "" "[-- BEGIN PGP MESSAGE --]\n" "\n" -#: pgp.c:356 +#: pgp.c:355 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" -#: pgp.c:358 +#: pgp.c:357 msgid "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" @@ -2385,7 +2546,7 @@ msgstr "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" -#: pgp.c:460 +#: pgp.c:459 msgid "" "\n" "[-- END PGP MESSAGE --]\n" @@ -2393,11 +2554,11 @@ msgstr "" "\n" "[-- END PGP MESSAGE --]\n" -#: pgp.c:462 +#: pgp.c:461 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- END PGP PUBLIC KEY BLOCK --]\n" -#: pgp.c:464 +#: pgp.c:463 #, fuzzy msgid "" "\n" @@ -2406,7 +2567,7 @@ msgstr "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" -#: pgp.c:477 +#: pgp.c:476 msgid "" "[-- Error: could not find beginning of PGP message! --]\n" "\n" @@ -2414,7 +2575,7 @@ msgstr "" "[-- Fout: Kon begin van PGP-bericht niet vinden! --]\n" "\n" -#: pgp.c:669 pgp.c:975 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2422,20 +2583,20 @@ msgstr "" "[-- Einde van PGP uitvoer --]\n" "\n" -#: pgp.c:721 +#: pgp.c:720 msgid "" "[-- Error: Inconsistant multipart/signed structure! --]\n" "\n" msgstr "" -#: pgp.c:729 +#: pgp.c:728 #, fuzzy, c-format msgid "" "[-- Error: Unknown multipart/signed protocol %s! --]\n" "\n" msgstr "Fout: multipart/signed zonder \"protocol\"-parameter." -#: pgp.c:750 +#: pgp.c:749 #, c-format msgid "" "[-- Warning: We can't verify %s/%s signatures. --]\n" @@ -2443,7 +2604,7 @@ msgid "" msgstr "" #. Now display the signed body -#: pgp.c:758 +#: pgp.c:757 #, fuzzy msgid "" "[-- The following data is signed --]\n" @@ -2452,13 +2613,13 @@ msgstr "" "[-- De volgende gegevens zijn PGP/MIME ondertekend --]\n" "\n" -#: pgp.c:764 +#: pgp.c:763 msgid "" "[-- Warning: Can't find any signatures. --]\n" "\n" msgstr "" -#: pgp.c:770 +#: pgp.c:769 #, fuzzy msgid "" "\n" @@ -2467,11 +2628,11 @@ msgstr "" "\n" "[-- Einde van PGP/MIME ondertekende gegevens --]\n" -#: pgp.c:882 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "Interne fout. Informeer ." -#: pgp.c:946 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2479,7 +2640,7 @@ msgstr "" "[-- Fout: Kon PGP-subproces niet starten! --]\n" "\n" -#: pgp.c:1039 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2487,11 +2648,11 @@ msgstr "" "[-- Fout: Foutief PGP/MIME bericht! --]\n" "\n" -#: pgp.c:1052 +#: pgp.c:1051 msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- Fout: Kon geen tijdelijk bestand aanmaken! --]\n" -#: pgp.c:1061 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" @@ -2499,7 +2660,7 @@ msgstr "" "[-- De volgende gegevens zijn PGP/MIME versleuteld --]\n" "\n" -#: pgp.c:1069 +#: pgp.c:1068 msgid "" "\n" "[-- End of PGP/MIME encrypted data --]\n" @@ -2507,358 +2668,377 @@ msgstr "" "\n" "[-- Einde van PGP/MIME versleutelde data --]\n" -#: pgp.c:1151 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "Kan PGP-Subproces niet starten!" -#: pgp.c:1275 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "KeyID = \"%s\" voor %s gebruiken?" -#: pgp.c:1281 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "KeyID voor %s: " -#: pgpkey.c:174 +#: pgpkey.c:441 msgid "Exit " msgstr "Einde " -#: pgpkey.c:176 +#: pgpkey.c:443 msgid "Select " msgstr "Selecteer " -#: pgpkey.c:179 +#: pgpkey.c:446 msgid "Check key " msgstr "Controleer key " -#: pgpkey.c:192 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "PGP-sleutel voor " -#: pgpkey.c:211 pgpkey.c:388 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "Kan /dev/null niet openen" -#: pgpkey.c:217 pgpkey.c:382 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "Kan tijdelijk bestand niet aanmaken" -#: pgpkey.c:227 pgpkey.c:399 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "Kan filter niet aanmaken" -#: pgpkey.c:237 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "" -#: pgpkey.c:258 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "Het vertrouwensniveau van dit ID is niet gedefinieerd." -#: pgpkey.c:259 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "Dit ID is niet vertrouwd." -#: pgpkey.c:260 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "Dit ID is slechts marginaal vertrouwd." -#: pgpkey.c:263 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s Wilt U dit echt gebruiken?" -#: pgpkey.c:370 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "Geef Key-ID in: " -#: pgpkey.c:417 +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "PGP wordt aangeroepen..." + +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "PGP-key 0x%s." -#: pgppubring.c:59 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "" -#: pgppubring.c:60 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "" -#: pgppubring.c:61 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "" -#: pgppubring.c:62 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "" -#: pgppubring.c:63 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "" -#: pgppubring.c:64 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "" -#: pgppubring.c:65 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "" -#: pgppubring.c:66 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "" -#: pgppubring.c:67 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "" -#: pgppubring.c:68 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "" -#: pgppubring.c:69 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "" -#: pgppubring.c:70 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "" -#: pgppubring.c:71 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "" -#: pgppubring.c:72 +#: pgppubring.c:76 msgid "Name Packet" msgstr "" -#: pgppubring.c:73 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "" -#: pgppubring.c:74 +#: pgppubring.c:78 msgid "Reserved" msgstr "" -#: pgppubring.c:75 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "" -#: pop.c:67 +#: pop.c:66 msgid "POP Password: " msgstr "POP-Paswoord:" -#: pop.c:92 +#: pop.c:91 msgid "POP host is not defined." msgstr "Er is geen POP-server gespecificeerd." -#: pop.c:98 +#: pop.c:97 msgid "No POP username is defined." msgstr "Er is geen POP-gebruikersnaam gespecificeerd." -#: pop.c:115 +#: pop.c:114 #, c-format msgid "Could not find address for host %s." msgstr "Kan adres van host %s niet achterhalen." -#: pop.c:123 +#: pop.c:122 #, c-format msgid "Connecting to %s" msgstr "Verbinding met %s wordt aangelegd." -#: pop.c:167 pop.c:332 +#: pop.c:166 pop.c:331 msgid "Server closed connection!" msgstr "Server heeft verbinding gesloten!" -#: pop.c:188 +#: pop.c:187 msgid "No new mail in POP mailbox." msgstr "Geen nieuwe berichten in op de POP-server." -#: pop.c:210 +#: pop.c:209 #, c-format msgid "Reading %d new message (%d bytes)..." msgstr "Bezig met het lezen van %d nieuw bericht (%d bytes)..." -#: pop.c:211 +#: pop.c:210 #, c-format msgid "Reading %d new messages (%d bytes)..." msgstr "Bezig met het lezen van %d berichten (%d bytes)..." -#: pop.c:246 +#: pop.c:245 msgid "Error reading message!" msgstr "Kan bericht niet lezen!" -#: pop.c:282 +#: pop.c:281 msgid "Error while writing mailbox!" msgstr "Er is een fout opgetreden tijdens het wegschrijven van de mailbox!" -#: pop.c:306 +#: pop.c:305 #, c-format msgid "%s [%d messages read]" msgstr "%s [%d berichten gelezen]" -#: postpone.c:112 +#: postpone.c:111 msgid "Postponed Messages" msgstr "Uitgestelde Berichten" -#: postpone.c:185 postpone.c:194 +#: postpone.c:184 postpone.c:193 msgid "No postponed messages." msgstr "Geen uitgestelde berichten." -#: postpone.c:339 postpone.c:359 postpone.c:368 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "Ongeldige PGP-Header" -#: query.c:46 +#: query.c:45 msgid "New Query" msgstr "Nieuwe query" -#: query.c:47 +#: query.c:46 msgid "Make Alias" msgstr "Afkorting maken" -#: query.c:48 +#: query.c:47 msgid "Search" msgstr "Zoeken" -#: query.c:92 +#: query.c:91 msgid "Waiting for response..." msgstr "Wacht op antwoord..." -#: query.c:193 query.c:218 +#: query.c:192 query.c:217 msgid "Query command not defined." msgstr "Query-commando niet gedefinieerd." -#: query.c:245 +#: query.c:244 msgid "Query" msgstr "" #. Prompt for Query -#: query.c:258 query.c:286 +#: query.c:257 query.c:285 msgid "Query: " msgstr "" -#: query.c:269 query.c:295 +#: query.c:268 query.c:294 #, c-format msgid "Query '%s'" msgstr "Query: '%s'" -#: recvattach.c:50 +#: recvattach.c:49 msgid "Pipe" msgstr "Filteren" -#: recvattach.c:51 +#: recvattach.c:50 msgid "Print" msgstr "Druk af" -#: recvattach.c:371 +#: recvattach.c:402 msgid "Saving..." msgstr "Bezig met opslaan..." -#: recvattach.c:432 +#: recvattach.c:465 msgid "Attachment saved" msgstr "Bijlage opgeslagen." -#: recvattach.c:444 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "Waarschuwing! Bestand %s bestaat al. Overschrijven?" -#: recvattach.c:462 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "Bijlage gefilterd." -#: recvattach.c:528 +#: recvattach.c:561 msgid "Filter through: " msgstr "Filter door: " -#: recvattach.c:528 +#: recvattach.c:561 msgid "Pipe to: " msgstr "Doorgeven aan(pipe): " -#: recvattach.c:563 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "Kan %s bijlagen niet afdrukken!" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "Gemarkeerde bericht(en) afdrukken?" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print attachment?" msgstr "Bijlage afdrukken?" -#: recvattach.c:654 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "U kunt alleen message/rfc882-gedeelten doorsturen!" -#: recvattach.c:690 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "Berichten aan %s doorsturen ?" -#: recvattach.c:691 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "Berichten aan %s doorsturen ?" -#: recvattach.c:916 +#: recvattach.c:976 msgid "Attachments" msgstr "Bijlagen" -#: recvattach.c:973 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "Het wissen van bijlagen uit PGP-berichten is niet ondersteund." -#: recvattach.c:993 recvattach.c:1010 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "Kan alleen multipart-bijlagen wissen." -#: recvattach.c:1060 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "Deze operatie is op dit moment niet ondersteund voor PGP-berichten." -#: rfc1524.c:158 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "Ongeldig geformuleerde entry voor type %s in \"%s\", regel %d." -#: rfc1524.c:390 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "Geen mailcap-path opgegeven" -#: rfc1524.c:416 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "Kan geen mailcap-entry voor %s vinden." -#: score.c:74 +#: score.c:73 msgid "score: too few arguments" msgstr "score: te weinig argumenten" -#: score.c:83 +#: score.c:82 msgid "score: too many arguments" msgstr "score: te veel argumenten" -#: send.c:230 +#: send.c:232 msgid "No subject, abort?" msgstr "Geen onderwerp, afbreken?" -#: send.c:232 +#: send.c:234 msgid "No subject, aborting." msgstr "Geen onderwerp. operatie afgebroken." +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "Reactie sturen naar %s%s?" + #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:433 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "Reactie sturen naar %s%s?" @@ -2866,112 +3046,116 @@ msgstr "Reactie sturen naar %s%s?" #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:517 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "Geen gemarkeerde berichten zichtbaar!" -#: send.c:542 +#: send.c:553 msgid "No mailing lists found!" msgstr "Geen mailing-lists gevonden!" -#: send.c:629 +#: send.c:640 msgid "Include message in reply?" msgstr "Bericht in antwoord citeren?" -#: send.c:643 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "Kon niet alle berichten citeren!" -#: send.c:656 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "Doorsturen als MIME-bijlage?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:867 +#: send.c:890 msgid "Recall postponed message?" msgstr "Uigesteld bericht hervatten?" -#: send.c:1099 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "Uitgesteld bericht afbreken?" -#: send.c:1101 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "Bericht werd niet veranderd. Operatie afgebroken." #. abort -#: send.c:1140 +#: send.c:1165 msgid "Mail not sent." msgstr "Bericht niet verstuurd." -#: send.c:1153 +#: send.c:1178 msgid "Message postponed." msgstr "Bericht uitgesteld." -#: send.c:1162 +#: send.c:1187 msgid "No recipients are specified!" msgstr "Er zijn geen geadresseerden opgegeven!" -#: send.c:1167 +#: send.c:1192 msgid "No recipients were specified." msgstr "Er werden geen geadresseerden opgegeven!" -#: send.c:1173 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "Geen onderwerp. Versturen afbreken?" -#: send.c:1177 +#: send.c:1202 msgid "No subject specified." msgstr "Geen onderwerp." -#: send.c:1216 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "Bericht veranderd. Werkelijk versturen?" -#: send.c:1222 +#: send.c:1249 msgid "Sending message..." msgstr "Verstuur bericht..." -#: send.c:1324 +#: send.c:1361 #, fuzzy msgid "Could not send the message." msgstr "Verstuur het bericht" -#: send.c:1330 +#: send.c:1366 msgid "Mail sent." msgstr "Bericht verstuurd." -#: sendlib.c:475 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "Geen 'boundary parameter' gevonden! [meldt deze fout!]" -#: sendlib.c:509 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "%s bestaat niet meer!" -#: sendlib.c:777 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "Kan %s niet openen." -#: sendlib.c:1695 +#: sendlib.c:1680 #, fuzzy, c-format -msgid "Error sending message, child exited %d (%s).\n" +msgid "Error sending message, child exited %d (%s)." msgstr "Fout %d opgetreden tijdens versturen van bericht.\n" -#: sendlib.c:1697 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "Uitvoer van child proces opgeslagen in %s.\n" +#: sendlib.c:1686 +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1701 -msgid "Error sending message." -msgstr "Fout opgetreden tijdens het verzenden van het bericht." +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "Signaal %s....\n" -#: signal.c:39 signal.c:42 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "Signaal %s....\n" @@ -2981,69 +3165,43 @@ msgstr "Signaal %s....\n" msgid "Caught signal %d... Exiting.\n" msgstr "Signaal %d....\n" -#: sort.c:199 +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "Bezig met verbinden met %s..." + +#: sort.c:198 msgid "Sorting mailbox..." msgstr "Mailbox wordt gesorteerd..." -#: sort.c:227 +#: sort.c:226 msgid "Could not find sorting function! [report this bug]" msgstr "Kan 'sorting function' niet vinden! [Meldt deze bug!]" -#: status.c:102 +#: status.c:101 msgid "(no mailbox)" msgstr "(geen Mailbox)" -#, fuzzy -#~ msgid "Error running \"%s\"!" -#~ msgstr "Ongeldig adres!" - -#, fuzzy -#~ msgid "Subscribed [%s], File mask: %s" -#~ msgstr "Directory [%s], Bestandsmasker: %s" - -#, fuzzy -#~ msgid "Can't attach a directory!" -#~ msgstr "Directory kan niet worden getoond." - -#, fuzzy -#~ msgid "Can't open %s: %s." -#~ msgstr "Kan directory %s niet lezen." +#~ msgid "Display message using mailcap?" +#~ msgstr "Bericht weergeven volgens mailcap?" -#, fuzzy -#~ msgid "-- Attachments" -#~ msgstr "Bijlagen" +#~ msgid "Can't open your secret key ring!" +#~ msgstr "Kan geheime sleutelhanger niet openen!" -#, fuzzy -#~ msgid "Unable to attach %s!" -#~ msgstr "Kan niet bijvoegen!" +#~ msgid "===== Attachments =====" +#~ msgstr "===== Bijlagen =====" -#, fuzzy -#~ msgid "Reopening mailbox... %s" -#~ msgstr "Mailbox wordt heropend.." +#~ msgid "Please report this program error in the function mutt_mktime." +#~ msgstr "Meldt deze programmafout in de functie mutt_mktime." -#, fuzzy -#~ msgid "Subscribing to %s..." -#~ msgstr "Kopieer naar %s..." +#~ msgid "%s is a boolean var!" +#~ msgstr "%s is een boolsche variable!" -#, fuzzy -#~ msgid "Unsubscribing to %s..." -#~ msgstr "Bezig met verbinden met %s..." +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "Uitvoer van child proces opgeslagen in %s.\n" -#, fuzzy -#~ msgid "Delete a remailer from the chain" -#~ msgstr "Wis regel" - -#, fuzzy -#~ msgid "Can't dotlock %s.\n" -#~ msgstr "Kan directory %s niet lezen." - -#, fuzzy -#~ msgid "Invoking pgp..." -#~ msgstr "PGP wordt aangeroepen..." - -#, fuzzy -#~ msgid "%s... Exiting.\n" -#~ msgstr "Signaal %s....\n" +#~ msgid "Error sending message." +#~ msgstr "Fout opgetreden tijdens het verzenden van het bericht." #~ msgid "" #~ "[-- Error: this message does not comply with the PGP/MIME specification! " diff --git a/po/pl.po b/po/pl.po index 606b21fa..ed9cd990 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: mutt-0.95i\n" -"POT-Creation-Date: 1999-01-04 14:22+0100\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: 1998-12-17 13:12+0100\n" "Last-Translator: Pawe³ Dziekoñski \n" "Language-Team: POLISH \n" @@ -15,532 +15,605 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8-bit\n" -#: addrbook.c:32 browser.c:54 pager.c:1369 postpone.c:33 query.c:44 -#: recvattach.c:48 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 +#: recvattach.c:47 msgid "Exit" msgstr "Wyj¶cie" -#: addrbook.c:33 +#: addrbook.c:32 msgid "Select" msgstr "Wybierz" -#: addrbook.c:34 browser.c:57 compose.c:84 curs_main.c:259 pager.c:1466 -#: pgpkey.c:181 postpone.c:36 query.c:49 recvattach.c:52 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "Pomoc" -#: addrbook.c:132 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "Nie masz ¿adnych aliasów!" -#: addrbook.c:144 +#: addrbook.c:131 msgid "Aliases" msgstr "Aliasy" #. add a new alias -#: alias.c:193 +#: alias.c:192 msgid "Alias as: " msgstr "Nazwa aliasu: " -#: alias.c:199 +#: alias.c:198 msgid "You already have an alias defined with that name!" msgstr "Masz ju¿ tak nazwany alias!" -#: alias.c:213 +#: alias.c:212 msgid "Address: " msgstr "Adres: " -#: alias.c:229 +#: alias.c:228 msgid "Personal name: " msgstr "Nazwisko: " -#: alias.c:238 +#: alias.c:237 #, c-format msgid "[%s = %s] Accept?" msgstr "[%s = %s] Potwierdzasz?" -#: alias.c:255 recvattach.c:344 recvattach.c:399 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "Zachowaj do pliku: " -#: alias.c:266 +#: alias.c:265 msgid "Alias added." msgstr "Alias dodany." -#: attach.c:112 attach.c:235 attach.c:367 attach.c:806 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "Nie pasuj±cy szablon nazwy, kontynuowaæ?" #. For now, editing requires a file, no piping -#: attach.c:124 +#: attach.c:123 msgid "Mailcap compose entry requires %%s" msgstr "Pole \"compose\" w pliku 'mailcap' wymaga %%s" -#: attach.c:138 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "B³±d interpretacji adresu!" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "B³±d otwarcia pliku podczas interpretacji nag³ówków." -#: attach.c:169 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "B³±d podczas próby otwarcia pliku w celu eliminacji nag³ówków." -#: attach.c:187 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." msgstr "Brak pola \"compose\" dla %s w pliku 'mailcap', tworzê pusty plik." #. For now, editing requires a file, no piping -#: attach.c:247 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "Pole \"Edit\" w pliku 'mailcap' wymaga %%s" -#: attach.c:265 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "Brak pola \"Edit\" dla %s w pliku 'mailcap'" -#: attach.c:333 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "Brak odpowiedniego wpisu w 'mailcap'. Wy¶wietlam jako tekst." -#: attach.c:346 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "Typ MIME nie zosta³ zdefiniowany. Nie mogê wy¶wietliæ za³±cznika." -#: attach.c:436 +#: attach.c:499 msgid "Cannot create filter" msgstr "Nie mogê utworzyæ filtru" -#: attach.c:638 recvattach.c:374 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "Za³±cznik zachowany." -#: attach.c:691 +#: attach.c:756 msgid "Write fault!" msgstr "B³±d zapisu!" -#: attach.c:890 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "Nie wiem jak to wydrukowaæ!" -#: browser.c:55 +#: browser.c:42 msgid "Chdir" msgstr "Zmieñ katalog" -#: browser.c:56 +#: browser.c:43 msgid "Mask" msgstr "Maska" -#: browser.c:345 browser.c:672 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s nie jest katalogiem." -#: browser.c:450 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "Skrzynki [%d]" +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "Katalog [%s], Maska nazw plików: %s" + #: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "Katalog [%s], Maska nazw plików: %s" -#: browser.c:539 browser.c:729 browser.c:812 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "Nie mogê przegl±daæ tego katalogu" + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "¯aden plik nie pasuje do maski" -#: browser.c:646 +#: browser.c:784 msgid "Chdir to: " msgstr "Zmieñ katalog na: " -#: browser.c:665 browser.c:722 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "B³±d podczas przegl±dania katalogu." -#: browser.c:683 +#: browser.c:836 msgid "File Mask: " msgstr "Maska nazw plików: " -#: browser.c:745 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Sortowanie odwrotne po (d)acie, (a)lfabecie, (w)ielko¶ci, ¿ad(n)e?" -#: browser.c:746 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Sortowanie po (d)acie, (a)lfabecie, (w)ielko¶ci, ¿ad(n)e?" -#: browser.c:747 +#: browser.c:900 msgid "dazn" msgstr "down" -#: browser.c:799 +#: browser.c:962 msgid "New file name: " msgstr "Nazwa nowego pliku: " -#: browser.c:820 +#: browser.c:983 msgid "Can't view a directory" msgstr "Nie mogê przegl±daæ tego katalogu" -#: browser.c:838 +#: browser.c:1001 msgid "Error trying to view file" msgstr "B³±d podczas próby przegl±dania pliku" -#: buffy.c:364 +#: buffy.c:363 #, c-format msgid "New mail in %s." msgstr "Nowa poczta w skrzynce %s." -#: color.c:307 +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "Nie mogê ustaliæ statusu: %s" + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "%s: kolor nie jest obs³ugiwany przez terminal" -#: color.c:313 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "%s: nie ma takiego koloru" -#: color.c:359 color.c:550 color.c:561 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "%s: nie ma takiego obiektu" -#: color.c:366 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "%s: komenda mo¿e dotyczyæ tylko obiektów indeksu" -#: color.c:374 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "%s: za ma³o argumentów" -#: color.c:538 +#: color.c:546 msgid "Missing arguments." msgstr "Brakuje argumentów." -#: color.c:577 color.c:588 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "color: za ma³o argumentów" -#: color.c:611 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono: za ma³o argumentów" -#: color.c:631 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "%s: nie ma takiego atrybutu" -#: color.c:671 hook.c:62 hook.c:70 keymap.c:681 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "za ma³o argumentów" -#: color.c:680 hook.c:76 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "za du¿o argumentów" -#: color.c:694 +#: color.c:702 msgid "default colors not supported" msgstr "domy¶lne kolory nie s± obs³ugiwane" -#: commands.c:123 -msgid "Display message using mailcap?" -msgstr "Wy¶wietliæ u¿ywaj±c pliku 'mailcap'?" - -#: commands.c:154 commands.c:162 pgpkey.c:221 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "Wywo³ujê PGP..." #. find out whether or not the verify signature -#: commands.c:159 +#: commands.c:92 msgid "Verify PGP signature?" msgstr "Weryfikowaæ podpis PGP?" -#: commands.c:177 mbox.c:724 +#: commands.c:110 mbox.c:722 msgid "Could not create temporary file!" msgstr "Nie mogê utorzyæ pliku tymczasowego!" -#: commands.c:225 +#: commands.c:162 msgid "Command: " msgstr "Polecenie: " -#: commands.c:243 recvattach.c:677 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "Wy¶lij kopiê listu do: " -#: commands.c:245 recvattach.c:679 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "Wy¶lij kopiê zaznaczonych listów do: " -#: commands.c:260 +#: commands.c:197 msgid "Error parsing address!" msgstr "B³±d interpretacji adresu!" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "Wy¶lij kopiê listu do %s" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "Wy¶lij kopie listów do %s" -#: commands.c:281 +#: commands.c:218 msgid "Message bounced." msgstr "Kopia zosta³a wys³ana." -#: commands.c:281 +#: commands.c:218 msgid "Messages bounced." msgstr "Kopie zosta³y wys³ane." -#: commands.c:301 +#: commands.c:239 msgid "Pipe to command: " msgstr "Wy¶lij przez rurê do komendy: " -#: commands.c:401 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Odwr-Sort " "(d)data/(o)d/o(t)rzym/t(e)mat/d(o)/(w)±tek/(b)ez/ro(z)miar/(w)aga?: " -#: commands.c:402 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Sortuj (d)data/(o)d/o(t)rzym/t(e)mat/d(o)/(w)±tek/(b)ez/ro(z)miar/(w)aga?: " -#: commands.c:403 +#: commands.c:341 msgid "dfrsotuzc" msgstr "doteowbzw" -#: commands.c:456 +#: commands.c:394 msgid "Shell command: " msgstr "Komenda pow³oki: " -#: commands.c:572 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s do skrzynki" -#: commands.c:573 +#: commands.c:511 msgid "Decode-save" msgstr "Dekoduj-zachowaj" -#: commands.c:573 +#: commands.c:511 msgid "Decode-copy" msgstr "Dekoduj-kopiuj" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-save" msgstr "Rozszyfruj-zachowaj" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-copy" msgstr "Rozszyfruj-kopiuj" -#: commands.c:575 curs_main.c:255 recvattach.c:49 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "Zachowaj" -#: commands.c:575 +#: commands.c:513 msgid "Copy" msgstr "Kopiuj" -#: commands.c:575 +#: commands.c:513 msgid " tagged" msgstr " zaznaczone" -#: commands.c:644 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "Kopiujê do $s..." -#: commands.c:716 +#: commands.c:654 msgid "Print message?" msgstr "Wydrukowaæ list?" -#: commands.c:716 +#: commands.c:654 msgid "Print tagged messages?" msgstr "Wydrukowaæ zaznaczone listy?" -#: commands.c:743 +#: commands.c:681 msgid "Message printed" msgstr "List wydrukowany" -#: commands.c:743 +#: commands.c:681 msgid "Messages printed" msgstr "Listy wydrukowane" -#: compose.c:77 +#: compose.c:83 msgid "Send" msgstr "Wy¶lij" -#: compose.c:78 +#: compose.c:84 msgid "Abort" msgstr "Anuluj" -#: compose.c:82 compose.c:539 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "Za³±cz plik" -#: compose.c:83 +#: compose.c:89 msgid "Descrip" msgstr "Opis" -#: compose.c:104 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "Podpisz i zaszyfruj" -#: compose.c:106 +#: compose.c:112 msgid "Encrypt" msgstr "Zaszyfruj" -#: compose.c:108 +#: compose.c:114 msgid "Sign" msgstr "Podpisz" -#: compose.c:110 +#: compose.c:116 msgid "Clear" msgstr "Bez jakiegokolwiek kodowania" -#: compose.c:117 +#: compose.c:123 msgid " sign as: " msgstr " podpisz jako: " -#: compose.c:117 +#: compose.c:123 msgid "" msgstr "" -#: compose.c:118 compose.c:192 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "Algorytm MIC: " -#: compose.c:133 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " msgstr "" "(z)aszyfruj, podpi(s)z, podpisz j(a)ko, o(b)a, algoryt(m) MIC, b(e)z PGP? " -#: compose.c:134 +#: compose.c:138 msgid "esabmf" msgstr "zsabme" -#: compose.c:151 -msgid "Can't open your secret key ring!" -msgstr "Nie mogê otworzyæ twego tajnego breloczka kluczy!" - -#: compose.c:156 +#: compose.c:152 msgid "Sign as: " msgstr "Podpisaæ jako: " -#: compose.c:176 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "Wybrana do podpisywania wersja PGP jest nieznana." -#: compose.c:186 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "To nie ma sensu je¿eli nie chcesz podpisywaæ wiadomo¶ci." -#: compose.c:197 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "Nieznany algorytm MIC, dozwolone s±: pgp-md5, pgp-sha1, pgp-rmd160" -#: compose.c:233 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "%s [#%d] ju¿ nie istnieje!" -#: compose.c:241 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "%s [#%d] znieniony. Zaktualizowaæ szyfrowanie?" -#: compose.c:282 -msgid "===== Attachments =====" -msgstr "==== Za³±cznik ====" +#: compose.c:309 +#, fuzzy +msgid "-- Attachments" +msgstr "Za³±czniki" -#: compose.c:320 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "Nie mo¿esz skasowaæ jedynego za³±cznika." -#: compose.c:394 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "Wysy³anie nowego listu" -#: compose.c:544 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "Otwórz skrzynkê w celu za³±czenia wiadomo¶ci" -#: compose.c:583 +#: compose.c:648 msgid "No messages in that folder." msgstr "Brak listów w tym folderze." -#: compose.c:590 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "Zaznacz listy do za³±czenia!" -#: compose.c:625 compose.c:645 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "Nie mogê za³±czyæ!" + +#: compose.c:722 msgid "Unable to attach!" msgstr "Nie mogê za³±czyæ!" -#: compose.c:772 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "B³êdne szyfrowanie." -#: compose.c:787 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "Zachowaæ kopiê tego listu?" -#: compose.c:832 +#: compose.c:996 msgid "Rename to: " msgstr "Zmieñ nazwê na: " -#: compose.c:837 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "Nie mogê ustaliæ statusu: %s" -#: compose.c:864 +#: compose.c:1028 msgid "New file: " msgstr "Nowy plik: " -#: compose.c:877 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "Typ \"Content-Type\" musi byæ w postaci podstawowy/po¶ledni" -#: compose.c:883 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "Nieznany rodzaj \"Content-Type\" %s" -#: compose.c:896 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "Nie mogê utworzyæ %s" -#: compose.c:904 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "Mamy tu b³±d tworzenia za³±cznika" -#: compose.c:967 +#: compose.c:1131 msgid "Postpone this message?" msgstr "Zachowaæ ten list do pó¼niejszej obróbki i ewentualnej wysy³ki?" -#: compose.c:1019 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "Zapisz list do skrzynki" -#: compose.c:1023 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "Zapisujê list do %s ..." -#: compose.c:1034 +#: compose.c:1200 msgid "Message written." msgstr "List zapisany." @@ -557,15 +630,15 @@ msgstr "nie" msgid "Exit Mutt?" msgstr "Wyj¶æ z programu pocztowego?" -#: curs_lib.c:275 +#: curs_lib.c:276 msgid "unknown error" msgstr "nieznany b³±d" -#: curs_lib.c:295 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "Naci¶nij dowolny klawisz by kontynuowaæ..." -#: curs_lib.c:333 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " (naci¶nij '?' aby uzyskaæ katalog skrzynek): " @@ -585,19 +658,19 @@ msgstr "Zmiany w folderze nie zostan msgid "Quit" msgstr "Wyjd¼" -#: curs_main.c:253 pager.c:1376 postpone.c:34 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "Usuñ" -#: curs_main.c:254 postpone.c:35 +#: curs_main.c:254 postpone.c:34 msgid "Undel" msgstr "Odtwórz" -#: curs_main.c:256 query.c:45 +#: curs_main.c:256 query.c:44 msgid "Mail" msgstr "Wy¶lij" -#: curs_main.c:257 pager.c:1377 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "Odpowiedz" @@ -605,146 +678,142 @@ msgstr "Odpowiedz" msgid "Group" msgstr "Grupuj" -#: curs_main.c:423 +#: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "Skrzynka zosta³a zmodyfikowana z zewn±trz. Flagi mog± byæ nieaktualne." -#: curs_main.c:426 +#: curs_main.c:432 msgid "New mail in this mailbox." msgstr "Nowa poczta w tej skrzynce." -#: curs_main.c:526 +#: curs_main.c:532 msgid "No mailbox is open." msgstr "Nie otwarto ¿adnej skrzynki." -#: curs_main.c:532 +#: curs_main.c:538 msgid "No tagged messages." msgstr "Brak zaznaczonych listów." -#: curs_main.c:612 +#: curs_main.c:618 msgid "Jump to message: " msgstr "Skocz do listu: " -#: curs_main.c:618 +#: curs_main.c:624 msgid "Argument must be a message number." msgstr "Argumentem musi byæ numer listu." -#: curs_main.c:651 +#: curs_main.c:657 msgid "That message is not visible." msgstr "Ten list nie jest widoczny." -#: curs_main.c:654 +#: curs_main.c:660 msgid "Invalid message number." msgstr "Z³y numer listu." -#: curs_main.c:667 +#: curs_main.c:673 msgid "Delete messages matching: " msgstr "Usuñ pasuj±ce listy: " -#: curs_main.c:689 +#: curs_main.c:695 msgid "No limit pattern is in effect." msgstr "Ograniczenie nie jest okre¶lone." #. i18n: ask for a limit to apply -#: curs_main.c:694 +#: curs_main.c:700 #, c-format msgid "Limit: %s" msgstr "Ograniczenie: %s" -#: curs_main.c:703 +#: curs_main.c:709 msgid "Limit to messages matching: " msgstr "Ogranicz do pasuj±cych listów: " -#: curs_main.c:733 +#: curs_main.c:739 msgid "Quit Mutt?" msgstr "Wyj¶æ z programu pocztowego?" -#: curs_main.c:835 +#: curs_main.c:841 msgid "Tag messages matching: " msgstr "Zaznacz pasuj±ce listy: " -#: curs_main.c:843 +#: curs_main.c:849 msgid "Undelete messages matching: " msgstr "Odtwórz pasuj±ce listy: " -#: curs_main.c:850 +#: curs_main.c:856 msgid "Untag messages matching: " msgstr "Odznacz pasuj±ce listy: " -#: curs_main.c:868 +#: curs_main.c:874 msgid "Open mailbox" msgstr "Otwórz skrzynkê" -#: curs_main.c:870 +#: curs_main.c:876 msgid "Open mailbox in read-only mode" msgstr "Otwórz skrzynkê tylko do odczytu" -#: curs_main.c:886 mx.c:423 mx.c:564 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s nie jest skrzynk±." -#: curs_main.c:973 +#: curs_main.c:974 msgid "Exit Mutt without saving?" msgstr "Wyj¶æ z programu pocztowego bez zapisywania?" -#: curs_main.c:990 curs_main.c:1014 +#: curs_main.c:991 curs_main.c:1015 msgid "You are on the last message." msgstr "To ostatnia wiadomo¶æ." -#: curs_main.c:997 curs_main.c:1039 +#: curs_main.c:998 curs_main.c:1040 msgid "No undeleted messages." msgstr "Brak odtworzonych listów." -#: curs_main.c:1032 curs_main.c:1055 +#: curs_main.c:1033 curs_main.c:1056 msgid "You are on the first message." msgstr "To pierwsza wiadomo¶æ." -#: curs_main.c:1127 pattern.c:1114 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "Poszukiwanie pod±¿y³o na pocz±tek." -#: curs_main.c:1136 pattern.c:1125 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "Poszukiwanie pod±¿y³o na koniec." -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No new messages" msgstr "Brak nowych listów" -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No unread messages" msgstr "Brak nie przeczytanych listów" -#: curs_main.c:1163 +#: curs_main.c:1171 msgid " in this limited view" msgstr " w trybie ograniczonego przegl±du" -#: curs_main.c:1273 +#: curs_main.c:1295 msgid "No more threads." msgstr "Nie ma wiêcej w±tków." -#: curs_main.c:1275 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "To pierwszy w±tek." -#: curs_main.c:1328 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "Watek zawiera nie przeczytane listy." -#: curs_main.c:1341 flags.c:220 thread.c:635 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "W±tkowanie nie w³±czone." -#: date.c:49 -msgid "Please report this program error in the function mutt_mktime." -msgstr "Zg³o¶, proszê, ten b³±d w funkcji mutt_mktime." - #. #. * SLcurses_waddnstr() can't take a "const char *", so this is only #. * declared "static" (sigh) #. -#: edit.c:37 +#: edit.c:36 msgid "" "~~\t\tinsert a line begining with a single ~\n" "~b users\tadd users to the Bcc: field\n" @@ -784,108 +853,108 @@ msgstr "" "~?\t\tten list\n" ".\t\tstoj±c sama w linii koñczy wpisywanie\n" -#: edit.c:179 +#: edit.c:178 #, c-format msgid "%d: invalid message number.\n" msgstr "%d: nieprawid³owy numer listu.\n" -#: edit.c:313 +#: edit.c:312 msgid "(End message with a . on a line by itself)\n" msgstr "(Zakoñcz list . (kropk±) w osobnej linii)\n" -#: edit.c:371 +#: edit.c:370 msgid "No mailbox.\n" msgstr "Brak skrzynki.\n" -#: edit.c:375 +#: edit.c:374 msgid "Message contains:\n" msgstr "List zawiera:\n" -#: edit.c:379 edit.c:431 +#: edit.c:378 edit.c:430 msgid "(continue)\n" msgstr "(kontynuuj)\n" -#: edit.c:392 +#: edit.c:391 msgid "missing filename.\n" msgstr "brak nazwy pliku.\n" -#: edit.c:413 +#: edit.c:412 msgid "No lines in message.\n" msgstr "Pusty list.\n" -#: edit.c:442 +#: edit.c:441 #, c-format msgid "%s: unknown editor command (~? for help)\n" msgstr "%s: nieznane polecenie edytora (~? wy¶wietla pomoc)\n" -#: flags.c:258 +#: flags.c:257 msgid "Set flag" msgstr "Ustaw flagê" -#: flags.c:258 +#: flags.c:257 msgid "Clear flag" msgstr "Wyczy¶æ flagê" -#: handler.c:128 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- B³±d: nieoczekiwany koniec pliku! --]\n" #. didn't find anything that we could display! -#: handler.c:954 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "" "[--B³±d: Nie mogê wy¶wietliæ ¿adnego fragmentu Multipart/Alternative! --]\n" -#: handler.c:1071 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- Za³±cznik #%d" -#: handler.c:1082 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- Typ: %s/%s, Kodowanie: %s, Wielko¶æ: %s --]\n" -#: handler.c:1141 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- Podgl±d automatyczny u¿ywaj±cy %s --]\n" -#: handler.c:1142 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "Wywo³ujê polecenie podgl±du automatycznego: %s" -#: handler.c:1179 handler.c:1197 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- Aotomatyczne przegl±danie zwyk³ych komunikatów b³êdów %s --]\n" -#: handler.c:1229 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" msgstr "" "[-- B³±d: message/external-body nie ma ustawionego rodzaju dostêpu --]\n" -#: handler.c:1246 +#: handler.c:1193 #, c-format msgid "[-- This %s/%s attachment " msgstr "[-- Ten %s/%s za³±cznik " -#: handler.c:1253 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "(o wielko¶ci %s bajtów) " -#: handler.c:1255 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "zosta³ usuniêty --]\n" -#: handler.c:1258 +#: handler.c:1205 #, c-format msgid "[-- on %s --]\n" msgstr "[-- na %s --]\n" -#: handler.c:1268 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -896,7 +965,7 @@ msgstr "" "[-- a podane ¼ród³o zewnêtrzne jest --]\n" "[-- nieaktualne. --]\n" -#: handler.c:1282 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -905,46 +974,46 @@ msgstr "" "[-- Ten %s/%s za³±cznik nie jest podpiêty, --]\n" "[-- a podany typ dostêpu %s nie jest obs³ugiwany --]\n" -#: handler.c:1379 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "B³±d: multipart/signed nie ma protoko³u." -#: handler.c:1392 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "B³±d: multipart/encrypted nie ma parametru protoko³u!" -#: handler.c:1434 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "Nie mogê otworzyæ pliku tymczasowego!" -#: handler.c:1493 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- %s/%s nie jest obs³ugiwany " -#: handler.c:1498 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(u¿yæ '%s' do ogl±dania tego fragmentu)" -#: handler.c:1500 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "(przypisz 'view-attachments' do klawisza!)" -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "%s: nie mogê za³±czyæ pliku" -#: help.c:274 +#: help.c:273 msgid "ERROR: please report this bug" msgstr "B£¡D: zg³o¶ tê pluskwê, proszê" -#: help.c:316 +#: help.c:315 msgid "" msgstr "" -#: help.c:328 +#: help.c:327 msgid "" "\n" "Generic bindings:\n" @@ -954,7 +1023,7 @@ msgstr "" "Standardowe przypisania klawiszy:\n" "\n" -#: help.c:332 +#: help.c:331 msgid "" "\n" "Unbound functions:\n" @@ -964,12 +1033,12 @@ msgstr "" "Nie przypisane klawiszom funkcje:\n" "\n" -#: help.c:340 +#: help.c:339 #, c-format msgid "Help for %s" msgstr "Pomoc dotycz±ca %s" -#: imap.c:103 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "imap_error(): nieoczekiwana odpowied¼ w %s: %s\n" @@ -977,234 +1046,256 @@ msgstr "imap_error(): nieoczekiwana odpowied #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:355 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "B³ad krytyczny. Niezidentyfikowana ilo¶æ listów!" -#: imap.c:425 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "¦ci±gam nag³ówki listów... [%d/%d]" -#: imap.c:623 mbox.c:1007 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "Ponownie otwieram skrzynkê..." -#: imap.c:865 -#, c-format -msgid "Connecting to %s..." -msgstr "£±czê siê z %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:888 +#: imap.c:1251 msgid "IMAP Username: " msgstr "Nazwa u¿ytkownika na serwerze IMAP: " -#: imap.c:901 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "Has³o dla %s@%s: " -#: imap.c:914 +#: imap.c:1277 msgid "Logging in..." msgstr "Logujê siê..." #. Login failed, try again -#: imap.c:927 +#: imap.c:1290 msgid "Login failed." msgstr "Zalogowanie nie powiod³o siê." -#: imap.c:984 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "Wybieram %s..." -#: imap.c:1083 lib.c:1194 +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "Utworzyæ %s?" -#: imap.c:1132 +#: imap.c:1612 msgid "Fetching message..." msgstr "¦ci±gam list..." -#: imap.c:1240 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "Wysy³am komendê APPEND..." -#: imap.c:1279 +#: imap.c:1773 msgid "Uploading message ..." msgstr "£adujê list ..." -#: imap.c:1334 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "Zamykam po³±czenie do serwera IMAP..." -#: imap.c:1364 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "Zachowujê stan flag listów... [%d/%d]" -#: imap.c:1390 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "Kompresujê listy z serwera... " #. tell the server to commit changes -#: imap.c:1441 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "Zamykam skrzynkê..." -#: init.c:433 +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "Kopiujê do $s..." + +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "£±czê siê z %s..." + +#: init.c:432 msgid "alias: no address" msgstr "alias: brak adresu" -#: init.c:527 +#: init.c:526 msgid "invalid header field" msgstr "nieprawid³owy nag³ówek" -#: init.c:535 +#: init.c:534 #, c-format msgid "ignoring empty header field: %s" msgstr "ignorujê pusty nag³ówek: %s" -#: init.c:587 +#: init.c:586 #, c-format msgid "%s: unknown sorting method" msgstr "%s: nieznana metoda sortowania" -#: init.c:660 +#: init.c:659 #, c-format msgid "mutt_restore_default: error in regexp: %s\n" msgstr "mutt_restore_default: b³ad w wyra¿eniu regularnym: %s\n" -#: init.c:720 +#: init.c:719 #, c-format msgid "%s: unknown variable" msgstr "%s: nieznana zmienna" -#: init.c:729 +#: init.c:728 msgid "prefix is illegal with reset" msgstr "reset: nieprawid³owy prefiks" -#: init.c:735 +#: init.c:734 msgid "value is illegal with reset" msgstr "reset: nieprawid³owa warto¶æ" -#: init.c:752 -#, c-format -msgid "%s is a boolean var!" -msgstr "%s jest zmienn± logiczn±!" - -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is set" msgstr "%s ustawiony" -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is unset" msgstr "%s nie jest ustawiony" -#: init.c:933 +#: init.c:947 #, c-format msgid "%s: invalid mailbox type" msgstr "%s: nieprawid³owy typ skrzynki" -#: init.c:992 +#: init.c:1006 #, c-format msgid "%s: invalid value" msgstr "%s: nieprawid³owa warto¶æ" -#: init.c:1042 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "%s: nieprawid³owy typ" -#: init.c:1091 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "B³±d w %s, linia %d: %s" #. the muttrc source keyword -#: init.c:1102 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "source: b³êdy w %s" -#: init.c:1112 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "source: b³êdy przy %s" -#: init.c:1117 +#: init.c:1136 msgid "source: too many arguments" msgstr "source: zbyt wiele argumentów" -#: init.c:1168 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "%s: nieznana komenda" -#: init.c:1497 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "B³±d w poleceniu: %s\n" -#: init.c:1540 +#: init.c:1567 msgid "unable to determine home directory" msgstr "nie mogê ustaliæ po³o¿enia katalogu domowego" -#: init.c:1548 +#: init.c:1575 msgid "unable to determine username" msgstr "nie mogê ustaliæ nazwy u¿ytkownika" -#: keymap.c:434 +#: keymap.c:435 msgid "Macro loop detected." msgstr "Wykryto pêtlê w makrze." -#: keymap.c:620 keymap.c:628 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "Klawisz nie zosta³ przypisany." -#: keymap.c:632 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "Klawisz nie zosta³ przypisany. Wpisz '%s' by dostaæ pomoc." -#: keymap.c:643 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push: zbyt wiele argumentów" -#: keymap.c:664 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "%s: nie ma takiego menu" -#: keymap.c:673 +#: keymap.c:680 msgid "null key sequence" msgstr "pusta sekwencja klawiszy" -#: keymap.c:751 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind: zbyt wiele argumentów" -#: keymap.c:766 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "%s: nie ma takiej funkcji" -#: keymap.c:789 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro: pusta sekwencja klawiszy" -#: keymap.c:800 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "macro: zbyt wiele argumentów" -#: keymap.c:830 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "exec: zbyt ma³o argumentów" -#: keymap.c:850 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "%s: nie ma takiego polecenia" @@ -1242,641 +1333,702 @@ msgid "display the currently selected file's name" msgstr "wy¶wietl nazwy aktualnie wybranych plików" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "zmieñ katalog" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "szukaj nowych listów w skrzynkach" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "za³±cz plik(i) do tego listu" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "za³±cz list(y) do tego listu" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "podaj tre¶æ pola BCC" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "podaj tre¶æ pola CC" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "edytuj opis za³±cznika" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "podaj sposób zakodowania za³±cznika" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "podaj nazwê pliku, do którego ma byæ skopiowany list" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "podaj nazwê pliku za³±cznika" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "podaj tre¶æ pola From:" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "edytuj tre¶æ wiadomo¶ci z nag³ówkami" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "edytuj tre¶æ wiadomo¶ci" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "edytuj za³±cznik u¿ywaj±c pliku 'mailcap'" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "podaj tre¶c pola Reply-To:" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "podaj tytu³ listu" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "podaj tre¶æ listy TO" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "podaj typ za³±cznika" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "we¼ tymczasow± kopiê za³±cznika" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "sprawd¼ ispellem tre¶æ listu" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "utwórz nowy za³±cznik u¿ywaj±c pliku 'mailcap'" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "zachowaj list aby wys³aæ go pó¼niej" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "przezwij/przenie¶ za³±czony plik" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "wy¶lij list" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "zdecyduj czy usun±æ list po wys³aniu" -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "zaktualizuj informacjê o kodowaniu za³±cznika" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "zapisz list do folderu" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "kopiuj list do pliku/skrzynki" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "utwórz alias dla nadawcy" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "przesuñ pozycjê kursora na dó³ ekranu" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "przesuñ pozycjê kursora na ¶rodek ekranu" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "przesuñ pozycjê kursora na górê ekranu" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "uczyñ rozszyfrowan± (text/plain) kopiê" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "uczyñ rozszyfrowan± kopiê (text/plain) i skasuj" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "usuñ obecn± frazê" -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "usuñ wszystkie wiadomo¶ci w podw±tku" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "usuñ wszystkie wiadomo¶ci w w±tku" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "wy¶wietl pe³ny adres nadawcy" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "wy¶wietl wiadomo¶æ wraz ze wszystkimi nag³ówkami" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "wy¶wietl wiadomo¶æ" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "obróbka obecnej wiadmo¶ci przed jej ponownym wys³aniem" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "skasuj znak z przodu kursora" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "przesuñ kursor jeden znak w lewo" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "przeskocz do pocz±tku linii" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "kr±¿ pomiêdzy skrzynkami pocztowymi" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "uzupe³nij nazwê pliku lub alias" -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "uzupe³nij adres poprzez zapytanie" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "skasuj znak pod kursorem" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "przeskocz do koñca linii" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "przesuñ kursor o znak w prawo" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "przewijaj do góry listê wydanych poleceñ" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "usuñ znaki pocz±wszy od kursora a¿ do koñca linii" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "usuñ wszystkie znaki w linii" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "usuñ s³owo z przodu kursora" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "za³±cz nastêpny wstukany z klawiatury znak" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "wpisz komendê pliku startowego (muttrc)" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "wprowad¼ maskê pliku" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "opu¶æ niniejsze menu" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "przepu¶æ za³±cznik przez komendê pow³oki" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "przesuñ siê do pierwszej pozycji" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "w³±cz dla wiadomo¶ci flagê 'wa¿ne!'" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "prze¶lij dalej wiadomo¶æ opatruj±c j± uwagami" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "wska¿ obecn± pozycjê" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "odpowiedz wszystkim uczestnikom korespondencji" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "przewiñ w dó³ o 1/2 strony" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "przewiñ w górê o 1/2 strony" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "niniejszy ekran" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "przeskocz do konkretnej pozycji w indeksie" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "przesuñ siê do ostatniej pozycji" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "opowiedz na wskazan± listê pocztow±" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "wykonaj makropolecenie" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "zredaguj nowy list" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "otwórz inny folder" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "otwórz inny folder w trybie 'tylko do odczytu'" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "usuñ flagê ze statusem wiadmo¶ci" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "usuñ wiadomo¶ci zgodne ze wzorem" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "pobierz pocztê z serwera POP" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "przesuñ siê do pierwszej wiadomo¶ci" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "przesuñ siê do ostatniej wiadomo¶ci" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "poka¿ tylko wiadomo¶ci zgodne ze wzorcem" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "przeskocz do nastêpnej nowej wiadomo¶ci" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "przeskocz do nastêpnego podw±tku" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "przeskocz do nastêpnego w±tku" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "przesuñ do nastêpnego nieusuniêtego listu" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "przeskocz do nastêpnego nieprzeczytanej wiadomo¶ci" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "przeskocz do poprzedniego w±tku" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "przeskocz do poprzedniego podw±tku" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "przesuñ siê do ostatniego nieskasowanego listu" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "przeskocz do poprzedniej nowej wiadomo¶ci" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "przeskocz do poprzedniej nieprzeczytanej wiadomo¶ci" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "zaznacz obecny w±tek jako przeczytany" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "zaznacz obecny podw±tek jako przeczytany" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "ustaw flagê statusu wiadomo¶ci" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "zapisz zmiany do foldera poczty" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "zaznacz listy pasuj±ce do wzorca" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "odznacz wiadomo¶ci skasowane spe³niaj±ce wzorzec" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "odznacz listy pasuj±ce do wzorca" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "przesuñ siê do po³owy strony" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "przesuñ siê do nastêpnej pozycji" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "przewiñ w dó³ o liniê" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "przesuñ siê do nastêpnej strony" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "przeskocz do koñca wiadomo¶ci" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "powróæ do menu g³ównego" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "zmieñ sposób pokazywania zaznaczonego tekstu" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "przeskocz poza zaznaczony fragment tekstu" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "przeskocz na pocz±tek wiadomo¶ci" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "przekieruj wiadomo¶æ/za³±cznik do komendy pow³oki" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "przesuñ siê do poprzedeniej pozycji" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "przewiñ w górê o liniê" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "przesuñ do poprzedniej strony" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "wydrukuj obecn± pozycjê" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "zapytaj zewnêtrzny program o adres" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "dodaj rezultaty nowych poszukiwañ do obecnych" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "zapisz zmiany do skrzynki i opu¶æ program pocztowy" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "wywo³aj od³o¿ony list" -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "wyczy¶æ i od¶wie¿ ekran" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "{wewnêtrzne}" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "odpowiedz na list" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "zachowaj wiadomo¶æ/za³±cznik do zbioru" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "poszukaj zwyczajnej warto¶ci" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "szukaj do ty³u wykorzystuj±c zwyczajn± warto¶æ" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "szukaj nastêpnego pozytywnego rezultatu" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "szukaj nastêpnego pozytywnego rezultatu w drug± stronê" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "zmieñ kolororystykê szukanej frazy" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "wywo³aj komendê w podpow³oce" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "uszereguj wiadomo¶ci" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "uszereguj wiadomo¶ci w odwrotnej kolejno¶ci" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "zaznacz bie¿±c± pozycjê" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "wykonaj nastêpne polecenie na zaznaczonych listach" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "zaznacz bie¿±cy podw±tek" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "zaznacz bie¿±cy w±tek" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "ustaw flagê listu na 'nowy'" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "ustala czy skrzynka bêdzie ponownie zapisana" -#: keymap_defs.h:147 +#: keymap_defs.h:153 #, fuzzy -msgid "toggle wether to browse mailboxes or all files" +msgid "toggle whether to browse mailboxes or all files" msgstr "ustal czy przegl±daæ skrzynki pocztowe, czy wszystkie pliki" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "przesuñ siê do pocz±tku strony" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "odtwórz bie¿±c± pozycjê listy" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "odtwórz wszystkie listy z tego w±tku" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "odtwórz wszystkie listy z tego podw±tku" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "poka¿ wersjê i datê programu pocztowego Mutt" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "poka¿ za³±cznik u¿ywaj±c, je¶li to niezbêdne, pliku 'mailcap'" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "poka¿ za³±czniki MIME" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "poka¿ bie¿±cy wzorzec ograniczaj±cy" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "zwiñ/rozwiñ bie¿±cy w±tek" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "zwiñ/rozwiñ wszystkie w±tki" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "za³±cz swój klucz publiczny PGP" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "poka¿ mo¿liwo¶ci PGP" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "wyekstrahuj klucz publiczny PGP" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "wyma¿ has³o PGP z pamiêci komputera" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "wy¶lij swój klucz publiczny PGP" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "sprawd¼ klucz publiczny PGP" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "obejrzyj identyfikator u¿ytkownika klucza" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "uczyñ rozkodowan± kopiê i skasuj orygina³" -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "uczyñ rozkodowan± kopiê" -#: lib.c:277 lib.c:292 lib.c:323 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +#, fuzzy +msgid "Append a remailer to the chain" +msgstr "usuñ wszystkie znaki w linii" + +#: keymap_defs.h:175 +#, fuzzy +msgid "Insert a remailer into the chain" +msgstr "usuñ wszystkie znaki w linii" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "usuñ wszystkie znaki w linii" + +#: keymap_defs.h:177 +#, fuzzy +msgid "Select the previous element of the chain" +msgstr "usuñ wszystkie znaki w linii" + +#: keymap_defs.h:178 +#, fuzzy +msgid "Select the next element of the chain" +msgstr "usuñ wszystkie znaki w linii" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "Brak pamiêci!" -#: lib.c:781 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "Wskazany plik jest katalogiem, zachowaæ?" -#: lib.c:786 +#: lib.c:790 msgid "File under directory: " msgstr "Plik w katalogu: " -#: lib.c:797 +#: lib.c:802 #, fuzzy -msgid "File exists, overwrite?" +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "Plik istnieje, zapisaæ zamiast niego?" -#: lib.c:1170 +#: lib.c:802 +msgid "oac" +msgstr "" + +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "%s nie jest folderem poczty" -#: lib.c:1176 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "Dodaæ wiadomo¶ci do %s?" @@ -1888,7 +2040,7 @@ msgstr "Aby powiadomi #: main.c:43 #, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" @@ -1904,10 +2056,10 @@ msgstr "" #: main.c:49 #, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -2046,29 +2198,29 @@ msgstr "" msgid "Error initializing terminal." msgstr "B³±d inicjalizacji terminala." -#: main.c:404 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "Odpluskwianie na poziomie %d.\n" -#: main.c:406 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "Odpluskwianie (DEBUG) nie zosta³o wkompilowane. Ignorujê.\n" -#: main.c:544 +#: main.c:545 msgid "No recipients specified.\n" msgstr "Brak wskazania odbiorców listu.\n" -#: main.c:617 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "%s: nie jestem w stanie za³±czyæ pliku.\n" -#: main.c:637 +#: main.c:638 msgid "No mailbox with new mail." msgstr "Nie ma foldera z nowo przyby³± poczt±." -#: main.c:671 +#: main.c:672 msgid "Mailbox is empty." msgstr "Folder poczty jest pusty." @@ -2084,11 +2236,11 @@ msgstr "Czytam %s... %d (%d%%)" msgid "Mailbox was corrupted!" msgstr "Folder poczty zosta³ uszkodzony!" -#: mbox.c:687 mbox.c:930 +#: mbox.c:685 mbox.c:928 msgid "Fatal error! Could not reopen mailbox!" msgstr "B³±d! Nie mogê ponownie otworzyæ foldera poczty!" -#: mbox.c:696 +#: mbox.c:694 msgid "Unable to lock mailbox!" msgstr "Nie jestem w stanie zablokowaæ foldera poczty!" @@ -2096,99 +2248,103 @@ msgstr "Nie jestem w stanie zablokowa #. * messages were found to be changed or deleted. This should #. * never happen, is we presume it is a bug in mutt. #. -#: mbox.c:740 +#: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" msgstr "" "sync: skrzynka zmodyfikowana, ale ¿aden z listów nie zosta³ zmieniony! " "(zg³o¶ tê pluskwê)" -#: mbox.c:769 +#: mbox.c:767 msgid "Writing messages... %d (%d%%)" msgstr "Zapisujê wiadomo¶ci... %d (%d%%)" -#: mbox.c:915 +#: mbox.c:913 #, c-format msgid "Write failed! Saved partial mailbox to %s" msgstr "Zapis niemo¿liwy! Zapisa³em czê¶æ foldera poczty do %s" -#: mbox.c:967 +#: mbox.c:965 msgid "Could not reopen mailbox!" msgstr "Nie mogê ponownie otworzyæ foldera poczty!" -#: menu.c:309 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "Ponownie otwieram skrzynkê..." + +#: menu.c:312 msgid "Jump to: " msgstr "Przeskocz do:" -#: menu.c:318 +#: menu.c:321 msgid "Invalid index number." msgstr "Niew³a¶ciwy numer indeksu." -#: menu.c:322 menu.c:340 menu.c:376 menu.c:417 menu.c:433 menu.c:444 -#: menu.c:455 menu.c:497 menu.c:508 menu.c:521 menu.c:534 menu.c:813 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "Brak pozycji." -#: menu.c:337 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "Nie mo¿esz ju¿ ni¿ej przewin±æ." -#: menu.c:353 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "Nie mo¿esz ju¿ wy¿ej przewin±æ." -#: menu.c:373 +#: menu.c:376 msgid "You are on the last page." msgstr "Jeste¶ na ostatniej stronie." -#: menu.c:395 +#: menu.c:398 msgid "You are on the first page." msgstr "Jeste¶ na pierwszej stronie." -#: menu.c:474 +#: menu.c:477 msgid "First entry is shown." msgstr "Pokazana jest pierwsza pozycja." -#: menu.c:494 +#: menu.c:497 msgid "Last entry is shown." msgstr "Pokazana jest ostatnia pozycja." -#: menu.c:545 +#: menu.c:548 msgid "You are on the last entry." msgstr "Jeste¶ na ostatniej pozycji." -#: menu.c:556 +#: menu.c:559 msgid "You are on the first entry." msgstr "Jeste¶ na pierwszej pozycji." -#: menu.c:596 pattern.c:1060 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "Szukaj frazy: " -#: menu.c:597 +#: menu.c:609 msgid "Reverse search for: " msgstr "Szukaj frazy w odwrotn± stronê: " -#: menu.c:608 pattern.c:1093 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "Nie ustali³e¶ wzorca poszukiwañ." -#: menu.c:638 pager.c:1829 pager.c:1845 pager.c:1932 pattern.c:1158 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "Nic nie znaleziono." -#: menu.c:689 +#: menu.c:701 msgid "No tagged entries." msgstr "Brak zaznaczonych pozycji listy." -#: menu.c:777 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "Poszukiwanie nie jest mo¿liwe w tym menu." -#: menu.c:816 +#: menu.c:826 msgid "Tagging is not supported." msgstr "Zaznaczanie nie jest obs³ugiwane." -#: mh.c:183 +#: mh.c:182 #, c-format msgid "Reading %s... %d" msgstr "Czytam %s... %d" @@ -2198,198 +2354,203 @@ msgstr "Czytam %s... %d" msgid "Lock count exceeded, remove lock for %s?" msgstr "Zliczanie blokady przekroczone, usun±æ blokadê %s?" -#: mx.c:178 +#: mx.c:125 +#, fuzzy, c-format +msgid "Can't dotlock %s.\n" +msgstr "Nie mogê ustaliæ statusu: %s" + +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "Zosta³ przekroczony czas oczekiwania na blokadê typu 'fcntl'" -#: mx.c:184 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "Oczekujê na blokadê typu 'fcntl'... %d" -#: mx.c:212 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "Zosta³ przekroczony czas oczekiwania da blokadê typu 'flock'!" -#: mx.c:219 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "Oczekujê na blokadê typu 'flock'... %d" -#: mx.c:589 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "Czytam %s..." -#: mx.c:679 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "Zapisujê %s..." -#: mx.c:704 +#: mx.c:710 #, fuzzy, c-format msgid "Could not synchronize mailbox %s!" msgstr "Nie mogê ponownie otworzyæ foldera poczty!" -#: mx.c:767 +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "Przesun±c przeczytane listy do %s?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "Usun±æ NIEODWO£ALNIE %d zaznaczonych do skasowania listów?" # a to co???? -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "Czy skasowaæ NIEDWO£ALNIE %d usuniêtych listów?" -#: mx.c:796 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "Przesuwam przeczytane listy do %s..." -#: mx.c:812 mx.c:955 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "Skrzynka pozosta³a nie zmieniona." -#: mx.c:831 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "%d zachowano, %d przesuniêto, %d usuniêto." -#: mx.c:834 mx.c:980 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "%d zachowano, %d usuniêto." -#: mx.c:940 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr " Naci¶nij '%s' aby ustawiæ pisanie" -#: mx.c:942 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "U¿yj 'toggle-write' by ponownie w³±czyæ pisanie!" -#: mx.c:944 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "Skrzynka jest oznaczona jako niezapisywalna. %s" -#: mx.c:949 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "Skrynka jest tylko do odczytu." -#: pager.c:1370 +#: pager.c:1376 msgid "PrevPg" msgstr "PoprzStr" -#: pager.c:1371 +#: pager.c:1377 msgid "NextPg" msgstr "NastStr" -#: pager.c:1375 +#: pager.c:1381 msgid "View Attachm." msgstr "Zobacz za³." -#: pager.c:1378 +#: pager.c:1384 msgid "Next" msgstr "Nastêpny" #. emulate "less -q" and don't go on to the next message. -#: pager.c:1741 pager.c:1772 pager.c:1801 pager.c:2020 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "Pokazany jest koniec wiadomo¶ci." -#: pager.c:1757 pager.c:1779 pager.c:1790 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "Pokazany jest pocz±tek wiadomo¶ci." -#: pager.c:1863 +#: pager.c:1869 msgid "Reverse search: " msgstr "Odwrotne poszukiwanie: " -#: pager.c:1864 +#: pager.c:1870 msgid "Search: " msgstr "Szukaj: " -#: pager.c:1958 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "Pomoc jest w³a¶nie wy¶wietlana." -#: pager.c:1987 +#: pager.c:1993 msgid "No more quoted text." msgstr "Nie ma wiêcej zaznaczonego tekstu." -#: pager.c:2000 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "Za za³±czonym tekstem ju¿ nic nie ma." -#: parse.c:502 +#: parse.c:501 msgid "multipart message has no boundary parameter!" msgstr "wieloczê¶ciowy list nie ma warto¶ci granicznych!" -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "B³±d w warto¶ci: %s" -#: pattern.c:331 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "Niew³a¶ciwy dzieñ miesi±ca: %s" -#: pattern.c:345 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "Niew³a¶ciwy miesi±c: %s" -#: pattern.c:399 +#: pattern.c:401 msgid "error in expression" msgstr "b³±d w warto¶ci" -#: pattern.c:584 pattern.c:692 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "b³±d we wzorze: %s" -#: pattern.c:632 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "%c: niew³a¶ciwe polecenie" -#: pattern.c:638 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "%c: nie obs³ugiwane w tym trybie" -#: pattern.c:651 +#: pattern.c:653 msgid "missing parameter" msgstr "brakuj±cy parametr" -#: pattern.c:667 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "niesparowane nawiasy: %s" -#: pattern.c:699 +#: pattern.c:701 msgid "empty pattern" msgstr "pusty wzorzec" -#: pattern.c:876 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "b³±d: nieznany op %d (zg³o¶ ten b³±d)." -#: pattern.c:941 pattern.c:1079 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "Kompilujê wzorzec poszukiwañ..." -#: pattern.c:955 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "Wykonujê polecenie na spe³niaj±cych wzorzec wiadomo¶ciach..." @@ -2397,40 +2558,40 @@ msgstr "Wykonuj msgid "No messages matched criteria." msgstr "¯adna z wiadomo¶ci nie spe³ni³a kryteriów." -#: pattern.c:1117 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "Poszukiwanie dosiêgnê³o koñca bez znalezienia frazy" -#: pattern.c:1128 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "Poszukiwanie dosiêgnê³o pocz±tku bez znalezienia frazy" -#: pattern.c:1150 +#: pattern.c:1145 msgid "Search interrupted." msgstr "Przeszukiwanie przerwano." -#: pgp.c:131 +#: pgp.c:130 msgid "Enter PGP passphrase:" msgstr "Wprowad¼ has³o PGP:" -#: pgp.c:147 +#: pgp.c:146 msgid "PGP passphrase forgotten." msgstr "Has³o PGP zosta³o zapomniane." -#: pgp.c:175 +#: pgp.c:174 #, c-format msgid "Unknown PGP version \"%s\"." msgstr "Nieznana wersja PGP \"%s\"." -#: pgp.c:208 +#: pgp.c:207 msgid "[-- PGP output follows (current time: " msgstr "[-- Oto efekt dzia³ania PGP (jest teraz: " -#: pgp.c:321 +#: pgp.c:320 msgid "[-- Error: unable to create PGP subprocess! --]\n" msgstr "[-- B³±d: nie potrafiê utworzyæ podprocesu PGP! --]\n" -#: pgp.c:348 +#: pgp.c:347 msgid "" "\n" "[-- End of PGP output --]\n" @@ -2440,7 +2601,7 @@ msgstr "" "[-- Koniec efektów dzia³ania PGP --]\n" "\n" -#: pgp.c:354 +#: pgp.c:353 msgid "" "[-- BEGIN PGP MESSAGE --]\n" "\n" @@ -2448,11 +2609,11 @@ msgstr "" "[-- POCZ¡TEK LISTU PGP --]\n" "\n" -#: pgp.c:356 +#: pgp.c:355 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- POCZ¡TEK KLUCZA PUBLICZNEGO PGP --]\n" -#: pgp.c:358 +#: pgp.c:357 msgid "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" @@ -2460,7 +2621,7 @@ msgstr "" "[-- POCZ¡TEK LISTU SYGNOWANEGO PGP --]\n" "\n" -#: pgp.c:460 +#: pgp.c:459 msgid "" "\n" "[-- END PGP MESSAGE --]\n" @@ -2468,11 +2629,11 @@ msgstr "" "\n" "[-- KONIEC LISTU PGP --]\n" -#: pgp.c:462 +#: pgp.c:461 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- KONIEC PUBLICZNEGO KLUCZA PGP --]\n" -#: pgp.c:464 +#: pgp.c:463 #, fuzzy msgid "" "\n" @@ -2481,7 +2642,7 @@ msgstr "" "[-- POCZ¡TEK LISTU SYGNOWANEGO PGP --]\n" "\n" -#: pgp.c:477 +#: pgp.c:476 msgid "" "[-- Error: could not find beginning of PGP message! --]\n" "\n" @@ -2489,7 +2650,7 @@ msgstr "" "[-- B³±d: nie potafiê odnale¼æ pocz±tku listu PGP! --]\n" "\n" -#: pgp.c:669 pgp.c:975 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2497,20 +2658,20 @@ msgstr "" "[-- Koniec potoku PGP --]\n" "\n" -#: pgp.c:721 +#: pgp.c:720 msgid "" "[-- Error: Inconsistant multipart/signed structure! --]\n" "\n" msgstr "" -#: pgp.c:729 +#: pgp.c:728 #, fuzzy, c-format msgid "" "[-- Error: Unknown multipart/signed protocol %s! --]\n" "\n" msgstr "B³±d: multipart/signed nie ma protoko³u." -#: pgp.c:750 +#: pgp.c:749 #, c-format msgid "" "[-- Warning: We can't verify %s/%s signatures. --]\n" @@ -2518,7 +2679,7 @@ msgid "" msgstr "" #. Now display the signed body -#: pgp.c:758 +#: pgp.c:757 #, fuzzy msgid "" "[-- The following data is signed --]\n" @@ -2527,13 +2688,13 @@ msgstr "" "[-- Nastêpuj±ce dane s± sygnowane PGP/MIME --]\n" "\n" -#: pgp.c:764 +#: pgp.c:763 msgid "" "[-- Warning: Can't find any signatures. --]\n" "\n" msgstr "" -#: pgp.c:770 +#: pgp.c:769 #, fuzzy msgid "" "\n" @@ -2542,11 +2703,11 @@ msgstr "" "\n" "[-- Koniec danych sygnowanych PGP/MIME --]\n" -#: pgp.c:882 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "B³±d wewnêtrzny. Poinformuj, proszê, ." -#: pgp.c:946 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2554,7 +2715,7 @@ msgstr "" "[-- B³±d: nie potafiê utworzyæ podprocesu PGP! --]\n" "\n" -#: pgp.c:1039 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2562,11 +2723,11 @@ msgstr "" "[-- B³±d: uszkodzona wiadomo¶æ PGP/MIME! --]\n" "\n" -#: pgp.c:1052 +#: pgp.c:1051 msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- B³±d: nie mogê utworzyæ pliku tymczasowego! --]\n" -#: pgp.c:1061 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" @@ -2574,7 +2735,7 @@ msgstr "" "[-- Nastêpuj±ce dane s± zaszyfrowane PGP/MIME --]\n" "\n" -#: pgp.c:1069 +#: pgp.c:1068 msgid "" "\n" "[-- End of PGP/MIME encrypted data --]\n" @@ -2582,358 +2743,377 @@ msgstr "" "\n" "[-- Koniec danych zaszyfrowanych PGP/MIME --]\n" -#: pgp.c:1151 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "Nie potrafiê otworzyæ podprocesu PGP!" -#: pgp.c:1275 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "Czy u¿yæ identyfikatora klucza = \"%s\" dla %s?" -#: pgp.c:1281 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "Wprowad¼ identyfikator klucza dla %s: " -#: pgpkey.c:174 +#: pgpkey.c:441 msgid "Exit " msgstr "Wyj¶cie " -#: pgpkey.c:176 +#: pgpkey.c:443 msgid "Select " msgstr "Wybór " -#: pgpkey.c:179 +#: pgpkey.c:446 msgid "Check key " msgstr "Sprawd¼ klucz " -#: pgpkey.c:192 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "Znalezione klucze PGP " -#: pgpkey.c:211 pgpkey.c:388 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "Nie mogê otworzyæ /dev/null" -#: pgpkey.c:217 pgpkey.c:382 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "Nie mogê utworzyæ pliku tymczasowego" -#: pgpkey.c:227 pgpkey.c:399 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "Nie mogê utworzyæ filtra" -#: pgpkey.c:237 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "Identyfikator klucza: 0x%s" -#: pgpkey.c:258 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "Poziom zaufania dla identyfikatora jest nieokre¶lony." -#: pgpkey.c:259 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "Identyfikator nie jest uwierzytelniony." -#: pgpkey.c:260 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "Identyfikator jest tylko czê¶ciowo godny zaufania." -#: pgpkey.c:263 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s Czy na pewno chcesz go u¿yæ?" -#: pgpkey.c:370 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "Wprowad¼, proszê, identyfikator klucza: " -#: pgpkey.c:417 +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "Wywo³ujê PGP..." + +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "Klucz PGP 0x%s." -#: pgppubring.c:59 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "zarezerwowany" -#: pgppubring.c:60 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "Zaszyfrowany klucz sesji" -#: pgppubring.c:61 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "Paczka sygnatury" -#: pgppubring.c:62 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "Konwencjonalnie zaszyfrowana paczka klucza sesji" -#: pgppubring.c:63 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "Jednoprzej¶ciowa paczka sygnatury" -#: pgppubring.c:64 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "Sekretna paczka klucza" -#: pgppubring.c:65 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "Publiczna paczka klucza" -#: pgppubring.c:66 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "Sekretna paczka podklucza" -#: pgppubring.c:67 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "Skompresowana paczka danych" -#: pgppubring.c:68 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "Symetrycznie zaszyfrowana paczka danych" -#: pgppubring.c:69 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "Paczka - marker" -#: pgppubring.c:70 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "Literal Data packet" -#: pgppubring.c:71 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "Paczka zaufania" -#: pgppubring.c:72 +#: pgppubring.c:76 msgid "Name Packet" msgstr "Paczka nazwy" -#: pgppubring.c:73 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "Paczka podklucza" -#: pgppubring.c:74 +#: pgppubring.c:78 msgid "Reserved" msgstr "Zarezerwowane" -#: pgppubring.c:75 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "Paczka komentarza" -#: pop.c:67 +#: pop.c:66 msgid "POP Password: " msgstr "Has³o na serwer POP: " -#: pop.c:92 +#: pop.c:91 msgid "POP host is not defined." msgstr "Serwer POP nie zosta³ wskazany." -#: pop.c:98 +#: pop.c:97 msgid "No POP username is defined." msgstr "Nie zosta³a wskazana nazwa u¿ytkownika na serwerze POP." -#: pop.c:115 +#: pop.c:114 #, c-format msgid "Could not find address for host %s." msgstr "Nie potrafiê znale¼æ adresu serwera %s." -#: pop.c:123 +#: pop.c:122 #, c-format msgid "Connecting to %s" msgstr "Staram siê po³±czyæ z %s" -#: pop.c:167 pop.c:332 +#: pop.c:166 pop.c:331 msgid "Server closed connection!" msgstr "Sewer zamkn±³ po³±czenie!" -#: pop.c:188 +#: pop.c:187 msgid "No new mail in POP mailbox." msgstr "Nie ma nowej poczty w folderze poczty POP." -#: pop.c:210 +#: pop.c:209 #, c-format msgid "Reading %d new message (%d bytes)..." msgstr "Czytam %d nowy list (%d bajtów)..." -#: pop.c:211 +#: pop.c:210 #, c-format msgid "Reading %d new messages (%d bytes)..." msgstr "Czytam %d nowych listów (%d bajtów)..." -#: pop.c:246 +#: pop.c:245 msgid "Error reading message!" msgstr "B³±d czytania wiadomo¶ci!" -#: pop.c:282 +#: pop.c:281 msgid "Error while writing mailbox!" msgstr "B³±d podczas zapisywania skrzynki!" -#: pop.c:306 +#: pop.c:305 #, c-format msgid "%s [%d messages read]" msgstr "%s [%d wiadomo¶ci przeczytanych]" -#: postpone.c:112 +#: postpone.c:111 msgid "Postponed Messages" msgstr "Od³o¿one wiadomo¶ci" -#: postpone.c:185 postpone.c:194 +#: postpone.c:184 postpone.c:193 msgid "No postponed messages." msgstr "Brak od³o¿onych wiadomo¶ci." -#: postpone.c:339 postpone.c:359 postpone.c:368 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "Nieprawid³owy nag³ówek PGP" -#: query.c:46 +#: query.c:45 msgid "New Query" msgstr "Nowe pytanie" -#: query.c:47 +#: query.c:46 msgid "Make Alias" msgstr "Uczyñ aliasa" -#: query.c:48 +#: query.c:47 msgid "Search" msgstr "Szukaj" -#: query.c:92 +#: query.c:91 msgid "Waiting for response..." msgstr "Oczekiwanie na odpowied¼..." -#: query.c:193 query.c:218 +#: query.c:192 query.c:217 msgid "Query command not defined." msgstr "Pytanie nie zosta³o okre¶lone." -#: query.c:245 +#: query.c:244 msgid "Query" msgstr "Pytanie" #. Prompt for Query -#: query.c:258 query.c:286 +#: query.c:257 query.c:285 msgid "Query: " msgstr "Pytanie:" -#: query.c:269 query.c:295 +#: query.c:268 query.c:294 #, c-format msgid "Query '%s'" msgstr "Pytanie '%s'" -#: recvattach.c:50 +#: recvattach.c:49 msgid "Pipe" msgstr "Rura" -#: recvattach.c:51 +#: recvattach.c:50 msgid "Print" msgstr "Drukuj" -#: recvattach.c:371 +#: recvattach.c:402 msgid "Saving..." msgstr "Zachowywanie..." -#: recvattach.c:432 +#: recvattach.c:465 msgid "Attachment saved" msgstr "Za³±cznik zachowany" -#: recvattach.c:444 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "UWAGA! Zastêpujesz zbiór %s, kontynuowaæ?" -#: recvattach.c:462 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "Za³±cznik przefiltrowany." -#: recvattach.c:528 +#: recvattach.c:561 msgid "Filter through: " msgstr "Przefiltruj przez: " -#: recvattach.c:528 +#: recvattach.c:561 msgid "Pipe to: " msgstr "Pu¶æ przez rurê do: " -#: recvattach.c:563 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "Nie wiem jak wydrukowaæ %s za³±czników!" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "Drukowaæ zaznaczony za³±cznik/i?" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print attachment?" msgstr "Drukowaæ za³±cznik?" -#: recvattach.c:654 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "Mo¿esz odbijaæ jedynie czê¶ciowe wiadomo¶ci zgodne z RFC 822." -#: recvattach.c:690 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "Odbiæ wiadomo¶ci do %s...?" -#: recvattach.c:691 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "Odbiæ wiadomo¶æ do %s...?" -#: recvattach.c:916 +#: recvattach.c:976 msgid "Attachments" msgstr "Za³±czniki" -#: recvattach.c:973 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "Kasowanie za³±czników z listów PGP nie jest mo¿liwe." -#: recvattach.c:993 recvattach.c:1010 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "Mo¿liwe jest jedynie kasowanie wieloczê¶ciowych za³±czników." -#: recvattach.c:1060 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "ten rodzaj operacji nie jest obecnie mo¿liwy dla listów PGP." -#: rfc1524.c:158 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "B³êdnie sformatowane pole dla typu %s w \"%s\" linii %d" -#: rfc1524.c:390 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "Brak ¶cie¿ki do pliku specjalnego 'mailcap'" -#: rfc1524.c:416 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "wpis w 'mailcap' dla typu %s nieznany" -#: score.c:74 +#: score.c:73 msgid "score: too few arguments" msgstr "score: za ma³o argumentów" -#: score.c:83 +#: score.c:82 msgid "score: too many arguments" msgstr "score: za wiele argumentów" -#: send.c:230 +#: send.c:232 msgid "No subject, abort?" msgstr "Brak tematu, wyj¶æ z komponowania listu?" -#: send.c:232 +#: send.c:234 msgid "No subject, aborting." msgstr "Brak tematu, rezygnujê." +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "Odpowiedz %s%s?" + #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:433 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "Odpowiedz %s%s?" @@ -2941,112 +3121,116 @@ msgstr "Odpowiedz %s%s?" #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:517 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "Brak widocznych zaznaczonych listów!" -#: send.c:542 +#: send.c:553 msgid "No mailing lists found!" msgstr "Nie znaleziono list pocztowych!" -#: send.c:629 +#: send.c:640 msgid "Include message in reply?" msgstr "Czy zawrzeæ oryginaln± wiadomo¶æ w odpowiedzi?" -#: send.c:643 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "Nie mogê za³±czyæ wszystkich wiadomo¶ci których sobie za¿yczy³e¶!" -#: send.c:656 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "Przes³aæ dalej za pomoc± kapsu³ki MIME?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:867 +#: send.c:890 msgid "Recall postponed message?" msgstr "Wywo³aæ od³o¿ony list?" -#: send.c:1099 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "Czy wyj¶æ z komponowania, gdy¿ wiadomo¶æ nie zosta³a zmieniona?" -#: send.c:1101 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "Wychodzê, bo wiadomo¶æ nie zosta³a zmieniona." #. abort -#: send.c:1140 +#: send.c:1165 msgid "Mail not sent." msgstr "List nie zosta³ wys³any." -#: send.c:1153 +#: send.c:1178 msgid "Message postponed." msgstr "Wiadomo¶æ od³o¿ona." -#: send.c:1162 +#: send.c:1187 msgid "No recipients are specified!" msgstr "Nie zosta³ wskazany ¿aden odbiorca!" -#: send.c:1167 +#: send.c:1192 msgid "No recipients were specified." msgstr "Nie zosta³ wskazany ¿aden odbiorca." -#: send.c:1173 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "Brak tematu, zaniechaæ wys³ania?" -#: send.c:1177 +#: send.c:1202 msgid "No subject specified." msgstr "Brak tematu." -#: send.c:1216 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "Wiadomo¶æ by³a zmieniana. Czy na pewno wys³aæ?" -#: send.c:1222 +#: send.c:1249 msgid "Sending message..." msgstr "Wysy³anie wiadomo¶ci..." -#: send.c:1324 +#: send.c:1361 #, fuzzy msgid "Could not send the message." msgstr "wy¶lij list" -#: send.c:1330 +#: send.c:1366 msgid "Mail sent." msgstr "Poczta wys³ana." -#: sendlib.c:475 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "Brak parametru granicznego! (zg³o¶ ten b³±d)" -#: sendlib.c:509 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "%s ju¿ nie istnieje!" -#: sendlib.c:777 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "Nie mogê otworzyæ %s" -#: sendlib.c:1695 +#: sendlib.c:1680 #, fuzzy, c-format -msgid "Error sending message, child exited %d (%s).\n" +msgid "Error sending message, child exited %d (%s)." msgstr "B³±d podczas wysy³ania listu, proces potomny opuszczony %d (%s).\n" -#: sendlib.c:1697 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "Zapisa³em efekty dzia³ania procesu potomnego do %s.\n" +#: sendlib.c:1686 +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1701 -msgid "Error sending message." -msgstr "B³±d podczas wysy³ania wiadomo¶ci." +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "Dosta³em %s... Opuszczam program.\n" -#: signal.c:39 signal.c:42 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "Dosta³em %s... Opuszczam program.\n" @@ -3056,69 +3240,43 @@ msgstr "Dosta msgid "Caught signal %d... Exiting.\n" msgstr "Dosta³em sygna³ %d... Opuszczam program.\n" -#: sort.c:199 +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "£±czê siê z %s..." + +#: sort.c:198 msgid "Sorting mailbox..." msgstr "Sortujê folder poczty..." -#: sort.c:227 +#: sort.c:226 msgid "Could not find sorting function! [report this bug]" msgstr "Nie znaleziono funkcji sortowania! (zg³o¶ ten b³±d)" -#: status.c:102 +#: status.c:101 msgid "(no mailbox)" msgstr "(nie ma foldera poczty)" -#, fuzzy -#~ msgid "Error running \"%s\"!" -#~ msgstr "B³±d interpretacji adresu!" +#~ msgid "Display message using mailcap?" +#~ msgstr "Wy¶wietliæ u¿ywaj±c pliku 'mailcap'?" -#, fuzzy -#~ msgid "Subscribed [%s], File mask: %s" -#~ msgstr "Katalog [%s], Maska nazw plików: %s" +#~ msgid "Can't open your secret key ring!" +#~ msgstr "Nie mogê otworzyæ twego tajnego breloczka kluczy!" -#, fuzzy -#~ msgid "Can't attach a directory!" -#~ msgstr "Nie mogê przegl±daæ tego katalogu" +#~ msgid "===== Attachments =====" +#~ msgstr "==== Za³±cznik ====" -#, fuzzy -#~ msgid "Can't open %s: %s." -#~ msgstr "Nie mogê ustaliæ statusu: %s" +#~ msgid "Please report this program error in the function mutt_mktime." +#~ msgstr "Zg³o¶, proszê, ten b³±d w funkcji mutt_mktime." -#, fuzzy -#~ msgid "-- Attachments" -#~ msgstr "Za³±czniki" - -#, fuzzy -#~ msgid "Unable to attach %s!" -#~ msgstr "Nie mogê za³±czyæ!" - -#, fuzzy -#~ msgid "Reopening mailbox... %s" -#~ msgstr "Ponownie otwieram skrzynkê..." - -#, fuzzy -#~ msgid "Subscribing to %s..." -#~ msgstr "Kopiujê do $s..." +#~ msgid "%s is a boolean var!" +#~ msgstr "%s jest zmienn± logiczn±!" -#, fuzzy -#~ msgid "Unsubscribing to %s..." -#~ msgstr "£±czê siê z %s..." +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "Zapisa³em efekty dzia³ania procesu potomnego do %s.\n" -#, fuzzy -#~ msgid "Delete a remailer from the chain" -#~ msgstr "usuñ wszystkie znaki w linii" - -#, fuzzy -#~ msgid "Can't dotlock %s.\n" -#~ msgstr "Nie mogê ustaliæ statusu: %s" - -#, fuzzy -#~ msgid "Invoking pgp..." -#~ msgstr "Wywo³ujê PGP..." - -#, fuzzy -#~ msgid "%s... Exiting.\n" -#~ msgstr "Dosta³em %s... Opuszczam program.\n" +#~ msgid "Error sending message." +#~ msgstr "B³±d podczas wysy³ania wiadomo¶ci." #~ msgid "" #~ "[-- Error: this message does not comply with the PGP/MIME specification! " diff --git a/po/ru.po b/po/ru.po index 947980bc..3b7a5cc6 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,418 +7,444 @@ msgid "" msgstr "" "Project-Id-Version: Mutt 0.95.1i\n" -"POT-Creation-Date: 1999-01-04 14:22+0100\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: 1999-09-10 10:44 +0300\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: 8bit\n" -#: addrbook.c:32 browser.c:54 pager.c:1369 postpone.c:33 query.c:44 -#: recvattach.c:48 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 +#: recvattach.c:47 msgid "Exit" msgstr "÷ÙÈÏÄ" -#: addrbook.c:33 +#: addrbook.c:32 msgid "Select" msgstr "÷ÙÂÒÁÔØ" -#: addrbook.c:34 browser.c:57 compose.c:84 curs_main.c:259 pager.c:1466 -#: pgpkey.c:181 postpone.c:36 query.c:49 recvattach.c:52 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "ðÏÄÓËÁÚËÁ" -#: addrbook.c:132 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "óÐÉÓÏË ÐÓÅ×ÄÏÎÉÍÏ× ÏÔÓÕÔ×ÕÅÔ!" -#: addrbook.c:144 +#: addrbook.c:131 msgid "Aliases" msgstr "ðÓÅ×ÄÏÎÉÍÙ" #. add a new alias -#: alias.c:193 +#: alias.c:192 msgid "Alias as: " msgstr "ðÓÅ×ÄÏÎÉÍ: " -#: alias.c:199 +#: alias.c:198 msgid "You already have an alias defined with that name!" msgstr "ôÁËÏÊ ÐÓÅ×ÄÏÎÉÍ ÕÖÅ ÐÒÉÓÕÔÓÔ×ÕÅÔ!" -#: alias.c:213 +#: alias.c:212 msgid "Address: " msgstr "áÄÒÅÓ: " -#: alias.c:229 +#: alias.c:228 msgid "Personal name: " msgstr "ðÏÌÎÏÅ ÉÍÑ: " -#: alias.c:238 +#: alias.c:237 #, c-format msgid "[%s = %s] Accept?" msgstr "[%s = %s] ðÒÉÎÑÔØ?" -#: alias.c:255 recvattach.c:344 recvattach.c:399 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "óÏÈÒÁÎÉÔØ × ÆÁÊÌ: " -#: alias.c:266 +#: alias.c:265 msgid "Alias added." msgstr "ðÓÅ×ÄÏÎÉÍ ÓÏÚÄÁÎ." -#: attach.c:112 attach.c:235 attach.c:367 attach.c:806 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "îÅ ÕÄÁÌÏÓØ ÒÁÚÏÂÒÁÔØ ÉÍÑ. ðÒÏÄÏÌÖÉÔØ?" #. For now, editing requires a file, no piping -#: attach.c:124 +#: attach.c:123 msgid "Mailcap compose entry requires %%s" msgstr "õËÁÚÁÎÎÙÊ × mailcap ÓÐÏÓÏ ÓÏÚÄÁÎÉÑ ÔÒÅÂÕÅÔ %%s" -#: attach.c:138 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "ïÛÉÂËÁ ÒÁÚÂÏÒÁ ÁÄÒÅÓÁ!" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "îÅ ÕÄÁÌÏÓØ ÏÔËÒÙÔØ ÆÁÊÌ ÄÌÑ ÒÁÚÂÏÒÁ ÚÁÇÏÌÏ×ËÏ×." -#: attach.c:169 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "îÅ ÕÄÁÌÏÓØ ÏÔËÒÙÔØ ÆÁÊÌ ÄÌÑ ÕÄÁÌÅÎÉÑ ÚÁÇÏÌÏ×ËÏ×." -#: attach.c:187 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." msgstr "÷ mailcap ÎÅ ÏÐÒÅÄÅÌÅÎ ÓÐÏÓÏ ÓÏÚÄÁÎÉÑ ÄÌÑ %s; ÓÏÚÄÁÎ ÐÕÓÔÏÊ ÆÁÊÌ." #. For now, editing requires a file, no piping -#: attach.c:247 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "õËÁÚÁÎÎÙÊ × mailcap ÓÐÏÓÏ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ ÔÒÅÂÕÅÔ %%s" -#: attach.c:265 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "÷ mailcap ÎÅ ÏÐÒÅÄÅÌÅÎ ÓÐÏÓÏ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ ÄÌÑ %s" -#: attach.c:333 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "ðÏÄÈÏÄÑÝÑÑ ÚÁÐÉÓØ × mailcap ÎÅ ÎÁÊÄÅÎÁ; ÐÒÏÓÍÏÔÒ ËÁË ÔÅËÓÔÁ." -#: attach.c:346 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "MIME-ÔÉÐ ÎÅ ÏÐÒÅÄÅÌÅÎ. îÅ×ÏÚÍÏÖÎÏ ÐÒÏÓÍÏÔÒÅÔØ ×ÌÏÖÅÎÉÅ." -#: attach.c:436 +#: attach.c:499 msgid "Cannot create filter" msgstr "îÅ ÕÄÁÌÏÓØ ÓÏÚÄÁÔØ ÆÉÌØÔÒ" -#: attach.c:638 recvattach.c:374 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "÷ÌÏÖÅÎÉÅ ÓÏÈÒÁÎÅÎÏ." -#: attach.c:691 +#: attach.c:756 msgid "Write fault!" msgstr "ïÛÉÂËÁ ÚÁÐÉÓÉ!" -#: attach.c:890 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "îÅÉÚ×ÅÓÔÎÏ, ËÁË ÜÔÏ ÐÅÞÁÔÁÔØ!" -#: browser.c:55 +#: browser.c:42 msgid "Chdir" msgstr "ðÅÒÅÊÔÉ ×: " -#: browser.c:56 +#: browser.c:43 msgid "Mask" msgstr "íÁÓËÁ" -#: browser.c:345 browser.c:672 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s ÎÅ Ñ×ÌÑÅÔÓÑ ËÁÔÁÌÏÇÏÍ." -#: browser.c:450 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "ðÏÞÔÏ×ÙÈ ÑÝÉËÏ× [%d]" +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "ëÁÔÁÌÏÇ [%s], ÍÁÓËÁ ÆÁÊÌÁ: %s" + #: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "ëÁÔÁÌÏÇ [%s], ÍÁÓËÁ ÆÁÊÌÁ: %s" -#: browser.c:539 browser.c:729 browser.c:812 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "îÅ ÕÄÁÌÏÓØ ÐÒÏÓÍÏÔÒÅÔØ ËÁÔÁÌÏÇ" + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "îÅÔ ÆÁÊÌÏ×, ÕÄÏ×ÌÅÔ×ÏÒÑÀÝÉÈ ÄÁÎÎÏÊ ÍÁÓËÅ" -#: browser.c:646 +#: browser.c:784 msgid "Chdir to: " msgstr "ðÅÒÅÊÔÉ ×: " -#: browser.c:665 browser.c:722 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "ïÛÉÂËÁ ÐÒÏÓÍÏÔÒÁ ËÁÔÁÌÏÇÁ." -#: browser.c:683 +#: browser.c:836 msgid "File Mask: " msgstr "íÁÓËÁ ÆÁÊÌÁ: " -#: browser.c:745 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "ïÂÒÁÔÎÙÊ ÐÏÒÑÄÏË ÐÏ (Ä)ÁÔÅ, (É)ÍÅÎÉ, (Ò)ÁÚÍÅÒÕ ÉÌÉ (Î)Å cÏÒÔÉÒÏ×ÁÔØ?" -#: browser.c:746 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "õÐÏÒÑÄÏÞÉÔØ ÐÏ (Ä)ÁÔÅ, (É)ÍÅÎÉ, (Ò)ÁÚÍÅÒÕ ÉÌÉ (Î)Å ÓÏÒÔÉÒÏ×ÁÔØ?" -#: browser.c:747 +#: browser.c:900 msgid "dazn" msgstr "ÄÉÒÎ" -#: browser.c:799 +#: browser.c:962 msgid "New file name: " msgstr "îÏ×ÏÅ ÉÍÑ ÆÁÊÌÁ: " -#: browser.c:820 +#: browser.c:983 msgid "Can't view a directory" msgstr "îÅ ÕÄÁÌÏÓØ ÐÒÏÓÍÏÔÒÅÔØ ËÁÔÁÌÏÇ" -#: browser.c:838 +#: browser.c:1001 msgid "Error trying to view file" msgstr "ïÛÉÂËÁ ÐÒÉ ÐÏÐÙÔËÅ ÐÒÏÓÍÏÔÒÁ ÆÁÊÌÁ" -#: buffy.c:364 +#: buffy.c:363 #, c-format msgid "New mail in %s." msgstr "îÏ×ÁÑ ÐÏÞÔÁ × ÐÏÞÔÏ×ÏÍ ÑÝÉËÅ %s." -#: color.c:307 +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÉÎÆÏÒÍÁÃÉÀ: %s" + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "%s: Ã×ÅÔ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ ÔÅÒÍÉÎÁÌÏÍ" -#: color.c:313 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "%s: ÎÅÔ ÔÁËÏÇÏ Ã×ÅÔÁ" -#: color.c:359 color.c:550 color.c:561 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "%s: ÎÅÔ ÔÁËÏÇÏ ÏÂßÅËÔÁ" -#: color.c:366 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "%s: ËÏÍÁÎÄÁ ÄÏÓÔÕÐÎÁ ÔÏÌØËÏ ÄÌÑ ÉÎÄÅËÓÁ" -#: color.c:374 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "%s: ÓÌÉÛËÏÍ ÍÁÌÏ ÁÒÇÕÍÅÎÔÏ×" -#: color.c:538 +#: color.c:546 msgid "Missing arguments." msgstr "îÅÏÂÈÏÄÉÍÙÅ ÁÒÇÕÍÅÎÔÙ ÏÔÓÕÔÓÔ×ÕÀÔ." -#: color.c:577 color.c:588 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "color: ÓÌÉÛËÏÍ ÍÁÌÏ ÁÒÇÕÍÅÎÔÏ×" -#: color.c:611 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono: ÓÌÉÛËÏÍ ÍÁÌÏ ÁÒÇÕÍÅÎÔÏ×" -#: color.c:631 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "%s: ÎÅÔ ÔÁËÏÇÏ ÁÔÒÉÂÕÔÁ" -#: color.c:671 hook.c:62 hook.c:70 keymap.c:681 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "ÓÌÉÛËÏÍ ÍÁÌÏ ÁÒÇÕÍÅÎÔÏ×" -#: color.c:680 hook.c:76 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "ÓÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ×" -#: color.c:694 +#: color.c:702 msgid "default colors not supported" msgstr "Ã×ÅÔÁ ÐÏ ÕÍÏÌÞÁÎÉÀ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ" -#: commands.c:123 -msgid "Display message using mailcap?" -msgstr "ðÏËÁÚÁÔØ ÓÏÏÂÝÅÎÉÅ × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó mailcap?" - -#: commands.c:154 commands.c:162 pgpkey.c:221 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "úÁÐÕÓËÁÅÔÓÑ PGP..." #. find out whether or not the verify signature -#: commands.c:159 +#: commands.c:92 msgid "Verify PGP signature?" msgstr "ðÒÏ×ÅÒÉÔØ PGP-ÐÏÄÐÉÓØ?" -#: commands.c:177 mbox.c:724 +#: commands.c:110 mbox.c:722 msgid "Could not create temporary file!" msgstr "îÅ ÕÄÁÌÏÓØ ÓÏÚÄÁÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ!" -#: commands.c:225 +#: commands.c:162 msgid "Command: " msgstr "ëÏÍÁÎÄÁ: " -#: commands.c:243 recvattach.c:677 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "ðÅÒÅÎÁÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ: " -#: commands.c:245 recvattach.c:679 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "ðÅÒÅÎÁÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÑ: " -#: commands.c:260 +#: commands.c:197 msgid "Error parsing address!" msgstr "ïÛÉÂËÁ ÒÁÚÂÏÒÁ ÁÄÒÅÓÁ!" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "ðÅÒÅÎÁÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ %s" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "ðÅÒÅÎÁÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÑ %s" -#: commands.c:281 +#: commands.c:218 msgid "Message bounced." msgstr "óÏÏÂÝÅÎÉÅ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÏ." -#: commands.c:281 +#: commands.c:218 msgid "Messages bounced." msgstr "óÏÏÂÝÅÎÉÑ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÙ." -#: commands.c:301 +#: commands.c:239 msgid "Pipe to command: " msgstr "ðÅÒÅÄÁÔØ ÐÒÏÇÒÁÍÍÅ: " -#: commands.c:401 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "ïÂÒÁÔÎÙÊ ÐÏÒÑÄÏË: (×)ÒÅÍÑ/(Ï)Ô " "ËÏÇÏ/(Ð)ÏÌÕÞÅÎÏ/(Ô)ÅÍÁ/(Ë)ÏÍÕ/(Ä)ÉÓËÕÓÓÉÑ/(Â)ÅÚ/(Ò)ÁÚÍÅÒ/ËÏ(Î)ÔÅËÓÔ? " -#: commands.c:402 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "ðÏÒÑÄÏË: (×)ÒÅÍÑ/(Ï)Ô " "ËÏÇÏ/(Ð)ÏÌÕÞÅÎÏ/(Ô)ÅÍÁ/(Ë)ÏÍÕ/(Ä)ÉÓËÕÓÓÉÑ/(Â)ÅÚ/(Ò)ÁÚÍÅÒ/ËÏ(Î)ÔÅËÓÔ? " -#: commands.c:403 +#: commands.c:341 msgid "dfrsotuzc" msgstr "×ÏÐÔËÄÂÒÎ" -#: commands.c:456 +#: commands.c:394 msgid "Shell command: " msgstr "ðÒÏÇÒÁÍÍÁ: " -#: commands.c:572 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s × ÐÏÞÔÏ×ÙÊ ÑÝÉË" -#: commands.c:573 +#: commands.c:511 msgid "Decode-save" msgstr "äÅËÏÄÉÒÏ×ÁÔØ É ÓÏÈÒÁÎÉÔØ" -#: commands.c:573 +#: commands.c:511 msgid "Decode-copy" msgstr "äÅËÏÄÉÒÏ×ÁÔØ É ËÏÐÉÒÏ×ÁÔØ" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-save" msgstr "äÅÛÉÆÒÏ×ÁÔØ É ÓÏÈÒÁÎÉÔØ" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-copy" msgstr "äÅÛÉÆÒÏ×ÁÔØ É ËÏÐÉÒÏ×ÁÔØ" -#: commands.c:575 curs_main.c:255 recvattach.c:49 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "óÏÈÒÁÎÉÔØ" -#: commands.c:575 +#: commands.c:513 msgid "Copy" msgstr "ëÏÐÉÒÏ×ÁÔØ" -#: commands.c:575 +#: commands.c:513 msgid " tagged" msgstr " ÐÏÍÅÞÅÎÎÏÅ" -#: commands.c:644 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "ëÏÐÉÒÕÅÔÓÑ × %s..." -#: commands.c:716 +#: commands.c:654 msgid "Print message?" msgstr "îÁÐÅÞÁÔÁÔØ ÓÏÏÂÝÅÎÉÅ?" -#: commands.c:716 +#: commands.c:654 msgid "Print tagged messages?" msgstr "îÁÐÅÞÁÔÁÔØ ÏÔÍÅÞÅÎÎÙÅ ÓÏÏÂÝÅÎÉÑ?" -#: commands.c:743 +#: commands.c:681 msgid "Message printed" msgstr "óÏÏÂÝÅÎÉÅ ÎÁÐÅÞÁÔÁÎÏ" -#: commands.c:743 +#: commands.c:681 msgid "Messages printed" msgstr "óÏÏÂÝÅÎÉÑ ÎÁÐÅÞÁÔÁÎÙ" -#: compose.c:77 +#: compose.c:83 msgid "Send" msgstr "ïÔÐÒÁ×ÉÔØ" -#: compose.c:78 +#: compose.c:84 msgid "Abort" msgstr "ðÒÅÒ×ÁÔØ" -#: compose.c:82 compose.c:539 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "÷ÌÏÖÉÔØ ÆÁÊÌ" -#: compose.c:83 +#: compose.c:89 msgid "Descrip" msgstr "ïÐÉÓÁÎÉÅ" -#: compose.c:104 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "ðÏÄÐÉÓÁÔØ, ûÉÆÒÏ×ÁÔØ" -#: compose.c:106 +#: compose.c:112 msgid "Encrypt" msgstr "ûÉÆÒÏ×ÁÔØ" -#: compose.c:108 +#: compose.c:114 msgid "Sign" msgstr "ðÏÄÐÉÓÁÔØ" -#: compose.c:110 +#: compose.c:116 msgid "Clear" msgstr "îÅ ÐÒÉÍÅÎÑÔØ" -#: compose.c:117 +#: compose.c:123 msgid " sign as: " msgstr " ÐÏÄÐÉÓÁÔØ ËÁË: " -#: compose.c:117 +#: compose.c:123 msgid "" msgstr "<ÐÏ ÕÍÏÌÞÁÎÉÀ>" -#: compose.c:118 compose.c:192 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "MIC-ÁÌÇÏÒÉÔÍ: " -#: compose.c:133 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " @@ -426,121 +452,168 @@ msgstr "" "(Û)ÉÆÒÏ×ÁÔØ, (Ð)ÏÄÐÉÓÁÔØ, ÐÏÄÐÉÓÁÔØ (Ë)ÁË, ÔÏ (É) ÄÒÕÇÏÅ, ×ÙÂÒÁÔØ " "MIC-(Á)ÌÇÏÒÉÔÍ, ÉÌÉ (Ï)ÔËÁÚÁÔØÓÑ? " -#: compose.c:134 +#: compose.c:138 msgid "esabmf" msgstr "ÛÐËÉÁÏ" -#: compose.c:151 -msgid "Can't open your secret key ring!" -msgstr "îÅ ÕÄÁÌÏÓØ ÏÔËÒÙÔØ ×ÁÛÕ Ó×ÑÚËÕ ÓÅËÒÅÔÎÙÈ ËÌÀÞÅÊ!" - -#: compose.c:156 +#: compose.c:152 msgid "Sign as: " msgstr "ðÏÄÐÉÓÁÔØ ËÁË: " -#: compose.c:176 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "äÌÑ ÐÏÄÐÉÓÉ ÂÙÌÁ ÚÁÄÁÎÁ ÎÅÉÚ×ÅÓÔÎÁÑ ×ÅÒÓÉÑ PGP." -#: compose.c:186 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "üÔÏ ÂÅÓÓÍÙÓÌÅÎÎÏ, ÅÓÌÉ ×Ù ÎÅ ÓÏÂÉÒÁÅÔÅÓØ ÐÏÄÐÉÓÙ×ÁÔØ ÓÏÏÂÝÅÎÉÅ." -#: compose.c:197 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "îÅÉÚ×ÅÓÔÎÙÊ MIC-ÁÌÇÏÒÉÔÍ, ÄÏÐÕÓÔÉÍÙ: pgp-md5, pgp-sha1, pgp-rmd160" -#: compose.c:233 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "%s [#%d] ÕÖÅ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ!" -#: compose.c:241 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "%s [#%d] ÉÚÍÅÎÅÎ. ïÂÎÏ×ÉÔØ ËÏÄÉÒÏ×ËÕ?" -#: compose.c:282 -msgid "===== Attachments =====" -msgstr "===== ÷ÌÏÖÅÎÉÑ =====" +#: compose.c:309 +#, fuzzy +msgid "-- Attachments" +msgstr "÷ÌÏÖÅÎÉÑ" -#: compose.c:320 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "÷Ù ÎÅ ÍÏÖÅÔÅ ÕÄÁÌÉÔØ ÅÄÉÎÓÔ×ÅÎÎÏÅ ×ÌÏÖÅÎÉÅ." -#: compose.c:394 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "óÏÚÄÁÔØ" -#: compose.c:544 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "ïÔËÒÙÔØ ÐÏÞÔÏ×ÙÊ ÑÝÉË É ×ÌÏÖÉÔØ ÓÏÏÂÝÅÎÉÅ ÉÚ ÎÅÇÏ" -#: compose.c:583 +#: compose.c:648 msgid "No messages in that folder." msgstr "÷ ÜÔÏÍ ÐÏÞÔÏ×ÏÍ ÑÝÉËÅ/ÆÁÊÌÅ ÎÅÔ ÓÏÏÂÝÅÎÉÊ." -#: compose.c:590 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "ðÏÍÅÔØÔÅ ÓÏÏÂÝÅÎÉÑ, ËÏÔÏÒÙÅ ×Ù ÈÏÔÉÔÅ ×ÌÏÖÉÔØ!" -#: compose.c:625 compose.c:645 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "îÅ ÕÄÁÌÏÓØ ×ÌÏÖÉÔØ!" + +#: compose.c:722 msgid "Unable to attach!" msgstr "îÅ ÕÄÁÌÏÓØ ×ÌÏÖÉÔØ!" -#: compose.c:772 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "îÅ×ÅÒÎÁÑ ËÏÄÉÒÏ×ËÁ." -#: compose.c:787 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "óÏÈÒÁÎÉÔØ ËÏÐÉÀ ÜÔÏÇÏ ÓÏÏÂÝÅÎÉÑ?" -#: compose.c:832 +#: compose.c:996 msgid "Rename to: " msgstr "ðÅÒÅÉÍÅÎÏ×ÁÔØ ×: " -#: compose.c:837 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÉÎÆÏÒÍÁÃÉÀ: %s" -#: compose.c:864 +#: compose.c:1028 msgid "New file: " msgstr "îÏ×ÙÊ ÆÁÊÌ: " -#: compose.c:877 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "ðÏÌÅ Content-Type ÄÏÌÖÎÏ ÉÍÅÔØ ×ÉÄ ÔÉÐ/ÐÏÄÔÉÐ" -#: compose.c:883 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "îÅÉÚ×ÅÓÔÎÏÅ ÚÎÁÞÅÎÉÅ ÐÏÌÑ Content-Type: %s" -#: compose.c:896 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "îÅ ÕÄÁÌÏÓØ ÓÏÚÄÁÔØ ÆÁÊÌ %s" -#: compose.c:904 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "îÅ ÕÄÁÌÏÓØ ÓÏÚÄÁÔØ ×ÌÏÖÅÎÉÅ" -#: compose.c:967 +#: compose.c:1131 msgid "Postpone this message?" msgstr "ïÔÌÏÖÉÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ?" -#: compose.c:1019 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "úÁÐÉÓÁÔØ ÓÏÏÂÝÅÎÉÅ × ÐÏÞÔÏ×ÙÊ ÑÝÉË" -#: compose.c:1023 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "óÏÏÂÝÅÎÉÅ ÚÁÐÉÓÙ×ÁÅÔÓÑ × %s..." -#: compose.c:1034 +#: compose.c:1200 msgid "Message written." msgstr "óÏÏÂÝÅÎÉÅ ÚÁÐÉÓÁÎÏ." @@ -557,15 +630,15 @@ msgstr " msgid "Exit Mutt?" msgstr "úÁ×ÅÒÛÉÔØ ÒÁÂÏÔÕ Ó Mutt?" -#: curs_lib.c:275 +#: curs_lib.c:276 msgid "unknown error" msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ" -#: curs_lib.c:295 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "þÔÏÂÙ ÐÒÏÄÏÌÖÉÔØ, ÎÁÖÍÉÔÅ ÌÀÂÕÀ ËÌÁ×ÉÛÕ..." -#: curs_lib.c:333 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " ('?' -- ÓÐÉÓÏË): " @@ -585,19 +658,19 @@ msgstr " msgid "Quit" msgstr "÷ÙÈÏÄ" -#: curs_main.c:253 pager.c:1376 postpone.c:34 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "õÄÁÌÉÔØ" -#: curs_main.c:254 postpone.c:35 +#: curs_main.c:254 postpone.c:34 msgid "Undel" msgstr "÷ÏÓÓÔÁÎÏ×ÉÔØ" -#: curs_main.c:256 query.c:45 +#: curs_main.c:256 query.c:44 msgid "Mail" msgstr "óÏÚÄÁÔØ" -#: curs_main.c:257 pager.c:1377 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "ïÔ×ÅÔÉÔØ" @@ -605,146 +678,142 @@ msgstr " msgid "Group" msgstr "ïÔ×ÅÔÉÔØ ×ÓÅÍ" -#: curs_main.c:423 +#: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "ñÝÉË ÂÙÌ ÉÚÍÅÎÅÎ ÓÎÁÒÕÖÉ. úÎÁÞÅÎÉÑ ÆÌÁÇÏ× ÍÏÇÕÔ ÂÙÔØ ÎÅËÏÒÒÅËÔÎÙ." -#: curs_main.c:426 +#: curs_main.c:432 msgid "New mail in this mailbox." msgstr "îÏ×ÁÑ ÐÏÞÔÁ × ÜÔÏÍ ÑÝÉËÅ." -#: curs_main.c:526 +#: curs_main.c:532 msgid "No mailbox is open." msgstr "îÅÔ ÏÔËÒÙÔÏÇÏ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ." -#: curs_main.c:532 +#: curs_main.c:538 msgid "No tagged messages." msgstr "îÅÔ ÏÔÍÅÞÅÎÎÙÈ ÓÏÏÂÝÅÎÉÊ." -#: curs_main.c:612 +#: curs_main.c:618 msgid "Jump to message: " msgstr "ðÅÒÅÊÔÉ Ë ÓÏÏÂÝÅÎÉÀ: " -#: curs_main.c:618 +#: curs_main.c:624 msgid "Argument must be a message number." msgstr "áÒÇÕÍÅÎÔ ÄÏÌÖÅÎ ÂÙÔØ ÎÏÍÅÒÏÍ ÓÏÏÂÝÅÎÉÑ." -#: curs_main.c:651 +#: curs_main.c:657 msgid "That message is not visible." msgstr "üÔÏ ÓÏÏÂÝÅÎÉÅ ÎÅ×ÉÄÉÍÏ." -#: curs_main.c:654 +#: curs_main.c:660 msgid "Invalid message number." msgstr "îÅ×ÅÒÎÙÊ ÎÏÍÅÒ ÓÏÏÂÝÅÎÉÑ." -#: curs_main.c:667 +#: curs_main.c:673 msgid "Delete messages matching: " msgstr "õÄÁÌÉÔØ ÓÏÏÂÝÅÎÉÑ ÐÏ ÏÂÒÁÚÃÕ: " -#: curs_main.c:689 +#: curs_main.c:695 msgid "No limit pattern is in effect." msgstr "ûÁÂÌÏÎ ÏÇÒÁÎÉÞÅÎÉÑ ÓÐÉÓËÁ ÏÔÓÕÔÓÔ×ÕÅÔ." #. i18n: ask for a limit to apply -#: curs_main.c:694 +#: curs_main.c:700 #, c-format msgid "Limit: %s" msgstr "ûÁÂÌÏÎ ÏÇÒÁÎÉÞÅÎÉÑ: %s" -#: curs_main.c:703 +#: curs_main.c:709 msgid "Limit to messages matching: " msgstr "ïÇÒÁÎÉÞÉÔØÓÑ ÓÏÏÂÝÅÎÉÑÍÉ, ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÍÉ: " -#: curs_main.c:733 +#: curs_main.c:739 msgid "Quit Mutt?" msgstr "÷ÙÊÔÉ ÉÚ Mutt?" -#: curs_main.c:835 +#: curs_main.c:841 msgid "Tag messages matching: " msgstr "ïÔÍÅÔÉÔØ ÓÏÏÂÝÅÎÉÑ ÐÏ ÏÂÒÁÚÃÕ: " -#: curs_main.c:843 +#: curs_main.c:849 msgid "Undelete messages matching: " msgstr "÷ÏÓÓÔÁÎÏ×ÉÔØ ÓÏÏÂÝÅÎÉÑ ÐÏ ÏÂÒÁÚÃÕ: " -#: curs_main.c:850 +#: curs_main.c:856 msgid "Untag messages matching: " msgstr "óÎÑÔØ ÐÏÍÅÔËÕ Ó ÓÏÏÂÝÅÎÉÊ ÐÏ ÏÂÒÁÚÃÕ: " -#: curs_main.c:868 +#: curs_main.c:874 msgid "Open mailbox" msgstr "ïÔËÒÙÔØ ÐÏÞÔÏ×ÙÊ ÑÝÉË" -#: curs_main.c:870 +#: curs_main.c:876 msgid "Open mailbox in read-only mode" msgstr "ïÔËÒÙÔØ ÐÏÞÔÏ×ÙÊ ÑÝÉË ÔÏÌØËÏ ÄÌÑ ÞÔÅÎÉÑ" -#: curs_main.c:886 mx.c:423 mx.c:564 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s ÎÅ Ñ×ÌÑÅÔÓÑ ÐÏÞÔÏ×ÙÍ ÑÝÉËÏÍ." -#: curs_main.c:973 +#: curs_main.c:974 msgid "Exit Mutt without saving?" msgstr "÷ÙÊÔÉ ÉÚ Mutt ÂÅÚ ÓÏÈÒÁÎÅÎÉÑ ÉÚÍÅÎÅÎÉÊ?" -#: curs_main.c:990 curs_main.c:1014 +#: curs_main.c:991 curs_main.c:1015 msgid "You are on the last message." msgstr "üÔÏ ÐÏÓÌÅÄÎÅÅ ÓÏÏÂÝÅÎÉÅ." -#: curs_main.c:997 curs_main.c:1039 +#: curs_main.c:998 curs_main.c:1040 msgid "No undeleted messages." msgstr "îÅÔ ×ÏÓÓÔÁÎÏ×ÌÅÎÎÙÈ ÓÏÏÂÝÅÎÉÊ." -#: curs_main.c:1032 curs_main.c:1055 +#: curs_main.c:1033 curs_main.c:1056 msgid "You are on the first message." msgstr "üÔÏ ÐÅÒ×ÏÅ ÓÏÏÂÝÅÎÉÅ." -#: curs_main.c:1127 pattern.c:1114 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "äÏÓÔÉÇÎÕÔ ËÏÎÅÃ; ÐÒÏÄÏÌÖÁÅÍ ÐÏÉÓË Ó ÎÁÞÁÌÁ." -#: curs_main.c:1136 pattern.c:1125 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "äÏÓÔÉÇÎÕÔÏ ÎÁÞÁÌÏ; ÐÒÏÄÏÌÖÁÅÍ ÐÏÉÓË Ó ËÏÎÃÁ." -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No new messages" msgstr "îÅÔ ÎÏ×ÙÈ ÓÏÏÂÝÅÎÉÊ" -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No unread messages" msgstr "îÅÔ ÎÅÐÒÏÞÉÔÁÎÎÙÈ ÓÏÏÂÝÅÎÉÊ" -#: curs_main.c:1163 +#: curs_main.c:1171 msgid " in this limited view" msgstr " ÐÒÉ ÐÒÏÓÍÏÔÒÅ Ó ÏÇÒÁÎÉÞÅÎÉÅÍ" -#: curs_main.c:1273 +#: curs_main.c:1295 msgid "No more threads." msgstr "îÅÔ ÂÏÌØÛÅ ÄÉÓËÕÓÓÉÊ." -#: curs_main.c:1275 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "üÔÏ ÐÅÒ×ÁÑ ÄÉÓËÕÓÓÉÑ" -#: curs_main.c:1328 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "÷ ÄÉÓËÕÓÓÉÉ ÐÒÉÓÕÔÓÔ×ÕÀÔ ÎÅÐÒÏÞÉÔÁÎÎÙÅ ÓÏÏÂÝÅÎÉÑ." -#: curs_main.c:1341 flags.c:220 thread.c:635 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "çÒÕÐÐÉÒÏ×ËÁ ÐÏ ÄÉÓËÕÓÓÉÑÍ ÎÅ ×ËÌÀÞÅÎÁ." -#: date.c:49 -msgid "Please report this program error in the function mutt_mktime." -msgstr "óÏÏÂÝÉÔÅ, ÐÏÖÁÌÕÊÓÔÁ, ÞÔÏ ÐÒÏÉÚÏÛÌÁ ÏÛÉÂËÁ × ÆÕÎËÃÉÉ mutt_mktime." - #. #. * SLcurses_waddnstr() can't take a "const char *", so this is only #. * declared "static" (sigh) #. -#: edit.c:37 +#: edit.c:36 msgid "" "~~\t\tinsert a line begining with a single ~\n" "~b users\tadd users to the Bcc: field\n" @@ -784,109 +853,109 @@ msgstr "" "~?\t\t\tÜÔÏ ÓÏÏÂÝÅÎÉÅ\n" ".\t\t\tÓÔÒÏËÁ, ÓÏÄÅÒÖÁÝÁÑ ÔÏÌØËÏ ÔÏÞËÕ, ÚÁËÁÎÞÉ×ÁÅÔ ÒÅÄÁËÔÉÒÏ×ÁÎÉÅ\n" -#: edit.c:179 +#: edit.c:178 #, c-format msgid "%d: invalid message number.\n" msgstr "%d: ÎÅÄÏÐÕÓÔÉÍÙÊ ÎÏÍÅÒ ÓÏÏÂÝÅÎÉÑ.\n" -#: edit.c:313 +#: edit.c:312 msgid "(End message with a . on a line by itself)\n" msgstr "(äÌÑ ÚÁ×ÅÒÛÅÎÉÑ ××ÅÄÉÔÅ ÓÔÒÏËÕ, ÓÏÄÅÒÖÁÝÕÀ ÔÏÌØËÏ .)\n" -#: edit.c:371 +#: edit.c:370 msgid "No mailbox.\n" msgstr "îÅÔ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ.\n" -#: edit.c:375 +#: edit.c:374 msgid "Message contains:\n" msgstr "óÏÏÂÝÅÎÉÅ ÓÏÄÅÒÖÉÔ:\n" -#: edit.c:379 edit.c:431 +#: edit.c:378 edit.c:430 msgid "(continue)\n" msgstr "(ÐÒÏÄÏÌÖÉÔØ)\n" -#: edit.c:392 +#: edit.c:391 msgid "missing filename.\n" msgstr "ÏÔÓÕÔÓÔ×ÕÅÔ ÉÍÑ ÆÁÊÌÁ.\n" -#: edit.c:413 +#: edit.c:412 msgid "No lines in message.\n" msgstr "ôÅËÓÔ ÓÏÏÂÝÅÎÉÑ ÏÔÓÕÔÓÔ×ÕÅÔ.\n" -#: edit.c:442 +#: edit.c:441 #, c-format msgid "%s: unknown editor command (~? for help)\n" msgstr "%s: ÎÅÉÚ×ÅÓÔÎÁÑ ËÏÍÁÎÄÁ ÒÅÄÁËÔÏÒÁ (××ÅÄÉÔÅ ~? ÄÌÑ ÓÐÒÁ×ËÉ)\n" -#: flags.c:258 +#: flags.c:257 msgid "Set flag" msgstr "õÓÔÁÎÏ×ÉÔØ ÆÌÁÇ" -#: flags.c:258 +#: flags.c:257 msgid "Clear flag" msgstr "óÂÒÏÓÉÔØ ÆÌÁÇ" -#: handler.c:128 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- ïÛÉÂËÁ: ÎÅÏÖÉÄÁÎÎÙÊ ËÏÎÅà ÆÁÊÌÁ! --]\n" #. didn't find anything that we could display! -#: handler.c:954 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "" "[-- ïÛÉÂËÁ: ÎÅ ÕÄÁÌÏÓØ ÐÏËÁÚÁÔØ ÎÉ ÏÄÎÕ ÉÚ ÞÁÓÔÅÊ Multipart/Alternative! " "--]\n" -#: handler.c:1071 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- ÷ÌÏÖÅÎÉÅ #%d" -#: handler.c:1082 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- ôÉÐ: %s/%s, ËÏÄÉÒÏ×ËÁ: %s, ÒÁÚÍÅÒ: %s --]\n" -#: handler.c:1141 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- á×ÔÏÐÒÏÓÍÏÔÒ; ÉÓÐÏÌØÚÕÅÔÓÑ %s --]\n" -#: handler.c:1142 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "úÁÐÕÓËÁÅÔÓÑ ÐÒÏÇÒÁÍÍÁ Á×ÔÏÐÒÏÓÍÏÔÒÁ: %s" -#: handler.c:1179 handler.c:1197 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- á×ÔÏÐÒÏÓÍÏÔÒ ÓÔÁÎÄÁÒÔÎÏÇÏ ÐÏÔÏËÁ ÏÛÉÂÏË %s --]\n" -#: handler.c:1229 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" msgstr "" "[-- ïÛÉÂËÁ: ÔÉÐ message/external ÔÒÅÂÕÅÔ ÎÁÌÉÞÉÅ ÐÁÒÁÍÅÔÒÁ access-type --]\n" -#: handler.c:1246 +#: handler.c:1193 #, c-format msgid "[-- This %s/%s attachment " msgstr "[-- üÔÏ ×ÌÏÖÅÎÉÅ ÔÉÐÁ %s/%s " -#: handler.c:1253 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "(ÒÁÚÍÅÒ %s ÂÁÊÔÏ×) " -#: handler.c:1255 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "ÂÙÌÏ ÕÄÁÌÅÎÏ --]\n" -#: handler.c:1258 +#: handler.c:1205 #, c-format msgid "[-- on %s --]\n" msgstr "[-- %s --]\n" -#: handler.c:1268 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -897,7 +966,7 @@ msgstr "" "[-- × ÓÏÏÂÝÅÎÉÅ, É ÂÏÌÅÅ ÎÅ ÓÏÄÅÒÖÉÔÓÑ × ÕËÁÚÁÎÎÏÍ --]\n" "[-- ×ÎÅÛÎÅÍ ÉÓÔÏÞÎÉËÅ. --]\n" -#: handler.c:1282 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -906,46 +975,46 @@ msgstr "" "[-- üÔÏ ×ÌÏÖÅÎÉÅ ÔÉÐÁ %s/%s ÎÅ ÂÙÌÏ ×ËÌÀÞÅÎÏ --]\n" "[-- × ÓÏÏÂÝÅÎÉÅ, É ÕËÁÚÁÎÎÙÊ ÔÉÐ ÄÏÓÔÕÐÁ %s ÎÅÉÚ×ÅÓÔÅÎ --]\n" -#: handler.c:1379 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "ïÛÉÂËÁ: ÔÉÐ multipart/signed ÔÒÅÂÕÅÔ ÐÁÒÁÍÅÔÒÁ protocol." -#: handler.c:1392 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "ïÛÉÂËÁ: ÔÉÐ multipart/encrypted ÔÒÅÂÕÅÔ ÐÁÒÁÍÅÔÒÁ protocol!" -#: handler.c:1434 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "îÅ ÕÄÁÌÏÓØ ÏÔËÒÙÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ!" -#: handler.c:1493 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- ÔÉÐ %s/%s ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ " -#: handler.c:1498 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(ÉÓÐÏÌØÚÕÊÔÅ '%s' ÄÌÑ ÐÒÏÓÍÏÔÒÁ ÜÔÏÊ ÞÁÓÔÉ)" -#: handler.c:1500 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "(ÆÕÎËÃÉÑ 'view-attachments' ÎÅ ÎÁÚÎÁÞÅÎÁ ÎÉ ÏÄÎÏÊ ËÌÁ×ÉÛÅ!)" -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "%s: ÎÅ ÕÄÁÌÏÓØ ×ÌÏÖÉÔØ ÆÁÊÌ" -#: help.c:274 +#: help.c:273 msgid "ERROR: please report this bug" msgstr "ïûéâëá: ÐÏÖÁÌÕÊÓÔÁ. ÓÏÏÂÝÉÔÅ Ï ÎÅÊ" -#: help.c:316 +#: help.c:315 msgid "" msgstr "<îåéú÷åóôîï>" -#: help.c:328 +#: help.c:327 msgid "" "\n" "Generic bindings:\n" @@ -955,7 +1024,7 @@ msgstr "" "óÔÁÎÄÁÒÔÎÙÅ ÎÁÚÎÁÞÅÎÉÑ:\n" "\n" -#: help.c:332 +#: help.c:331 msgid "" "\n" "Unbound functions:\n" @@ -965,12 +1034,12 @@ msgstr "" "îÅÎÁÚÎÁÞÅÎÎÙÅ ÆÕÎËÃÉÉ:\n" "\n" -#: help.c:340 +#: help.c:339 #, c-format msgid "Help for %s" msgstr "óÐÒÁ×ËÁ ÄÌÑ %s" -#: imap.c:103 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "imap_error(): ÎÅÏÖÉÄÁÎÎÙÊ ÏÔ×ÅÔ × %s: %s\n" @@ -978,234 +1047,256 @@ msgstr "imap_error(): #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:355 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "ëÒÉÔÉÞÅÓËÁÑ ÏÛÉÂËÁ. îÁÒÕÛÅÎÁ ÓÉÎÈÒÏÎÉÚÁÃÉÑ ÓÞÅÔÞÉËÁ ÓÏÏÂÝÅÎÉÊ!" -#: imap.c:425 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "ðÏÌÕÞÅÎÉÅ ÚÁÇÏÌÏ×ËÏ× ÓÏÏÂÝÅÎÉÊ... [%d ÉÚ %d]" -#: imap.c:623 mbox.c:1007 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "ðÏ×ÔÏÒÎÏÅ ÏÔËÒÙÔÉÅ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ..." -#: imap.c:865 -#, c-format -msgid "Connecting to %s..." -msgstr "õÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ ÓÏÅÄÉÎÅÎÉÅ Ó %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:888 +#: imap.c:1251 msgid "IMAP Username: " msgstr "éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ IMAP: " -#: imap.c:901 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "ðÁÒÏÌØ ÄÌÑ %s@%s: " -#: imap.c:914 +#: imap.c:1277 msgid "Logging in..." msgstr "òÅÇÉÓÔÒÁÃÉÑ..." #. Login failed, try again -#: imap.c:927 +#: imap.c:1290 msgid "Login failed." msgstr "òÅÇÉÓÔÒÁÃÉÑ ÎÅ ÕÄÁÌÁÓØ." -#: imap.c:984 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "÷ÙÂÉÒÁÅÔÓÑ %s..." -#: imap.c:1083 lib.c:1194 +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "óÏÚÄÁÔØ %s?" -#: imap.c:1132 +#: imap.c:1612 msgid "Fetching message..." msgstr "ðÏÌÕÞÅÎÉÅ ÓÏÏÂÝÅÎÉÑ..." -#: imap.c:1240 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "ïÔÐÒÁ×ËÁ ËÏÍÁÎÄÙ APPEND..." -#: imap.c:1279 +#: imap.c:1773 msgid "Uploading message ..." msgstr "úÁÇÒÕÚËÁ ÓÏÏÂÝÅÎÉÑ..." -#: imap.c:1334 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "úÁËÒÙÔÉÅ ÓÏÅÄÉÎÅÎÉÑ Ó ÓÅÒ×ÅÒÏÍ IMAP..." -#: imap.c:1364 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "óÏÈÒÁÎÅÎÉÅ ÆÌÁÇÏ× ÓÏÓÔÏÑÎÉÑ ÓÏÏÂÝÅÎÉÊ... [%d ÉÚ %d]" -#: imap.c:1390 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "õÄÁÌÅÎÉÅ ÓÏÏÂÝÅÎÉÊ Ó ÓÅÒ×ÅÒÁ..." #. tell the server to commit changes -#: imap.c:1441 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "úÁËÒÙÔÉÅ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ..." -#: init.c:433 +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "ëÏÐÉÒÕÅÔÓÑ × %s..." + +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "õÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ ÓÏÅÄÉÎÅÎÉÅ Ó %s..." + +#: init.c:432 msgid "alias: no address" msgstr "ÐÓÅ×ÄÏÎÉÍ: ÏÔÓÕÔ×ÕÅÔ ÁÄÒÅÓ" -#: init.c:527 +#: init.c:526 msgid "invalid header field" msgstr "ÎÅÄÏÐÕÓÔÉÍÏÅ ÐÏÌÅ × ÚÁÇÏÌÏ×ËÅ" -#: init.c:535 +#: init.c:534 #, c-format msgid "ignoring empty header field: %s" msgstr "ÐÕÓÔÏÅ ÐÏÌÅ ÚÁÇÏÌÏ×ËÁ (%s) ÐÒÏÐÕÝÅÎÏ" -#: init.c:587 +#: init.c:586 #, c-format msgid "%s: unknown sorting method" msgstr "%s: ÎÅÉÚ×ÅÓÔÎÙÊ ÍÅÔÏÄ ÓÏÒÔÉÒÏ×ËÉ" -#: init.c:660 +#: init.c:659 #, c-format msgid "mutt_restore_default: error in regexp: %s\n" msgstr "mutt_restore_default: ÏÛÉÂËÁ × ÒÅÇÕÌÑÒÎÏÍ ×ÙÒÁÖÅÎÉÉ: %s\n" -#: init.c:720 +#: init.c:719 #, c-format msgid "%s: unknown variable" msgstr "%s: ÎÅÉÚ×ÅÓÔÎÁÑ ÐÅÒÅÍÅÎÎÁÑ" -#: init.c:729 +#: init.c:728 msgid "prefix is illegal with reset" msgstr "ÐÒÅÆÉËÓ ÎÅÄÏÐÕÓÔÉÍ ÐÒÉ ÓÂÒÏÓÅ ÚÎÁÞÅÎÉÊ" -#: init.c:735 +#: init.c:734 msgid "value is illegal with reset" msgstr "ÚÎÁÞÅÎÉÅ ÎÅÄÏÐÕÓÔÉÍÏ ÐÒÉ ÓÂÒÏÓÅ ÚÎÁÞÅÎÉÊ" -#: init.c:752 -#, c-format -msgid "%s is a boolean var!" -msgstr "%s -- ÂÕÌÅ×ÓËÁÑ ÐÅÒÅÍÅÎÎÁÑ!" - -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is set" msgstr "%s: ÚÎÁÞÅÎÉÅ ÕÓÔÁÎÏ×ÌÅÎÏ" -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is unset" msgstr "%s: ÚÎÁÞÅÎÉÅ ÎÅ ÏÐÒÅÄÅÌÅÎÏ" -#: init.c:933 +#: init.c:947 #, c-format msgid "%s: invalid mailbox type" msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÙÊ ÔÉÐ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ" -#: init.c:992 +#: init.c:1006 #, c-format msgid "%s: invalid value" msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÚÎÁÞÅÎÉÅ" -#: init.c:1042 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "%s: ÎÅÉÚ×ÅÓÔÎÙÊ ÔÉÐ" -#: init.c:1091 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "ïÛÉÂËÁ × %s: ÓÔÒÏËÁ %d: %s" #. the muttrc source keyword -#: init.c:1102 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "source: ÏÛÉÂËÉ × %s" -#: init.c:1112 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "source: ÏÛÉÂËÁ × %s" -#: init.c:1117 +#: init.c:1136 msgid "source: too many arguments" msgstr "source: ÓÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ×" -#: init.c:1168 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "%s: ÎÅÉÚ×ÅÓÔÎÁÑ ËÏÍÁÎÄÁ" -#: init.c:1497 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "ïÛÉÂËÁ × ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÅ: %s\n" -#: init.c:1540 +#: init.c:1567 msgid "unable to determine home directory" msgstr "ÎÅ ÕÄÁÌÏÓØ ÏÐÒÅÄÅÌÉÔØ ÄÏÍÁÛÎÉÊ ËÁÔÁÌÏÇ" -#: init.c:1548 +#: init.c:1575 msgid "unable to determine username" msgstr "ÎÅ ÕÄÁÌÏÓØ ÏÐÒÅÄÅÌÉÔØ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ" -#: keymap.c:434 +#: keymap.c:435 msgid "Macro loop detected." msgstr "ïÂÎÁÒÕÖÅÎ ÃÉËÌ × ÏÐÒÅÄÅÌÅÎÉÉ ÍÁËÒÏÓÁ." -#: keymap.c:620 keymap.c:628 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "ëÌÁ×ÉÛÅ ÎÅ ÎÁÚÎÁÞÅÎÁ ÎÉËÁËÁÑ ÆÕÎËÃÉÑ." -#: keymap.c:632 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "ëÌÁ×ÉÛÅ ÎÅ ÎÁÚÎÁÞÅÎÁ ÎÉËÁËÁÑ ÆÕÎËÃÉÑ. éÓÐÏÌØÚÕÊÔÅ '%s' ÄÌÑ ÓÐÒÁ×ËÉ." -#: keymap.c:643 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push: ÓÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ×" -#: keymap.c:664 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "%s: ÎÅÔ ÔÁËÏÇÏ ÍÅÎÀ" -#: keymap.c:673 +#: keymap.c:680 msgid "null key sequence" msgstr "ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ËÌÁ×ÉÛ ÐÕÓÔÁ" -#: keymap.c:751 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind: ÓÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ×" -#: keymap.c:766 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "%s: ÎÅÔ ÔÁËÏÊ ÆÕÎËÃÉÉ" -#: keymap.c:789 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro: ÐÕÓÔÁÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ËÌÁ×ÉÛ" -#: keymap.c:800 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "macro: ÓÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ×" -#: keymap.c:830 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "exec: ÓÌÉÛËÏÍ ÍÁÌÏ ÁÒÇÕÍÅÎÔÏ×" -#: keymap.c:850 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "%s: ÎÅÔ ÔÁËÏÊ ËÏÍÁÎÄÙ" @@ -1243,643 +1334,704 @@ msgid "display the currently selected file's name" msgstr "ÐÏËÁÚÁÔØ ÉÍÑ ÔÅËÕÝÅÇÏ ÆÁÊÌÁ" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "ÉÚÍÅÎÉÔØ ËÁÔÁÌÏÇ" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "ÐÒÏ×ÅÒÉÔØ ÐÏÞÔÏ×ÙÅ ÑÝÉËÉ ÎÁ ÎÁÌÉÞÉÅ ÎÏ×ÏÊ ÐÏÞÔÙ" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "×ÌÏÖÉÔØ ÆÁÊÌÙ × ÜÔÏ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "×ÌÏÖÉÔØ ÓÏÏÂÝÅÎÉÑ × ÜÔÏ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "ÉÚÍÅÎÉÔØ ÓÐÉÓÏË BCC" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "ÉÚÍÅÎÉÔØ ÓÐÉÓÏË CC" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "ÉÚÍÅÎÉÔØ ÏÐÉÓÁÎÉÅ ×ÌÏÖÅÎÉÑ" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "ÉÚÍÅÎÉÔØ ÔÒÁÎÓÐÏÒÔÎÕÀ ËÏÄÉÒÏ×ËÕ ÄÌÑ ×ÌÏÖÅÎÉÑ" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "ÕËÁÖÉÔÅ ÆÁÊÌ, × ËÏÔÏÒÏÍ ÓÏÈÒÁÎÉÔØ ËÏÐÉÀ ÜÔÏÇÏ ÓÏÏÂÝÅÎÉÑ" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "ÉÚÍÅÎÉÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "ÉÚÍÅÎÉÔØ ÐÏÌÅ from" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "ÒÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÅ ×ÍÅÓÔÅ Ó ÚÁÇÏÌÏ×ËÁÍÉ" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "ÒÅÄÁËÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "ÒÅÄÁËÔÉÒÏ×ÁÔØ ×ÌÏÖÅÎÉÅ × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ÚÁÐÉÓØÀ × mailcap" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "ÒÅÄÁËÔÉÒÏ×ÁÔØ ÐÏÌÅ Reply-To" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "ÒÅÄÁËÔÉÒÏ×ÁÔØ ÔÅÍÕ ÓÏÏÂÝÅÎÉÑ" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "ÒÅÄÁËÔÉÒÏ×ÁÔØ ÓÐÉÓÏË TO" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "ÉÚÍÅÎÉÔØ ÔÉÐ ×ÌÏÖÅÎÉÑ" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "ÓÏÚÄÁÔØ ×ÒÅÍÅÎÎÕÀ ËÏÐÉÀ ×ÌÏÖÅÎÉÑ" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "ÐÒÏ×ÅÒÉÔØ ÐÒÁ×ÏÐÉÓÁÎÉÅ" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "ÓÏÚÄÁÔØ ÎÏ×ÏÅ ×ÌÏÖÅÎÉÅ × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ÚÁÐÉÓØÀ × mailcap" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "ÓÏÈÒÁÎÉÔØ ÜÔÏ ÓÏÏÂÝÅÎÉÅ ÄÌÑ ÏÔÐÒÁ×ËÉ ÐÏÚÄÎÅÅ" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "ÐÅÒÅÉÍÅÎÏ×ÁÔØ/ÐÅÒÅÍÅÓÔÉÔØ ×ÌÏÖÅÎÎÙÊ ÆÁÊÌ" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "ÏÔÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "ÕÄÁÌÉÔØ/ÏÓÔÁ×ÉÔØ ÆÁÊÌ ÐÏÓÌÅ ÏÔÐÒÁ×ËÉ" -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "ÏÂÎÏ×ÉÔØ ÉÎÆÏÒÍÁÃÉÏ Ï ËÏÄÉÒÏ×ËÅ ×ÌÏÖÅÎÉÑ" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "ÚÁÐÉÓÁÔØ ÓÏÏÂÝÅÎÉÅ × ÆÁÊÌ/ÐÏÞÔÏ×ÙÊ ÑÝÉË" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "ËÏÐÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÅ × ÆÁÊÌ/ÐÏÞÔÏ×ÙÊ ÑÝÉË" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "ÓÏÚÄÁÔØ ÐÓÅ×ÄÏÎÉÍ ÄÌÑ ÏÔÐÒÁ×ÉÔÅÌÑ ÓÏÏÂÝÅÎÉÑ" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "ÐÏÍÅÓÔÉÔØ ÚÁÐÉÓØ × ÎÉÚ ÜËÒÁÎÁ" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "ÐÏÍÅÓÔÉÔØ ÚÁÐÉÓØ × ÓÅÒÅÄÉÎÕ ÜËÒÁÎÁ" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "ÐÏÍÅÓÔÉÔØ ÚÁÐÉÓØ × ×ÅÒÈ ÜËÒÁÎÁ" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "ÓÏÚÄÁÔØ ÄÅËÏÄÉÒÏ×ÁÎÎÕÀ (text/plain) ËÏÐÉÀ" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "ÓÏÚÄÁÔØ ÄÅËÏÄÉÒÏ×ÁÎÎÕÀ (text/plain) ËÏÐÉÀ É ÕÄÁÌÉÔØ ÏÒÉÇÉÎÁÌ" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "ÕÄÁÌÉÔØ ÔÅËÕÝÕÀ ÚÁÐÉÓØ" -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "ÕÄÁÌÉÔØ ×ÓÅ ÓÏÏÂÝÅÎÉÑ × ÐÏÄÄÉÓËÕÓÓÉÉ" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "ÕÄÁÌÉÔØ ×ÓÅ ÓÏÏÂÝÅÎÉÑ × ÄÉÓËÕÓÓÉÉ" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "ÐÏËÁÚÁÔØ ÐÏÌÎÙÊ ÁÄÒÅÓ ÏÔÐÒÁ×ÉÔÅÌÑ" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "ÐÏËÁÚÁÔØ ÓÏÏÂÝÅÎÉÅ ÓÏ ×ÓÅÍÉ ÚÁÇÏÌÏ×ËÁÍÉ" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "ÐÏËÁÚÁÔØ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "ÒÅÄÁËÔÉÒÏ×ÁÔØ ÔÅËÕÝÅÅ ÓÏÏÂÝÅÎÉÅ ÄÌÑ ÐÅÒÅÓÙÌËÉ" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "ÕÄÁÌÉÔØ ÓÉÍ×ÏÌ ÐÅÒÅÄ ËÕÒÓÏÒÏÍ" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "ÐÅÒÅÄ×ÉÎÕÔØ ËÕÒÓÏÒ ×ÌÅ×Ï ÎÁ ÏÄÉÎ ÓÉÍ×ÏÌ" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "ÐÅÒÅÊÔÉ × ÎÁÞÁÌÏ ÓÔÒÏËÉ" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "ÐÅÒÅËÌÀÞÉÔØÓÑ ÍÅÖÄÕ ÐÏÞÔÏ×ÙÍÉ ÑÝÉËÁÍÉ ÓÏ ×ÈÏÄÑÝÉÍÉ ÐÉÓØÍÁÍÉ" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "ÚÁ×ÅÒÛÉÔØ ÉÍÑ ÆÁÊÌÁ ÉÌÉ ÐÓÅ×ÄÏÎÉÍÁ" -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "ÚÁ×ÅÒÛÉÔØ ÁÄÒÅÓ, ÉÓÐÏÌØÚÕÑ ×ÎÅÛÎÀÀ ÐÒÏÇÒÁÍÍÕ" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "ÕÄÁÌÉÔØ ÓÉÍ×ÏÌ ÐÏÄ ËÕÒÓÏÒÏÍ" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "ÐÅÒÅÊÔÉ × ËÏÎÅà ÓÔÒÏËÉ" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "ÐÅÒÅÄ×ÉÎÕÔØ ËÕÒÓÏÒ ÎÁ ÏÄÉÎ ÓÉÍ×ÏÌ ×ÐÒÁ×Ï" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "ÐÒÏËÒÕÔÉÔØ ××ÅÒÈ ÓÐÉÓÏË ÉÓÔÏÒÉÉ" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "ÕÄÁÌÉÔØ ÓÉÍ×ÏÌÙ ÏÔ ËÕÒÓÏÒÁ É ÄÏ ËÏÎÃÁ ÓÔÒÏËÉ" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "ÕÄÁÌÉÔØ ×ÓÅ ÓÉÍ×ÏÌÙ × ÓÔÒÏËÅ" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "ÕÄÁÌÉÔØ ÓÌÏ×Ï ÐÅÒÅÄ ËÕÒÓÏÒÏÍ" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "××ÅÓÔÉ ÓÌÅÄÕÀÝÕÀ ÎÁÖÁÔÕÀ ËÌÁ×ÉÛÕ \"ËÁË ÅÓÔØ\"" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "××ÅÓÔÉ ËÏÍÍÁÎÄÕ muttrc" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "××ÅÓÔÉ ÍÁÓËÕ ÆÁÊÌÁ" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "×ÙÊÔÉ ÉÚ ÜÔÏÇÏ ÍÅÎÀ" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "ÐÅÒÅÄÁÔØ ×ÌÏÖÅÎÉÅ ×ÎÅÛÎÅÊ ÐÒÏÇÒÁÍÍÅ" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "ÐÅÒ×ÁÑ ÚÁÐÉÓØ" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "ÕÓÔÁÎÏ×ÉÔØ/ÓÂÒÏÓÉÔØ ÆÌÁÇ '×ÁÖÎÏÅ' ÄÌÑ ÓÏÏÂÝÅÎÉÑ" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "ÐÅÒÅÓÌÁÔØ ÓÏÏÂÝÅÎÉÅ Ó ËÏÍÍÅÎÔÁÒÉÑÍÉ" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "×ÙÂÒÁÔØ ÔÅËÕÝÕÀ ÚÁÐÉÓØ" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "ÏÔ×ÅÔÉÔØ ×ÓÅÍ ÁÄÒÅÓÁÔÁÍ" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "ÎÁ ÐÏÌÓÔÒÁÎÉÃÙ ×ÐÅÒÅÄ" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "ÎÁ ÐÏÌÓÔÒÁÎÉÃÙ ÎÁÚÁÄ" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "ÜÔÏÔ ÔÅËÓÔ" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "ÐÅÒÅÊÔÉ ÐÏ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÍÕ ÎÏÍÅÒÕ" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "ÐÏÓÌÅÄÎÑÑ ÚÁÐÉÓØ" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "ÏÔ×ÅÔÉÔØ × ÕËÁÚÁÎÎÙÊ ÓÐÉÓÏË ÒÁÓÓÙÌËÉ" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "×ÙÐÏÌÎÉÔØ ÍÁËÒÏÓ" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "ÓÏÚÄÁÔØ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "ÏÔËÒÙÔØ ÄÒÕÇÏÊ ÐÏÞÔÏ×ÙÊ ÑÝÉË/ÆÁÊÌ" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "ÏÔËÒÙÔØ ÄÒÕÇÏÊ ÐÏÞÔÏ×ÙÊ ÑÝÉË/ÆÁÊÌ × ÒÅÖÉÍÅ \"ÔÏÌØËÏ ÄÌÑ ÞÔÅÎÉÑ\"" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "ÓÂÒÏÓÉÔØ Õ ÓÏÏÂÝÅÎÉÑ ÆÌÁÇ ÓÏÓÔÏÑÎÉÑ" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "ÕÄÁÌÉÔØ ÓÏÏÂÝÅÎÉÑ ÐÏ ÏÂÒÁÚÃÕ" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "ÚÁÂÒÁÔØ ÐÏÞÔÕ Ó POP-ÓÅÒ×ÅÒÁ" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "ÐÅÒ×ÏÅ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "ÐÏÓÌÅÄÎÅÅ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "ÐÏËÁÚÙ×ÁÔØ ÔÏÌØËÏ ÓÏÏÂÝÅÎÉÑ, ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÅ ÏÂÒÁÚÃÕ" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "ÓÌÅÄÕÀÝÅÅ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "ÓÌÅÄÕÀÝÁÑ ÐÏÄÄÉÓËÕÓÓÉÑ" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "ÓÌÅÄÕÀÝÁÑ ÄÉÓËÕÓÓÉÑ" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "ÓÌÅÄÕÀÝÅÅ ÎÅÕÄÁÌÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "ÓÌÅÄÕÀÝÅÅ ÎÅÐÒÏÞÉÔÁÎÎÏÅ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "ÐÒÅÄÙÄÕÝÁÑ ÄÉÓËÕÓÓÉÑ" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "ÐÒÅÄÙÄÕÝÁÑ ÐÏÄÄÉÓËÕÓÓÉÑ" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "ÐÏÓÌÅÄÎÅÅ ÎÅÕÄÁÌÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "ÐÒÅÄÙÄÕÝÅÅ ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "ÐÒÅÄÙÄÕÝÅÅ ÎÅÐÒÏÞÉÔÁÎÎÏÅ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "ÐÏÍÅÔÉÔØ ÔÅËÕÝÕÀ ÄÉÓËÕÓÓÉÀ ËÁË ÐÒÏÞÉÔÁÎÎÕÀ" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "ÐÏÍÅÔÉÔØ ÔÅËÕÝÕÀ ÐÏÄÄÉÓËÕÓÓÉÀ ËÁË ÐÒÏÞÉÔÁÎÎÕÀ" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "ÕÓÔÁÎÏ×ÉÔØ ÆÌÁÇ ÓÏÓÔÏÑÎÉÑ ÄÌÑ ÓÏÏÂÝÅÎÉÑ" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "ÓÏÈÒÁÎÉÔØ ÉÚÍÅÎÅÎÉÑ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "ÏÔÍÅÔÉÔØ ÓÏÏÂÝÅÎÉÑ ÐÏ ÏÂÒÁÚÃÕ" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "×ÏÓÓÔÁÎÏ×ÉÔØ ÓÏÏÂÝÅÎÉÑ ÐÏ ÏÂÒÁÚÃÕ" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "ÓÎÑÔØ ÐÏÍÅÔËÕ Ó ÓÏÏÂÝÅÎÉÊ ÐÏ ÏÂÒÁÚÃÕ" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "ÓÅÒÅÄÉÎÁ ÓÔÒÁÎÉÃÙ" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "ÓÌÅÄÕÀÝÁÑ ÚÁÐÉÓØ" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "×ÎÉÚ ÎÁ ÏÄÎÕ ÓÔÒÏËÕ" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "ÓÌÅÄÕÀÝÁÑ ÓÔÒÁÎÉÃÁ" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "ËÏÎÅà ÓÏÏÂÝÅÎÉÑ" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "×ÅÒÎÕÔØÓÑ × ÇÌÁ×ÎÏÅ ÍÅÎÀ" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "ÒÁÚÒÅÛÉÔØ/ÚÁÐÒÅÔÉÔØ ÏÔÏÂÒÁÖÅÎÉÅ ÃÉÔÉÒÕÅÍÏÇÏ ÔÅËÓÔÁ" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "ÐÒÏÐÕÓÔÉÔØ ÃÉÔÉÒÕÅÍÙÊ ÔÅËÓÔ" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "× ÎÁÞÁÌÏ ÓÏÏÂÝÅÎÉÑ" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "ÐÅÒÅÄÁÔØ ÓÏÏÂÝÅÎÉÅ/×ÌÏÖÅÎÉÅ ×ÎÅÛÎÅÊ ÐÒÏÇÒÁÍÍÅ" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "ÐÒÅÄÙÄÕÝÁÑ ÚÁÐÉÓØ" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "××ÅÒÈ ÎÁ ÏÄÎÕ ÓÔÒÏËÕ" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "ÐÒÅÄÙÄÕÝÁÑ ÓÔÒÁÎÉÃÁ" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "ÎÁÐÅÞÁÔÁÔØ ÔÅËÕÝÕÀ ÚÁÐÉÓØ" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "ÚÁÐÒÏÓÉÔØ ÁÄÒÅÓÁ Õ ×ÎÅÛÎÅÊ ÐÒÏÇÒÁÍÍÙ" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "ÄÏÂÁ×ÉÔØ ÒÅÚÕÌØÔÁÔÙ ÎÏ×ÏÇÏ ÚÁÐÒÏÓÁ Ë ÔÅËÕÝÉÍ ÒÅÚÕÌØÔÁÔÁÍ" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "ÓÏÈÒÁÎÉÔØ ÉÚÍÅÎÅÎÉÑ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ É ×ÙÊÔÉ" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "ÐÒÏÄÏÌÖÉÔØ ÏÔÌÏÖÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "ÏÞÉÓÔÉÔØ É ÐÅÒÅÒÉÓÏ×ÁÔØ ÜËÒÁÎ" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "{×ÎÕÔÒÅÎÎÉÊ}" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "ÏÔ×ÅÔÉÔØ ÎÁ ÓÏÏÂÝÅÎÉÅ" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "ÓÏÈÒÁÎÉÔØ ÓÏÏÂÝÅÎÉÅ/×ÌÏÖÅÎÉÅ × ÆÁÊÌ" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "ÐÏÉÓË ÐÏ ÏÂÒÁÚÃÕ" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "ÏÂÒÁÔÎÙÊ ÐÏÉÓË ÐÏ ÏÂÒÁÚÃÕ" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "ÐÏÉÓË ÓÌÅÄÕÀÝÅÇÏ ÓÏ×ÐÁÄÅÎÉÑ" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "ÐÏÉÓË ÐÒÅÄÙÄÕÝÅÇÏ ÓÏ×ÐÁÄÅÎÉÑ" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "ÕÓÔÁÎÏ×ÉÔØ/ÓÂÒÏÓÉÔØ ÒÅÖÉÍ ×ÙÄÅÌÅÎÉÑ ÏÂÒÁÚÃÁ Ã×ÅÔÏÍ" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "ÚÁÐÕÓÔÉÔØ ×ÎÅÛÎÀÀ ÐÒÏÇÒÁÍÍÕ" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "ÓÏÒÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÑ" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "ÓÏÒÔÉÒÏ×ÁÔØ ÓÏÏÂÝÅÎÉÑ × ÏÂÒÁÔÎÏÍ ÐÏÒÑÄËÅ" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "ÐÏÍÅÔÉÔØ ÔÅËÕÝÕÀ ÚÁÐÉÓØ" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "ÐÒÉÍÅÎÉÔØ ÓÌÅÄÕÀÝÕÀ ÆÕÎËÃÉÀ Ë ÐÏÍÅÞÅÎÎÙÍ ÓÏÏÂÝÅÎÉÑÍ" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "ÐÏÍÅÔÉÔØ ÔÅËÕÝÕÀ ÐÏÄÄÉÓËÕÓÓÉÀ" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "ÐÏÍÅÔÉÔØ ÔÅËÕÝÕÀ ÄÉÓËÕÓÓÉÀ" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "ÕÓÔÁÎÏ×ÉÔØ/ÓÂÒÏÓÉÔØ ÆÌÁÇ 'ÎÏ×ÏÅ' ÄÌÑ ÓÏÏÂÝÅÎÉÑ" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "ÒÁÚÒÅÛÉÔØ/ÚÁÐÒÅÔÉÔØ ÐÅÒÅÚÁÐÉÓØ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ" -#: keymap_defs.h:147 +#: keymap_defs.h:153 #, fuzzy -msgid "toggle wether to browse mailboxes or all files" +msgid "toggle whether to browse mailboxes or all files" msgstr "" "ÐÅÒÅËÌÀÞÉÔØÓÑ ÍÅÖÄÕ ÒÅÖÉÍÁÍÉ ÐÒÏÓÍÏÔÒÁ ×ÓÅÈ ÆÁÊÌÏ× É ÐÒÏÓÍÏÔÒÁ ÐÏÞÔÏ×ÙÈ " "ÑÝÉËÏ×" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "ÎÁÞÁÌÏ ÓÔÒÁÎÉÃÙ" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "×ÏÓÓÔÁÎÏ×ÉÔØ ÔÅËÕÝÕÀ ÚÁÐÉÓØ" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "×ÏÓÓÔÁÎÏ×ÉÔØ ×ÓÅ ÓÏÏÂÝÅÎÉÑ × ÄÉÓËÕÓÓÉÉ" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "×ÏÓÓÔÁÎÏ×ÉÔØ ×ÓÅ ÓÏÏÂÝÅÎÉÑ × ÐÏÄÄÉÓËÕÓÓÉÉ" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "×Ù×ÅÓÔÉ ÎÏÍÅÒ ×ÅÒÓÉÉ Mutt É ÄÁÔÕ" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "ÐÒÏÓÍÏÔÒÅÔØ ×ÌÏÖÅÎÉÅ, ÉÓÐÏÌØÚÕÑ ÐÒÉ ÎÅÏÂÈÏÄÉÍÏÓÔÉ mailcap" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "ÐÏËÁÚÁÔØ ×ÌÏÖÅÎÉÑ" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "ÐÏËÁÚÁÔØ ÔÅËÕÝÉÊ ÛÁÂÌÏÎ ÏÇÒÁÎÉÞÅÎÉÑ" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "Ó×ÅÒÎÕÔØ/ÒÁÚ×ÅÒÎÕÔØ ÔÅËÕÝÕÀ ÄÉÓËÕÓÓÉÀ" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "Ó×ÅÒÎÕÔØ/ÒÁÚ×ÅÒÎÕÔØ ×ÓÅ ÄÉÓËÕÓÓÉÉ" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "×ÌÏÖÉÔØ ÏÔËÒÙÔÙÊ PGP-ËÌÀÞ" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "×Ù×ÅÓÔÉ ÐÁÒÁÍÅÔÒÙ PGP" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "ÉÚ×ÌÅÞØ ÏÔËÒÙÔÙÅ PGP-ËÌÀÞÉ" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "×ÙÞÉÓÔÉÔØ ÆÒÁÚÕ-ÐÁÒÏÌØ PGP ÉÚ ÐÁÍÑÔÉ" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "ÏÔÐÒÁ×ÉÔØ ÏÔËÒÙÔÙÊ PGP-ËÌÀÞ" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "ÐÒÏ×ÅÒÉÔØ ÏÔËÒÙÔÙÊ PGP-ËÌÀÞ" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "ÐÏËÁÚÁÔØ ÉÄÅÎÔÉÆÉËÁÔÏÒ ×ÌÁÄÅÌØÃÁ ËÌÀÞÁ" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "ÓÏÚÄÁÔØ ÄÅÛÉÆÒÏ×ÁÎÎÕÀ ËÏÐÉÀ É ÕÄÁÌÉÔØ" -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "ÓÏÚÄÁÔØ ÄÅÛÉÆÒÏ×ÁÎÎÕÀ ËÏÐÉÀ" -#: lib.c:277 lib.c:292 lib.c:323 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +#, fuzzy +msgid "Append a remailer to the chain" +msgstr "ÕÄÁÌÉÔØ ×ÓÅ ÓÉÍ×ÏÌÙ × ÓÔÒÏËÅ" + +#: keymap_defs.h:175 +#, fuzzy +msgid "Insert a remailer into the chain" +msgstr "ÕÄÁÌÉÔØ ×ÓÅ ÓÉÍ×ÏÌÙ × ÓÔÒÏËÅ" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "ÕÄÁÌÉÔØ ×ÓÅ ÓÉÍ×ÏÌÙ × ÓÔÒÏËÅ" + +#: keymap_defs.h:177 +#, fuzzy +msgid "Select the previous element of the chain" +msgstr "ÕÄÁÌÉÔØ ×ÓÅ ÓÉÍ×ÏÌÙ × ÓÔÒÏËÅ" + +#: keymap_defs.h:178 +#, fuzzy +msgid "Select the next element of the chain" +msgstr "ÕÄÁÌÉÔØ ×ÓÅ ÓÉÍ×ÏÌÙ × ÓÔÒÏËÅ" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "îÅÈ×ÁÔËÁ ÐÁÍÑÔÉ!" -#: lib.c:781 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "üÔÏÔ ÆÁÊÌ Ñ×ÌÑÅÔÓÑ ËÁÔÁÌÏÇÏÍ. óÏÈÒÁÎÉÔØ × ÎÅÍ?" -#: lib.c:786 +#: lib.c:790 msgid "File under directory: " msgstr "æÁÊÌ × ËÁÔÁÌÏÇÅ: " -#: lib.c:797 +#: lib.c:802 #, fuzzy -msgid "File exists, overwrite?" +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "æÁÊÌ ÓÕÝÅÓÔ×ÕÅÔ, ÐÅÒÅÚÁÐÉÓÁÔØ?" -#: lib.c:1170 +#: lib.c:802 +msgid "oac" +msgstr "" + +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "%s ÎÅ Ñ×ÌÑÅÔÓÑ ÐÏÞÔÏ×ÙÍ ÑÝÉËÏÍ!" -#: lib.c:1176 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "äÏÂÁ×ÉÔØ ÓÏÏÂÝÅÎÉÑ × %s?" @@ -1894,7 +2046,7 @@ msgstr "" #: main.c:43 #, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" @@ -1911,10 +2063,10 @@ msgstr "" #: main.c:49 #, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -2063,29 +2215,29 @@ msgstr "" msgid "Error initializing terminal." msgstr "ïÛÉÂËÁ ÉÎÉÃÉÁÌÉÚÁÃÉÉ ÔÅÒÍÉÎÁÌÁ." -#: main.c:404 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "ïÔÌÁÄËÁ ÎÁ ÕÒÏ×ÎÅ %d.\n" -#: main.c:406 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "óÉÍ×ÏÌ DEBUG ÎÅ ÂÙÌ ÏÐÒÅÄÅÌÅÎ ÐÒÉ ËÏÍÐÉÌÑÃÉÉ. éÇÎÏÒÕÅÔÓÑ.\n" -#: main.c:544 +#: main.c:545 msgid "No recipients specified.\n" msgstr "áÄÒÅÓÁÔÙ ÎÅ ÕËÁÚÁÎÙ.\n" -#: main.c:617 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "%s: ÎÅ ÕÄÁÌÏÓØ ×ÌÏÖÉÔØ ÆÁÊÌ.\n" -#: main.c:637 +#: main.c:638 msgid "No mailbox with new mail." msgstr "îÅÔ ÐÏÞÔÏ×ÙÈ ÑÝÉËÏ× Ó ÎÏ×ÏÊ ÐÏÞÔÏÊ." -#: main.c:671 +#: main.c:672 msgid "Mailbox is empty." msgstr "ðÏÞÔÏ×ÙÊ ÑÝÉË ÐÕÓÔ." @@ -2101,11 +2253,11 @@ msgstr " msgid "Mailbox was corrupted!" msgstr "ðÏÞÔÏ×ÙÊ ÑÝÉË ÂÙÌ ÐÏ×ÒÅÖÄÅÎ!" -#: mbox.c:687 mbox.c:930 +#: mbox.c:685 mbox.c:928 msgid "Fatal error! Could not reopen mailbox!" msgstr "ëÒÉÔÉÞÅÓËÁÑ ÏÛÉÂËÁ! îÅ ÕÄÁÌÏÓØ ÚÁÎÏ×Ï ÏÔËÒÙÔØ ÐÏÞÔÏ×ÙÊ ÑÝÉË!" -#: mbox.c:696 +#: mbox.c:694 msgid "Unable to lock mailbox!" msgstr "îÅ ÕÄÁÌÏÓØ ÚÁÂÌÏËÉÒÏ×ÁÔØ ÐÏÞÔÏ×ÙÊ ÑÝÉË!" @@ -2113,99 +2265,103 @@ msgstr " #. * messages were found to be changed or deleted. This should #. * never happen, is we presume it is a bug in mutt. #. -#: mbox.c:740 +#: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" msgstr "" "sync: ÐÏÞÔÏ×ÙÊ ÑÝÉË ÉÚÍÅÎÅÎ, ÎÏ ÉÚÍÅÎÅÎÎÙÅ ÓÏÏÂÝÅÎÉÑ ÏÔÓÕÔÓÔ×ÕÀÔ! (ÓÏÏÂÝÉÔÅ " "Ï ÜÔÏÊ ÏÛÉÂËÅ)" -#: mbox.c:769 +#: mbox.c:767 msgid "Writing messages... %d (%d%%)" msgstr "úÁÐÉÓØ... %d (%d%%)" -#: mbox.c:915 +#: mbox.c:913 #, c-format msgid "Write failed! Saved partial mailbox to %s" msgstr "úÁÐÉÓØ ÎÅ ÕÄÁÌÁÓØ! îÅÐÏÌÎÙÊ ÐÏÞÔÏ×ÙÊ ÑÝÉË ÓÏÈÒÁÎÅÎ × %s" -#: mbox.c:967 +#: mbox.c:965 msgid "Could not reopen mailbox!" msgstr "îÅ ÕÄÁÌÏÓØ ÚÁÎÏ×Ï ÏÔËÒÙÔØ ÐÏÞÔÏ×ÙÊ ÑÝÉË!" -#: menu.c:309 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "ðÏ×ÔÏÒÎÏÅ ÏÔËÒÙÔÉÅ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ..." + +#: menu.c:312 msgid "Jump to: " msgstr "ðÅÒÅÊÔÉ Ë: " -#: menu.c:318 +#: menu.c:321 msgid "Invalid index number." msgstr "îÅ×ÅÒÎÙÊ ÉÎÄÅËÓ." -#: menu.c:322 menu.c:340 menu.c:376 menu.c:417 menu.c:433 menu.c:444 -#: menu.c:455 menu.c:497 menu.c:508 menu.c:521 menu.c:534 menu.c:813 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "úÁÐÉÓÉ ÏÔÓÕÔÓÔ×ÕÀÔ." -#: menu.c:337 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "ðÒÏËÒÕÔËÁ ÄÁÌØÛÅ ÎÅ×ÏÚÍÏÖÎÁ." -#: menu.c:353 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "ðÒÏËÒÕÔËÁ ÄÁÌØÛÅ ÎÅ×ÏÚÍÏÖÎÁ." -#: menu.c:373 +#: menu.c:376 msgid "You are on the last page." msgstr "÷Ù ÕÖÅ ÎÁ ÐÏÓÌÅÄÎÅÊ ÓÔÒÁÎÉÃÅ." -#: menu.c:395 +#: menu.c:398 msgid "You are on the first page." msgstr "÷Ù ÕÖÅ ÎÁ ÐÅÒ×ÏÊ ÓÔÒÁÎÉÃÅ." -#: menu.c:474 +#: menu.c:477 msgid "First entry is shown." msgstr "ðÅÒ×ÁÑ ÚÁÐÉÓØ ÕÖÅ ÎÁ ÜËÒÁÎÅ." -#: menu.c:494 +#: menu.c:497 msgid "Last entry is shown." msgstr "ðÏÓÌÅÄÎÑÑ ÚÁÐÉÓØ ÕÖÅ ÎÁ ÜËÒÁÎÅ." -#: menu.c:545 +#: menu.c:548 msgid "You are on the last entry." msgstr "÷Ù ÕÖÅ ÎÁ ÐÏÓÌÅÄÎÅÊ ÚÁÐÉÓÉ." -#: menu.c:556 +#: menu.c:559 msgid "You are on the first entry." msgstr "÷Ù ÕÖÅ ÎÁ ÐÅÒ×ÏÊ ÚÁÐÉÓÉ." -#: menu.c:596 pattern.c:1060 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "ðÏÉÓË: " -#: menu.c:597 +#: menu.c:609 msgid "Reverse search for: " msgstr "ïÂÒÁÔÎÙÊ ÐÏÉÓË: " -#: menu.c:608 pattern.c:1093 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "îÅÔ ÏÂÒÁÚÃÁ ÐÏÉÓËÁ." -#: menu.c:638 pager.c:1829 pager.c:1845 pager.c:1932 pattern.c:1158 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "îÅ ÎÁÊÄÅÎÏ." -#: menu.c:689 +#: menu.c:701 msgid "No tagged entries." msgstr "îÅÔ ÏÔÍÅÞÅÎÎÙÈ ÚÁÐÉÓÅÊ." -#: menu.c:777 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "ðÏÉÓË ÎÅ ÒÅÁÌÉÚÏ×ÁÎ × ÜÔÏÍ ÍÅÎÀ." -#: menu.c:816 +#: menu.c:826 msgid "Tagging is not supported." msgstr "÷ÏÚÍÏÖÎÏÓÔØ ÐÏÍÅÔËÉ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ." -#: mh.c:183 +#: mh.c:182 #, c-format msgid "Reading %s... %d" msgstr "þÉÔÁÅÔÓÑ %s... %d" @@ -2217,197 +2373,202 @@ msgstr "" "ëÏÌÉÞÅÓÔ×Ï ÐÏÐÙÔÏË ÚÁÂÌÏËÉÒÏ×ÁÔØ ÆÁÊÌ ÉÓÞÅÒÐÁÎÏ, ÕÄÁÌÉÔØ ÆÁÊÌ ÂÌÏËÉÒÏ×ËÉ ÄÌÑ " "%s?" -#: mx.c:178 +#: mx.c:125 +#, fuzzy, c-format +msgid "Can't dotlock %s.\n" +msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÉÎÆÏÒÍÁÃÉÀ: %s" + +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "ôÁÊÍÁÕÔ fcntl-ÂÌÏËÉÒÏ×ËÉ!" -#: mx.c:184 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "ðÏÐÙÔËÁ fcntl-ÂÌÏËÉÒÏ×ËÉ ÆÁÊÌÁ... %d" -#: mx.c:212 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "ôÁÊÍÁÕÔ flock-ÂÌÏËÉÒÏ×ËÉ!" -#: mx.c:219 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "ðÏÐÙÔËÁ flock-ÂÌÏËÉÒÏ×ËÉ ÆÁÊÌÁ... %d" -#: mx.c:589 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "þÉÔÁÅÔÓÑ %s..." -#: mx.c:679 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "ðÉÛÅÔÓÑ %s..." -#: mx.c:704 +#: mx.c:710 #, c-format msgid "Could not synchronize mailbox %s!" msgstr "îÅ ÕÄÁÌÏÓØ ÓÉÎÈÒÏÎÉÚÉÒÏ×ÁÔØ ÐÏÞÔÏ×ÙÊ ÑÝÉË %s!" -#: mx.c:767 +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "ðÅÒÅÍÅÓÔÉÔØ ÐÒÏÞÉÔÁÎÎÙÅ ÓÏÏÂÝÅÎÉÑ × %s?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "÷ÙÞÉÓÔÉÔØ %d ÕÄÁÌÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "÷ÙÞÉÓÔÉÔØ %d ÕÄÁÌÅÎÎÙÈ ÓÏÏÂÝÅÎÉÊ?" -#: mx.c:796 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "ðÒÏÞÉÔÁÎÎÙÅ ÓÏÏÂÝÅÎÉÑ ÐÅÒÅÍÅÝÑÀÔÓÑ × %s..." -#: mx.c:812 mx.c:955 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "ðÏÞÔÏ×ÙÊ ÑÝÉË ÎÅ ÉÚÍÅÎÉÌÓÑ." -#: mx.c:831 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "%d ÏÓÔÁ×ÌÅÎÏ, %d ÐÅÒÅÍÅÝÅÎÏ, %d ÕÄÁÌÅÎÏ." -#: mx.c:834 mx.c:980 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "%d ÏÓÔÁ×ÌÅÎÏ, %d ÕÄÁÌÅÎÏ." -#: mx.c:940 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr " éÓÐÏÌØÚÕÊÔÅ '%s' ÄÌÑ ÒÁÚÒÅÛÅÎÉÑ/ÚÁÐÒÅÝÅÎÉÑ ÚÁÐÉÓÉ" -#: mx.c:942 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "éÓÐÏÌØÚÕÊÔÅ 'toggle-write' ÄÌÑ ÒÁÚÒÅÛÅÎÉÑ ÚÁÐÉÓÉ!" -#: mx.c:944 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "ðÏÞÔÏ×ÙÊ ÑÝÉË ÐÏÍÅÞÅÎ ËÁË ÐÅÒÅÐÉÓÙ×ÁÅÍÙÊ. %s" -#: mx.c:949 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "ðÏÞÔÏ×ÙÊ ÑÝÉË ÎÅÍÏÄÉÆÉÃÉÒÕÅÍ." -#: pager.c:1370 +#: pager.c:1376 msgid "PrevPg" msgstr "îÁÚÁÄóÔÒ" -#: pager.c:1371 +#: pager.c:1377 msgid "NextPg" msgstr "÷ÐÅÒÅÄóÔÒ" -#: pager.c:1375 +#: pager.c:1381 msgid "View Attachm." msgstr "÷ÌÏÖÅÎÉÑ" -#: pager.c:1378 +#: pager.c:1384 msgid "Next" msgstr "óÌÅÄÕÀÝÉÊ" #. emulate "less -q" and don't go on to the next message. -#: pager.c:1741 pager.c:1772 pager.c:1801 pager.c:2020 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "ðÏÓÌÅÄÎÑÑ ÓÔÒÏËÁ ÓÏÏÂÝÅÎÉÑ ÕÖÅ ÎÁ ÜËÒÁÎÅ." -#: pager.c:1757 pager.c:1779 pager.c:1790 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "ðÅÒ×ÁÑ ÓÔÒÏËÁ ÓÏÏÂÝÅÎÉÑ ÕÖÅ ÎÁ ÜËÒÁÎÅ." -#: pager.c:1863 +#: pager.c:1869 msgid "Reverse search: " msgstr "ïÂÒÁÔÎÙÊ ÐÏÉÓË: " -#: pager.c:1864 +#: pager.c:1870 msgid "Search: " msgstr "ðÏÉÓË: " -#: pager.c:1958 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "ðÏÄÓËÁÚËÁ ÕÖÅ ÐÏËÁÚÙ×ÁÅÔÓÑ." -#: pager.c:1987 +#: pager.c:1993 msgid "No more quoted text." msgstr "îÅÔ ÂÏÌØÛÅ ÃÉÔÉÒÕÅÍÏÇÏ ÔÅËÓÔÁ." -#: pager.c:2000 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "úÁ ÃÉÔÉÒÕÅÍÙÍ ÔÅËÔÏÍ ÂÏÌØÛÅ ÎÅÔ ÏÓÎÏ×ÎÏÇÏ ÔÅËÓÔÁ." -#: parse.c:502 +#: parse.c:501 msgid "multipart message has no boundary parameter!" msgstr "óÏÓÔÁ×ÎÏÅ ÓÏÏÂÝÅÎÉÅ ÔÒÅÂÕÅÔ ÐÁÒÁÍÅÔÒÁ boundary!" -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "ïÛÉÂËÁ × ×ÙÒÁÖÅÎÉÉ: %s" -#: pattern.c:331 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "îÅ×ÅÒÎÙÊ ÄÅÎØ ÍÅÓÑÃÁ: %s" -#: pattern.c:345 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "îÅ×ÅÒÎÏÅ ÎÁÚ×ÁÎÉÅ ÍÅÓÑÃÁ: %s" -#: pattern.c:399 +#: pattern.c:401 msgid "error in expression" msgstr "ÏÛÉÂËÁ × ×ÙÒÁÖÅÎÉÉ" -#: pattern.c:584 pattern.c:692 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "ÏÛÉÂËÁ × ÏÂÒÁÚÃÅ: %s" -#: pattern.c:632 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "%c: ÎÅÄÏÐÕÓÔÉÍÁÑ ËÏÍÁÎÄÁ" -#: pattern.c:638 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "%c: × ÜÔÏÍ ÒÅÖÉÍÅ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ" -#: pattern.c:651 +#: pattern.c:653 msgid "missing parameter" msgstr "ÐÒÏÐÕÝÅÎ ÐÁÒÁÍÅÔÒ" -#: pattern.c:667 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "ÐÒÏÐÕÝÅÎÁ ÓËÏÂËÁ: %s" -#: pattern.c:699 +#: pattern.c:701 msgid "empty pattern" msgstr "ÐÕÓÔÏÊ ÏÂÒÁÚÅÃ" -#: pattern.c:876 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "ÏÛÉÂËÁ: ÎÅÉÚ×ÅÓÔÎÁÑ ÏÐÅÒÁÃÉÑ %d (ÓÏÏÂÝÉÔÅ Ï ÜÔÏÊ ÏÛÉÂËÅ)." -#: pattern.c:941 pattern.c:1079 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "ïÂÒÁÚÅà ÐÏÉÓËÁ ËÏÍÐÉÌÉÒÕÅÔÓÑ..." -#: pattern.c:955 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "éÓÐÏÌÎÑÅÔÓÑ ËÏÍÁÎÄÁ ÄÌÑ ÐÏÄÈÏÄÑÝÉÈ ÓÏÏÂÝÅÎÉÊ..." @@ -2415,40 +2576,40 @@ msgstr " msgid "No messages matched criteria." msgstr "îÉ ÏÄÎÏ ÓÏÏÂÝÅÎÉÅ ÎÅ ÐÏÄÈÏÄÉÔ ÐÏÄ ËÒÉÔÅÒÉÊ." -#: pattern.c:1117 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "ðÏÉÓË ÄÏÛÅÌ ÄÏ ËÏÎÃÁ, ÎÅ ÎÁÊÄÑ ÎÉÞÅÇÏ ÐÏÄÈÏÄÑÝÅÇÏ" -#: pattern.c:1128 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "ðÏÉÓË ÄÏÛÅÌ ÄÏ ÎÁÞÁÌÁ, ÎÅ ÎÁÊÄÑ ÎÉÞÅÇÏ ÐÏÄÈÏÄÑÝÅÇÏ" -#: pattern.c:1150 +#: pattern.c:1145 msgid "Search interrupted." msgstr "ðÏÉÓË ÐÒÅÒ×ÁÎ." -#: pgp.c:131 +#: pgp.c:130 msgid "Enter PGP passphrase:" msgstr "÷×ÅÄÉÔÅ PGP ÆÒÁÚÕ-ÐÁÒÏÌØ:" -#: pgp.c:147 +#: pgp.c:146 msgid "PGP passphrase forgotten." msgstr "PGP ÆÒÁÚÁ-ÐÁÒÏÌØ ÚÁÂÙÔÁ." -#: pgp.c:175 +#: pgp.c:174 #, c-format msgid "Unknown PGP version \"%s\"." msgstr "îÅÉÚ×ÅÓÔÎÁÑ ×ÅÒÓÉÑ PGP \"%s\"." -#: pgp.c:208 +#: pgp.c:207 msgid "[-- PGP output follows (current time: " msgstr "[-- òÅÚÕÌØÔÁÔ ÒÁÂÏÔÙ ÐÒÏÇÒÁÍÍÙ PGP (ÔÅËÕÝÅÅ ×ÒÅÍÑ: " -#: pgp.c:321 +#: pgp.c:320 msgid "[-- Error: unable to create PGP subprocess! --]\n" msgstr "[-- ïÛÉÂËÁ: ÎÅ ÕÄÁÌÏÓØ ÓÏÚÄÁÔØ PGP ÐÏÄÐÒÏÃÅÓÓ! --]\n" -#: pgp.c:348 +#: pgp.c:347 msgid "" "\n" "[-- End of PGP output --]\n" @@ -2458,7 +2619,7 @@ msgstr "" "[-- ëÏÎÅà ×Ù×ÏÄÁ ÐÒÏÇÒÁÍÍÙ PGP --]\n" "\n" -#: pgp.c:354 +#: pgp.c:353 msgid "" "[-- BEGIN PGP MESSAGE --]\n" "\n" @@ -2466,11 +2627,11 @@ msgstr "" "[-- îÁÞÁÌÏ PGP-ÓÏÏÂÝÅÎÉÑ --]\n" "\n" -#: pgp.c:356 +#: pgp.c:355 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- îÁÞÁÌÏ ÂÌÏËÁ ÏÔËÒÙÔÏÇÏ PGP-ËÌÀÞÁ --]\n" -#: pgp.c:358 +#: pgp.c:357 msgid "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" @@ -2478,7 +2639,7 @@ msgstr "" "[-- îÁÞÁÌÏ ÓÏÏÂÝÅÎÉÑ, ÐÏÄÐÉÓÁÎÎÏÇÏ PGP --]\n" "\n" -#: pgp.c:460 +#: pgp.c:459 msgid "" "\n" "[-- END PGP MESSAGE --]\n" @@ -2486,11 +2647,11 @@ msgstr "" "\n" "[-- ëÏÎÅà PGP-ÓÏÏÂÝÅÎÉÑ --]\n" -#: pgp.c:462 +#: pgp.c:461 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- ëÏÎÅà ÂÌÏËÁ ÏÔËÒÙÔÏÇÏ PGP-ËÌÀÞÁ --]\n" -#: pgp.c:464 +#: pgp.c:463 msgid "" "\n" "[-- END PGP SIGNED MESSAGE --]\n" @@ -2498,7 +2659,7 @@ msgstr "" "\n" "[-- ëÏÎÅà ÓÏÏÂÝÅÎÉÑ, ÐÏÄÐÉÓÁÎÎÏÇÏ PGP --]\n" -#: pgp.c:477 +#: pgp.c:476 msgid "" "[-- Error: could not find beginning of PGP message! --]\n" "\n" @@ -2506,7 +2667,7 @@ msgstr "" "[-- ïÛÉÂËÁ: ÎÅ ÕÄÁÌÏÓØ ÎÁÊÔÉ ÎÁÞÁÌÏ PGP-ÓÏÏÂÝÅÎÉÑ! --]\n" "\n" -#: pgp.c:669 pgp.c:975 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2514,20 +2675,20 @@ msgstr "" "[-- ëÏÎÅà ×Ù×ÏÄÁ ÐÒÏÇÒÁÍÍÙ PGP --]\n" "\n" -#: pgp.c:721 +#: pgp.c:720 msgid "" "[-- Error: Inconsistant multipart/signed structure! --]\n" "\n" msgstr "" -#: pgp.c:729 +#: pgp.c:728 #, fuzzy, c-format msgid "" "[-- Error: Unknown multipart/signed protocol %s! --]\n" "\n" msgstr "ïÛÉÂËÁ: ÔÉÐ multipart/signed ÔÒÅÂÕÅÔ ÐÁÒÁÍÅÔÒÁ protocol." -#: pgp.c:750 +#: pgp.c:749 #, c-format msgid "" "[-- Warning: We can't verify %s/%s signatures. --]\n" @@ -2535,7 +2696,7 @@ msgid "" msgstr "" #. Now display the signed body -#: pgp.c:758 +#: pgp.c:757 #, fuzzy msgid "" "[-- The following data is signed --]\n" @@ -2544,13 +2705,13 @@ msgstr "" "[-- îÁÞÁÌÏ ÄÁÎÎÙÈ, ÐÏÄÐÉÓÁÎÎÙÈ × ÆÏÒÍÁÔÅ PGP/MIME --]\n" "\n" -#: pgp.c:764 +#: pgp.c:763 msgid "" "[-- Warning: Can't find any signatures. --]\n" "\n" msgstr "" -#: pgp.c:770 +#: pgp.c:769 #, fuzzy msgid "" "\n" @@ -2559,11 +2720,11 @@ msgstr "" "\n" "[-- ëÏÎÅà ÄÁÎÎÙÈ, ÐÏÄÐÉÓÁÎÎÙÈ × ÆÏÒÍÁÔÅ PGP/MIME --]\n" -#: pgp.c:882 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "÷ÎÕÔÒÅÎÎÑÑ ÏÛÉÂËÁ. óÏÏÂÝÉÔÅ Ï ÎÅÊ ÐÏ ÁÄÒÅÓÕ ." -#: pgp.c:946 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2571,7 +2732,7 @@ msgstr "" "[-- ïÛÉÂËÁ: ÎÅ ÕÄÁÌÏÓØ ÓÏÚÄÁÔØ PGP ÐÏÄÐÒÏÃÅÓÓ! --]\n" "\n" -#: pgp.c:1039 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2579,11 +2740,11 @@ msgstr "" "[-- ïÛÉÂËÁ: ÆÏÒÍÁÔ ÓÏÏÂÝÅÎÉÑ ÎÅ ÓÏÏÔ×ÅÔÓÔ×ÕÅÔ ÓÔÁÎÄÁÒÔÕ PGP/MIME --]\n" "\n" -#: pgp.c:1052 +#: pgp.c:1051 msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- ïÛÉÂËÁ: ÎÅ ÕÄÁÌÏÓØ ÓÏÚÄÁÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ! --]\n" -#: pgp.c:1061 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" @@ -2591,7 +2752,7 @@ msgstr "" "[-- îÁÞÁÌÏ ÄÁÎÎÙÈ, ÛÉÆÒÏ×ÁÎÎÙÈ × ÆÏÒÍÁÔÅ PGP/MIME --]\n" "\n" -#: pgp.c:1069 +#: pgp.c:1068 msgid "" "\n" "[-- End of PGP/MIME encrypted data --]\n" @@ -2599,358 +2760,377 @@ msgstr "" "\n" "[-- ëÏÎÅà ÄÁÎÎÙÈ, ÛÉÆÒÏ×ÁÎÎÙÈ × ÆÏÒÍÁÔÅ PGP/MIME --]\n" -#: pgp.c:1151 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "îÅ ÕÄÁÌÏÓØ ÏÔËÒÙÔØ PGP ÐÏÄÐÒÏÃÅÓÓ!" -#: pgp.c:1275 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "éÓÐÏÌØÚÏ×ÔØ ËÌÀÞ \"%s\" ÄÌÑ %s?" -#: pgp.c:1281 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "÷×ÅÄÉÔÅ ÉÄÅÎÔÉÆÉËÁÔÏÒ ËÌÀÞÁ ÄÌÑ %s: " -#: pgpkey.c:174 +#: pgpkey.c:441 msgid "Exit " msgstr "÷ÙÈÏÄ " -#: pgpkey.c:176 +#: pgpkey.c:443 msgid "Select " msgstr "÷ÙÂÒÁÔØ " -#: pgpkey.c:179 +#: pgpkey.c:446 msgid "Check key " msgstr "ôÅÓÔ ËÌÀÞÁ " -#: pgpkey.c:192 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "PGP-ËÌÀÞÉ ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÅ " -#: pgpkey.c:211 pgpkey.c:388 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "îÅ ÕÄÁÌÏÓØ ÏÔËÒÙÔØ /dev/null" -#: pgpkey.c:217 pgpkey.c:382 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "îÅ ÕÄÁÌÏÓØ ÓÏÚÄÁÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ" -#: pgpkey.c:227 pgpkey.c:399 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "îÅ ÕÄÁÌÏÓØ ÓÏÚÄÁÔØ ÆÉÌØÔÒ" -#: pgpkey.c:237 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "éÄÅÎÔÉÆÉËÁÔÏÒ ËÌÀÞÁ: 0x%s" -#: pgpkey.c:258 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "óÔÅÐÅÎØ ÄÏ×ÅÒÉÑ ÄÌÑ ÜÔÏÇÏ ID ÎÅ ÏÐÒÅÄÅÌÅÎÁ." -#: pgpkey.c:259 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "óÔÅÐÅÎØ ÄÏ×ÅÒÉÑ ÄÌÑ ÜÔÏÇÏ ID \"ÏÔÓÕÔÓÔ×ÉÅ ÄÏ×ÅÒÉÑ\"" -#: pgpkey.c:260 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "óÔÅÐÅÎØ ÄÏ×ÅÒÉÑ ÄÌÑ ÜÔÏÇÏ ID \"ÞÁÓÔÉÞÎÙÊ ÄÏ×ÅÒÅÎÎÙÊ\"" -#: pgpkey.c:263 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s ÷Ù ÎÁ ÓÁÍÏÍ ÄÅÌÅ ÈÏÔÉÔÅ ÅÇÏ ÉÓÐÏÌØÚÏ×ÁÔØ?" -#: pgpkey.c:370 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "÷×ÅÄÉÔÅ, ÐÏÖÁÌÕÊÓÔÁ, ÉÄÅÎÔÉÆÉËÁÔÏÒ ËÌÀÞÁ: " -#: pgpkey.c:417 +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "úÁÐÕÓËÁÅÔÓÑ PGP..." + +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "PGP-ËÌÀÞ 0x%s." -#: pgppubring.c:59 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "ÒÅÚÅÒ×" -#: pgppubring.c:60 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "úÁÛÉÆÒÏ×ÁÎÎÙÊ ËÌÀÞ ÓÅÓÓÉÉ" -#: pgppubring.c:61 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "ðÁËÅÔ ÐÏÄÐÉÓÉ" -#: pgppubring.c:62 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "ðÁËÅÔ ÓÔÁÎÄÁÒÔÎÏ ÚÁÛÉÆÒÏ×ÁÎÎÏÇÏ ËÌÀÞÁ ÓÅÁÎÓÁ" -#: pgppubring.c:63 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "ðÁËÅÔ ÏÄÎÏÐÒÏÈÏÄÎÏÊ ÐÏÄÐÉÓÉ" -#: pgppubring.c:64 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "ðÁËÅÔ ÓÅËÒÅÔÎÏÇÏ ËÌÀÞÁ" -#: pgppubring.c:65 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "ðÁËÅÔ ÏÔËÒÙÔÏÇÏ ËÌÀÞÁ" -#: pgppubring.c:66 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "ðÁËÅÔ ÓÅËÒÅÔÎÏÇÏ ÐÏÄËÌÀÞÁ" -#: pgppubring.c:67 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "ðÁËÅÔ ÓÖÁÔÙÈ ÄÁÎÎÙÈ" -#: pgppubring.c:68 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "ðÁËÅÔ ÓÉÍÍÅÔÒÉÞÎÏ ÛÉÆÒÏ×ÁÎÎÙÈ ÄÁÎÎÙÈ" -#: pgppubring.c:69 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "ðÁËÅÔ ÍÁÒËÅÒÁ" -#: pgppubring.c:70 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "ðÁËÅÔ ÄÁÎÎÙÈ" -#: pgppubring.c:71 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "ðÁËÅÔ ÕÒÏ×ÎÑ ÄÏ×ÅÒÉÑ" -#: pgppubring.c:72 +#: pgppubring.c:76 msgid "Name Packet" msgstr "ðÁËÅÔ ÉÍÅÎÉ" -#: pgppubring.c:73 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "ðÁËÅÔ ÐÏÄËÌÀÞÁ" -#: pgppubring.c:74 +#: pgppubring.c:78 msgid "Reserved" msgstr "òÅÚÅÒ×" -#: pgppubring.c:75 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "ðÁËÅÔ ËÏÍÍÅÎÔÁÒÉÑ" -#: pop.c:67 +#: pop.c:66 msgid "POP Password: " msgstr "POP-ÐÁÒÏÌØ: " -#: pop.c:92 +#: pop.c:91 msgid "POP host is not defined." msgstr "POP ÈÏÓÔ ÎÅ ÏÐÒÅÄÅÌÅÎ." -#: pop.c:98 +#: pop.c:97 msgid "No POP username is defined." msgstr "éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÌÑ POP ÎÅ ÏÐÒÅÄÅÌÅÎÏ." -#: pop.c:115 +#: pop.c:114 #, c-format msgid "Could not find address for host %s." msgstr "îÅ ÕÄÁÌÏÓØ ÎÁÊÔÉ ÁÄÒÅÓ ÄÌÑ ÈÏÓÔÁ %s." -#: pop.c:123 +#: pop.c:122 #, c-format msgid "Connecting to %s" msgstr "õÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ ÓÏÅÄÉÎÅÎÉÅ Ó %s" -#: pop.c:167 pop.c:332 +#: pop.c:166 pop.c:331 msgid "Server closed connection!" msgstr "óÅÒ×ÅÒ ÚÁËÒÙÌ ÓÏÅÄÉÎÅÎÉÅ!" -#: pop.c:188 +#: pop.c:187 msgid "No new mail in POP mailbox." msgstr "îÅÔ ÎÏ×ÏÊ ÐÏÞÔÙ × POP-ÑÝÉËÅ." -#: pop.c:210 +#: pop.c:209 #, c-format msgid "Reading %d new message (%d bytes)..." msgstr "þÉÔÁÅÔÓÑ %d ÎÏ×ÏÅ ÓÏÏÂÝÅÎÉÅ (%d ÂÁÊÔÏ×)..." -#: pop.c:211 +#: pop.c:210 #, c-format msgid "Reading %d new messages (%d bytes)..." msgstr "þÉÔÁÀÔÓÑ %d ÎÏ×ÙÈ ÓÏÏÂÝÅÎÉÊ (%d ÂÁÊÔÏ×)..." -#: pop.c:246 +#: pop.c:245 msgid "Error reading message!" msgstr "ïÛÉÂËÁ ÞÔÅÎÉÑ ÓÏÏÂÝÅÎÉÑ!" -#: pop.c:282 +#: pop.c:281 msgid "Error while writing mailbox!" msgstr "ïÛÉÂËÁ ÚÁÐÉÓÉ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ!" -#: pop.c:306 +#: pop.c:305 #, c-format msgid "%s [%d messages read]" msgstr "%s [%d ÓÏÏÂÝÅÎÉÊ ÐÒÏÞÉÔÁÎÏ]" -#: postpone.c:112 +#: postpone.c:111 msgid "Postponed Messages" msgstr "ïÔÌÏÖÅÎÎÙÅ ÓÏÏÂÝÅÎÉÑ" -#: postpone.c:185 postpone.c:194 +#: postpone.c:184 postpone.c:193 msgid "No postponed messages." msgstr "îÅÔ ÏÔÌÏÖÅÎÎÙÈ ÓÏÏÂÝÅÎÉÊ." -#: postpone.c:339 postpone.c:359 postpone.c:368 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "îÅ×ÅÒÎÙÊ PGP-ÚÁÇÏÌÏ×ÏË" -#: query.c:46 +#: query.c:45 msgid "New Query" msgstr "îÏ×ÙÊ ÚÁÐÒÏÓ" -#: query.c:47 +#: query.c:46 msgid "Make Alias" msgstr "óÏÚÄÁÔØ ÐÓÅ×ÄÏÎÉÍ" -#: query.c:48 +#: query.c:47 msgid "Search" msgstr "éÓËÁÔØ" -#: query.c:92 +#: query.c:91 msgid "Waiting for response..." msgstr "ïÖÉÄÁÅÔÓÑ ÏÔ×ÅÔ..." -#: query.c:193 query.c:218 +#: query.c:192 query.c:217 msgid "Query command not defined." msgstr "ëÏÍÁÎÄÁ ÚÁÐÒÏÓÁ ÎÅ ÏÐÒÅÄÅÌÅÎÁ." -#: query.c:245 +#: query.c:244 msgid "Query" msgstr "úÁÐÒÏÓ" #. Prompt for Query -#: query.c:258 query.c:286 +#: query.c:257 query.c:285 msgid "Query: " msgstr "úÁÐÒÏÓ: " -#: query.c:269 query.c:295 +#: query.c:268 query.c:294 #, c-format msgid "Query '%s'" msgstr "úÁÐÒÏÓ '%s'" -#: recvattach.c:50 +#: recvattach.c:49 msgid "Pipe" msgstr "ðÅÒÅÄÁÔØ ÐÒÏÇÒÁÍÍÅ" -#: recvattach.c:51 +#: recvattach.c:50 msgid "Print" msgstr "îÁÐÅÞÁÔÁÔØ" -#: recvattach.c:371 +#: recvattach.c:402 msgid "Saving..." msgstr "óÏÈÒÁÎÑÅÔÓÑ..." -#: recvattach.c:432 +#: recvattach.c:465 msgid "Attachment saved" msgstr "÷ÌÏÖÅÎÉÅ ÓÏÈÒÁÎÅÎÏ" -#: recvattach.c:444 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "ðòåäõðòåöäåîéå! ÷Ù ÓÏÂÉÒÁÅÔÅÓØ ÐÅÒÅÚÁÐÉÓÁÔØ %s, ÐÒÏÄÏÌÖÁÔØ?" -#: recvattach.c:462 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "÷ÌÏÖÅÎÉÅ ÏÂÒÁÂÏÔÁÎÏ." -#: recvattach.c:528 +#: recvattach.c:561 msgid "Filter through: " msgstr "ðÒÏÐÕÓÔÉÔØ ÞÅÒÅÚ: " -#: recvattach.c:528 +#: recvattach.c:561 msgid "Pipe to: " msgstr "ðÅÒÅÄÁÔØ ÐÒÏÇÒÁÍÍÅ: " -#: recvattach.c:563 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "îÅÉÚ×ÅÓÔÎÏ ËÁË ÐÅÞÁÔÁÔØ %s ×ÌÏÖÅÎÉÑ!" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "îÁÐÅÞÁÔÁÔØ ÏÔÍÅÞÅÎÎÙÅ ×ÌÏÖÅÎÉÑ?" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print attachment?" msgstr "îÁÐÅÞÁÔÁÔØ ×ÌÏÖÅÎÉÅ?" -#: recvattach.c:654 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "÷Ù ÍÏÖÅÔÅ ÐÅÒÅÐÏÓÙÌÁÔØ ÔÏÌØËÏ ÞÁÓÔÉ ÔÉÐÁ message/rfc822." -#: recvattach.c:690 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "ðÅÒÅÐÏÓÌÁÔØ ÓÏÏÂÝÅÎÉÑ %s...?" -#: recvattach.c:691 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "ðÅÒÅÐÏÓÌÁÔØ ÓÏÏÂÝÅÎÉÅ %s...?" -#: recvattach.c:916 +#: recvattach.c:976 msgid "Attachments" msgstr "÷ÌÏÖÅÎÉÑ" -#: recvattach.c:973 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "õÄÁÌÅÎÉÅ ×ÌÏÖÅÎÉÊ ÉÚ PGP-ÓÏÏÂÝÅÎÉÊ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ." -#: recvattach.c:993 recvattach.c:1010 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "äÌÑ ÓÏÓÔÁ×ÎÙÈ ×ÌÏÖÅÎÉÊ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ ÔÏÌØËÏ ÕÄÁÌÅÎÉÅ." -#: recvattach.c:1060 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "äÌÑ PGP ÓÏÏÂÝÅÎÉÊ ÜÔÁ ÏÐÅÒÁÃÉÑ ÐÏËÁ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ." -#: rfc1524.c:158 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "îÅËÏÒÒÅËÔÎÏ ÏÔÆÏÒÍÁÔÉÒÏ×ÁÎÎÁÑ ÚÁÐÉÓØ ÄÌÑ ÔÉÐÁ %s × \"%s\", ÓÔÒÏËÁ %d" -#: rfc1524.c:390 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "ðÕÔØ Ë ÆÁÊÌÕ mailcap ÎÅ ÕËÁÚÁÎ" -#: rfc1524.c:416 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "ÚÁÐÉÓÉ mailcap ÄÌÑ ÔÉÐÁ %s ÎÅ ÎÁÊÄÅÎÏ" -#: score.c:74 +#: score.c:73 msgid "score: too few arguments" msgstr "score: ÓÌÉÛËÏÍ ÍÁÌÏ ÁÒÇÕÍÅÎÔÏ×" -#: score.c:83 +#: score.c:82 msgid "score: too many arguments" msgstr "score: ÓÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ×" -#: send.c:230 +#: send.c:232 msgid "No subject, abort?" msgstr "îÅÔ ÔÅÍÙ ÐÉÓØÍÁ, ÏÔËÁÚÁÔØÓÑ?" -#: send.c:232 +#: send.c:234 msgid "No subject, aborting." msgstr "îÅÔ ÔÅÍÙ ÐÉÓØÍÁ, ÏÔËÁÚ." +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "ïÔ×ÅÞÁÔØ ÐÏ %s%s?" + #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:433 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "ïÔ×ÅÞÁÔØ ÐÏ %s%s?" @@ -2958,111 +3138,115 @@ msgstr " #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:517 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "îÉ ÏÄÎÏ ÉÚ ÐÏÍÅÞÅÎÎÙÈ ÓÏÏÂÝÅÎÉÊ ÎÅ ×ÉÄÉÍÏ!" -#: send.c:542 +#: send.c:553 msgid "No mailing lists found!" msgstr "óÐÉÓËÏ× ÒÁÓÓÙÌËÉ ÎÅ ÎÁÊÄÅÎÏ!" -#: send.c:629 +#: send.c:640 msgid "Include message in reply?" msgstr "÷ÓÔÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ × ÏÔ×ÅÔ?" -#: send.c:643 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "îÅ ÕÄÁÌÏÓØ ×ÓÔÁ×ÉÔØ ×ÓÅ ÚÁÔÒÅÂÏ×ÁÎÎÙÅ ÓÏÏÂÝÅÎÉÑ!" -#: send.c:656 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "ðÅÒÅÓÌÁÔØ ÉÎËÁÐÓÕÌÉÒÏ×ÁÎÎÙÍ × MIME?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:867 +#: send.c:890 msgid "Recall postponed message?" msgstr "ðÒÏÄÏÌÖÉÔØ ÏÔÌÏÖÅÎÎÏÅ ÓÏÏÂÝÅÎÉÅ?" -#: send.c:1099 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "ïÔËÁÚÁÔØÓÑ ÏÔ ÎÅÉÚÍÅÎÅÎÎÏÇÏ ÓÏÏÂÝÅÎÉÑ?" -#: send.c:1101 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "óÏÏÂÝÅÎÉÅ ÎÅ ÉÚÍÅÎÉÌÏÓØ, ÏÔËÁÚ." #. abort -#: send.c:1140 +#: send.c:1165 msgid "Mail not sent." msgstr "ðÉÓØÍÏ ÎÅ ÏÔÐÒÁ×ÌÅÎÏ." -#: send.c:1153 +#: send.c:1178 msgid "Message postponed." msgstr "óÏÏÂÝÅÎÉÅ ÏÔÌÏÖÅÎÏ." -#: send.c:1162 +#: send.c:1187 msgid "No recipients are specified!" msgstr "îÅ ÕËÁÚÁÎÏ ÎÉ ÏÄÎÏÇÏ ÁÄÒÅÓÁÔÁ!" -#: send.c:1167 +#: send.c:1192 msgid "No recipients were specified." msgstr "îÅ ÂÙÌÏ ÕËÁÚÁÎÏ ÎÉ ÏÄÎÏÇÏ ÁÄÒÅÓÁÔÁ." -#: send.c:1173 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "îÅÔ ÔÅÍÙ ÓÏÏÂÝÅÎÉÑ, ÐÒÅÒ×ÁÔØ ÐÏÓÙÌËÕ?" -#: send.c:1177 +#: send.c:1202 msgid "No subject specified." msgstr "ôÅÍÁ ÓÏÏÂÝÅÎÉÑ ÎÅ ÕËÁÚÁÎÁ." -#: send.c:1216 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "óÏÏÂÝÅÎÉÅ ÏÔÒÅÄÁËÔÉÒÏ×ÁÎÏ. îÁ ÓÁÍÏÍ ÄÅÌÅ ÐÏÓÙÌÁÔØ?" -#: send.c:1222 +#: send.c:1249 msgid "Sending message..." msgstr "óÏÏÂÝÅÎÉÅ ÐÏÓÙÌÁÅÔÓÑ..." -#: send.c:1324 +#: send.c:1361 msgid "Could not send the message." msgstr "îÅ ÕÄÁÌÏÓØ ÏÔÐÒÁ×ÉÔØ ÓÏÏÂÝÅÎÉÅ" -#: send.c:1330 +#: send.c:1366 msgid "Mail sent." msgstr "óÏÏÂÝÅÎÉÅ ÐÏÓÌÁÎÏ." -#: sendlib.c:475 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "ðÁÒÁÍÅÔÒ boundary ÎÅ ÎÁÊÄÅÎ! [ÓÏÏÂÝÉÔÅ Ï ÜÔÏÊ ÏÛÉÂËÅ]" -#: sendlib.c:509 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "%s ÂÏÌØÛÅ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ!" -#: sendlib.c:777 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "îÅ ÕÄÁÌÏÓØ ÏÔËÒÙÔØ %s" -#: sendlib.c:1695 +#: sendlib.c:1680 #, fuzzy, c-format -msgid "Error sending message, child exited %d (%s).\n" +msgid "Error sending message, child exited %d (%s)." msgstr "îÅ ÕÄÁÌÏÓØ ÐÏÓÌÁÔØ ÓÏÏÂÝÅÎÉÅ, ÐÒÏÃÅÓÓ-ÐÏÔÏÍÏË ×ÅÒÎÕÌ %d (%s).\n" -#: sendlib.c:1697 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "òÅÚÕÌØÔÁÔ ÒÁÂÏÔÙ ÐÒÏÃÅÓÓÁ-ÐÏÔÏÍËÁ ÓÏÈÒÁÎÅÎ × %s.\n" +#: sendlib.c:1686 +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1701 -msgid "Error sending message." -msgstr "ïÛÉÂËÁ ÐÏÓÙÌËÉ ÓÏÏÂÝÅÎÉÑ." +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "ðÏÌÕÞÅÎ ÓÉÇÎÁÌ %s... úÁ×ÅÒÛÅÎÉÅ ÒÁÂÏÔÙ.\n" -#: signal.c:39 signal.c:42 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "ðÏÌÕÞÅÎ ÓÉÇÎÁÌ %s... úÁ×ÅÒÛÅÎÉÅ ÒÁÂÏÔÙ.\n" @@ -3072,69 +3256,43 @@ msgstr " msgid "Caught signal %d... Exiting.\n" msgstr "ðÏÌÕÞÅÎ ÓÉÇÎÁÌ %d... úÁ×ÅÒÛÅÎÉÅ ÒÁÂÏÔÙ.\n" -#: sort.c:199 +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "õÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ ÓÏÅÄÉÎÅÎÉÅ Ó %s..." + +#: sort.c:198 msgid "Sorting mailbox..." msgstr "ðÏÞÔÏ×ÙÊ ÑÝÉË ÓÏÒÔÉÒÕÅÔÓÑ..." -#: sort.c:227 +#: sort.c:226 msgid "Could not find sorting function! [report this bug]" msgstr "îÅ ÕÄÁÌÏÓØ ÎÁÊÔÉ ÆÕÎËÃÉÀ ÓÏÒÔÉÒÏ×ËÉ! (ÓÏÏÂÝÉÔÅ Ï ÜÔÏÊ ÏÛÉÂËÅ)" -#: status.c:102 +#: status.c:101 msgid "(no mailbox)" msgstr "(ÎÅÔ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ)" -#, fuzzy -#~ msgid "Error running \"%s\"!" -#~ msgstr "ïÛÉÂËÁ ÒÁÚÂÏÒÁ ÁÄÒÅÓÁ!" - -#, fuzzy -#~ msgid "Subscribed [%s], File mask: %s" -#~ msgstr "ëÁÔÁÌÏÇ [%s], ÍÁÓËÁ ÆÁÊÌÁ: %s" - -#, fuzzy -#~ msgid "Can't attach a directory!" -#~ msgstr "îÅ ÕÄÁÌÏÓØ ÐÒÏÓÍÏÔÒÅÔØ ËÁÔÁÌÏÇ" - -#, fuzzy -#~ msgid "Can't open %s: %s." -#~ msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÉÎÆÏÒÍÁÃÉÀ: %s" +#~ msgid "Display message using mailcap?" +#~ msgstr "ðÏËÁÚÁÔØ ÓÏÏÂÝÅÎÉÅ × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó mailcap?" -#, fuzzy -#~ msgid "-- Attachments" -#~ msgstr "÷ÌÏÖÅÎÉÑ" +#~ msgid "Can't open your secret key ring!" +#~ msgstr "îÅ ÕÄÁÌÏÓØ ÏÔËÒÙÔØ ×ÁÛÕ Ó×ÑÚËÕ ÓÅËÒÅÔÎÙÈ ËÌÀÞÅÊ!" -#, fuzzy -#~ msgid "Unable to attach %s!" -#~ msgstr "îÅ ÕÄÁÌÏÓØ ×ÌÏÖÉÔØ!" +#~ msgid "===== Attachments =====" +#~ msgstr "===== ÷ÌÏÖÅÎÉÑ =====" -#, fuzzy -#~ msgid "Reopening mailbox... %s" -#~ msgstr "ðÏ×ÔÏÒÎÏÅ ÏÔËÒÙÔÉÅ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ..." +#~ msgid "Please report this program error in the function mutt_mktime." +#~ msgstr "óÏÏÂÝÉÔÅ, ÐÏÖÁÌÕÊÓÔÁ, ÞÔÏ ÐÒÏÉÚÏÛÌÁ ÏÛÉÂËÁ × ÆÕÎËÃÉÉ mutt_mktime." -#, fuzzy -#~ msgid "Subscribing to %s..." -#~ msgstr "ëÏÐÉÒÕÅÔÓÑ × %s..." +#~ msgid "%s is a boolean var!" +#~ msgstr "%s -- ÂÕÌÅ×ÓËÁÑ ÐÅÒÅÍÅÎÎÁÑ!" -#, fuzzy -#~ msgid "Unsubscribing to %s..." -#~ msgstr "õÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ ÓÏÅÄÉÎÅÎÉÅ Ó %s..." +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "òÅÚÕÌØÔÁÔ ÒÁÂÏÔÙ ÐÒÏÃÅÓÓÁ-ÐÏÔÏÍËÁ ÓÏÈÒÁÎÅÎ × %s.\n" -#, fuzzy -#~ msgid "Delete a remailer from the chain" -#~ msgstr "ÕÄÁÌÉÔØ ×ÓÅ ÓÉÍ×ÏÌÙ × ÓÔÒÏËÅ" - -#, fuzzy -#~ msgid "Can't dotlock %s.\n" -#~ msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÉÎÆÏÒÍÁÃÉÀ: %s" - -#, fuzzy -#~ msgid "Invoking pgp..." -#~ msgstr "úÁÐÕÓËÁÅÔÓÑ PGP..." - -#, fuzzy -#~ msgid "%s... Exiting.\n" -#~ msgstr "ðÏÌÕÞÅÎ ÓÉÇÎÁÌ %s... úÁ×ÅÒÛÅÎÉÅ ÒÁÂÏÔÙ.\n" +#~ msgid "Error sending message." +#~ msgstr "ïÛÉÂËÁ ÐÏÓÙÌËÉ ÓÏÏÂÝÅÎÉÑ." #~ msgid "" #~ "[-- Error: this message does not comply with the PGP/MIME specification! " diff --git a/po/sk.po b/po/sk.po index 483347fc..0b428944 100644 --- a/po/sk.po +++ b/po/sk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.95i\n" -"POT-Creation-Date: 1998-12-20 09:15+0100\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: 1999-01-07 00:00+0100\n" "Last-Translator: Miroslav Vasko \n" "Language-Team: Slovak \n" @@ -13,410 +13,438 @@ msgstr "" "Content-Type: text/plain; charset=ISO Latin 2\n" "Content-Transfer-Encoding: 8859.2\n" -#: addrbook.c:32 browser.c:54 pager.c:1369 postpone.c:33 query.c:44 -#: recvattach.c:48 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 +#: recvattach.c:47 msgid "Exit" msgstr "Koniec" -#: addrbook.c:33 +#: addrbook.c:32 msgid "Select" msgstr "Oznaèi»" -#: addrbook.c:34 browser.c:57 compose.c:84 curs_main.c:241 pager.c:1466 -#: pgpkey.c:181 postpone.c:36 query.c:49 recvattach.c:52 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "Nápoveda" -#: addrbook.c:132 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "Nemáte ¾iadnych zástupcov!" -#: addrbook.c:144 +#: addrbook.c:131 msgid "Aliases" msgstr "Zástupci" #. add a new alias -#: alias.c:193 +#: alias.c:192 msgid "Alias as: " msgstr "Zástupca ako: " -#: alias.c:199 +#: alias.c:198 msgid "You already have an alias defined with that name!" msgstr "Zástupcu s týmto menom u¾ máte definovaného!" -#: alias.c:213 +#: alias.c:212 msgid "Address: " msgstr "Adresa: " -#: alias.c:229 +#: alias.c:228 msgid "Personal name: " msgstr "Vlastné meno: " -#: alias.c:238 +#: alias.c:237 #, c-format msgid "[%s = %s] Accept?" msgstr "[%s = %s] Akceptova»?" -#: alias.c:255 recvattach.c:344 recvattach.c:399 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "Ulo¾i» do súboru: " -#: alias.c:266 +#: alias.c:265 msgid "Alias added." msgstr "Pridal som zástupcu." -#: attach.c:112 attach.c:235 attach.c:367 attach.c:806 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "Nena¹iel som ¹ablónu názvu, pokraèova»?" #. For now, editing requires a file, no piping -#: attach.c:124 +#: attach.c:123 msgid "Mailcap compose entry requires %%s" msgstr "Zostavovacia polo¾ka mailcap-u vy¾aduje %%s" -#: attach.c:138 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "Chyba pri analýze adresy!" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "Nemo¾no otvori» súbor na analýzu hlavièiek." -#: attach.c:169 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "Nemo¾no otvori» súbor na odstránenie hlavièiek." -#: attach.c:187 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." msgstr "®iadna zostavovacia polo¾ka mailcap-u pre %s, vytváram prázdny súbor." #. For now, editing requires a file, no piping -#: attach.c:247 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "Vstupná polo¾ka mailcap-u vy¾aduje %%s" -#: attach.c:265 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "®iadna vstupná polo¾ka mailcap-u pre %s" -#: attach.c:333 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "®iadna polo¾ka mailcap-u nebola nájdená. Prezerám ako text." -#: attach.c:346 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "MIME typ nie je definovaný. Nemo¾no zobrazi» pripojené dáta." -#: attach.c:436 +#: attach.c:499 msgid "Cannot create filter" msgstr "Nemo¾no vytvori» filter." -#: attach.c:638 recvattach.c:374 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "Pripojené dáta boli ulo¾ené." -#: attach.c:691 +#: attach.c:756 msgid "Write fault!" msgstr "Chyba zápisu!" -#: attach.c:890 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "Neviem, ako vytlaèi» dáta!" -#: browser.c:55 +#: browser.c:42 msgid "Chdir" msgstr "Zmena adresára" -#: browser.c:56 +#: browser.c:43 msgid "Mask" msgstr "Maska" -#: browser.c:345 browser.c:672 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s nie je adresár." -#: browser.c:450 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "Schránky [%d]" +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "Adresár [%s], maska súboru: %s" + #: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "Adresár [%s], maska súboru: %s" -#: browser.c:539 browser.c:729 browser.c:812 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "Nemo¾no prezera» adresár" + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "Maske nevyhovujú ¾iadne súbory" -#: browser.c:646 +#: browser.c:784 msgid "Chdir to: " msgstr "Zmeò adresár na: " -#: browser.c:665 browser.c:722 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "Chyba pri èítaní adresára." -#: browser.c:683 +#: browser.c:836 msgid "File Mask: " msgstr "Maska súborov: " -#: browser.c:745 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " -msgstr "Spätné triedenie podµa (d)átumu, zn(a)kov, (z)-veµkosti, alebo (n)etriedi»? " +msgstr "" +"Spätné triedenie podµa (d)átumu, zn(a)kov, (z)-veµkosti, alebo (n)etriedi»? " -#: browser.c:746 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "Triedenie podµa (d)átumu, zn(a)kov, (z)-veµkosti, alebo (n)etriedi»? " -#: browser.c:747 +#: browser.c:900 msgid "dazn" msgstr "dazn" -#: browser.c:799 +#: browser.c:962 msgid "New file name: " msgstr "Nové meno súboru: " -#: browser.c:820 +#: browser.c:983 msgid "Can't view a directory" msgstr "Nemo¾no prezera» adresár" -#: browser.c:838 +#: browser.c:1001 msgid "Error trying to view file" msgstr "Chyba pri prezeraní súboru" -#: buffy.c:364 +#: buffy.c:363 #, c-format msgid "New mail in %s." msgstr "Nová po¹ta v %s." -#: color.c:307 +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "Nemo¾no zisti» stav: %s" + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "%s: terminál túto farbu nepodporuje" -#: color.c:313 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "%s: nenájdená farba" -#: color.c:359 color.c:550 color.c:561 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "%s: nenájdený objekt" -#: color.c:366 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "%s: príkaz je platný iba pre indexovaný objekt" -#: color.c:374 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "%s: príli¹ málo parametrov" -#: color.c:538 +#: color.c:546 msgid "Missing arguments." msgstr "Chýbajúce parametre." -#: color.c:577 color.c:588 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "farba: príli¹ málo parametrov" -#: color.c:611 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono: príli¹ málo parametrov" -#: color.c:631 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "%s: vlastnos» nenájdená" -#: color.c:671 hook.c:62 hook.c:70 keymap.c:681 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "príli¹ málo argumentov" -#: color.c:680 hook.c:76 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "príli¹ veµa argumentov" -#: color.c:694 +#: color.c:702 msgid "default colors not supported" msgstr "¹tandardné farby nepodporované" -#: commands.c:123 -msgid "Display message using mailcap?" -msgstr "Zobrazi» správu pou¾itím mailcap-u?" - -#: commands.c:154 commands.c:162 pgpkey.c:221 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "Spú¹»am PGP..." #. find out whether or not the verify signature -#: commands.c:159 +#: commands.c:92 msgid "Verify PGP signature?" msgstr "Overi» PGP podpis?" -#: commands.c:177 mbox.c:721 +#: commands.c:110 mbox.c:722 msgid "Could not create temporary file!" msgstr "Nemo¾no vytvori» doèasný súbor!" -#: commands.c:225 +#: commands.c:162 msgid "Command: " msgstr "Príkaz: " -#: commands.c:243 recvattach.c:677 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "Presmerova» správu do: " -#: commands.c:245 recvattach.c:679 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "Presmerova» oznaèené správy do: " -#: commands.c:260 +#: commands.c:197 msgid "Error parsing address!" msgstr "Chyba pri analýze adresy!" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "Presmerova» správu do %s" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "Presmerova» správy do %s" -#: commands.c:281 +#: commands.c:218 msgid "Message bounced." msgstr "Správa bola presmerovaná." -#: commands.c:281 +#: commands.c:218 msgid "Messages bounced." msgstr "Správy boli presmerované." -#: commands.c:301 +#: commands.c:239 msgid "Pipe to command: " msgstr "Po¹li do rúry príkazu: " -#: commands.c:401 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" -"Spät.tried. (d)át/(f)-od/p(r)í/(s)-pred/k(o)mu/(t)-re»/(u)-ne/(z)-veµ/(c)-skó:" +"Spät.tried. " +"(d)át/(f)-od/p(r)í/(s)-pred/k(o)mu/(t)-re»/(u)-ne/(z)-veµ/(c)-skó:" -#: commands.c:402 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" "Tried. (d)át/(f)-od/p(r)í/(s)-pred/k(o)mu/(t)-re»/(u)-ne/(z)-veµ/(c)-skó:" -#: commands.c:403 +#: commands.c:341 msgid "dfrsotuzc" msgstr "dfrsotuzc" -#: commands.c:456 +#: commands.c:394 msgid "Shell command: " msgstr "Príkaz shell-u: " -#: commands.c:572 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s do schránky" -#: commands.c:573 +#: commands.c:511 msgid "Decode-save" msgstr "Dekóduj-ulo¾" -#: commands.c:573 +#: commands.c:511 msgid "Decode-copy" msgstr "Dekóduj-kopíruj" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-save" msgstr "De¹ifr-ulo¾" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-copy" msgstr "De¹ifr-kopíruj" -#: commands.c:575 curs_main.c:237 recvattach.c:49 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "Ulo¾i»" -#: commands.c:575 +#: commands.c:513 msgid "Copy" msgstr "Kopírova»" -#: commands.c:575 +#: commands.c:513 msgid " tagged" msgstr " oznaèené" -#: commands.c:644 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "Kopírujem do %s..." -#: commands.c:716 +#: commands.c:654 msgid "Print message?" msgstr "Vytlaèi» správu?" -#: commands.c:716 +#: commands.c:654 msgid "Print tagged messages?" msgstr "Vytlaèi» oznaèené správy?" -#: commands.c:743 +#: commands.c:681 msgid "Message printed" msgstr "Správa bola vytlaèené" -#: commands.c:743 +#: commands.c:681 msgid "Messages printed" msgstr "Správy boli vytlaèené" -#: compose.c:77 +#: compose.c:83 msgid "Send" msgstr "Posla»" -#: compose.c:78 +#: compose.c:84 msgid "Abort" msgstr "Preru¹i»" -#: compose.c:82 compose.c:539 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "Pripoj súbor" -#: compose.c:83 +#: compose.c:89 msgid "Descrip" msgstr "Popísa»" -#: compose.c:104 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "Podpí¹, za¹ifruj" -#: compose.c:106 +#: compose.c:112 msgid "Encrypt" msgstr "Za¹ifruj" -#: compose.c:108 +#: compose.c:114 msgid "Sign" msgstr "Podpísa»" -#: compose.c:110 +#: compose.c:116 msgid "Clear" msgstr "Vyèisti»" -#: compose.c:117 +#: compose.c:123 msgid " sign as: " msgstr " podpí¹ ako: " -#: compose.c:117 +#: compose.c:123 msgid "" msgstr "<¹td>" -#: compose.c:118 compose.c:192 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "Algoritmus MIC: " -#: compose.c:133 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " @@ -424,146 +452,193 @@ msgstr "" "(e)-¹ifr, (s)-podp, podp (a)ko, o(b)e, oznaè alg. mi(c), alebo (f)-zabudni " "na to? " -#: compose.c:134 +#: compose.c:138 msgid "esabmf" msgstr "esabmf" -#: compose.c:151 -msgid "Can't open your secret key ring!" -msgstr "Nemo¾no otvori» Vá¹ kruh tajného kµúèa!" - -#: compose.c:156 +#: compose.c:152 msgid "Sign as: " msgstr "Podpí¹ ako: " -#: compose.c:176 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "Pre podpis bol definovaný podpis PGP neznámej verzie." -#: compose.c:186 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "Toto nemá zmysel ak nechcete podpísa» správu." -#: compose.c:197 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "Neznámy algoritmus MIC, platné sú: pgp-md5, pgp-sha1, pgp-rmd160" -#: compose.c:233 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "%s [#%d] u¾ neexistuje!" -#: compose.c:241 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "%s [#%s] bolo zmenené. Aktualizova» kódovanie?" -#: compose.c:282 -msgid "===== Attachments =====" -msgstr "===== Prídavné dáta =====" +#: compose.c:309 +#, fuzzy +msgid "-- Attachments" +msgstr "Prílohy" -#: compose.c:320 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "Nemô¾ete zmaza» jediné pridané dáta." -#: compose.c:394 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "Zlo¾i»" -#: compose.c:544 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "Otvor schránku, z ktorej sa bude pridáva» správa" -#: compose.c:583 +#: compose.c:648 msgid "No messages in that folder." msgstr "V tejto zlo¾ke nie sú správy." -#: compose.c:590 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "Oznaète správy, ktoré chcete prida»!" -#: compose.c:625 compose.c:645 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "Nemo¾no pripoji»!" + +#: compose.c:722 msgid "Unable to attach!" msgstr "Nemo¾no pripoji»!" -#: compose.c:763 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "Neplatné kódovanie." -#: compose.c:778 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "Ulo¾i» kópiu tejto správy?" -#: compose.c:823 +#: compose.c:996 msgid "Rename to: " msgstr "Premenova» na: " -#: compose.c:828 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "Nemo¾no zisti» stav: %s" -#: compose.c:855 +#: compose.c:1028 msgid "New file: " msgstr "Nový súbor: " -#: compose.c:868 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "Content-Type je formy základ/pod" -#: compose.c:874 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "Neznáme Content-Type %s" -#: compose.c:887 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "Nemo¾no vytvori» súbor %s" -#: compose.c:895 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "Nemo¾no vytvori» pripojené dáta" -#: compose.c:958 +#: compose.c:1131 msgid "Postpone this message?" msgstr "Odlo¾i» túto správu?" -#: compose.c:1010 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "Zapísa» správu do schránky" -#: compose.c:1014 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "Zapisujem správu do %s ..." -#: compose.c:1025 +#: compose.c:1200 msgid "Message written." msgstr "Správa bola zapísaná." -#: curs_lib.c:135 +#: curs_lib.c:136 msgid "yes" msgstr "y-áno" -#: curs_lib.c:136 +#: curs_lib.c:137 msgid "no" msgstr "nie" #. restore blocking operation -#: curs_lib.c:175 +#: curs_lib.c:176 msgid "Exit Mutt?" msgstr "Opusti» Mutt?" -#: curs_lib.c:262 +#: curs_lib.c:276 msgid "unknown error" msgstr "neznáma chyba" -#: curs_lib.c:282 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "Stlaète kláves pre pokraèovanie..." -#: curs_lib.c:320 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " ('?' pre zoznam): " @@ -579,170 +654,166 @@ msgstr "Zmeny v zlo msgid "Changes to folder will not be written." msgstr "Zmeny v zlo¾ke nebudú zapísané." -#: curs_main.c:234 +#: curs_main.c:252 msgid "Quit" msgstr "Koniec" -#: curs_main.c:235 pager.c:1376 postpone.c:34 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "Zma¾" -#: curs_main.c:236 postpone.c:35 +#: curs_main.c:254 postpone.c:34 msgid "Undel" msgstr "Odma¾" -#: curs_main.c:238 query.c:45 +#: curs_main.c:256 query.c:44 msgid "Mail" msgstr "Napí¹" -#: curs_main.c:239 pager.c:1377 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "Odpovedz" -#: curs_main.c:240 +#: curs_main.c:258 msgid "Group" msgstr "Skupina" -#: curs_main.c:405 +#: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "Schránka bola zmenená zvonku. Príznaky mô¾u by» nesprávne." -#: curs_main.c:408 +#: curs_main.c:432 msgid "New mail in this mailbox." msgstr "V tejto schránke je nová po¹ta." -#: curs_main.c:508 +#: curs_main.c:532 msgid "No mailbox is open." msgstr "Nie je otvorená ¾iadna schránka." -#: curs_main.c:514 +#: curs_main.c:538 msgid "No tagged messages." msgstr "®iadne oznaèené správy." -#: curs_main.c:594 +#: curs_main.c:618 msgid "Jump to message: " msgstr "Skoèi» na správu: " -#: curs_main.c:600 +#: curs_main.c:624 msgid "Argument must be a message number." msgstr "Parameter musí by» èíslo správy." -#: curs_main.c:633 +#: curs_main.c:657 msgid "That message is not visible." msgstr "Táto správa nie je viditeµná." -#: curs_main.c:636 +#: curs_main.c:660 msgid "Invalid message number." msgstr "Neplatné èíslo správy." -#: curs_main.c:649 +#: curs_main.c:673 msgid "Delete messages matching: " msgstr "Zmaza» správy zodpovedajúce: " -#: curs_main.c:671 +#: curs_main.c:695 msgid "No limit pattern is in effect." msgstr "®iadny limitovací vzor nie je aktívny." #. i18n: ask for a limit to apply -#: curs_main.c:676 +#: curs_main.c:700 #, c-format msgid "Limit: %s" msgstr "Limit: %s" -#: curs_main.c:685 +#: curs_main.c:709 msgid "Limit to messages matching: " msgstr "Limituj správy zodpovedajúce: " -#: curs_main.c:715 +#: curs_main.c:739 msgid "Quit Mutt?" msgstr "Ukonèi» Mutt?" -#: curs_main.c:826 +#: curs_main.c:841 msgid "Tag messages matching: " msgstr "Oznaè správy zodpovedajúce: " -#: curs_main.c:834 +#: curs_main.c:849 msgid "Undelete messages matching: " msgstr "Odma¾ správy zodpovedajúce: " -#: curs_main.c:841 +#: curs_main.c:856 msgid "Untag messages matching: " msgstr "Odznaè správy zodpovedajúce: " -#: curs_main.c:859 +#: curs_main.c:874 msgid "Open mailbox" msgstr "Otvor schránku" -#: curs_main.c:861 +#: curs_main.c:876 msgid "Open mailbox in read-only mode" msgstr "Otvor schránku iba na èítanie" -#: curs_main.c:877 mx.c:423 mx.c:564 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s nie je schránka" -#: curs_main.c:973 +#: curs_main.c:974 msgid "Exit Mutt without saving?" msgstr "Ukonèi» Mutt bey ulo¾enia?" -#: curs_main.c:987 curs_main.c:1011 +#: curs_main.c:991 curs_main.c:1015 msgid "You are on the last message." msgstr "Ste na poslednej správe." -#: curs_main.c:994 curs_main.c:1036 +#: curs_main.c:998 curs_main.c:1040 msgid "No undeleted messages." msgstr "®iadne odmazané správy." -#: curs_main.c:1029 curs_main.c:1052 +#: curs_main.c:1033 curs_main.c:1056 msgid "You are on the first message." msgstr "Ste na prvej správe." -#: curs_main.c:1125 pattern.c:1103 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "Vyhµadávanie pokraèuje z vrchu." -#: curs_main.c:1134 pattern.c:1114 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "Vyhµadávanie pokraèuje zo spodu." -#: curs_main.c:1160 +#: curs_main.c:1170 msgid "No new messages" msgstr "®iadne nové správy" -#: curs_main.c:1160 +#: curs_main.c:1170 msgid "No unread messages" msgstr "®iadne neèítané správy" -#: curs_main.c:1161 +#: curs_main.c:1171 msgid " in this limited view" msgstr " v tomto obmedzenom zobrazení" -#: curs_main.c:1271 +#: curs_main.c:1295 msgid "No more threads." msgstr "®iadne ïaµ¹ie vlákna." -#: curs_main.c:1273 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "Ste na prvom vlákne." -#: curs_main.c:1326 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "Vlákno obsahuje neèítané správy." -#: curs_main.c:1339 flags.c:220 thread.c:629 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "Vláknenie nie je povolené." -#: date.c:49 -msgid "Please report this program error in the function mutt_mktime." -msgstr "Prosím, oznámte túto chybu vo funkcii mutt_mktime." - #. #. * SLcurses_waddnstr() can't take a "const char *", so this is only #. * declared "static" (sigh) #. -#: edit.c:37 +#: edit.c:36 msgid "" "~~\t\tinsert a line begining with a single ~\n" "~b users\tadd users to the Bcc: field\n" @@ -782,107 +853,107 @@ msgstr "" "~?\t\ttáto nápoveda\n" ".\t\tsamotná bodka na riadku ukonèí vstup\n" - -#: edit.c:179 +#: edit.c:178 #, c-format msgid "%d: invalid message number.\n" msgstr "%d: neplatné èíslo správy.\n" -#: edit.c:313 +#: edit.c:312 msgid "(End message with a . on a line by itself)\n" msgstr "(Ukonèite správu so samotnou bodkou na riadku)\n" -#: edit.c:371 +#: edit.c:370 msgid "No mailbox.\n" msgstr "®iadna schránka.\n" -#: edit.c:375 +#: edit.c:374 msgid "Message contains:\n" msgstr "Správa obsahuje:\n" -#: edit.c:379 edit.c:431 +#: edit.c:378 edit.c:430 msgid "(continue)\n" msgstr "(pokraèova»)\n" -#: edit.c:392 +#: edit.c:391 msgid "missing filename.\n" msgstr "chýbajúci názov súboru.\n" -#: edit.c:413 +#: edit.c:412 msgid "No lines in message.\n" msgstr "Správa neobsahuje ¾iadne riadky.\n" -#: edit.c:442 +#: edit.c:441 #, c-format msgid "%s: unknown editor command (~? for help)\n" msgstr "%s: neznámy príkaz editoru (~? pre nápovedu)\n" -#: flags.c:258 +#: flags.c:257 msgid "Set flag" msgstr "Nastavi» príznak" -#: flags.c:258 +#: flags.c:257 msgid "Clear flag" msgstr "Vymaza» príznak" -#: handler.c:128 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- Chyba: neoèakávaný koniec súboru! --]\n" #. didn't find anything that we could display! -#: handler.c:954 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "[-- Chyba: Nemo¾no zobrazi» ¾iadnu èas» z Multipart/Alternative! --]\n" -#: handler.c:1071 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- Príloha #%d" -#: handler.c:1082 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- Typ: %s/%s, Kódovanie: %s, Veµkos»: %s --]\n" -#: handler.c:1141 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- Autoprezeranie pou¾itím %s --]\n" -#: handler.c:1142 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "Vyvolávam príkaz na automatické prezeranie: %s" -#: handler.c:1179 handler.c:1197 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- Chyba pri automatickom prezeraní (stderr) %s --]\n" -#: handler.c:1229 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" -msgstr "[-- Chyba: message/external-body nemá vyplnený parameter access-type --]\n" +msgstr "" +"[-- Chyba: message/external-body nemá vyplnený parameter access-type --]\n" -#: handler.c:1252 +#: handler.c:1193 #, c-format msgid "[-- This %s/%s attachment " msgstr "[-- Príloha %s/%s " -#: handler.c:1259 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "(veµkos» %s bytov) " -#: handler.c:1261 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "bola zmazaná --]\n" -#: handler.c:1264 +#: handler.c:1205 #, c-format msgid "[-- on %s --]\n" msgstr "[-- na %s --]\n" -#: handler.c:1274 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -893,7 +964,7 @@ msgstr "" "[-- a oznaèenému externému zdroju --]\n" "[-- vypr¹ala platnos». --]\n" -#: handler.c:1288 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -902,46 +973,46 @@ msgstr "" "[-- Príloha %s/%s nie je vlo¾ená v správe, --]\n" "[-- a oznaèený typ prístupu %s nie je podporovaný --]\n" -#: handler.c:1385 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "Chyba: multipart/signed nemá protokol." -#: handler.c:1397 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "Chyba: multipart/encrypted nemá vyplnený parameter protokolu!" -#: handler.c:1439 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "Nemo¾no otvori» doèasný súbor!" -#: handler.c:1498 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- %s/%s nie je podporovaný " -#: handler.c:1503 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(pou¾ite '%s' na prezeranie tejto èasti)" -#: handler.c:1505 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "(potrebujem 'view-attachments' priradené na klávesu!)" -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "%s: súbor nemo¾no pripoji»" -#: help.c:274 +#: help.c:273 msgid "ERROR: please report this bug" msgstr "CHYBA: prosím oznámte túto chybu" -#: help.c:316 +#: help.c:315 msgid "" msgstr "" -#: help.c:328 +#: help.c:327 msgid "" "\n" "Generic bindings:\n" @@ -951,7 +1022,7 @@ msgstr "" "V¹eobecné väzby:\n" "\n" -#: help.c:332 +#: help.c:331 msgid "" "\n" "Unbound functions:\n" @@ -961,12 +1032,12 @@ msgstr "" "Neviazané funkcie:\n" "\n" -#: help.c:340 +#: help.c:339 #, c-format msgid "Help for %s" msgstr "Nápoveda pre %s" -#: imap.c:103 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "Imap_error(): neoèakávaná odpoveï v %s: %s\n" @@ -974,234 +1045,256 @@ msgstr "Imap_error(): neo #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:355 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "Fatálna chyba. Poèet správ nie je zosynchronizovaný!" -#: imap.c:425 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "Vyvolávam hlavièky správ... [%d/%d]" -#: imap.c:623 mbox.c:981 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "Znovuotváram schránku..." -#: imap.c:865 -#, c-format -msgid "Connecting to %s..." -msgstr "Spájam sa s %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:888 +#: imap.c:1251 msgid "IMAP Username: " msgstr "Meno u¾ívateµa IMAPu:" -#: imap.c:901 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "Heslo pre %s@%s: " -#: imap.c:914 +#: imap.c:1277 msgid "Logging in..." msgstr "Prihlasujem sa..." #. Login failed, try again -#: imap.c:927 +#: imap.c:1290 msgid "Login failed." msgstr "Prihlasovanie zlyhalo." -#: imap.c:984 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "Vyberám %s..." -#: imap.c:1083 lib.c:1177 +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "Vytvori» %s?" -#: imap.c:1132 +#: imap.c:1612 msgid "Fetching message..." msgstr "Vyvolávam správu..." -#: imap.c:1240 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "Posielam príkaz APPEND..." -#: imap.c:1279 +#: imap.c:1773 msgid "Uploading message ..." msgstr "Odsúvam správu ..." -#: imap.c:1334 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "Zatváram spojenie s IMAP serverom..." -#: imap.c:1364 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "Ukladám stavové príznaky správy... [%d/%d]" -#: imap.c:1390 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "Vymazávam správy zo serveru..." #. tell the server to commit changes -#: imap.c:1441 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "Zatváram schránku..." -#: init.c:433 +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "Kopírujem do %s..." + +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "Spájam sa s %s..." + +#: init.c:432 msgid "alias: no address" msgstr "zástupca: ¾iadna adresa" -#: init.c:527 +#: init.c:526 msgid "invalid header field" msgstr "neplatná polo¾ka hlavièky" -#: init.c:535 +#: init.c:534 #, c-format msgid "ignoring empty header field: %s" msgstr "ignorujem prázdnu polo¾ku hlavièky: %s" -#: init.c:587 +#: init.c:586 #, c-format msgid "%s: unknown sorting method" msgstr "%s: neznáma metóda triedenia" -#: init.c:660 +#: init.c:659 #, c-format msgid "mutt_restore_default: error in regexp: %s\n" msgstr "mutt_restore_default: chyba v regvýr: %s\n" -#: init.c:720 +#: init.c:719 #, c-format msgid "%s: unknown variable" msgstr "%s: neznáma premenná" -#: init.c:729 +#: init.c:728 msgid "prefix is illegal with reset" msgstr "prefix je neplatný s vynulovaním" -#: init.c:735 +#: init.c:734 msgid "value is illegal with reset" msgstr "hodnota je neplatná s vynulovaním" -#: init.c:752 -#, c-format -msgid "%s is a boolean var!" -msgstr "%s je logická premenná!" - -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is set" msgstr "%s je nastavené" -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is unset" msgstr "%s je nenastavené" -#: init.c:933 +#: init.c:947 #, c-format msgid "%s: invalid mailbox type" msgstr "%s: neplatný typ schránky" -#: init.c:992 +#: init.c:1006 #, c-format msgid "%s: invalid value" msgstr "%s: neplatná hodnota" -#: init.c:1042 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "%s: neznáma hodnota" -#: init.c:1091 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "Chyba v %s, riadok %d: %s" #. the muttrc source keyword -#: init.c:1102 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "zdroj: chyby v %s" -#: init.c:1112 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "zdroj: chyba na %s" -#: init.c:1117 +#: init.c:1136 msgid "source: too many arguments" msgstr "zdroj: príli¹ veµa argumentov" -#: init.c:1168 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "%s: neznámy príkaz" -#: init.c:1497 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "Chyba v príkazovom riadku: %s\n" -#: init.c:1540 +#: init.c:1567 msgid "unable to determine home directory" msgstr "nemo¾no urèi» domáci adresár" -#: init.c:1548 +#: init.c:1575 msgid "unable to determine username" msgstr "nemo¾no urèi» meno u¾ívateµa" -#: keymap.c:434 +#: keymap.c:435 msgid "Macro loop detected." msgstr "Bola zistená sluèka v makre." -#: keymap.c:620 keymap.c:628 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "Klávesa nie je viazaná." -#: keymap.c:632 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "Klávesa nie je viazaná. Stlaète '%s' pre nápovedu." -#: keymap.c:643 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push: príli¹ veµa parametrov" -#: keymap.c:664 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "%s: také menu neexistuje" -#: keymap.c:673 +#: keymap.c:680 msgid "null key sequence" msgstr "prázdna postupnos» kláves" -#: keymap.c:751 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind: príli¹ veµa parametrov" -#: keymap.c:766 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "%s: v tabuµke neexistuje taká funkcia" -#: keymap.c:789 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro: prázdna postupnos» kláves" -#: keymap.c:800 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "makro: príli¹ veµa parametrov" -#: keymap.c:830 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "exec: príli¹ málo parametrov" -#: keymap.c:850 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "%s: príkaz nenájdený" @@ -1239,639 +1332,698 @@ msgid "display the currently selected file's name" msgstr "zobraz meno aktuálne oznaèeného súboru" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "zmeni» adresáre" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "skontroluj nové správy v schránkach" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "prilo¾i» súbor(y) k tejto správe" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "prilo¾i» správu/y k tejto správe" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "upravi» zoznam BCC" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "upravi» zoznam CC" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "upravi» popis prílohy" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "upravi» kódovanie dát prílohy" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "vlo¾te súbor na ulo¾enie kópie tejto správy" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "upravi» prikladaný súbor" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "upravi» pole 'from'" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "upravi» správu s hlavièkami" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "upravi» správu" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "upravi» prílohu s pou¾itím polo¾ky mailcap-u" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "upravi» pole Reply-To" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "upravi» predmet tejto správy" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "upravi» zoznam TO" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "upravi» typ prílohy" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "získa» doèasnú kópiu prílohy" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "spusti na správu ispell" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "zostavi» novú prílohu pou¾ijúc polo¾ku mailcap-u" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "ulo¾i» túto správu a posla» neskôr" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "premenova»/presunú» prilo¾ený súbor" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "posla» správu" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "prepnú» príznak, èi zmaza» správu po odoslaní" -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "obnovi» informáciu o zakódovaní prílohy" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "zapísa» správu do zlo¾ky" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "skopírova» správu do súboru/schránky" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "vytvori» zástupcu z odosielateµa správy" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "presunú» polo¾ku na spodok obrazovky" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "presunú» polo¾ku do stredu obrazovky" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "preunú» polo¾ku na vrch obrazovky" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "urobi» dekódovanú (text/plain) kópiu" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "urobi» dekódovanú (text/plain) kópiu a zmaza»" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "zmaza» " -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "zmaza» v¹etky polo¾ky v podvlákne" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "zmaza» v¹etky polo¾ky vo vlákne" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "zobrazi» plnú adresu odosielateµa" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "zobrazi» správu so v¹etkými hlavièkami" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "zobrazi» správu" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "upravi» správu na znovu-odoslanie" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "zmaza» znak pred kurzorom" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "zmaza» jeden znak vµavo od kurzoru" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "skoèi» na zaèiatok riadku" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "cykluj medzi schránkami s príchodzími správami" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "doplò názov súboru alebo zástupcu" -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "doplò adresu s otázkou" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "zmaza» znak pod kurzorom" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "skoèi» na koniec riadku" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "presunú» kurzor o jeden znak vpravo" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "rolova» hore po zozname histórie" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "zmaza» znaky od kurzoru do konca riadku" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "zmaza» v¹etky znaky v riadku" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "zmaza» slovo pred kurzorom" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "uvies» nasledujúcu stlaèenú klávesu" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "vlo¾te príkaz muttrc" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "vlo¾te masku súborov" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "ukonèi» toto menu" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "filtrova» prílohy príkazom shell-u" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "presunú» sa na prvú polo¾ku" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "prepnú» príznak dôle¾itosti správy" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "posunú» správu inému u¾ívateµovi s poznámkami" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "oznaèi» aktuálnu polo¾ku" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "odpoveda» v¹etkým príjemcom" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "rolova» dolu o 1/2 stránky" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "rolova» hore o 1/2 stránky" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "táto obrazovka" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "skoèi» na index èíslo" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "presunú» sa na poslednú polo¾ku" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "odpoveda» do ¹pecifikovaného po¹tového zoznamu" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "vykona» makro" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "zostavi» novú po¹tovú správu" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "otvori» odli¹nú zlo¾ku" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "otvori» odli¹nú zlo¾ku iba na èítanie" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "vymaza» stavový príznak zo správy" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "zmaza» správy zodpovedajúce vzorke" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "vybra» po¹tu z POP serveru" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "presunú» sa na prvú správu" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "presunú» sa na poslednú správu" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "ukáza» iba správy zodpovedajúce vzorke" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "skoèi» na nasledovnú novú správu" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "skoèi» na ïaµ¹ie podvlákno" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "skoèi» na nasledujúce vlákno" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "presunú» sa na nasledujúcu odmazanú správu" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "skoèi» na nasledujúcu neèítanú správu" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "skoèi» na predchádzajúce vlákno" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "skoèi» na predchádzajúce podvlákno" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "presunú» sa na poslednú odmazanú správu" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "skoèi» na predchádzajúcu novú správo" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "skoèi» na predchádzajúcu neèítanú správu" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "oznaèi» aktuálne vlákno ako èítané" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "oznaèi» aktuálne podvlákno ako èítané" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "nastavi» stavový príznak na správe" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "ulo¾i» zmeny do schránky" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "oznaèi» správy zodpovedajúce vzoru" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "odmaza» správy zodpovedajúce vzoru" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "odznaèi» správy zodpovedajúce vzoru" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "presunú» do stredu stránky" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "presunú» sa na ïaµ¹iu polo¾ku" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "rolova» o riadok dolu" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "presunú» sa na ïaµ¹iu stránku" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "skoèi» na koniec správy" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "vráti» sa do hlavného menu" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "prepnú» zobrazovanie citovaného textu" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "preskoèi» za citovaný text" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "skoèi» na zaèiatok správy" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "zre»azi» výstup do príkazu shell-u" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "presunú» sa na predchádzajúcu polo¾ku" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "rolova» o riadok hore" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "presunú» sa na predchádzajúcu stránku" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "tlaèi» aktuálnu polo¾ku" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "opýta» sa externého programu na adresy" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "prida» nové výsledky opýtania k teraj¹ím" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "ulo¾i» zmeny v schránke a ukonèi»" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "vyvola» odlo¾enú správu" -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "vymaza» a prekresli» obrazovku" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "{interné}" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "odpoveda» na správu" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "ulo¾i» správu/prílohu do súboru" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "hµada» podµa regulérneho výrazu" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "hµada» podµa regulérneho výrazu dozadu" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "hµada» ïaµ¹í výskyt" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "hµada» ïaµ¹í výskyt v opaènom smere" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "prepnú» farby hµadaného výrazu" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "vyvola» príkaz v podriadenom shell-e" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "triedi» správy" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "triedi» správy v opaènom poradí" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "oznaèi» aktuálnu polo¾ku" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "pou¾i» ïaµ¹iu funkciu na oznaèené správy" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "oznaèi» aktuálne podvlákno" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "oznaèi» akuálne vlákno" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "prepnú» príznak 'nová' na správe" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "prepnú» príznak mo¾nosti prepísania schránky" -#: keymap_defs.h:147 -msgid "toggle wether to browse mailboxes or all files" +#: keymap_defs.h:153 +#, fuzzy +msgid "toggle whether to browse mailboxes or all files" msgstr "prepnú», èi prezera» schránky alebo v¹etky súbory" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "presunú» sa na zaèiatok stránky" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "odmaza» aktuálnu polo¾ku" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "odmaza» v¹etky správy vo vlákne" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "odmaza» v¹etky správy v podvlákne" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "zobrazi» verziu a dátum vytvorenia Mutt" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "zobrazi» prílohu pou¾ijúc polo¾ku mailcap-u, ak je to nevyhnutné" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "zobrazi» prílohy MIME" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "zobrazi» práve aktívny limitovací vzor" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "zabaµ/rozbaµ aktuálne vlákno" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "zabaµ/rozbaµ v¹etky vlákna" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "prida» verejný kµúè PGP" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "zobrazi» mo¾nosti PGP" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "extrahuj verejné kµúèe PGP" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "vyma¾ frázu hesla PGP z pamäte" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "posla» verejný kµúè PGP po¹tou" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "overi» verejný kµúè PGP" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "zobrazi» ID u¾ívateµa tohoto kµúèu" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "urobi» de¹ifrovanú kópiu a vymaza»" -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "urobi» de¹ifrovanú kópiu" -#: lib.c:277 lib.c:292 lib.c:323 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +msgid "Append a remailer to the chain" +msgstr "" + +#: keymap_defs.h:175 +msgid "Insert a remailer into the chain" +msgstr "" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "zmaza» v¹etky znaky v riadku" + +#: keymap_defs.h:177 +msgid "Select the previous element of the chain" +msgstr "" + +#: keymap_defs.h:178 +msgid "Select the next element of the chain" +msgstr "" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "Nedostatok pamäte!" -#: lib.c:764 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "Súbor je adresár, ulo¾i» v òom?" -#: lib.c:769 +#: lib.c:790 msgid "File under directory: " msgstr "Súbor v adresári: " -#: lib.c:780 -msgid "File exists, overwrite?" +#: lib.c:802 +#, fuzzy +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "Súbor existuje, prepísa»?" -#: lib.c:1153 +#: lib.c:802 +msgid "oac" +msgstr "" + +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "%s nie je schránka!" -#: lib.c:1159 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "Prida» správy do %s?" @@ -1881,8 +2033,9 @@ msgid "To contact the developers, please mail to .\n" msgstr "Ak chcete kontaktova» vývojárov, napí¹te na .\n" #: main.c:43 +#, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" @@ -1892,13 +2045,13 @@ msgstr "" "Mutt je voµný program, a ste vítaný ¹íri» ho\n" "za urèitých podmienok; napí¹te `mutt -vv' pre detaily.\n" - #: main.c:49 +#, fuzzy msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -1960,7 +2113,8 @@ msgstr "" " Redistribúcia a pou¾itie v zdrojovej a binárnej forme, s alebo bez\n" " modifikácie, sú umo¾nené pod urèenými podmienkami.\n" "\n" -" Implementácia SHA1 prichádza AKO JE, a HOCIAKÉ VYJADRENÉ ALEBO IMPLICITNÉ\n" +" Implementácia SHA1 prichádza AKO JE, a HOCIAKÉ VYJADRENÉ ALEBO " +"IMPLICITNÉ\n" " ZÁRUKY, vrátane, ale nie limitované na, implicitnú obchodnú záruku\n" " a vhodnos» pre urèitý cieµ SÚ ODMIETNUTÉ.\n" "\n" @@ -2022,36 +2176,43 @@ msgstr "" " -x\t\tsimulova» mód posielania typický pre mailx\n" " -y\t\tvybra» schránku uvedenú vo Va¹om zozname 'mailbox'\n" " -z\t\tukonèi» okam¾ite, ak v schránke nie sú ¾iadne správy\n" -" -Z\t\totvori» prvú zlo¾ku s novými správami, okam¾ite skonèi», ak ¾iadne nie sú\n" +" -Z\t\totvori» prvú zlo¾ku s novými správami, okam¾ite skonèi», ak ¾iadne " +"nie sú\n" " -h\t\ttáto nápoveda" +#: main.c:152 +msgid "" +"\n" +"Compile options:" +msgstr "" + #: main.c:306 msgid "Error initializing terminal." msgstr "Chyba pri inicializácii terminálu." -#: main.c:404 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "Ladenie na úrovni %d.\n" -#: main.c:406 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "DEBUG nebol definovaný pri kompilácii. Ignorované.\n" -#: main.c:544 +#: main.c:545 msgid "No recipients specified.\n" msgstr "Neboli uvedení ¾iadni príjemcovia.\n" -#: main.c:617 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "%s: neschopný pripoji» súbor.\n" -#: main.c:637 +#: main.c:638 msgid "No mailbox with new mail." msgstr "®iadna schránka s novými správami." -#: main.c:671 +#: main.c:672 msgid "Mailbox is empty." msgstr "Schránka je prázdna." @@ -2067,11 +2228,11 @@ msgstr " msgid "Mailbox was corrupted!" msgstr "Schránka bola poru¹ená!" -#: mbox.c:687 mbox.c:904 +#: mbox.c:685 mbox.c:928 msgid "Fatal error! Could not reopen mailbox!" msgstr "Fatálna chyba! Nemo¾no znovu otvori» schránku!" -#: mbox.c:696 +#: mbox.c:694 msgid "Unable to lock mailbox!" msgstr "Nemo¾no uzamknú» schránku!" @@ -2079,93 +2240,98 @@ msgstr "Nemo #. * messages were found to be changed or deleted. This should #. * never happen, is we presume it is a bug in mutt. #. -#: mbox.c:737 +#: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" -msgstr "sync: schránka zmenená, ale ¾iadne zmenené správy! (oznámte túto chybu)" +msgstr "" +"sync: schránka zmenená, ale ¾iadne zmenené správy! (oznámte túto chybu)" -#: mbox.c:765 +#: mbox.c:767 msgid "Writing messages... %d (%d%%)" msgstr "Zapisujem správy... %d (%d%%)" -#: mbox.c:889 +#: mbox.c:913 #, c-format msgid "Write failed! Saved partial mailbox to %s" msgstr "Zápis zlyhal! Schránka bola èiastoène ulo¾ená do %s" -#: mbox.c:941 +#: mbox.c:965 msgid "Could not reopen mailbox!" msgstr "Nemo¾no znovu otvori» schránku!" -#: menu.c:309 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "Znovuotváram schránku..." + +#: menu.c:312 msgid "Jump to: " msgstr "Skoè do: " -#: menu.c:318 +#: menu.c:321 msgid "Invalid index number." msgstr "Neplatné èíslo indexu." -#: menu.c:322 menu.c:340 menu.c:376 menu.c:417 menu.c:433 menu.c:444 -#: menu.c:455 menu.c:497 menu.c:508 menu.c:521 menu.c:534 menu.c:813 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "®iadne polo¾ky." -#: menu.c:337 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "Nemô¾te rolova» ïalej dolu." -#: menu.c:353 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "Nemô¾te rolova» ïalej hore." -#: menu.c:373 +#: menu.c:376 msgid "You are on the last page." msgstr "Ste na poslednej stránke." -#: menu.c:395 +#: menu.c:398 msgid "You are on the first page." msgstr "Ste na prvej stránke." -#: menu.c:474 +#: menu.c:477 msgid "First entry is shown." msgstr "Je zobrazená prvá polo¾ka." -#: menu.c:494 +#: menu.c:497 msgid "Last entry is shown." msgstr "Je zobrazená posledná polo¾ka." -#: menu.c:545 +#: menu.c:548 msgid "You are on the last entry." msgstr "Ste na poslednej polo¾ke." -#: menu.c:556 +#: menu.c:559 msgid "You are on the first entry." msgstr "Ste na prvej polo¾ke." -#: menu.c:596 pattern.c:1049 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "Hµada»: " -#: menu.c:597 +#: menu.c:609 msgid "Reverse search for: " msgstr "Hµada» spätne: " -#: menu.c:608 pattern.c:1082 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "®iadny vzor pre hµadanie." -#: menu.c:638 pager.c:1829 pager.c:1845 pager.c:1932 pattern.c:1147 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "Nenájdené." -#: menu.c:689 +#: menu.c:701 msgid "No tagged entries." msgstr "®iadne oznaèené polo¾ky." -#: menu.c:777 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "Hµadanie nie je implementované pre toto menu." -#: menu.c:816 +#: menu.c:826 msgid "Tagging is not supported." msgstr "Oznaèovanie nie je podporované." @@ -2179,233 +2345,243 @@ msgstr " msgid "Lock count exceeded, remove lock for %s?" msgstr "Poèet zámkov prekroèený, vymaza» zámok pre %s?" -#: mx.c:178 +#: mx.c:125 +#, fuzzy, c-format +msgid "Can't dotlock %s.\n" +msgstr "Nemo¾no zisti» stav: %s" + +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "Vypr¹al èas na uzamknutie pomocou fcntl!" -#: mx.c:184 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "Èakám na zámok od fcntl... %d" -#: mx.c:212 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "Vypr¹al èas na uzamknutie celého súboru!" -#: mx.c:219 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "Èakám na uzamknutie súboru... %d" -#: mx.c:589 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "Èítam %s..." -#: mx.c:676 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "Zapisujem %s..." -#: mx.c:758 +#: mx.c:710 +#, fuzzy, c-format +msgid "Could not synchronize mailbox %s!" +msgstr "Nemo¾no znovu otvori» schránku!" + +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "Presunú» preèítané správy do %s?" -#: mx.c:767 mx.c:955 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "Odstráni» %d zmazané správy?" -#: mx.c:767 mx.c:955 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "Odstráni» %d zmazaných správ?" -#: mx.c:787 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "Presúvam preèítané správy do %s..." -#: mx.c:803 mx.c:946 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "Schránka nie je zmenená." -#: mx.c:822 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "%d ostalo, %d presunutých, %d vymazaných." -#: mx.c:825 mx.c:971 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "%d ostalo, %d vymazaných." -#: mx.c:931 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr " Stlaète '%s' na prepnutie zápisu" -#: mx.c:933 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "Pou¾ite 'prepnú»-zápis' na povolenie zápisu!" -#: mx.c:935 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "Schránka je oznaèená len na èítanie. %s" -#: mx.c:940 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "Schránka je iba na èítanie." -#: pager.c:1370 +#: pager.c:1376 msgid "PrevPg" msgstr "PredSt" -#: pager.c:1371 +#: pager.c:1377 msgid "NextPg" msgstr "Ïaµ¹St" -#: pager.c:1375 +#: pager.c:1381 msgid "View Attachm." msgstr "Pozri prílohu" -#: pager.c:1378 +#: pager.c:1384 msgid "Next" msgstr "Ïaµ¹í" #. emulate "less -q" and don't go on to the next message. -#: pager.c:1741 pager.c:1772 pager.c:1801 pager.c:2020 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "Spodok správy je zobrazený." -#: pager.c:1757 pager.c:1779 pager.c:1790 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "Vrch správy je zobrazený." -#: pager.c:1863 +#: pager.c:1869 msgid "Reverse search: " msgstr "Spätné hµadanie: " -#: pager.c:1864 +#: pager.c:1870 msgid "Search: " msgstr "Hµada»: " -#: pager.c:1958 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "Nápoveda sa akurát zobrazuje." -#: pager.c:1987 +#: pager.c:1993 msgid "No more quoted text." msgstr "Nie je ïaµ¹í citovaný text." -#: pager.c:2000 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "®iadny ïaµ¹í necitovaný text za citátom." -#: parse.c:502 +#: parse.c:501 msgid "multipart message has no boundary parameter!" msgstr "viaczlo¾ková správa nemá parameter ohranièenia (boundary)!" -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "Chyba vo výraze: %s" -#: pattern.c:331 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "Neplatný deò v mesiaci: %s" -#: pattern.c:345 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "Neplatný mesiac: %s" -#: pattern.c:399 +#: pattern.c:401 msgid "error in expression" msgstr "chyba vo výraze" -#: pattern.c:584 pattern.c:692 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "chyba vo vzore na: %s" -#: pattern.c:632 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "%c: neplatný príkaz" -#: pattern.c:638 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "%c: nepodporovaný v tomto móde" -#: pattern.c:651 +#: pattern.c:653 msgid "missing parameter" msgstr "chýbajúci parameter" -#: pattern.c:667 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "nespárované zátvorky: %s" -#: pattern.c:699 +#: pattern.c:701 msgid "empty pattern" msgstr "prázdny vzor" -#: pattern.c:876 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "chyba: neznámy operand %d (oznámte túto chybu)." -#: pattern.c:940 pattern.c:1068 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "Kompilujem vyhµadávací vzor..." -#: pattern.c:954 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "Vykonávam príkaz na nájdených správach..." -#: pattern.c:1011 +#: pattern.c:1022 msgid "No messages matched criteria." msgstr "®iadne správy nesplnili kritérium." -#: pattern.c:1106 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "Hµadanie narazilo na spodok bez nájdenia zhody" -#: pattern.c:1117 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "Hµadanie narazilo na vrchol bez nájdenia zhody" -#: pattern.c:1139 +#: pattern.c:1145 msgid "Search interrupted." msgstr "Hµadanie bolo preru¹ené." -#: pgp.c:131 +#: pgp.c:130 msgid "Enter PGP passphrase:" msgstr "Zadajte frázu hesla PGP:" -#: pgp.c:147 +#: pgp.c:146 msgid "PGP passphrase forgotten." msgstr "Fráza hesla PGP bola zabudnutá." -#: pgp.c:175 +#: pgp.c:174 #, c-format msgid "Unknown PGP version \"%s\"." msgstr "Neznáma verzia PGP\"%s\"." -#: pgp.c:208 +#: pgp.c:207 msgid "[-- PGP output follows (current time: " msgstr "[-- Nasleduje výstup PGP (aktuálny èas: " -#: pgp.c:321 +#: pgp.c:320 msgid "[-- Error: unable to create PGP subprocess! --]\n" msgstr "[-- Chyba: nemo¾no vytvori» podproces PGP! --]\n" -#: pgp.c:348 +#: pgp.c:347 msgid "" "\n" "[-- End of PGP output --]\n" @@ -2415,7 +2591,7 @@ msgstr "" "[-- Koniec výstupu PGP --]\n" "\n" -#: pgp.c:354 +#: pgp.c:353 msgid "" "[-- BEGIN PGP MESSAGE --]\n" "\n" @@ -2423,11 +2599,11 @@ msgstr "" "[-- ZAÈIATOK SPRÁVY PGP --]\n" "\n" -#: pgp.c:356 +#: pgp.c:355 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- ZAÈIATOK BLOKU VEREJNÉHO K¥ÚÈA PGP --]\n" -#: pgp.c:358 +#: pgp.c:357 msgid "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" @@ -2435,7 +2611,7 @@ msgstr "" "[-- ZAÈIATOK SPRÁVY PODPÍSANEJ S PGP --]\n" "\n" -#: pgp.c:460 +#: pgp.c:459 msgid "" "\n" "[-- END PGP MESSAGE --]\n" @@ -2443,11 +2619,20 @@ msgstr "" "\n" "[-- KONIEC SPRÁVY PGP --]\n" -#: pgp.c:462 +#: pgp.c:461 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" msgstr "[-- KONIEC BLOKU VEREJNÉHO K¥ÚÈA PGP --]\n" -#: pgp.c:477 +#: pgp.c:463 +#, fuzzy +msgid "" +"\n" +"[-- END PGP SIGNED MESSAGE --]\n" +msgstr "" +"[-- ZAÈIATOK SPRÁVY PODPÍSANEJ S PGP --]\n" +"\n" + +#: pgp.c:476 msgid "" "[-- Error: could not find beginning of PGP message! --]\n" "\n" @@ -2455,7 +2640,7 @@ msgstr "" "[-- Chyba: nemo¾no nájs» zaèiatok správy PGP! --]\n" "\n" -#: pgp.c:670 pgp.c:895 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2463,39 +2648,56 @@ msgstr "" "[-- Koniec výstupu PGP --]\n" "\n" -#. Now display the signed body -#: pgp.c:677 +#: pgp.c:720 msgid "" -"[-- The following data is PGP/MIME signed --]\n" +"[-- Error: Inconsistant multipart/signed structure! --]\n" "\n" msgstr "" -"[-- Nasledujúce dáta sú podpísané s PGP/MIME --]\n" + +#: pgp.c:728 +#, fuzzy, c-format +msgid "" +"[-- Error: Unknown multipart/signed protocol %s! --]\n" "\n" +msgstr "Chyba: multipart/signed nemá protokol." -#: pgp.c:683 +#: pgp.c:749 +#, c-format msgid "" +"[-- Warning: We can't verify %s/%s signatures. --]\n" "\n" -"[-- End of PGP/MIME signed data --]\n" msgstr "" + +#. Now display the signed body +#: pgp.c:757 +#, fuzzy +msgid "" +"[-- The following data is signed --]\n" +"\n" +msgstr "" +"[-- Nasledujúce dáta sú podpísané s PGP/MIME --]\n" "\n" -"[-- Koniec dát s podpisom PGP/MIME --]\n" +#: pgp.c:763 +msgid "" +"[-- Warning: Can't find any signatures. --]\n" +"\n" +msgstr "" -#: pgp.c:688 +#: pgp.c:769 +#, fuzzy msgid "" -"[-- Error: this message does not comply with the PGP/MIME specification! " -"--]\n" "\n" +"[-- End of signed data --]\n" msgstr "" -"[-- Chyba: táto správa nespåòa ¹pecifikáciu PGP/MIME! " -"--]\n" "\n" +"[-- Koniec dát s podpisom PGP/MIME --]\n" -#: pgp.c:802 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "Interná chyba. Informujte " -#: pgp.c:866 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2503,7 +2705,7 @@ msgstr "" "[-- Chyba: nemo¾no vytvori» podproces PGP! --]\n" "\n" -#: pgp.c:959 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2511,11 +2713,11 @@ msgstr "" "[-- Chyba: poru¹ení správa PGP/MIME! --]\n" "\n" -#: pgp.c:972 +#: pgp.c:1051 msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- Chyba: nemo¾no vytvori» doèasný súbor! --]\n" -#: pgp.c:981 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" @@ -2523,7 +2725,7 @@ msgstr "" "[-- Nasledujúce dáta sú ¹ifrované pomocou PGP/MIME --]\n" "\n" -#: pgp.c:989 +#: pgp.c:1068 msgid "" "\n" "[-- End of PGP/MIME encrypted data --]\n" @@ -2531,358 +2733,377 @@ msgstr "" "\n" "[-- Koniec dát ¹ifrovaných pomocou PGP/MIME --]\n" -#: pgp.c:1071 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "Nemo¾no otvori» podproces PGP!" -#: pgp.c:1195 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "Pou¾i» ID kµúèa = \"%s\" pre %s?" -#: pgp.c:1201 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "Zadajte ID kµúèa pre %s: " -#: pgpkey.c:174 +#: pgpkey.c:441 msgid "Exit " msgstr "Koniec " -#: pgpkey.c:176 +#: pgpkey.c:443 msgid "Select " msgstr "Oznaèi» " -#: pgpkey.c:179 +#: pgpkey.c:446 msgid "Check key " msgstr "Skontrolova» kµúè " -#: pgpkey.c:192 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "Kµúèe PGP zhodujúce sa " -#: pgpkey.c:211 pgpkey.c:388 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "Nemo¾no otvori» /dev/null" -#: pgpkey.c:217 pgpkey.c:382 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "Nemo¾no vytvori» doèasný súbor" -#: pgpkey.c:227 pgpkey.c:399 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "Nemo¾no vytvori» filter" -#: pgpkey.c:237 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "ID kµúèa: 0x%s" -#: pgpkey.c:258 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "Táto úroveò dôvery identifikaèného kµúèa je nedefinovaná." -#: pgpkey.c:259 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "Toto ID nie je dôveryhodné." -#: pgpkey.c:260 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "Toto ID je dôveryhodné iba nepatrne." -#: pgpkey.c:263 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s Chcete to naozaj pou¾i»?" -#: pgpkey.c:370 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "Prosím zadajte ID kµúèa: " -#: pgpkey.c:417 +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "Spú¹»am PGP..." + +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "PGP kµúè 0x%s." -#: pgppubring.c:59 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "rezervované" -#: pgppubring.c:60 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "Zakódovaný kµúè sedenia" -#: pgppubring.c:61 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "Blok podpisu" -#: pgppubring.c:62 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "Blok konvenène zakódovaného kµúèa sedenia" -#: pgppubring.c:63 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "Jednoprechodový blok podpisu" -#: pgppubring.c:64 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "Blok tajného kµúèa" -#: pgppubring.c:65 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "Blok verejného kµúèa" -#: pgppubring.c:66 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "Blok tajného podkµúèa" -#: pgppubring.c:67 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "Blok komprimovaných dát" -#: pgppubring.c:68 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "Blok symetricky ¹ifrovaných dát" -#: pgppubring.c:69 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "Znaèkovací blok" -#: pgppubring.c:70 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "Blok literálnych dát" -#: pgppubring.c:71 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "Blok dôveryhodnosti" -#: pgppubring.c:72 +#: pgppubring.c:76 msgid "Name Packet" msgstr "Blok mena" -#: pgppubring.c:73 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "Blok podkµúèa" -#: pgppubring.c:74 +#: pgppubring.c:78 msgid "Reserved" msgstr "Rezervované" -#: pgppubring.c:75 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "Blok komentára" -#: pop.c:67 +#: pop.c:66 msgid "POP Password: " msgstr "Heslo POP: " -#: pop.c:92 +#: pop.c:91 msgid "POP host is not defined." msgstr "Hostiteµ POP nie je definovaný." -#: pop.c:98 +#: pop.c:97 msgid "No POP username is defined." msgstr "Meno u¾ívateµa POP nie je definované." -#: pop.c:115 +#: pop.c:114 #, c-format msgid "Could not find address for host %s." msgstr "Nemo¾no nájs» adresu pre hostiteµa %s." -#: pop.c:123 +#: pop.c:122 #, c-format msgid "Connecting to %s" msgstr "Pripájam sa na %s" -#: pop.c:167 pop.c:332 +#: pop.c:166 pop.c:331 msgid "Server closed connection!" msgstr "Server uzavrel spojenie!" -#: pop.c:188 +#: pop.c:187 msgid "No new mail in POP mailbox." msgstr "®iadna nová po¹ta v schránke POP." -#: pop.c:210 +#: pop.c:209 #, c-format msgid "Reading %d new message (%d bytes)..." msgstr "Èítam %d nové správy (%d bytov)..." -#: pop.c:211 +#: pop.c:210 #, c-format msgid "Reading %d new messages (%d bytes)..." msgstr "Èítam %d nových správ (%d bytov)..." -#: pop.c:246 +#: pop.c:245 msgid "Error reading message!" msgstr "Chyba pri èítaní správy!" -#: pop.c:282 +#: pop.c:281 msgid "Error while writing mailbox!" msgstr "Chyba pri zapisovaní do schránky!" -#: pop.c:306 +#: pop.c:305 #, c-format msgid "%s [%d messages read]" msgstr "%s [preèítaných správ: %d]" -#: postpone.c:112 +#: postpone.c:111 msgid "Postponed Messages" msgstr "Odlo¾ené správy" -#: postpone.c:185 postpone.c:194 +#: postpone.c:184 postpone.c:193 msgid "No postponed messages." msgstr "®iadne odlo¾ené správy." -#: postpone.c:339 postpone.c:359 postpone.c:368 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "Neplatná hlavièka PGP" -#: query.c:46 +#: query.c:45 msgid "New Query" msgstr "Nová otázka" -#: query.c:47 +#: query.c:46 msgid "Make Alias" msgstr "Urobi» alias" -#: query.c:48 +#: query.c:47 msgid "Search" msgstr "Hµada»" -#: query.c:92 +#: query.c:91 msgid "Waiting for response..." msgstr "Èakám na odpoveï..." -#: query.c:193 query.c:218 +#: query.c:192 query.c:217 msgid "Query command not defined." msgstr "Príkaz otázky nie je definovaný." -#: query.c:245 +#: query.c:244 msgid "Query" msgstr "Otázka" #. Prompt for Query -#: query.c:258 query.c:286 +#: query.c:257 query.c:285 msgid "Query: " msgstr "Otázka: " -#: query.c:269 query.c:295 +#: query.c:268 query.c:294 #, c-format msgid "Query '%s'" msgstr "Otázka '%s'" -#: recvattach.c:50 +#: recvattach.c:49 msgid "Pipe" msgstr "Presmerova»" -#: recvattach.c:51 +#: recvattach.c:50 msgid "Print" msgstr "Tlaèi»" -#: recvattach.c:371 +#: recvattach.c:402 msgid "Saving..." msgstr "Ukladám..." -#: recvattach.c:432 +#: recvattach.c:465 msgid "Attachment saved" msgstr "Príloha bola ulo¾ená" -#: recvattach.c:444 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "VAROVANIE! Mô¾ete prepísa» %s, pokraèova»?" -#: recvattach.c:462 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "Príloha bola prefiltrovaná." -#: recvattach.c:528 +#: recvattach.c:561 msgid "Filter through: " msgstr "Filtrova» cez: " -#: recvattach.c:528 +#: recvattach.c:561 msgid "Pipe to: " msgstr "Presmerova» do: " -#: recvattach.c:563 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "Neviem ako tlaèi» prílohy %s!" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "Vytlaèi» oznaèené prílohy?" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print attachment?" msgstr "Vytlaèi» prílohu?" -#: recvattach.c:654 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "Presmerova» mô¾ete iba èasti message/rfc822." -#: recvattach.c:690 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "Presmerova» správy do %s...?" -#: recvattach.c:691 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "Presmerova» správu do %s...?" -#: recvattach.c:916 +#: recvattach.c:976 msgid "Attachments" msgstr "Prílohy" -#: recvattach.c:973 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "Mazanie príloh z PGP správ nie je podporované." -#: recvattach.c:993 recvattach.c:1010 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "je podporované iba mazanie viaczlo¾kových príloh." -#: recvattach.c:1060 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "Táto operácia nie je podporovaná pre PGP správy." -#: rfc1524.c:158 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "Nesprávne formátovaná polo¾ka pre typ %s v \"%s\", riadok %d" -#: rfc1524.c:390 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "Ne¹pecifikovaná cesta k mailcap" -#: rfc1524.c:416 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "polo¾ka mailcap-u pre typ %s nenájdená" -#: score.c:74 +#: score.c:73 msgid "score: too few arguments" msgstr "score: príli¹ málo parametrov" -#: score.c:83 +#: score.c:82 msgid "score: too many arguments" msgstr "score: príli¹ veµa parametrov" -#: send.c:230 +#: send.c:232 msgid "No subject, abort?" msgstr "®iadny predmet, ukonèi»?" -#: send.c:232 +#: send.c:234 msgid "No subject, aborting." msgstr "®iadny predmet, ukonèujem." +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "Odpoveda» na adresu %s%s?" + #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:433 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "Odpoveda» na adresu %s%s?" @@ -2890,107 +3111,116 @@ msgstr "Odpoveda #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:517 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "®iadna z oznaèených správ nie je viditeµná!" -#: send.c:542 +#: send.c:553 msgid "No mailing lists found!" msgstr "Nenájdené ¾iadne po¹tové zoznamy!" -#: send.c:629 +#: send.c:640 msgid "Include message in reply?" msgstr "Prilo¾i» správu do odpovede?" -#: send.c:643 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "Nemo¾no pripoji» v¹etky po¾adované správy!" -#: send.c:656 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "Posunú» vo formáte MIME encapsulated?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:867 +#: send.c:890 msgid "Recall postponed message?" msgstr "Vyvola» odlo¾enú správu?" -#: send.c:1099 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "Zru¹i» nezmenenú správu?" -#: send.c:1101 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "Nezmenená správa bola zru¹ená." #. abort -#: send.c:1140 +#: send.c:1165 msgid "Mail not sent." msgstr "Po¹ta nebola odoslaná." -#: send.c:1153 +#: send.c:1178 msgid "Message postponed." msgstr "Správa bola odlo¾ená." -#: send.c:1162 +#: send.c:1187 msgid "No recipients are specified!" msgstr "Nie sú uvedení ¾iadni príjemcovia!" -#: send.c:1167 +#: send.c:1192 msgid "No recipients were specified." msgstr "Neboli uvedení ¾iadni príjemcovia!" -#: send.c:1173 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "®iadny predmet, zru¹i» posielanie?" -#: send.c:1177 +#: send.c:1202 msgid "No subject specified." msgstr "Nebol uvedený predmet." -#: send.c:1216 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "Správa bola upravená. Naozaj posla»?" -#: send.c:1222 +#: send.c:1249 msgid "Sending message..." msgstr "Posielam správu..." -#: send.c:1322 +#: send.c:1361 +#, fuzzy +msgid "Could not send the message." +msgstr "posla» správu" + +#: send.c:1366 msgid "Mail sent." msgstr "Správa bola odoslaná." -#: sendlib.c:475 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "Nenájdený parameter ohranièenia (boundary)! [ohláste túto chybu]" -#: sendlib.c:509 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "%s u¾ viac neexistuje!" -#: sendlib.c:777 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "Nemo¾no otvori» %s" -#: sendlib.c:1690 -#, c-format -msgid "Error sending message, child exited %d (%s).\n" +#: sendlib.c:1680 +#, fuzzy, c-format +msgid "Error sending message, child exited %d (%s)." msgstr "Chyba pri posielaní správy, dcérsky proces vrátil %d (%s).\n" -#: sendlib.c:1692 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "Výstup dcérskeho procesu bol ulo¾ený do %s.\n" +#: sendlib.c:1686 +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1696 -msgid "Error sending message." -msgstr "Chyba pri posielaní správy." +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "Zachytené %s... Konèím.\n" -#: signal.c:39 signal.c:42 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "Zachytené %s... Konèím.\n" @@ -3000,15 +3230,48 @@ msgstr "Zachyten msgid "Caught signal %d... Exiting.\n" msgstr "Zachytený signál %d... Konèím.\n" -#: sort.c:199 +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "Spájam sa s %s..." + +#: sort.c:198 msgid "Sorting mailbox..." msgstr "Triedim schránku..." -#: sort.c:227 +#: sort.c:226 msgid "Could not find sorting function! [report this bug]" msgstr "Nemo¾no nájs» triediacu funkciu! [oznámte túto chybu]" -#: status.c:102 +#: status.c:101 msgid "(no mailbox)" msgstr "(¾iadna schránka)" +#~ msgid "Display message using mailcap?" +#~ msgstr "Zobrazi» správu pou¾itím mailcap-u?" + +#~ msgid "Can't open your secret key ring!" +#~ msgstr "Nemo¾no otvori» Vá¹ kruh tajného kµúèa!" + +#~ msgid "===== Attachments =====" +#~ msgstr "===== Prídavné dáta =====" + +#~ msgid "Please report this program error in the function mutt_mktime." +#~ msgstr "Prosím, oznámte túto chybu vo funkcii mutt_mktime." + +#~ msgid "%s is a boolean var!" +#~ msgstr "%s je logická premenná!" + +#~ msgid "" +#~ "[-- Error: this message does not comply with the PGP/MIME specification! " +#~ "--]\n" +#~ "\n" +#~ msgstr "" +#~ "[-- Chyba: táto správa nespåòa ¹pecifikáciu PGP/MIME! --]\n" +#~ "\n" + +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "Výstup dcérskeho procesu bol ulo¾ený do %s.\n" + +#~ msgid "Error sending message." +#~ msgstr "Chyba pri posielaní správy." diff --git a/po/uk.po b/po/uk.po index c01558b6..3306758d 100644 --- a/po/uk.po +++ b/po/uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" -"POT-Creation-Date: 1999-01-04 14:22+0100\n" +"POT-Creation-Date: 1999-03-30 22:55+0200\n" "PO-Revision-Date: 1998-10-25 15:44+0200\n" "Last-Translator: Andrej N. Gritsenko \n" "Language-Team: Ukrainian \n" @@ -14,408 +14,434 @@ msgstr "" "Content-Type: text/plain; charset=koi8-u\n" "Content-Transfer-Encoding: 8bit\n" -#: addrbook.c:32 browser.c:54 pager.c:1369 postpone.c:33 query.c:44 -#: recvattach.c:48 +#: addrbook.c:31 browser.c:41 pager.c:1375 postpone.c:32 query.c:43 +#: recvattach.c:47 msgid "Exit" msgstr "÷ÉȦÄ" -#: addrbook.c:33 +#: addrbook.c:32 msgid "Select" msgstr "÷ɦÒ" -#: addrbook.c:34 browser.c:57 compose.c:84 curs_main.c:259 pager.c:1466 -#: pgpkey.c:181 postpone.c:36 query.c:49 recvattach.c:52 +#: addrbook.c:33 browser.c:44 compose.c:90 curs_main.c:259 pager.c:1472 +#: pgpkey.c:448 postpone.c:35 query.c:48 recvattach.c:51 msgid "Help" msgstr "ð¦ÄËÁÚËÁ" -#: addrbook.c:132 +#: addrbook.c:120 msgid "You have no aliases!" msgstr "÷É ÎÅ ÍÁ¤ÔÅ ÖÏÄÎÏÇÏ Á̦ÁÓÕ!" -#: addrbook.c:144 +#: addrbook.c:131 msgid "Aliases" msgstr "á̦ÁÓÉ" #. add a new alias -#: alias.c:193 +#: alias.c:192 msgid "Alias as: " msgstr "á̦ÁÓ ÑË: " -#: alias.c:199 +#: alias.c:198 msgid "You already have an alias defined with that name!" msgstr "÷É ×ÖÅ ÍÁ¤ÔÅ Á̦ÁÓ, ÎÁÚ×ÁÎÉÊ ÃÉÍ ¦Í'ÑÍ!" -#: alias.c:213 +#: alias.c:212 msgid "Address: " msgstr "áÄÒÅÓÁ: " -#: alias.c:229 +#: alias.c:228 msgid "Personal name: " msgstr "ðÏ×ÎÅ ¦Í'Ñ: " -#: alias.c:238 +#: alias.c:237 #, c-format msgid "[%s = %s] Accept?" msgstr "[%s = %s] ÷¦ÒÎÏ?" -#: alias.c:255 recvattach.c:344 recvattach.c:399 +#: alias.c:254 recvattach.c:374 recvattach.c:431 msgid "Save to file: " msgstr "÷ÎÅÓÔÉ ÄÏ ÆÁÊÌÕ: " -#: alias.c:266 +#: alias.c:265 msgid "Alias added." msgstr "á̦ÁÓ ÄÏÄÁÎÏ." -#: attach.c:112 attach.c:235 attach.c:367 attach.c:806 +#: attach.c:111 attach.c:238 attach.c:430 attach.c:881 msgid "Can't match nametemplate, continue?" msgstr "îÅÍÁ¤ צÄÐÏצÄÎÏÇÏ ¦Í'Ñ, ÄÁ̦?" #. For now, editing requires a file, no piping -#: attach.c:124 +#: attach.c:123 msgid "Mailcap compose entry requires %%s" msgstr "ëÏÍÐÏÎÕ×ÁÎÎÑ (mailcap) ÐÏÔÒÅÂÕ¤ %%s" -#: attach.c:138 +#: attach.c:131 attach.c:256 commands.c:155 compose.c:1170 curs_lib.c:128 +#: curs_lib.c:323 +#, fuzzy, c-format +msgid "Error running \"%s\"!" +msgstr "ðÏÍÉÌËÁ ÒÏÚÂÏÒÕ ÁÄÒÅÓÉ!" + +#: attach.c:141 msgid "Failure to open file to parse headers." msgstr "îÅ ×ÉÊÛÌÏ ×¦ÄËÒÉÔÉ ÆÁÊÌ ÄÌÑ ÒÏÚÂÏÒÕ ÚÁÇÏÌÏ×ËÕ." -#: attach.c:169 +#: attach.c:172 msgid "Failure to open file to strip headers." msgstr "îÅ ×ÉÊÛÌÏ ×¦ÄËÒÉÔÉ ÆÁÊÌ ÄÌÑ ÕÒ¦ÚÁÎÎÑ ÚÁÇÏÌÏ×ËÕ." -#: attach.c:187 +#: attach.c:190 #, c-format msgid "No mailcap compose entry for %s, creating empty file." msgstr "÷ mailcap ÎÅ ×ÉÚÎÁÞÅÎÏ ËÏÍÐÏÎÕ×ÁÎÎÑ %s, ÓÔ×ÏÒÅÎÏ ÐÏÒÏÖÎ¦Ê ÆÁÊÌ." #. For now, editing requires a file, no piping -#: attach.c:247 +#: attach.c:250 msgid "Mailcap Edit entry requires %%s" msgstr "òÅÄÁÇÕ×ÁÎÎÑ (mailcap) ÐÏÔÒÅÂÕ¤ %%s" -#: attach.c:265 +#: attach.c:269 #, c-format msgid "No mailcap edit entry for %s" msgstr "÷ mailcap ÎÅ ×ÉÚÎÁÞÅÎÏ ÒÅÄÁÇÕ×ÁÎÎÑ %s" -#: attach.c:333 +#: attach.c:396 msgid "No matching mailcap entry found. Viewing as text." msgstr "îÅ ÚÎÁÊÄÅÎÏ ×¦ÄÏÍÏÓÔÅÊ Õ mailcap. ðÏËÁÚÁÎÏ ÑË ÔÅËÓÔ." -#: attach.c:346 +#: attach.c:409 msgid "MIME type not defined. Cannot view attachment." msgstr "ôÉÐ MIME ÎÅ ×ÉÚÎÁÞÅÎÏ. îÅÍÏÖÌÉ×Ï ÐÏÂÁÞÉÔÉ ÄÏÄÁÔÏË." -#: attach.c:436 +#: attach.c:499 msgid "Cannot create filter" msgstr "îÅÍÏÖÌÉ×Ï ÓÔ×ÏÒÉÔÉ Æ¦ÌØÔÒ" -#: attach.c:638 recvattach.c:374 +#: attach.c:701 recvattach.c:405 msgid "Attachment saved." msgstr "äÏÄÁÔÏË ÚÁÐÉÓÁÎÏ." -#: attach.c:691 +#: attach.c:756 msgid "Write fault!" msgstr "úÂ¦Ê ÚÁÐÉÓÕ!" -#: attach.c:890 +#: attach.c:965 msgid "I don't know how to print that!" msgstr "îÅ ÚÎÁÀ, ÑË ÃÅ ÄÒÕËÕ×ÁÔÉ!" -#: browser.c:55 +#: browser.c:42 msgid "Chdir" msgstr "ëÁÔÁÌÏÇ" -#: browser.c:56 +#: browser.c:43 msgid "Mask" msgstr "íÁÓËÁ" -#: browser.c:345 browser.c:672 +#: browser.c:336 browser.c:825 #, c-format msgid "%s is not a directory." msgstr "%s ÎÅ ¤ ËÁÔÁÌÏÇÏÍ." -#: browser.c:450 +#: browser.c:444 #, c-format msgid "Mailboxes [%d]" msgstr "ðÏÛÔÏצ ÓËÒÉÎØËÉ [%d]" +#: browser.c:451 +#, fuzzy, c-format +msgid "Subscribed [%s], File mask: %s" +msgstr "ëÁÔÁÌÏÇ [%s] Ú ÍÁÓËÏÀ: %s" + #: browser.c:455 #, c-format msgid "Directory [%s], File mask: %s" msgstr "ëÁÔÁÌÏÇ [%s] Ú ÍÁÓËÏÀ: %s" -#: browser.c:539 browser.c:729 browser.c:812 +#: browser.c:466 +#, fuzzy +msgid "Can't attach a directory!" +msgstr "îÅÍÏÖÌÉ×Ï ÐÏÂÁÞÉÔÉ ËÁÔÁÌÏÇ" + +#: browser.c:583 browser.c:882 browser.c:975 msgid "No files match the file mask" msgstr "îÅÍÁ¤ צÄÐÏצÄÎÉÈ ÄÏ ÍÁÓËÉ ÆÁÊ̦×" -#: browser.c:646 +#: browser.c:784 msgid "Chdir to: " msgstr "ðÅÒÅÊÔÉ ÄÏ: " -#: browser.c:665 browser.c:722 +#: browser.c:818 browser.c:875 msgid "Error scanning directory." msgstr "ëÁÔÁÌÏÇ ÎÅ ÓËÁÎÕ¤ÔØÓÑ." -#: browser.c:683 +#: browser.c:836 msgid "File Mask: " msgstr "íÁÓËÁ: " -#: browser.c:745 +#: browser.c:898 msgid "Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "ú×ÏÒÏÔÎØÏ ÓÏÒÔÕ×ÁÔÉ ÚÁ ÄÁÔÏÀ(d), ̦ÔÅÒÏÀ(a), ÒÏÚͦÒÏÍ(s), ÞÉ Î¦(n)?" -#: browser.c:746 +#: browser.c:899 msgid "Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? " msgstr "óÏÒÔÕ×ÁÔÉ ÚÁ ÄÁÔÏÀ(d), ̦ÔÅÒÏÀ(a), ÒÏÚͦÒÏÍ(s), ÞÉ Î¦(n)?" -#: browser.c:747 +#: browser.c:900 msgid "dazn" msgstr "" -#: browser.c:799 +#: browser.c:962 msgid "New file name: " msgstr "¶Í'Ñ ÎÏ×ÏÇÏ ÆÁÊÌÕ: " -#: browser.c:820 +#: browser.c:983 msgid "Can't view a directory" msgstr "îÅÍÏÖÌÉ×Ï ÐÏÂÁÞÉÔÉ ËÁÔÁÌÏÇ" -#: browser.c:838 +#: browser.c:1001 msgid "Error trying to view file" msgstr "îÅÍÏÖÌÉ×Ï ÒÏÚÇÌÑÎÕÔÉ ÆÁÊÌ" -#: buffy.c:364 +#: buffy.c:363 #, c-format msgid "New mail in %s." msgstr "îÏ×Á ÐÏÛÔÁ × %s." -#: color.c:307 +#: charset.c:970 +msgid "We can't currently handle utf-8 at this point." +msgstr "" + +#: charset.c:976 charset.c:983 +#, fuzzy, c-format +msgid "Can't open %s: %s." +msgstr "îÅ ×ÉÊÛÌÏ ×¦ÄËÒÉÔÉ %s" + +#: charset.c:1013 +#, c-format +msgid "Error while recoding %s. See %s for recovering your data." +msgstr "" + +#: color.c:315 #, c-format msgid "%s: color not supported by term" msgstr "%s: ËÏÌØÏÒ ÎŠЦÄÔÒÉÍÕ¤ÔØÓÑ term" -#: color.c:313 +#: color.c:321 #, c-format msgid "%s: no such color" msgstr "%s: ÔÁËÏÇÏ ËÏÌØÏÒÕ ÎÅÍÁ¤" -#: color.c:359 color.c:550 color.c:561 +#: color.c:367 color.c:558 color.c:569 #, c-format msgid "%s: no such object" msgstr "%s: ÔÁËÏÇÏ ÏÂ'¤ËÔÕ ÎÅÍÁ¤" -#: color.c:366 +#: color.c:374 #, c-format msgid "%s: command valid only for index object" msgstr "%s: ËÏÍÁÎÄÁ ÍÏÖÌÉ×Á Ô¦ÌØËÉ ÄÌÑ ÏÂ'¤ËÔÕ index" -#: color.c:374 +#: color.c:382 #, c-format msgid "%s: too few arguments" msgstr "%s: ÄÕÖÅ ÍÁÌÏ ÁÒÇÕÍÅÎÔ¦×" -#: color.c:538 +#: color.c:546 msgid "Missing arguments." msgstr "îÅÄÏÓÔÁÔÎØÏ ÁÒÇÕÍÅÎÔ¦×." -#: color.c:577 color.c:588 +#: color.c:585 color.c:596 msgid "color: too few arguments" msgstr "color: ÄÕÖÅ ÍÁÌÏ ÁÒÇÕÍÅÎÔ¦×" -#: color.c:611 +#: color.c:619 msgid "mono: too few arguments" msgstr "mono: ÄÕÖÅ ÍÁÌÏ ÁÒÇÕÍÅÎÔ¦×" -#: color.c:631 +#: color.c:639 #, c-format msgid "%s: no such attribute" msgstr "%s: ÔÁËÏÇÏ ÁÔÒ¦ÂÕÔÕ ÎÅÍÁ¤" -#: color.c:671 hook.c:62 hook.c:70 keymap.c:681 +#: color.c:679 hook.c:61 hook.c:69 keymap.c:688 msgid "too few arguments" msgstr "ÄÕÖÅ ÍÁÌÏ ÁÒÇÕÍÅÎÔ¦×" -#: color.c:680 hook.c:76 +#: color.c:688 hook.c:75 msgid "too many arguments" msgstr "ÄÕÖÅ ÂÁÇÁÔÏ ÁÒÇÕÍÅÎÔ¦×" -#: color.c:694 +#: color.c:702 msgid "default colors not supported" msgstr "ËÏÌ¦Ò default ΊЦÄÔÒÉÍÕ¤ÔØÓÑ" -#: commands.c:123 -msgid "Display message using mailcap?" -msgstr "÷¦ÄÏÂÒÁÚÉÔÉ ÌÉÓÔ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ mailcap?" - -#: commands.c:154 commands.c:162 pgpkey.c:221 +#: commands.c:87 commands.c:95 pgpkey.c:489 send.c:1219 msgid "Invoking PGP..." msgstr "÷ÉËÌÉË PGP..." #. find out whether or not the verify signature -#: commands.c:159 +#: commands.c:92 msgid "Verify PGP signature?" msgstr "ðÅÒÅצÒÉÔÉ Ð¦ÄÐÉÓ PGP?" -#: commands.c:177 mbox.c:724 +#: commands.c:110 mbox.c:722 msgid "Could not create temporary file!" msgstr "îÅ ×ÉÊÛÌÏ ÓÔ×ÏÒÉÔÉ ÔÉÍÞÁÓÏ×ÉÊ ÆÁÊÌ!" -#: commands.c:225 +#: commands.c:162 msgid "Command: " msgstr "ëÏÍÁÎÄÁ: " -#: commands.c:243 recvattach.c:677 +#: commands.c:180 recvattach.c:710 msgid "Bounce message to: " msgstr "îÁĦÓÌÁÔÉ ËÏЦÀ ÌÉÓÔÁ: " -#: commands.c:245 recvattach.c:679 +#: commands.c:182 recvattach.c:712 msgid "Bounce tagged messages to: " msgstr "îÁĦÓÌÁÔÉ ËÏЦ§ ×ÉĦÌÅÎÉÈ ÌÉÓÔ¦×: " -#: commands.c:260 +#: commands.c:197 msgid "Error parsing address!" msgstr "ðÏÍÉÌËÁ ÒÏÚÂÏÒÕ ÁÄÒÅÓÉ!" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce message to %s" msgstr "îÁĦÓÌÁÔÉ ËÏЦÀ ÌÉÓÔÁ %s" -#: commands.c:270 +#: commands.c:207 #, c-format msgid "Bounce messages to %s" msgstr "îÁĦÓÌÁÔÉ ËÏЦ§ ÌÉÓÔ¦× %s" -#: commands.c:281 +#: commands.c:218 msgid "Message bounced." msgstr "ëÏЦÀ ÌÉÓÔÁ ÐÅÒÅÓÌÁÎÏ." -#: commands.c:281 +#: commands.c:218 msgid "Messages bounced." msgstr "ëÏЦ§ ÌÉÓÔ¦× ÐÅÒÅÓÌÁÎÏ." -#: commands.c:301 +#: commands.c:239 msgid "Pipe to command: " msgstr "ëÏÎ׍Ò: " -#: commands.c:401 +#: commands.c:339 msgid "" "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" -#: commands.c:402 +#: commands.c:340 msgid "" "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: " msgstr "" -#: commands.c:403 +#: commands.c:341 msgid "dfrsotuzc" msgstr "" -#: commands.c:456 +#: commands.c:394 msgid "Shell command: " msgstr "" -#: commands.c:572 +#: commands.c:510 #, c-format msgid "%s%s to mailbox" msgstr "%s%s ÄÏ ÓËÒÉÎØËÉ" -#: commands.c:573 +#: commands.c:511 msgid "Decode-save" msgstr "òÏÚË.-ÚÎÉÝ." -#: commands.c:573 +#: commands.c:511 msgid "Decode-copy" msgstr "òÏÚËÏÄÕ×ÁÔÉ" -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-save" msgstr "òÏÚÛ.-ÚÎÉÝ." -#: commands.c:574 +#: commands.c:512 msgid "Decrypt-copy" msgstr "òÏÚÛÉÆÒÕ×ÁÔÉ" -#: commands.c:575 curs_main.c:255 recvattach.c:49 +#: commands.c:513 curs_main.c:255 recvattach.c:48 msgid "Save" msgstr "úÂÅÒ." -#: commands.c:575 +#: commands.c:513 msgid "Copy" msgstr "ëÏÐ." -#: commands.c:575 +#: commands.c:513 msgid " tagged" msgstr " ×ÉĦÌÅΦ" -#: commands.c:644 +#: commands.c:582 #, c-format msgid "Copying to %s..." msgstr "ëÏЦÀ×ÁÎÎÑ ÄÏ %s..." -#: commands.c:716 +#: commands.c:654 msgid "Print message?" msgstr "äÒÕËÕ×ÁÔÉ ÐÏצÄÏÍÌÅÎÎÑ?" -#: commands.c:716 +#: commands.c:654 msgid "Print tagged messages?" msgstr "äÒÕËÕ×ÁÔÉ ×ÉĦÌÅΦ ÐÏצÄÏÍÌÅÎÎÑ?" -#: commands.c:743 +#: commands.c:681 msgid "Message printed" msgstr "ðÏצÄÏÍÌÅÎÎÑ ÎÁÄÒÕËÏ×ÁÎÏ" -#: commands.c:743 +#: commands.c:681 msgid "Messages printed" msgstr "ðÏצÄÏÍÌÅÎÎÑ ÎÁÄÒÕËÏ×ÁÎÏ" -#: compose.c:77 +#: compose.c:83 msgid "Send" msgstr "óÌÁÔÉ" -#: compose.c:78 +#: compose.c:84 msgid "Abort" msgstr "÷¦ÄͦÎÁ" -#: compose.c:82 compose.c:539 +#: compose.c:88 compose.c:605 msgid "Attach file" msgstr "äÏÄÁÔÉ ÆÁÊÌ" -#: compose.c:83 +#: compose.c:89 msgid "Descrip" msgstr "ðÏÑÓÎ." -#: compose.c:104 +#: compose.c:110 msgid "Sign, Encrypt" msgstr "ð¦ÄÐÉÓ, ÛÉÆÒÕ×ÁÎÎÑ" -#: compose.c:106 +#: compose.c:112 msgid "Encrypt" msgstr "ûÉÆÒÕ×ÁÎÎÑ" -#: compose.c:108 +#: compose.c:114 msgid "Sign" msgstr "ð¦ÄÐÉÓ" -#: compose.c:110 +#: compose.c:116 msgid "Clear" msgstr "áΦÞÏǦӦÎØËÏ" -#: compose.c:117 +#: compose.c:123 msgid " sign as: " msgstr " ЦÄÐÉÓ ÑË:" -#: compose.c:117 +#: compose.c:123 msgid "" msgstr "" -#: compose.c:118 compose.c:192 +#: compose.c:124 compose.c:184 msgid "MIC algorithm: " msgstr "áÌÇÏÒ¦ÔÍ MIC: " -#: compose.c:133 +#: compose.c:137 msgid "" "(e)ncrypt, (s)ign, sign (a)s, (b)oth, select (m)ic algorithm, or (f)orget " "it? " @@ -423,122 +449,168 @@ msgstr "" "ÛÉÆÒ.(e), ЦÄÐ.(s), ЦÄÐ. ÑË(a), ÕÓÅ(b), ÚͦÎÁ (m)ic ÁÌÇÏÒÉÔÍÕ ÞÉ " "צÄͦÎÁ(f)? " -#: compose.c:134 +#: compose.c:138 msgid "esabmf" msgstr "" -#: compose.c:151 -msgid "Can't open your secret key ring!" -msgstr "îŠצÄËÒÉ×Á¤ÔÓÑ ÓÅËÒÅÔÎÉÊ ËÌÀÞ!" - -#: compose.c:156 +#: compose.c:152 msgid "Sign as: " msgstr "ð¦ÄÐÉÓ ÑË: " -#: compose.c:176 +#: compose.c:166 msgid "An unkown PGP version was defined for signing." msgstr "÷ËÁÚÁÎÁ ×ÅÒÓ¦Ñ PGP ÄÌÑ Ð¦ÄÐÉÓÕ ÎÅצÄÏÍÁ." -#: compose.c:186 +#: compose.c:178 msgid "This doesn't make sense if you don't want to sign the message." msgstr "îÅÍÁ¤ ÓÅÎÓÕ ÃÅ ÒÏÂÉÔÉ, ÑËÝÏ ×É ÎŠЦÄÐÉÓÕ¤ÔÅ ÐÏצÄÏÍÌÅÎÎÑ." -#: compose.c:197 +#: compose.c:189 msgid "Unknown MIC algorithm, valid ones are: pgp-md5, pgp-sha1, pgp-rmd160" msgstr "îÅצÄÏÍÉÊ ÁÌÇÏÒ¦ÔÍ MIC, ÍÏÖÌÉצ ÌÉÛÅ: pgp-md5, pgp-sha1, pgp-rmd160" -#: compose.c:233 +#: compose.c:257 #, c-format msgid "%s [#%d] no longer exists!" msgstr "%s [#%d] ¦ÌØÛÅ ÎÅ ¦ÓÎÕ¤!" -#: compose.c:241 +#: compose.c:265 #, c-format msgid "%s [#%d] modified. Update encoding?" msgstr "%s [#%d] ÚͦÎÅÎÏ. úͦÎÉÔÉ ËÏÄÕ×ÁÎÎÑ?" -#: compose.c:282 +#: compose.c:309 #, fuzzy -msgid "===== Attachments =====" +msgid "-- Attachments" msgstr "äÏÄÁÔËÉ" -#: compose.c:320 +#: compose.c:352 msgid "You may not delete the only attachment." msgstr "ãÅ ¤ÄÉÎÁ ÞÁÓÔÉÎÁ, §§ ÎÅ ÍÏÖÎÁ ×ÉÄÁÌÑÔÉ." -#: compose.c:394 +#: compose.c:395 +msgid "Can't change character set for non-text attachments!" +msgstr "" + +#: compose.c:401 +msgid "Enter character set: " +msgstr "" + +#: compose.c:408 +msgid "UTF-8 encoding attachments has not yet been implemented." +msgstr "" + +#: compose.c:414 +#, c-format +msgid "Character set %s is unknown." +msgstr "" + +#: compose.c:460 msgid "Compose" msgstr "ëÏÍÐÏÎÕ×ÁÎÎÑ" -#: compose.c:544 +#: compose.c:614 msgid "Open mailbox to attach message from" msgstr "óËÒÉÎØËÁ, Ú ÑËϧ ÄÏÄÁÔÉ ÐÏצÄÏÍÌÅÎÎÑ" -#: compose.c:583 +#: compose.c:648 msgid "No messages in that folder." msgstr "ãÑ ÓËÒÉÎØËÁ ÚÏ×Ó¦Í ÐÏÒÏÖÎÑ." -#: compose.c:590 +#: compose.c:655 msgid "Tag the messages you want to attach!" msgstr "÷ÉĦ̦ÔØ ÐÏצÄÏÍÌÅÎÎÑ, ÝÏ ÄÏÄÁ¤ÔÅ!" -#: compose.c:625 compose.c:645 +#: compose.c:687 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:698 +#, fuzzy, c-format +msgid "Unable to attach %s!" +msgstr "îÅÍÏÖÌÉ×Ï ÄÏÄÁÔÉ!" + +#: compose.c:722 msgid "Unable to attach!" msgstr "îÅÍÏÖÌÉ×Ï ÄÏÄÁÔÉ!" -#: compose.c:772 +#: compose.c:773 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:778 +msgid "We currently can't encode to utf-8." +msgstr "" + +#: compose.c:783 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:785 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:798 +msgid "Recoding only affetcs text attachments." +msgstr "" + +#: compose.c:814 +msgid "Recoding successful." +msgstr "" + +#: compose.c:921 msgid "Invalid encoding." msgstr "îÅצÒÎÅ ËÏÄÕ×ÁÎÎÑ." -#: compose.c:787 +#: compose.c:942 msgid "Save a copy of this message?" msgstr "úÂÅÒÅÇÔÉ ËÏЦÀ ÃØÏÇÏ ÐÏצÄÏÍÌÅÎÎÑ?" -#: compose.c:832 +#: compose.c:996 msgid "Rename to: " msgstr "ðÅÒÅÊÍÅÎÕ×ÁÔÉ Õ: " -#: compose.c:837 +#: compose.c:1001 #, c-format msgid "Can't stat: %s" msgstr "" -#: compose.c:864 +#: compose.c:1028 msgid "New file: " msgstr "îÏ×ÉÊ ÆÁÊÌ: " -#: compose.c:877 +#: compose.c:1041 msgid "Content-Type is of the form base/sub" msgstr "Content-Type ÐÏ ÆÏÒͦ base/sub" -#: compose.c:883 +#: compose.c:1047 #, c-format msgid "Unknown Content-Type %s" msgstr "îÅצÄÏÍÉÊ Content-Type %s" -#: compose.c:896 +#: compose.c:1060 #, c-format msgid "Can't create file %s" msgstr "îÅÍÏÖÌÉ×Ï ÓÔ×ÏÒÉÔÉ ÆÁÊÌ %s" -#: compose.c:904 +#: compose.c:1068 msgid "What we have here is a failure to make an attachment" msgstr "íÉ ÍÁ¤ÍÏ ÚÁÒÁÚ ×¦ÄÍÏ×Õ ÚÒÏÂÉÔÉ ÄÏÄÁÔÏË" -#: compose.c:967 +#: compose.c:1131 msgid "Postpone this message?" msgstr "úÁÌÉÛÉÔÉ ÌÉÓÔ ÄÏ ÐÏÄÁÌØÛÏÇÏ ÒÅÄÁÇÕ×ÁÎÎÑ ÔÁ צÄÐÒÁ×ËÉ?" -#: compose.c:1019 +#: compose.c:1185 msgid "Write message to mailbox" msgstr "úÁÐÉÓÁÔÉ ÌÉÓÔ ÄÏ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ" -#: compose.c:1023 +#: compose.c:1189 #, c-format msgid "Writing message to %s ..." msgstr "úÁÐÉÓ ÌÉÓÔÁ ÄÏ %s..." -#: compose.c:1034 +#: compose.c:1200 msgid "Message written." msgstr "ìÉÓÔ ÚÁÐÉÓÁÎÏ." @@ -555,15 +627,15 @@ msgstr "" msgid "Exit Mutt?" msgstr "ðÏËÉÎÕÔÉ Mutt?" -#: curs_lib.c:275 +#: curs_lib.c:276 msgid "unknown error" msgstr "ÎÅצÄÏÍÁ ÐÏÍÉÌËÁ" -#: curs_lib.c:295 +#: curs_lib.c:296 msgid "Press any key to continue..." msgstr "îÁÔÉÓΦÔØ ÂÕÄØ-ÑËÕ ËÌÁצÛÕ..." -#: curs_lib.c:333 +#: curs_lib.c:339 msgid " ('?' for list): " msgstr " ('?' - ÐÅÒÅ̦Ë): " @@ -583,19 +655,19 @@ msgstr " msgid "Quit" msgstr "÷ÉÊÔÉ" -#: curs_main.c:253 pager.c:1376 postpone.c:34 +#: curs_main.c:253 pager.c:1382 postpone.c:33 msgid "Del" msgstr "÷ÉÄ." -#: curs_main.c:254 postpone.c:35 +#: curs_main.c:254 postpone.c:34 msgid "Undel" msgstr "÷¦ÄÎ." -#: curs_main.c:256 query.c:45 +#: curs_main.c:256 query.c:44 msgid "Mail" msgstr "ìÉÓÔ" -#: curs_main.c:257 pager.c:1377 +#: curs_main.c:257 pager.c:1383 msgid "Reply" msgstr "÷¦ÄÐ." @@ -603,146 +675,142 @@ msgstr " msgid "Group" msgstr "÷Ó¦Í" -#: curs_main.c:423 +#: curs_main.c:429 msgid "Mailbox was externally modified. Flags may be wrong." msgstr "ðÏÛÔÏ×Õ ÓËÒÉÎØËÕ ÚͦÎÉÌÁ ÚÏ×ΦÛÎÑ ÐÒÏÇÒÁÍÁ. æÌÁÇÉ ÚͦÎÅÎÏ ÔÁËÏÖ." -#: curs_main.c:426 +#: curs_main.c:432 msgid "New mail in this mailbox." msgstr "îÏ×Á ÐÏÛÔÁ Õ Ã¦Ê ÐÏÛÔÏ×¦Ê ÓËÒÉÎØæ." -#: curs_main.c:526 +#: curs_main.c:532 msgid "No mailbox is open." msgstr "îÅÍÁ¤ צÄËÒÉÔϧ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ." -#: curs_main.c:532 +#: curs_main.c:538 msgid "No tagged messages." msgstr "öÏÄÎÏÇÏ ÌÉÓÔÁ ÎÅ ×ÉĦÌÅÎÏ." -#: curs_main.c:612 +#: curs_main.c:618 msgid "Jump to message: " msgstr "ðÅÒÅÈ¦Ä ÄÏ ÌÉÓÔÁ: " -#: curs_main.c:618 +#: curs_main.c:624 msgid "Argument must be a message number." msgstr "áÒÇÕÍÅÎÔ ÐÏ×ÉÎÅÎ ÂÕÔÉ ÎÏÍÅÒÏÍ ÌÉÓÔÁ." -#: curs_main.c:651 +#: curs_main.c:657 msgid "That message is not visible." msgstr "ãÅÊ ÌÉÓÔ ÎÅ ÍÏÖÎÁ ÐÏÂÁÞÉÔÉ." -#: curs_main.c:654 +#: curs_main.c:660 msgid "Invalid message number." msgstr "îÅצÒÎÉÊ ÎÏÍÅÒ ÌÉÓÔÁ." -#: curs_main.c:667 +#: curs_main.c:673 msgid "Delete messages matching: " msgstr "÷ÉÄÁÌÉÔÉ ÌÉÓÔÉ ÚÁ ÛÁÂÌÏÎÏÍ: " -#: curs_main.c:689 +#: curs_main.c:695 msgid "No limit pattern is in effect." msgstr "" #. i18n: ask for a limit to apply -#: curs_main.c:694 +#: curs_main.c:700 #, c-format msgid "Limit: %s" msgstr "" -#: curs_main.c:703 +#: curs_main.c:709 msgid "Limit to messages matching: " msgstr "" -#: curs_main.c:733 +#: curs_main.c:739 msgid "Quit Mutt?" msgstr "÷ÉÊÔÉ Ú Mutt?" -#: curs_main.c:835 +#: curs_main.c:841 msgid "Tag messages matching: " msgstr "÷ÉĦÌÉÔÉ ÌÉÓÔÉ ÚÁ ÛÁÂÌÏÎÏÍ: " -#: curs_main.c:843 +#: curs_main.c:849 msgid "Undelete messages matching: " msgstr "÷¦ÄÎÏ×ÉÔÉ ÌÉÓÔÉ ÚÁ ÛÁÂÌÏÎÏÍ: " -#: curs_main.c:850 +#: curs_main.c:856 msgid "Untag messages matching: " msgstr "úÎÑÔÉ ×ÉĦÌÅÎÎÑ Ú ÌÉÓÔ¦× ÚÁ ÛÁÂÌÏÎÏÍ: " -#: curs_main.c:868 +#: curs_main.c:874 msgid "Open mailbox" msgstr "÷¦ÄËÒÉÔÉ ÓËÒÉÎØËÕ" -#: curs_main.c:870 +#: curs_main.c:876 msgid "Open mailbox in read-only mode" msgstr "÷¦ÄËÒÉÔÉ ÓËÒÉÎØËÕ ÌÉÛÅ ÄÌÑ ÞÉÔÁÎÎÑ" -#: curs_main.c:886 mx.c:423 mx.c:564 +#: curs_main.c:892 mx.c:428 mx.c:569 #, c-format msgid "%s is not a mailbox." msgstr "%s ÎÅ ¤ ÐÏÛÔÏ×ÏÀ ÓËÒÉÎØËÏÀ." -#: curs_main.c:973 +#: curs_main.c:974 msgid "Exit Mutt without saving?" msgstr "ðÏËÉÎÕÔÉ Mutt ÂÅÚ ÚÂÅÒÅÖÅÎÎÑ?" -#: curs_main.c:990 curs_main.c:1014 +#: curs_main.c:991 curs_main.c:1015 msgid "You are on the last message." msgstr "ãÅ ÏÓÔÁÎÎ¦Ê ÌÉÓÔ." -#: curs_main.c:997 curs_main.c:1039 +#: curs_main.c:998 curs_main.c:1040 msgid "No undeleted messages." msgstr "÷Ó¦ ÌÉÓÔÉ ×ÉÄÁÌÅÎÏ." -#: curs_main.c:1032 curs_main.c:1055 +#: curs_main.c:1033 curs_main.c:1056 msgid "You are on the first message." msgstr "ãÅ ÐÅÒÛÉÊ ÌÉÓÔ." -#: curs_main.c:1127 pattern.c:1114 +#: curs_main.c:1128 pattern.c:1109 msgid "Search wrapped to top." msgstr "ðÏÛÕË Ú ÐÏÞÁÔËÕ." -#: curs_main.c:1136 pattern.c:1125 +#: curs_main.c:1137 pattern.c:1120 msgid "Search wrapped to bottom." msgstr "ðÏÛÕË ×¦Ä Ë¦ÎÃÑ." -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No new messages" msgstr "îÏ×ÉÈ ÌÉÓÔ¦× ÎÅÍÁ¤" -#: curs_main.c:1162 +#: curs_main.c:1170 msgid "No unread messages" msgstr "îÅÞÉÔÁÎÉÈ ÌÉÓÔ¦× ÎÅÍÁ¤" -#: curs_main.c:1163 +#: curs_main.c:1171 msgid " in this limited view" msgstr " Õ ÃÉÈ ÍÅÖÁÈ ÏÇÌÑÄÕ" -#: curs_main.c:1273 +#: curs_main.c:1295 msgid "No more threads." msgstr "îÉÔÏË Â¦ÌØÛ ÎÅÍÁ." -#: curs_main.c:1275 +#: curs_main.c:1297 msgid "You are on the first thread." msgstr "ãÅ ÐÅÒÛÁ ÎÉÔËÁ." -#: curs_main.c:1328 +#: curs_main.c:1350 msgid "Thread contains unread messages." msgstr "îÉÔËÁ ÍÁ¤ ÎÅÞÉÔÁΦ ÌÉÓÔÉ." -#: curs_main.c:1341 flags.c:220 thread.c:635 +#: curs_main.c:1363 flags.c:219 thread.c:661 msgid "Threading is not enabled." msgstr "óÛÉ×ÁÎÎÑ ÎÅÄÏÓÔÕÐÎÅ." -#: date.c:49 -msgid "Please report this program error in the function mutt_mktime." -msgstr "" - #. #. * SLcurses_waddnstr() can't take a "const char *", so this is only #. * declared "static" (sigh) #. -#: edit.c:37 +#: edit.c:36 msgid "" "~~\t\tinsert a line begining with a single ~\n" "~b users\tadd users to the Bcc: field\n" @@ -782,107 +850,107 @@ msgstr "" "~?\t\tÃÅ ÐÏצÄÏÍÌÅÎÎÑ\n" ".\t\tÒÑÄÏË Ú ÏÄΦ¤§ ËÒÁÐËÉ - ÐÒÉÚÎÁË Ë¦ÎÃÑ ××ÏÄÕ\n" -#: edit.c:179 +#: edit.c:178 #, c-format msgid "%d: invalid message number.\n" msgstr "%d: ÎÅצÒÎÉÊ ÎÏÍÅÒ ÌÉÓÔÁ.\n" -#: edit.c:313 +#: edit.c:312 msgid "(End message with a . on a line by itself)\n" msgstr "(úÁ˦ÎÞ¦ÔØ ÌÉÓÔ ÒÑÄËÏÍ Ú ÏÄΦ¤§ . )\n" -#: edit.c:371 +#: edit.c:370 msgid "No mailbox.\n" msgstr "îÅ ÐÏÛÔÏ×Á ÓËÒÉÎØËÁ.\n" -#: edit.c:375 +#: edit.c:374 msgid "Message contains:\n" msgstr "ìÉÓÔ Í¦ÓÔÉÔØ:\n" -#: edit.c:379 edit.c:431 +#: edit.c:378 edit.c:430 msgid "(continue)\n" msgstr "(ÄÁ̦)\n" -#: edit.c:392 +#: edit.c:391 msgid "missing filename.\n" msgstr "ÎÅÍÁ¤ ¦ÍÅΦ ÆÁÊÌÕ.\n" -#: edit.c:413 +#: edit.c:412 msgid "No lines in message.\n" msgstr "÷ ÌÉÓÔ¦ - ÖÏÄÎÏÇÏ ÒÑÄËÕ.\n" -#: edit.c:442 +#: edit.c:441 #, c-format msgid "%s: unknown editor command (~? for help)\n" msgstr "%s: ÎÅצÄÏÍÁ ËÏÍÁÎÄÁ ÒÅÄÁËÔÏÒÁ (~? - ЦÄËÁÚËÁ)\n" -#: flags.c:258 +#: flags.c:257 msgid "Set flag" msgstr "÷ÓÔÁÎÏ×ÉÔÉ ÆÌÁÇ" -#: flags.c:258 +#: flags.c:257 msgid "Clear flag" msgstr "úÎÑÔÉ ÆÌÁÇ" -#: handler.c:128 +#: handler.c:107 msgid "[-- Error: unexpected end of file! --]\n" msgstr "[-- ðÏÍÉÌËÁ: ˦ÎÅÃØ ÆÁÊÌÕ ÎÅ ÚÎÁÊÄÅÎÏ! --]\n" #. didn't find anything that we could display! -#: handler.c:954 +#: handler.c:901 msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" msgstr "" "[-- ðÏÍÉÌËÁ: ÖÏÄÎÕ ÞÁÓÔÉÎÕ Multipart/Alternative ÎÅ ×ÉÊÛÌÏ ÐÏÂÁÞÉÔÉ! --]\n" -#: handler.c:1071 +#: handler.c:1018 #, c-format msgid "[-- Attachment #%d" msgstr "[-- äÏÄÁÔÏË ÎÏÍÅÒ %d" -#: handler.c:1082 +#: handler.c:1029 #, c-format msgid "[-- Type: %s/%s, Encoding: %s, Size: %s --]\n" msgstr "[-- ôÉÐ: %s/%s, ËÏÄÕ×ÁÎÎÑ: %s, ÒÏÚͦÒ: %s --]\n" -#: handler.c:1141 +#: handler.c:1088 #, c-format msgid "[-- Autoview using %s --]\n" msgstr "[-- á×ÔÏÐÒÏÇÌÑÄÁÎÎÑ ÚÁ ÄÏÐÏÍÏÇÏÀ %s --]\n" -#: handler.c:1142 +#: handler.c:1089 #, c-format msgid "Invoking autoview command: %s" msgstr "÷ÉËÌÉË ËÏÍÁÎÄÉ Á×ÔÏÍÁÔÉÞÎÏÇÏ ÐÒÏÇÌÑÄÁÎÎÑ: %s" -#: handler.c:1179 handler.c:1197 +#: handler.c:1126 handler.c:1144 #, c-format msgid "[-- Autoview stderr of %s --]\n" msgstr "[-- ðÒÏÇÒÁÍÍÁ ÐÒÏÇÌÑÄÁÎÎÑ %s ÐÏצÄÏÍÉÌÁ ÐÏÍÉÌËÕ --]\n" -#: handler.c:1229 +#: handler.c:1176 msgid "[-- Error: message/external-body has no access-type parameter --]\n" msgstr "" -#: handler.c:1246 +#: handler.c:1193 #, fuzzy, c-format msgid "[-- This %s/%s attachment " msgstr "[-- äÏÄÁÔÏË ÎÏÍÅÒ %d" -#: handler.c:1253 +#: handler.c:1200 #, c-format msgid "(size %s bytes) " msgstr "" -#: handler.c:1255 +#: handler.c:1202 msgid "has been deleted --]\n" msgstr "" -#: handler.c:1258 +#: handler.c:1205 #, fuzzy, c-format msgid "[-- on %s --]\n" msgstr "[-- á×ÔÏÐÒÏÇÌÑÄÁÎÎÑ ÚÁ ÄÏÐÏÍÏÇÏÀ %s --]\n" -#: handler.c:1268 +#: handler.c:1215 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" @@ -890,53 +958,53 @@ msgid "" "[-- expired. --]\n" msgstr "" -#: handler.c:1282 +#: handler.c:1229 #, c-format msgid "" "[-- This %s/%s attachment is not included, --]\n" "[-- and the indicated access-type %s is unsupported --]\n" msgstr "" -#: handler.c:1379 +#: handler.c:1326 msgid "Error: multipart/signed has no protocol." msgstr "ðÏÍÉÌËÁ: ÎÅÍÁ¤ ÐÒÏÔÏËÏÌÕ ÄÌÑ multipart/signed." -#: handler.c:1392 +#: handler.c:1339 msgid "Error: multipart/encrypted has no protocol parameter!" msgstr "ðÏÍÉÌËÁ: ÎÅÍÁ¤ ÐÁÒÁÍÅÔÒÕ ÐÒÏÔÏËÏÌÕ ÄÌÑ multipart/encrypted!" -#: handler.c:1434 +#: handler.c:1381 msgid "Unable to open temporary file!" msgstr "îÅÍÏÖÌÉ×Ï ×¦ÄËÒÉÔÉ ÔÉÍÞÁÓÏ×ÉÊ ÆÁÊÌ!" -#: handler.c:1493 +#: handler.c:1440 #, c-format msgid "[-- %s/%s is unsupported " msgstr "[-- %s/%s ΊЦÄÔÒÉÍÕ¤ÔØÓÑ " -#: handler.c:1498 +#: handler.c:1445 #, c-format msgid "(use '%s' to view this part)" msgstr "(×ÉËÏÒÉÓÔÏ×ÕÊÔÅ '%s' ÄÌÑ Ã¦¤§ ÞÁÓÔÉÎÉ)" -#: handler.c:1500 +#: handler.c:1447 msgid "(need 'view-attachments' bound to key!)" msgstr "(ÔÒÅÂÁ ÐÒÉÚÎÁÞÉÔÉ ËÌÁצÛÕ ÄÏ 'view-attachments'!)" -#: headers.c:202 +#: headers.c:164 #, c-format msgid "%s: unable to attach file" msgstr "%s: ÎÅÍÏÖÌÉ×Ï ÄÏÄÁÔÉ ÆÁÊÌ" -#: help.c:274 +#: help.c:273 msgid "ERROR: please report this bug" msgstr "" -#: help.c:316 +#: help.c:315 msgid "" msgstr "" -#: help.c:328 +#: help.c:327 msgid "" "\n" "Generic bindings:\n" @@ -946,19 +1014,19 @@ msgstr "" "âÁÚÏצ ÐÒÉÚÎÁÞÅÎÎÑ:\n" "\n" -#: help.c:332 +#: help.c:331 msgid "" "\n" "Unbound functions:\n" "\n" msgstr "" -#: help.c:340 +#: help.c:339 #, c-format msgid "Help for %s" msgstr "ð¦ÄËÁÚËÁ ÄÏ %s" -#: imap.c:103 +#: imap.c:205 #, c-format msgid "imap_error(): unexpected response in %s: %s\n" msgstr "imap_error(): ÎÅÖÄÁÎÁ צÄÐÏצÄØ × %s: %s\n" @@ -966,235 +1034,257 @@ msgstr "imap_error(): #. something is wrong because the server reported fewer messages #. * than we previously saw #. -#: imap.c:355 +#: imap.c:528 msgid "Fatal error. Message count is out of sync!" msgstr "æÁÔÁÌØÎÁ ÐÏÍÉÌËÁ. ì¦ÞÉÌØÎÉË ÌÉÓÔ¦× ÎÅÍÏÖÌÉ×Ï Ó¦ÎÈÒÏΦÚÕ×ÁÔÉ!" -#: imap.c:425 +#: imap.c:661 #, c-format msgid "Fetching message headers... [%d/%d]" msgstr "ïÔÒÉÍÁÎÎÑ ÚÁÇÏÌÏ×Ë¦× ÌÉÓÔ¦×... [%d/%d]" -#: imap.c:623 mbox.c:1007 -msgid "Reopening mailbox..." +#. Unable to fetch headers for lower versions +#: imap.c:688 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap.c:880 +#, fuzzy, c-format +msgid "Reopening mailbox... %s" msgstr "ðÏ×ÔÏÒΊצÄËÒÉÔÔÑ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ..." -#: imap.c:865 -#, c-format -msgid "Connecting to %s..." -msgstr "ú'¤ÄÎÁÎÎÑ Ú %s..." +#: imap.c:1230 +msgid "This IMAP server is ancient. Mutt does not work with it." +msgstr "" -#: imap.c:888 +#: imap.c:1251 msgid "IMAP Username: " msgstr "¶Í'Ñ ËÏÒÉÓÔÕ×ÁÞÁ IMAP: " -#: imap.c:901 +#: imap.c:1264 #, c-format msgid "Password for %s@%s: " msgstr "ðÁÒÏÌØ ÄÌÑ %s@%s: " -#: imap.c:914 +#: imap.c:1277 msgid "Logging in..." msgstr "òŤÓÔÒÁæÑ..." #. Login failed, try again -#: imap.c:927 +#: imap.c:1290 #, fuzzy msgid "Login failed." msgstr "òŤÓÔÒÁæÑ..." -#: imap.c:984 +#: imap.c:1401 #, c-format msgid "Selecting %s..." msgstr "÷ÉÂ¦Ò %s..." -#: imap.c:1083 lib.c:1194 +#. STATUS not supported +#. * The thing to do seems to be: +#. * - Open a *new* IMAP session, select, and then close it. Report the +#. * error if the mailbox did not exist. +#: imap.c:1550 +msgid "Unable to append to IMAP mailboxes at this server" +msgstr "" + +#: imap.c:1560 lib.c:1210 #, c-format msgid "Create %s?" msgstr "óÔ×ÏÒÉÔÉ %s?" -#: imap.c:1132 +#: imap.c:1612 msgid "Fetching message..." msgstr "ïÔÒÉÍÁÎÎÑ ÌÉÓÔÁ..." -#: imap.c:1240 +#: imap.c:1734 msgid "Sending APPEND command ..." msgstr "îÁÄÓÉÌÁÎÎÑ ËÏÍÁÎÄÉ APPEND..." -#: imap.c:1279 +#: imap.c:1773 msgid "Uploading message ..." msgstr "úÁÂÉÒÁÎÎÑ ÌÉÓÔÁ..." -#: imap.c:1334 +#: imap.c:1828 msgid "Closing connection to IMAP server..." msgstr "úÁËÒÉÔÔÑ Ú'¤ÄÎÁÎÎÑ Ú ÓÅÒ×ÅÒÏÍ IMAP..." -#: imap.c:1364 +#: imap.c:1859 #, c-format msgid "Saving message status flags... [%d/%d]" msgstr "úÂÅÒÅÖÅÎÎÑ ÆÌÁÇ¦× ÓÔÁÔÕÓÕ ÌÉÓÔÁ... [%d/%d]" -#: imap.c:1390 +#: imap.c:1891 msgid "Expunging messages from server..." msgstr "" #. tell the server to commit changes -#: imap.c:1441 +#: imap.c:1922 msgid "Closing mailbox..." msgstr "úÁËÒÉÔÔÑ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ..." -#: init.c:433 +#: imap.c:2497 +msgid "Contacted server, getting folder list..." +msgstr "" + +#: imap.c:2549 +#, fuzzy, c-format +msgid "Subscribing to %s..." +msgstr "ëÏЦÀ×ÁÎÎÑ ÄÏ %s..." + +#: imap.c:2551 +#, fuzzy, c-format +msgid "Unsubscribing to %s..." +msgstr "ú'¤ÄÎÁÎÎÑ Ú %s..." + +#: init.c:432 msgid "alias: no address" msgstr "alias: ÂÅÚ ÁÄÒÅÓÉ" -#: init.c:527 +#: init.c:526 msgid "invalid header field" msgstr "ÎÅצÒÎÅ ÐÏÌÅ ÚÁÇÏÌÏ×ËÕ" -#: init.c:535 +#: init.c:534 #, c-format msgid "ignoring empty header field: %s" msgstr "ÐÏÒÏÖΤ ÐÏÌÅ ÚÁÇÏÌÏ×ËÕ '%s' ¦ÇÎÏÒÏ×ÁÎÏ" -#: init.c:587 +#: init.c:586 #, c-format msgid "%s: unknown sorting method" msgstr "%s: ÎÅצÄÏÍÉÊ ÍÅÔÏÄ ÓÏÒÔÕ×ÁÎÎÑ" -#: init.c:660 +#: init.c:659 #, c-format msgid "mutt_restore_default: error in regexp: %s\n" msgstr "" -#: init.c:720 +#: init.c:719 #, c-format msgid "%s: unknown variable" msgstr "%s: ÎÅצÄÏÍÁ ÚͦÎÎÁ" -#: init.c:729 +#: init.c:728 msgid "prefix is illegal with reset" msgstr "ÐÒÅƦËÓ ÎÅÐÒÉÐÕÓÔÉÍÉÊ ÄÌÑ ÓËÉÄÁÎÎÑ" -#: init.c:735 +#: init.c:734 msgid "value is illegal with reset" msgstr "ÚÎÁÞÅÎÎÑ ÎÅÐÒÉÐÕÓÔÉÍÅ ÄÌÑ ÓËÉÄÁÎÎÑ" -#: init.c:752 -#, c-format -msgid "%s is a boolean var!" -msgstr "%s - ÌÏǦÞÎÁ ÚͦÎÎÁ!" - -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is set" msgstr "%s ×ÓÔÁÎÏ×ÌÅÎÏ" -#: init.c:759 +#: init.c:773 #, c-format msgid "%s is unset" msgstr "%s ÎÅ ×ÓÔÁÎÏ×ÌÅÎÏ" -#: init.c:933 +#: init.c:947 #, c-format msgid "%s: invalid mailbox type" msgstr "%s: ÎÅצÒÎÉÊ ÔÉÐ ÓËÒÉÎØËÉ" -#: init.c:992 +#: init.c:1006 #, c-format msgid "%s: invalid value" msgstr "%s: ÎÅצÒÎÅ ÚÎÁÞÅÎÎÑ" -#: init.c:1042 +#: init.c:1061 #, c-format msgid "%s: unknown type" msgstr "%s: ÎÅצÄÏÍÉÊ ÔÉÐ" -#: init.c:1091 +#: init.c:1110 #, c-format msgid "Error in %s, line %d: %s" msgstr "ðÏÍÉÌËÁ × %s, ÒÑÄÏË %d: %s" #. the muttrc source keyword -#: init.c:1102 +#: init.c:1121 #, c-format msgid "source: errors in %s" msgstr "source: ÐÏÍÉÌËÉ × %s" -#: init.c:1112 +#: init.c:1131 #, c-format msgid "source: error at %s" msgstr "source: ÐÏÍÉÌËÁ × %s" -#: init.c:1117 +#: init.c:1136 msgid "source: too many arguments" msgstr "source: ÄÕÖÅ ÂÁÇÁÔÏ ÁÒÇÕÍÅÎÔ¦×" -#: init.c:1168 +#: init.c:1187 #, c-format msgid "%s: unknown command" msgstr "%s: ÎÅצÄÏÍÁ ËÏÍÁÎÄÁ" -#: init.c:1497 +#: init.c:1524 #, c-format msgid "Error in command line: %s\n" msgstr "ðÏÍÉÌËÁ ËÏÍÁÎÄÎÏÇÏ ÒÑÄËÕ: %s\n" -#: init.c:1540 +#: init.c:1567 msgid "unable to determine home directory" msgstr "ÎÅÍÏÖÌÉ×Ï Ú'ÑÓÕ×ÁÔÉ ÄÏÍÁÛÎ¦Ê ËÁÔÁÌÏÇ" -#: init.c:1548 +#: init.c:1575 msgid "unable to determine username" msgstr "ÎÅÍÏÖÌÉ×Ï Ú'ÑÓÕ×ÁÔÉ ¦Í'Ñ ËÏÒÉÓÔÕ×ÁÞÁ" -#: keymap.c:434 +#: keymap.c:435 msgid "Macro loop detected." msgstr "úÎÁÊÄÅÎÏ ÚÁÃÉËÌÅÎÎÑ ÍÁËÒÏÓÕ." -#: keymap.c:620 keymap.c:628 +#: keymap.c:627 keymap.c:635 msgid "Key is not bound." msgstr "ëÌÁצÛÕ ÎÅ ÐÒÉÚÎÁÞÅÎÏ." -#: keymap.c:632 +#: keymap.c:639 #, c-format msgid "Key is not bound. Press '%s' for help." msgstr "ëÌÁצÛÕ ÎÅ ÐÒÉÚÎÁÞÅÎÏ. îÁÔÉÓΦÔØ '%s' ÄÌÑ Ð¦ÄËÁÚËÉ." -#: keymap.c:643 +#: keymap.c:650 msgid "push: too many arguments" msgstr "push: ÄÕÖÅ ÂÁÇÁÔÏ ÁÒÇÕÍÅÎÔ¦×" -#: keymap.c:664 +#: keymap.c:671 #, c-format msgid "%s: no such menu" msgstr "ÍÅÎÀ '%s' ÎÅ ¦ÓÎÕ¤" -#: keymap.c:673 +#: keymap.c:680 msgid "null key sequence" msgstr "ÂÅÚ ÎÁÔÉÓÎÅÎØ ËÌÁצÛ" -#: keymap.c:751 +#: keymap.c:762 msgid "bind: too many arguments" msgstr "bind: ÄÕÖÅ ÂÁÇÁÔÏ ÁÒÇÕÍÅÎÔ¦×" -#: keymap.c:766 +#: keymap.c:777 #, c-format msgid "%s: no such function in map" msgstr "ÆÕÎËÃ¦Ñ '%s' ÎÅ ¦ÓÎÕ¤" -#: keymap.c:789 +#: keymap.c:800 msgid "macro: empty key sequence" msgstr "macro: ÂÅÚ ÎÁÔÉÓÎÅÎØ ËÌÁצÛ" -#: keymap.c:800 +#: keymap.c:811 msgid "macro: too many arguments" msgstr "macro: ÄÕÖÅ ÂÁÇÁÔÏ ÁÒÇÕÍÅÎÔ¦×" -#: keymap.c:830 +#: keymap.c:841 msgid "exec: too few arguments" msgstr "exec: ÄÕÖÅ ÍÁÌÏ ÁÒÇÕÍÅÎÔ¦×" -#: keymap.c:850 +#: keymap.c:861 #, c-format msgid "%s: no such command" msgstr "ËÏÍÁÎÄÁ '%s' ÎÅ ¦ÓÎÕ¤" @@ -1232,641 +1322,702 @@ msgid "display the currently selected file's name" msgstr "ÐÏËÁÚÁÔÉ ¦Í'Ñ ×ÉÂÒÁÎÏÇÏ ÆÁÊÌÕ" #: keymap_defs.h:13 +msgid "subscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:14 +msgid "unsubscribe to current mailbox (IMAP Only)" +msgstr "" + +#: keymap_defs.h:15 +msgid "toggle view all/subscribed mailboxes (IMAP Only)" +msgstr "" + +#: keymap_defs.h:16 msgid "change directories" msgstr "ÚͦÎÉÔÉ ËÁÔÁÌÏÇ" -#: keymap_defs.h:14 +#: keymap_defs.h:17 msgid "check mailboxes for new mail" msgstr "ÐÅÒÅצÒÉÔÉ ÎÁÑ×ΦÓÔØ ÎÏ×ϧ ÐÏÛÔÉ Õ ÓËÒÉÎØËÁÈ" -#: keymap_defs.h:15 +#: keymap_defs.h:18 msgid "attach a file(s) to this message" msgstr "ÐÒɤÄÎÁÔÉ ÆÁÊÌ(É) ÄÏ ÃØÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:16 +#: keymap_defs.h:19 msgid "attach message(s) to this message" msgstr "ÐÒɤÄÎÁÔÉ ÌÉÓÔ(É) ÄÏ ÃØÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:17 +#: keymap_defs.h:20 +msgid "change an attachment's character set" +msgstr "" + +#: keymap_defs.h:21 msgid "edit the BCC list" msgstr "ÚͦÎÉÔÉ ÐÅÒÅÌ¦Ë Bcc" -#: keymap_defs.h:18 +#: keymap_defs.h:22 msgid "edit the CC list" msgstr "ÚͦÎÉÔÉ ÐÅÒÅÌ¦Ë Cc" -#: keymap_defs.h:19 +#: keymap_defs.h:23 msgid "edit attachment description" msgstr "ÚͦÎÉÔÉ ÐÏÑÓÎÅÎÎÑ ÄÏ ÄÏÄÁÔËÕ" -#: keymap_defs.h:20 +#: keymap_defs.h:24 msgid "edit attachment transfer-encoding" msgstr "ÚͦÎÉÔÉ ÓÐÏӦ ËÏÄÕ×ÁÎÎÑ ÄÏÄÁÔËÕ" -#: keymap_defs.h:21 +#: keymap_defs.h:25 msgid "enter a file to save a copy of this message in" msgstr "××ÅÓÔÉ ¦Í'Ñ ÆÁÊÌÕ, ËÕÄÉ ÄÏÄÁÔÉ ËÏЦÀ ÌÉÓÔÁ" -#: keymap_defs.h:22 +#: keymap_defs.h:26 msgid "edit the file to be attached" msgstr "ÒÅÄÁÇÕ×ÁÔÉ ÆÁÊÌ, ÝÏ ÐÒɤÄÎÕ¤ÔØÓÑ" -#: keymap_defs.h:23 +#: keymap_defs.h:27 msgid "edit the from field" msgstr "ÚͦÎÉÔÉ ÐÏÌÅ From" -#: keymap_defs.h:24 +#: keymap_defs.h:28 msgid "edit the message with headers" msgstr "ÒÅÄÁÇÕ×ÁÔÉ ÌÉÓÔ Ú ÚÁÇÏÌÏ×ËÏÍ" -#: keymap_defs.h:25 +#: keymap_defs.h:29 msgid "edit the message" msgstr "ÒÅÄÁÇÕ×ÁÔÉ ÌÉÓÔ" -#: keymap_defs.h:26 +#: keymap_defs.h:30 msgid "edit attachment using mailcap entry" msgstr "ÒÅÄÁÇÕ×ÁÔÉ ÄÏÄÁÔÏË, ×ÉËÏÒÉÓÔÏ×ÕÀÞÉ mailcap" -#: keymap_defs.h:27 +#: keymap_defs.h:31 msgid "edit the Reply-To field" msgstr "ÚͦÎÉÔÉ ÐÏÌÅ Reply-To" -#: keymap_defs.h:28 +#: keymap_defs.h:32 msgid "edit the subject of this message" msgstr "ÒÅÄÁÇÕ×ÁÔÉ ÔÅÍÕ ÃØÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:29 +#: keymap_defs.h:33 msgid "edit the TO list" msgstr "ÚͦÎÉÔÉ ÐÅÒÅÌ¦Ë To" -#: keymap_defs.h:30 +#: keymap_defs.h:34 msgid "edit attachment type" msgstr "ÚͦÎÉÔÉ ÔÉÐ ÄÏÄÁÔËÕ" -#: keymap_defs.h:31 +#: keymap_defs.h:35 msgid "get a temporary copy of an attachment" msgstr "ÏÔÒÉÍÁÔÉ ÔÉÍÞÁÓÏ×Õ ËÏЦÀ ÄÏÄÁÔËÕ" -#: keymap_defs.h:32 +#: keymap_defs.h:36 msgid "run ispell on the message" msgstr "ÐÅÒÅצÒÉÔÉ ÇÒÁÍÁÔÉËÕ Õ ÌÉÓÔ¦" -#: keymap_defs.h:33 +#: keymap_defs.h:37 msgid "compose new attachment using mailcap entry" msgstr "ËÏÍÐÏÎÕ×ÁÔÉ ÎÏ×ÉÊ ÄÏÄÁÔÏË, ×ÉËÏÒÉÓÔ. mailcap" -#: keymap_defs.h:34 +#: keymap_defs.h:38 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_defs.h:39 +msgid "recode this attachment to/from the local charset" +msgstr "" + +#: keymap_defs.h:40 msgid "save this message to send later" msgstr "ÚÂÅÒÅÇÔÉ ÃÅÊ ÌÉÓÔ, ÁÂÉ ×¦Ä¦ÓÌÁÔÉ Ð¦ÚΦÛÅ" -#: keymap_defs.h:35 +#: keymap_defs.h:41 msgid "rename/move an attached file" msgstr "ÐÅÒÅÊÍÅÎÕ×ÁÔÉ ÐÒɤÄÎÁÎÉÊ ÆÁÊÌ" -#: keymap_defs.h:36 +#: keymap_defs.h:42 msgid "send the message" msgstr "צĦÓÌÁÔÉ ÌÉÓÔ" -#: keymap_defs.h:37 +#: keymap_defs.h:43 msgid "toggle whether to delete file after sending it" msgstr "ÚͦÎÉÔÉ, ÞÉ ÔÒÅÂÁ ×ÉÄÁÌÑÔÉ ÆÁÊÌ Ð¦ÓÌÑ ×¦ÄÐÒ." -#: keymap_defs.h:38 +#: keymap_defs.h:44 msgid "update an attachment's encoding info" msgstr "ÏÂÎÏ×ÉÔÉ ×¦ÄÏÍÏÓÔ¦ ÐÒÏ ËÏÄÕ×ÁÎÎÑ ÄÏÄÁÔËÕ" -#: keymap_defs.h:39 +#: keymap_defs.h:45 msgid "write the message to a folder" msgstr "ÄÏÄÁÔÉ ÌÉÓÔ ÄÏ ÓËÒÉÎØËÉ" -#: keymap_defs.h:40 +#: keymap_defs.h:46 msgid "copy a message to a file/mailbox" msgstr "ËÏЦÀ×ÁÔÉ ÌÉÓÔ ÄÏ ÆÁÊÌÕ/ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ" -#: keymap_defs.h:41 +#: keymap_defs.h:47 msgid "create an alias from a message sender" msgstr "ÓÔ×ÏÒÉÔÉ Á̦ÁÓ ÎÁ צÄÐÒÁ×ÉÔÅÌÑ ÌÉÓÔÁ" -#: keymap_defs.h:42 +#: keymap_defs.h:48 msgid "move entry to bottom of screen" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÐÏÚÉæÀ ÄÏÎÉÚÕ ÅËÒÁÎÕ" -#: keymap_defs.h:43 +#: keymap_defs.h:49 msgid "move entry to middle of screen" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÐÏÚÉæÀ ÄÏÓÅÒÅÄÉÎÉ ÅËÒÁÎÕ" -#: keymap_defs.h:44 +#: keymap_defs.h:50 msgid "move entry to top of screen" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÐÏÚÉæÀ ÄÏÇÏÒÉ ÅËÒÁÎÕ" -#: keymap_defs.h:45 +#: keymap_defs.h:51 msgid "make decoded (text/plain) copy" msgstr "ÚÒÏÂÉÔÉ ÄÅËÏÄÏ×ÁÎÕ (ÐÒÏÓÔÉÊ ÔÅËÓÔ) ËÏЦÀ" -#: keymap_defs.h:46 +#: keymap_defs.h:52 msgid "make decoded copy (text/plain) and delete" msgstr "ÚÒÏÂÉÔÉ ÄÅËÏÄÏ×ÁÎÕ (ÔÅËÓÔ) ËÏЦÀ ÔÁ ×ÉÄÁÌÉÔÉ" -#: keymap_defs.h:47 +#: keymap_defs.h:53 msgid "delete the current entry" msgstr "×ÉÄÁÌÉÔÉ ÐÏÔÏÞÎÕ ÐÏÚÉæÀ" -#: keymap_defs.h:48 +#: keymap_defs.h:54 msgid "delete all messages in subthread" msgstr "×ÉÄÁÌÉÔÉ ×Ó¦ ÌÉÓÔÉ Ð¦ÄÎÉÔËÉ" -#: keymap_defs.h:49 +#: keymap_defs.h:55 msgid "delete all messages in thread" msgstr "×ÉÄÁÌÉÔÉ ×Ó¦ ÌÉÓÔÉ ÎÉÔËÉ" -#: keymap_defs.h:50 +#: keymap_defs.h:56 msgid "display full address of sender" msgstr "ÐÏËÁÚÁÔÉ ÐÏ×ÎÕ ÁÄÒÅÓÕ ×¦ÄÐÒÁ×ÉÔÅÌÑ" -#: keymap_defs.h:51 +#: keymap_defs.h:57 msgid "display message with full headers" msgstr "ÐÏËÁÚÁÔÉ ÌÉÓÔ Ú ÕÓ¦Í ÚÁÇÏÌÏ×ËÏÍ" -#: keymap_defs.h:52 +#: keymap_defs.h:58 msgid "display a message" msgstr "ÐÏËÁÚÁÔÉ ÌÉÓÔ" -#: keymap_defs.h:53 +#: keymap_defs.h:59 msgid "edit the current message for resending" msgstr "ÒÅÄÁÇÕ×ÁÔÉ ÄÁÎÉÊ ÌÉÓÔ ÄÌÑ ÐÅÒÅÓÉÌÁÎÎÑ ËÏЧ§" -#: keymap_defs.h:54 +#: keymap_defs.h:60 msgid "delete the char in front of the cursor" msgstr "×ÉÄÁÌÉÔÉ ÓÉÍ×ÏÌ ÐÅÒÅÄ ËÕÒÓÏÒÏÍ" -#: keymap_defs.h:55 +#: keymap_defs.h:61 msgid "move the cursor one character to the left" msgstr "ÐÅÒÅÓÕÎÕÔÉ ËÕÒÓÏÒ ÎÁ ÏÄÉÎ ÓÉÍ×ÏÌ ×̦×Ï" -#: keymap_defs.h:56 +#: keymap_defs.h:62 msgid "jump to the beginning of the line" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÐÏÞÁÔËÕ ÒÑÄËÕ" -#: keymap_defs.h:57 +#: keymap_defs.h:63 msgid "cycle among incoming mailboxes" msgstr "ÐÅÒÅÈ¦Ä ÐÏ ×ȦÄÎÉÈ ÐÏÛÔÏ×ÉÈ ÓËÒÉÎØËÁÈ" -#: keymap_defs.h:58 +#: keymap_defs.h:64 msgid "complete filename or alias" msgstr "ÄÏÐÏ×ÎÉÔÉ ¦Í'Ñ ÆÁÊÌÕ ÞÉ Á̦ÁÓ" -#: keymap_defs.h:59 +#: keymap_defs.h:65 msgid "complete address with query" msgstr "ÐÏÓ̦ÄÏ×ÎÏ ÄÏÐÏ×ÎÉÔÉ ÁÄÒÅÓÕ" -#: keymap_defs.h:60 +#: keymap_defs.h:66 msgid "delete the char under the cursor" msgstr "×ÉÄÁÌÉÔÉ ÓÉÍ×ÏÌ ÎÁ ͦÓæ ËÕÒÓÏÒÕ" -#: keymap_defs.h:61 +#: keymap_defs.h:67 msgid "jump to the end of the line" msgstr "ÐÅÒÅÈ¦Ä ÄÏ Ë¦ÎÃÑ ÒÑÄËÕ" -#: keymap_defs.h:62 +#: keymap_defs.h:68 msgid "move the cursor one character to the right" msgstr "ÐÅÒÅÓÕÎÕÔÉ ËÕÒÓÏÒ ÎÁ ÏÄÉÎ ÓÉÍ×ÏÌ ×ÐÒÁ×Ï" -#: keymap_defs.h:63 keymap_defs.h:64 +#: keymap_defs.h:69 keymap_defs.h:70 msgid "scroll up through the history list" msgstr "ÐÒÏÇÏÒÎÕÔÉ ¦ÓÔÏÒ¦À ××ÏÄÕ" -#: keymap_defs.h:65 +#: keymap_defs.h:71 msgid "delete chars from cursor to end of line" msgstr "×ÉÄÁÌÉÔÉ ×¦Ä ËÕÒÓÏÒÕ ÄÏ Ë¦ÎÃÑ ÒÑÄËÕ" -#: keymap_defs.h:66 +#: keymap_defs.h:72 msgid "delete all chars on the line" msgstr "ÓÐÏÒÏÖÎÉÔÉ ÒÑÄÏË" -#: keymap_defs.h:67 +#: keymap_defs.h:73 msgid "delete the word in front of the cursor" msgstr "×ÉÄÁÌÉÔÉ ÓÌÏ×Ï ÐÅÒÅÄ ËÕÒÓÏÒÏÍ" -#: keymap_defs.h:68 +#: keymap_defs.h:74 msgid "quote the next typed key" msgstr "ÓÐÒÉÊÎÑÔÉ ÎÁÓÔÕÐÎÉÊ ÓÉÍ×ÏÌ, ÑË ¤" -#: keymap_defs.h:69 +#: keymap_defs.h:75 msgid "enter a muttrc command" msgstr "××ÅÓÔÉ ËÏÍÁÎÄÕ muttrc" -#: keymap_defs.h:70 +#: keymap_defs.h:76 msgid "enter a file mask" msgstr "××ÅÓÔÉ ÍÁÓËÕ ÆÁÊ̦×" -#: keymap_defs.h:71 +#: keymap_defs.h:77 msgid "exit this menu" msgstr "×ÉÊÔÉ Ú ÃØÏÇÏ ÍÅÎÀ" -#: keymap_defs.h:72 +#: keymap_defs.h:78 msgid "filter attachment through a shell command" msgstr "ƦÌØÔÒÕ×ÁÔÉ ÄÏÄÁÔÏË ÞÅÒÅÚ ËÏÍÁÎÄÕ shell" -#: keymap_defs.h:73 +#: keymap_defs.h:79 msgid "move to the first entry" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÐÅÒÛϧ ÐÏÚÉæ§" -#: keymap_defs.h:74 +#: keymap_defs.h:80 msgid "toggle a message's 'important' flag" msgstr "ÚͦÎÉÔÉ ÆÌÁÇ ×ÁÖÌÉ×ÏÓÔ¦ ÌÉÓÔÁ" -#: keymap_defs.h:75 +#: keymap_defs.h:81 msgid "forward a message with comments" msgstr "ÐÅÒÅÓÌÁÔÉ ÌÉÓÔ Ú ËÏÍÅÎÔÁÒÅÍ" -#: keymap_defs.h:76 +#: keymap_defs.h:82 msgid "select the current entry" msgstr "×ÉÂÒÁÔÉ ÐÏÔÏÞÎÕ ÐÏÚÉæÀ" -#: keymap_defs.h:77 +#: keymap_defs.h:83 msgid "reply to all recipients" msgstr "צÄÐÏצÓÔÉ ×Ó¦Í ÁÄÒÅÓÁÔÁÍ" -#: keymap_defs.h:78 +#: keymap_defs.h:84 msgid "scroll down 1/2 page" msgstr "ÐÒÏÇÏÒÎÕÔÉ ÎÁ Ц×ÓÔÏÒ¦ÎËÉ ÄÏÎÉÚÕ" -#: keymap_defs.h:79 +#: keymap_defs.h:85 msgid "scroll up 1/2 page" msgstr "ÐÒÏÇÏÒÎÕÔÉ ÎÁ Ц×ÓÔÏÒ¦ÎËÉ ÄÏÇÏÒÉ" -#: keymap_defs.h:80 +#: keymap_defs.h:86 msgid "this screen" msgstr "ÃÅÊ ÅËÒÁÎ" -#: keymap_defs.h:81 +#: keymap_defs.h:87 msgid "jump to an index number" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÐÏÚÉæ§ Ú ÎÏÍÅÒÏÍ" -#: keymap_defs.h:82 +#: keymap_defs.h:88 msgid "move to the last entry" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÏÓÔÁÎÎØϧ ÐÏÚÉæ§" -#: keymap_defs.h:83 +#: keymap_defs.h:89 msgid "reply to specified mailing list" msgstr "צÄÐÏצÓÔÉ ÄÏ ×ËÁÚÁÎϧ ÒÏÚÓÉÌËÉ" -#: keymap_defs.h:84 +#: keymap_defs.h:90 msgid "execute a macro" msgstr "×ÉËÏÎÁÔÉ ÍÁËÒÏÓ" -#: keymap_defs.h:85 +#: keymap_defs.h:91 msgid "compose a new mail message" msgstr "ËÏÍÐÏÎÕ×ÁÔÉ ÎÏ×ÉÊ ÌÉÓÔ" -#: keymap_defs.h:86 +#: keymap_defs.h:92 msgid "open a different folder" msgstr "צÄËÒÉÔÉ ¦ÎÛÕ ÐÏÛÔÏ×Õ ÓËÒÉÎØËÕ" -#: keymap_defs.h:87 +#: keymap_defs.h:93 msgid "open a different folder in read only mode" msgstr "צÄËÒÉÔÉ ¦ÎÛÕ ÓËÒÉÎØËÕ Ô¦ÌØËÉ ÄÌÑ ÞÉÔÁÎÎÑ" -#: keymap_defs.h:88 +#: keymap_defs.h:94 msgid "clear a status flag from a message" msgstr "ÓËÉÎÕÔÉ ÆÌÁÇ ÓÔÁÔÕÓÕ ÌÉÓÔÁ" -#: keymap_defs.h:89 +#: keymap_defs.h:95 msgid "delete messages matching a pattern" msgstr "×ÉÄÁÌÉÔÉ ÌÉÓÔÉ, ÝÏ Í¦ÓÔÑÔØ ×ÉÒÁÚ Õ ÔÅͦ" -#: keymap_defs.h:90 +#: keymap_defs.h:96 msgid "retrieve mail from POP server" msgstr "ÏÔÒÉÍÁÔÉ ÐÏÛÔÕ Ú ÓÅÒ×ÅÒÁ POP" -#: keymap_defs.h:91 +#: keymap_defs.h:97 msgid "move to the first message" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÐÅÒÛÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:92 +#: keymap_defs.h:98 msgid "move to the last message" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÏÓÔÁÎÎØÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:93 +#: keymap_defs.h:99 msgid "show only messages matching a pattern" msgstr "ÐÏËÁÚÁÔÉ ÌÉÛÅ ÌÉÓÔÉ, ÝÏ Í¦ÓÔÑÔØ ×ÉÒÁÚ Õ ÔÅͦ" -#: keymap_defs.h:94 +#: keymap_defs.h:100 msgid "jump to the next new message" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÎÁÓÔÕÐÎÏÇÏ ÎÏ×ÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:95 +#: keymap_defs.h:101 msgid "jump to the next subthread" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÎÁÓÔÕÐÎϧ ЦÄÎÉÔËÉ" -#: keymap_defs.h:96 +#: keymap_defs.h:102 msgid "jump to the next thread" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÎÁÓÔÕÐÎϧ ÎÉÔËÉ" -#: keymap_defs.h:97 +#: keymap_defs.h:103 msgid "move to the next undeleted message" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÎÁÓÔÕÐÎÏÇÏ ÎÅ×ÉÄÁÌÅÎÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:98 +#: keymap_defs.h:104 msgid "jump to the next unread message" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÎÁÓÔÕÐÎÏÇÏ ÎÅÞÉÔÁÎÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:99 +#: keymap_defs.h:105 msgid "jump to previous thread" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÐÏÐÅÒÅÄÎØϧ ÎÉÔËÉ" -#: keymap_defs.h:100 +#: keymap_defs.h:106 msgid "jump to previous subthread" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÐÏÐÅÒÅÄÎØϧ ЦÄÎÉÔËÉ" -#: keymap_defs.h:101 +#: keymap_defs.h:107 msgid "move to the last undelete message" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÏÓÔÁÎÎØÏÇÏ ÎÅ×ÉÄÁÌÅÎÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:102 +#: keymap_defs.h:108 msgid "jump to the previous new message" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÐÏÐÅÒÅÄÎØÏÇÏ ÎÏ×ÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:103 +#: keymap_defs.h:109 msgid "jump to the previous unread message" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÐÏÐÅÒÅÄÎØÏÇÏ ÎÅÞÉÔÁÎÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:104 +#: keymap_defs.h:110 msgid "mark the current thread as read" msgstr "צÄͦÔÉÔÉ ÐÏÔÏÞÎÕ ÎÉÔËÕ ÑË ÞÉÔÁÎÕ" -#: keymap_defs.h:105 +#: keymap_defs.h:111 msgid "mark the current subthread as read" msgstr "צÄͦÔÉÔÉ ÐÏÔÏÞÎÕ Ð¦ÄÎÉÔËÕ ÑË ÞÉÔÁÎÕ" -#: keymap_defs.h:106 +#: keymap_defs.h:112 msgid "set a status flag on a message" msgstr "×ÓÔÁÎÏ×ÉÔÉ ÆÌÁÇ ÓÔÁÔÕÓÕ ÌÉÓÔÁ" -#: keymap_defs.h:107 +#: keymap_defs.h:113 msgid "save changes to mailbox" msgstr "ÚÁÐÉÓÁÔÉ ÚͦÎÉ ÄÏ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ" -#: keymap_defs.h:108 +#: keymap_defs.h:114 msgid "tag messages matching a pattern" msgstr "×ÉĦÌÉÔÉ ÌÉÓÔÉ, ÝÏ Í¦ÓÔÑÔØ ×ÉÒÁÚ Õ ÔÅͦ" -#: keymap_defs.h:109 +#: keymap_defs.h:115 msgid "undelete messages matching a pattern" msgstr "צÄÎÏ×ÉÔÉ ÌÉÓÔÉ, ÝÏ Í¦ÓÔÑÔØ ×ÉÒÁÚ Õ ÔÅͦ" -#: keymap_defs.h:110 +#: keymap_defs.h:116 msgid "untag messages matching a pattern" msgstr "ÚÎÑÔÉ ×ÉĦÌÅÎÎÑ Ú ÌÉÓÔ¦×, ÝÏ Í¦ÓÔÑÔØ ×ÉÒÁÚ" -#: keymap_defs.h:111 +#: keymap_defs.h:117 msgid "move to the middle of the page" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÓÅÒÅÄÉÎÉ ÓÔÏÒ¦ÎËÉ" -#: keymap_defs.h:112 +#: keymap_defs.h:118 msgid "move to the next entry" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÎÁÓÔÕÐÎϧ ÐÏÚÉç§" -#: keymap_defs.h:113 +#: keymap_defs.h:119 msgid "scroll down one line" msgstr "ÐÒÏÇÏÒÎÕÔÉ ÎÁ ÒÑÄÏË ÄÏÎÉÚÕ" -#: keymap_defs.h:114 +#: keymap_defs.h:120 msgid "move to the next page" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÎÁÓÔÕÐÎϧ ÓÔÏÒ¦ÎËÉ" -#: keymap_defs.h:115 +#: keymap_defs.h:121 msgid "jump to the bottom of the message" msgstr "ÐÅÒÅÈ¦Ä ÄÏ Ë¦ÎÃÑ ÌÉÓÔÁ" -#: keymap_defs.h:116 +#: keymap_defs.h:122 msgid "return to the main-menu" msgstr "ÐÏ×ÅÒÎÅÎÎÑ ÄÏ ÏÓÎÏ×ÎÏÇÏ ÍÅÎÀ" -#: keymap_defs.h:117 +#: keymap_defs.h:123 msgid "toggle display of quoted text" msgstr "ÚͦÎÉÔÉ ×¦ÄÏÂÒÁÖÅÎÎÑ ÃÉÔÏ×ÁÎÏÇÏ ÔÅËÓÔÕ" -#: keymap_defs.h:118 +#: keymap_defs.h:124 msgid "skip beyond quoted text" msgstr "ÐÒÏÐÕÓÔÉÔÉ ÃÉÔÏ×ÁÎÉÊ ÔÅËÓÔ Ã¦ÌËÏÍ" -#: keymap_defs.h:119 +#: keymap_defs.h:125 msgid "jump to the top of the message" msgstr "ÐÅÒÅÈ¦Ä ÄÏ ÐÏÞÁÔËÕ ÌÉÓÔÁ" -#: keymap_defs.h:120 +#: keymap_defs.h:126 msgid "pipe message/attachment to a shell command" msgstr "צÄÄÁÔÉ ÌÉÓÔ/ÄÏÄÁÔÏË Õ ËÏÎ×Å¤Ò ËÏÍÁÎĦ shell" -#: keymap_defs.h:121 +#: keymap_defs.h:127 msgid "move to the previous entry" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÐÏÐÅÒÅÄÎØϧ ÐÏÚÉç§" -#: keymap_defs.h:122 +#: keymap_defs.h:128 msgid "scroll up one line" msgstr "ÐÒÏÇÏÒÎÕÔÉ ÎÁ ÒÑÄÏË ÄÏÇÏÒÉ" -#: keymap_defs.h:123 +#: keymap_defs.h:129 msgid "move to the previous page" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÐÏÐÅÒÅÄÎØϧ ÓÔÏÒ¦ÎËÉ" -#: keymap_defs.h:124 +#: keymap_defs.h:130 msgid "print the current entry" msgstr "ÄÒÕËÕ×ÁÔÉ ÐÏÔÏÞÎÕ ÐÏÚÉæÀ" -#: keymap_defs.h:125 +#: keymap_defs.h:131 msgid "query external program for addresses" msgstr "ÚÁÐÉÔ ÚÏ×ΦÛÎØϧ ÐÒÏÇÒÁÍÉ ÐÏ ÁÄÒÅÓÉ" -#: keymap_defs.h:126 +#: keymap_defs.h:132 msgid "append new query results to current results" msgstr "ÄÏÄÁÔÉ ÒÅÚÕÌØÔÁÔÉ ÎÏ×ÏÇÏ ÚÁÐÉÔÕ ÄÏ ÐÏÔÏÞÎÉÈ" -#: keymap_defs.h:127 +#: keymap_defs.h:133 msgid "save changes to mailbox and quit" msgstr "ÚÂÅÒÅÇÔÉ ÚͦÎÉ ÓËÒÉÎØËÉ ÔÁ ×ÉÊÔÉ" -#: keymap_defs.h:128 +#: keymap_defs.h:134 msgid "recall a postponed message" msgstr "×ÉËÌÉËÁÔÉ ÚÁÌÉÛÅÎÉÊ ÌÉÓÔ" -#: keymap_defs.h:129 +#: keymap_defs.h:135 msgid "clear and redraw the screen" msgstr "ÏÞÉÓÔÉÔÉ ÔÁ ÐÅÒÅÍÁÌÀ×ÁÔÉ ÅËÒÁÎ" -#: keymap_defs.h:130 +#: keymap_defs.h:136 msgid "{internal}" msgstr "" -#: keymap_defs.h:131 +#: keymap_defs.h:137 msgid "reply to a message" msgstr "צÄÐÏצÓÔÉ ÎÁ ÌÉÓÔ" -#: keymap_defs.h:132 +#: keymap_defs.h:138 msgid "save message/attachment to a file" msgstr "ÚÂÅÒÅÇÔÉ ÌÉÓÔ/ÄÏÄÁÔÏË Õ ÆÁÊ̦" -#: keymap_defs.h:133 +#: keymap_defs.h:139 msgid "search for a regular expression" msgstr "ÐÏÛÕË ×ÉÒÁÚÕ × ÎÁÐÒÑÍËÕ ÕÐÅÒÅÄ" -#: keymap_defs.h:134 +#: keymap_defs.h:140 msgid "search backwards for a regular expression" msgstr "ÐÏÛÕË ×ÉÒÁÚÕ × ÎÁÐÒÑÍËÕ ÎÁÚÁÄ" -#: keymap_defs.h:135 +#: keymap_defs.h:141 msgid "search for next match" msgstr "ÐÏÛÕË ÎÁÓÔÕÐÎϧ צÄÐÏצÄÎÏÓÔ¦" -#: keymap_defs.h:136 +#: keymap_defs.h:142 msgid "search for next match in opposite direction" msgstr "ÐÏÛÕË ÎÁÓÔÕÐÎÏÇÏ × Ú×ÏÒÏÔÎØÏÍÕ ÎÁÐÒÑÍËÕ" -#: keymap_defs.h:137 +#: keymap_defs.h:143 msgid "toggle search pattern coloring" msgstr "ÐÅÒÅÍËÎÕÔÉ Ð¦ÄÆÁÒÂÏ×Õ×ÁÎÎÑ ×ÉÒÁÚÕ ÐÏÛÕËÕ" -#: keymap_defs.h:138 +#: keymap_defs.h:144 msgid "invoke a command in a subshell" msgstr "×ÉËÌÉËÁÔÉ ËÏÍÁÎÄÕ × shell" -#: keymap_defs.h:139 +#: keymap_defs.h:145 msgid "sort messages" msgstr "ÓÏÒÔÕ×ÁÔÉ ÌÉÓÔÉ" -#: keymap_defs.h:140 +#: keymap_defs.h:146 msgid "sort messages in reverse order" msgstr "ÓÏÒÔÕ×ÁÔÉ ÌÉÓÔÉ × Ú×ÏÒÏÔÎØÏÍÕ ÎÁÐÒÑÍËÕ" -#: keymap_defs.h:141 +#: keymap_defs.h:147 msgid "tag the current entry" msgstr "×ÉĦÌÉÔÉ ÐÏÔÏÞÎÕ ÐÏÚÉæÀ" -#: keymap_defs.h:142 +#: keymap_defs.h:148 msgid "apply next function to tagged messages" msgstr "×ÉËÏÒÉÓÔÁÔÉ ÎÁÓÔÕÐÎÕ ÆÕÎËæÀ ÄÏ ×ÉĦÌÅÎÏÇÏ" -#: keymap_defs.h:143 +#: keymap_defs.h:149 msgid "tag the current subthread" msgstr "×ÉĦÌÉÔÉ ÐÏÔÏÞÎÕ Ð¦ÄÎÉÔËÕ" -#: keymap_defs.h:144 +#: keymap_defs.h:150 msgid "tag the current thread" msgstr "×ÉĦÌÉÔÉ ÐÏÔÏÞÎÕ ÎÉÔËÕ" -#: keymap_defs.h:145 +#: keymap_defs.h:151 msgid "toggle a message's 'new' flag" msgstr "ÚͦÎÉÔÉ ÆÌÁÇ ÎÏ×ÏÇÏ ÌÉÓÔÁ" -#: keymap_defs.h:146 +#: keymap_defs.h:152 msgid "toggle whether the mailbox will be rewritten" msgstr "ÐÅÒÅÍËÎÕÔÉ, ÞÉ ÐÅÒÅÚÁÐÉÓÕ×ÁÔÉ ÓËÒÉÎØËÕ" -#: keymap_defs.h:147 +#: keymap_defs.h:153 #, fuzzy -msgid "toggle wether to browse mailboxes or all files" +msgid "toggle whether to browse mailboxes or all files" msgstr "ÐÅÒÅÍËÎÕÔÉ ÐÒÏÇÌÑÄÁÎÎÑ ÓËÒÉÎØÏË/×Ó¦È ÆÁÊ̦×" -#: keymap_defs.h:148 +#: keymap_defs.h:154 msgid "move to the top of the page" msgstr "ÐÅÒÅÓÕÎÕÔÉ ÄÏ ÐÏÞÁÔËÕ ÓÔÏÒ¦ÎËÉ" -#: keymap_defs.h:149 +#: keymap_defs.h:155 msgid "undelete the current entry" msgstr "צÄÎÏ×ÉÔÉ ÐÏÔÏÞÎÕ ÐÏÚÉæÀ" -#: keymap_defs.h:150 +#: keymap_defs.h:156 msgid "undelete all messages in thread" msgstr "צÄÎÏ×ÉÔÉ ×Ó¦ ÌÉÓÔÉ Õ ÎÉÔæ" -#: keymap_defs.h:151 +#: keymap_defs.h:157 msgid "undelete all messages in subthread" msgstr "צÄÎÏ×ÉÔÉ ×Ó¦ ÌÉÓÔÉ Õ Ð¦ÄÎÉÔæ" -#: keymap_defs.h:152 +#: keymap_defs.h:158 msgid "show the Mutt version number and date" msgstr "ÐÏËÁÚÁÔÉ ×ÅÒÓ¦À ÔÁ ÄÁÔÕ Mutt" -#: keymap_defs.h:153 +#: keymap_defs.h:159 msgid "view attachment using mailcap entry if necessary" msgstr "ÐÒÏÇÌÑÎÕÔÉ ÚÁ ÄÏÐÏÍÏÇÏÀ mailcap ÐÒÉ ÐÏÔÒŦ" -#: keymap_defs.h:154 +#: keymap_defs.h:160 msgid "show MIME attachments" msgstr "ÐÏËÁÚÁÔÉ ÄÏÄÁÔËÉ MIME" -#: keymap_defs.h:155 +#: keymap_defs.h:161 msgid "show currently active limit pattern" msgstr "ÐÏËÁÚÁÔÉ ÐÏÔÏÞÎÉÊ ×ÉÒÁÚ ÏÂÍÅÖÅÎÎÑ" -#: keymap_defs.h:156 +#: keymap_defs.h:162 msgid "collapse/uncollapse current thread" msgstr "ÚÇÏÒÎÕÔÉ/ÒÏÚÇÏÒÎÕÔÉ ÐÏÔÏÞÎÕ ÎÉÔËÕ" -#: keymap_defs.h:157 +#: keymap_defs.h:163 msgid "collapse/uncollapse all threads" msgstr "ÚÇÏÒÎÕÔÉ/ÒÏÚÇÏÒÎÕÔÉ ×Ó¦ ÎÉÔËÉ" -#: keymap_defs.h:158 +#: keymap_defs.h:164 msgid "attach a PGP public key" msgstr "ÐÒɤÄÎÁÔÉ ÚÁÇÁÌØÎÉÊ ËÌÀÞ PGP" -#: keymap_defs.h:159 +#: keymap_defs.h:165 msgid "show PGP options" msgstr "ÐÏËÁÚÁÔÉ ÐÁÒÁÍÅÔÒÉ PGP" -#: keymap_defs.h:160 +#: keymap_defs.h:166 msgid "extract PGP public keys" msgstr "ÒÏÚÐÁËÕ×ÁÔÉ ÚÁÇÁÌØÎÉÊ ËÌÀÞ PGP" -#: keymap_defs.h:161 +#: keymap_defs.h:167 msgid "wipe PGP passphrase from memory" msgstr "ÚÎÉÝÉÔÉ ÐÁÒÏÌØ PGP Õ ÐÁÍ'ÑÔ¦" -#: keymap_defs.h:162 +#: keymap_defs.h:168 msgid "mail a PGP public key" msgstr "צĦÓÌÁÔÉ ÚÁÇÁÌØÎÉÊ ËÌÀÞ PGP" -#: keymap_defs.h:163 +#: keymap_defs.h:169 msgid "verify a PGP public key" msgstr "ÐÅÒÅצÒÉÔÉ ÚÁÇÁÌØÎÉÊ ËÌÀÞ PGP" -#: keymap_defs.h:164 +#: keymap_defs.h:170 msgid "view the key's user id" msgstr "ÐÏÂÁÞÉÔÉ ¦ÄÅÎԦƦËÁÔÏÒ ËÏÒÉÓÔÕ×ÁÞÁ ËÌÀÞÁ" -#: keymap_defs.h:165 +#: keymap_defs.h:171 msgid "make decrypted copy and delete" msgstr "ÚÒÏÂÉÔÉ ÒÏÚÛÉÆÒÏ×ÁÎÕ ËÏЦÀ ÔÁ ×ÉÄÁÌÉÔÉ" -#: keymap_defs.h:166 +#: keymap_defs.h:172 msgid "make decrypted copy" msgstr "ÚÒÏÂÉÔÉ ÒÏÚÛÉÆÒÏ×ÁÎÕ ËÏЦÀ" -#: lib.c:277 lib.c:292 lib.c:323 +#: keymap_defs.h:173 +msgid "Accept the chain constructed" +msgstr "" + +#: keymap_defs.h:174 +#, fuzzy +msgid "Append a remailer to the chain" +msgstr "ÓÐÏÒÏÖÎÉÔÉ ÒÑÄÏË" + +#: keymap_defs.h:175 +#, fuzzy +msgid "Insert a remailer into the chain" +msgstr "ÓÐÏÒÏÖÎÉÔÉ ÒÑÄÏË" + +#: keymap_defs.h:176 +#, fuzzy +msgid "Delete a remailer from the chain" +msgstr "ÓÐÏÒÏÖÎÉÔÉ ÒÑÄÏË" + +#: keymap_defs.h:177 +#, fuzzy +msgid "Select the previous element of the chain" +msgstr "ÓÐÏÒÏÖÎÉÔÉ ÒÑÄÏË" + +#: keymap_defs.h:178 +#, fuzzy +msgid "Select the next element of the chain" +msgstr "ÓÐÏÒÏÖÎÉÔÉ ÒÑÄÏË" + +#: keymap_defs.h:179 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: lib.c:280 lib.c:295 lib.c:326 msgid "Out of memory!" msgstr "îÅ ×ÉÓÔÁÞÁ¤ ÐÁÍ'ÑÔ¦!" -#: lib.c:781 +#: lib.c:785 msgid "File is a directory, save under it?" msgstr "æÁÊÌ ¤ ËÁÔÁÌÏÇÏÍ, ÚÂÅÒÅÇÔÉ Õ ÎØÏÍÕ?" -#: lib.c:786 +#: lib.c:790 msgid "File under directory: " msgstr "æÁÊÌ Õ ËÁÔÁÌÏÚ¦: " -#: lib.c:797 +#: lib.c:802 #, fuzzy -msgid "File exists, overwrite?" +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" msgstr "æÁÊÌ ¦ÓÎÕ¤, ÚÎÉÝÉÔÉ Ê ÚÁÐÉÓÁÔÉ ÃÅÊ?" -#: lib.c:1170 +#: lib.c:802 +msgid "oac" +msgstr "" + +#: lib.c:1186 #, c-format msgid "%s is not a mailbox!" msgstr "%s ÎÅ ¤ ÐÏÛÔÏ×ÏÀ ÓËÒÉÎØËÏÀ!" -#: lib.c:1176 +#: lib.c:1192 #, c-format msgid "Append messages to %s?" msgstr "äÏÄÁÔÉ ÌÉÓÔÉ ÄÏ %s?" @@ -1877,7 +2028,7 @@ msgstr " #: main.c:43 msgid "" -"Copyright (C) 1996-8 Michael R. Elkins and others.\n" +"Copyright (C) 1996-9 Michael R. Elkins and others.\n" "Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" "Mutt is free software, and you are welcome to redistribute it\n" "under certain conditions; type `mutt -vv' for details.\n" @@ -1885,10 +2036,10 @@ msgstr "" #: main.c:49 msgid "" -"Copyright (C) 1996-8 Michael R. Elkins \n" -"Copyright (C) 1997-8 Thomas Roessler \n" -"Copyright (C) 1998 Werner Koch \n" -"Copyright (C) 1998 Ruslan Ermilov \n" +"Copyright (C) 1996-9 Michael R. Elkins \n" +"Copyright (C) 1996-9 Brandon Long \n" +"Copyright (C) 1997-9 Thomas Roessler \n" +"Copyright (C) 1998-9 Werner Koch \n" "\n" "Lots of others not mentioned here contributed lots of code,\n" "fixes, and suggestions.\n" @@ -1992,29 +2143,29 @@ msgstr "" msgid "Error initializing terminal." msgstr "ðÏÍÉÌËÁ ¦Î¦Ã¦Á̦ÚÁç§ ÔÅÒͦÎÁÌÕ." -#: main.c:404 +#: main.c:405 #, c-format msgid "Debugging at level %d.\n" msgstr "" -#: main.c:406 +#: main.c:407 msgid "DEBUG was not defined during compilation. Ignored.\n" msgstr "DEBUG ÎÅ ×ËÁÚÁÎÏ Ð¦Ä ÞÁÓ ËÏÍЦÌÑç§. ¶ÇÎÏÒÕ¤ÔØÓÑ.\n" -#: main.c:544 +#: main.c:545 msgid "No recipients specified.\n" msgstr "ïÔÒÉÍÕ×ÁÞ¦× ÎÅ ×ËÁÚÁÎÏ.\n" -#: main.c:617 +#: main.c:618 #, c-format msgid "%s: unable to attach file.\n" msgstr "%s: ÎÅÍÏÖÌÉ×Ï ÐÒɤÄÎÁÔÉ ÆÁÊÌ.\n" -#: main.c:637 +#: main.c:638 msgid "No mailbox with new mail." msgstr "îÅÍÁ¤ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ Ú ÎÏ×ÏÀ ÐÏÛÔÏÀ." -#: main.c:671 +#: main.c:672 msgid "Mailbox is empty." msgstr "ðÏÛÔÏ×Á ÓËÒÉÎØËÁ ÐÏÒÏÖÎÑ." @@ -2030,11 +2181,11 @@ msgstr " msgid "Mailbox was corrupted!" msgstr "ðÏÛÔÏ×Õ ÓËÒÉÎØËÕ ÂÕÌÏ Ú¦ÐÓÏ×ÁÎÏ!" -#: mbox.c:687 mbox.c:930 +#: mbox.c:685 mbox.c:928 msgid "Fatal error! Could not reopen mailbox!" msgstr "æÁÔÁÌØÎÁ ÐÏÍÉÌËÁ! îÅ ×ÉÊÛÌÏ ×¦ÄËÒÉÔÉ ÐÏÛÔÏ×Õ ÓËÒÉÎØËÕ ÚÎÏ×Õ!" -#: mbox.c:696 +#: mbox.c:694 msgid "Unable to lock mailbox!" msgstr "ðÏÛÔÏ×Á ÓËÒÉÎØËÁ ÎÅ ÂÌÏËÕ¤ÔØÓÑ!" @@ -2042,98 +2193,102 @@ msgstr " #. * messages were found to be changed or deleted. This should #. * never happen, is we presume it is a bug in mutt. #. -#: mbox.c:740 +#: mbox.c:738 msgid "sync: mbox modified, but no modified messages! (report this bug)" msgstr "" -#: mbox.c:769 +#: mbox.c:767 msgid "Writing messages... %d (%d%%)" msgstr "úÁÐÉÓ ÌÉÓÔ¦×... %d (%d%%)" -#: mbox.c:915 +#: mbox.c:913 #, c-format msgid "Write failed! Saved partial mailbox to %s" msgstr "úÂ¦Ê ÚÁÐÉÓÕ! þÁÓÔËÏ×Õ ÓËÒÉÎØËÕ ÚÂÅÒÅÖÅÎÏ Õ %s" -#: mbox.c:967 +#: mbox.c:965 msgid "Could not reopen mailbox!" msgstr "îÅ ×ÉÊÛÌÏ ×¦ÄËÒÉÔÉ ÐÏÛÔÏ×Õ ÓËÒÉÎØËÕ ÚÎÏ×Õ!" -#: menu.c:309 +#: mbox.c:1003 +msgid "Reopening mailbox..." +msgstr "ðÏ×ÔÏÒΊצÄËÒÉÔÔÑ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ..." + +#: menu.c:312 msgid "Jump to: " msgstr "ðÅÒÅÊÔÉ ÄÏ: " -#: menu.c:318 +#: menu.c:321 msgid "Invalid index number." msgstr "îÅצÒÎÉÊ ÎÏÍÅÒ ÐÅÒÅ̦ËÕ." -#: menu.c:322 menu.c:340 menu.c:376 menu.c:417 menu.c:433 menu.c:444 -#: menu.c:455 menu.c:497 menu.c:508 menu.c:521 menu.c:534 menu.c:813 +#: menu.c:325 menu.c:343 menu.c:379 menu.c:420 menu.c:436 menu.c:447 +#: menu.c:458 menu.c:500 menu.c:511 menu.c:524 menu.c:537 menu.c:823 msgid "No entries." msgstr "öÏÄÎϧ ÐÏÚÉç§." -#: menu.c:337 +#: menu.c:340 msgid "You cannot scroll down farther." msgstr "äÁ̦ ÎÉÖÞÅ ÐÒÏËÒÕÞÕ×ÁÔÉ ÎÅ ÍÏÖÎÁ." -#: menu.c:353 +#: menu.c:356 msgid "You cannot scroll up farther." msgstr "äÁ̦ ×ÉÝÅ ÐÒÏËÒÕÞÕ×ÁÔÉ ÎÅ ÍÏÖÎÁ." -#: menu.c:373 +#: menu.c:376 msgid "You are on the last page." msgstr "ãÅ ÏÓÔÁÎÎÑ ÓÔÏÒ¦ÎËÁ." -#: menu.c:395 +#: menu.c:398 msgid "You are on the first page." msgstr "ãÅ ÐÅÒÛÁ ÓÔÏÒ¦ÎËÁ." -#: menu.c:474 +#: menu.c:477 msgid "First entry is shown." msgstr "÷É ÂÁÞÉÔÅ ÐÅÒÛÕ ÐÏÚÉæÀ." -#: menu.c:494 +#: menu.c:497 msgid "Last entry is shown." msgstr "÷É ÂÁÞÉÔÅ ÏÓÔÁÎÎÀ ÐÏÚÉæÀ." -#: menu.c:545 +#: menu.c:548 msgid "You are on the last entry." msgstr "ãÅ ÏÓÔÁÎÎÑ ÐÏÚÉæÑ." -#: menu.c:556 +#: menu.c:559 msgid "You are on the first entry." msgstr "ãÅ ÐÅÒÛÁ ÐÏÚÉæÑ." -#: menu.c:596 pattern.c:1060 +#: menu.c:608 pattern.c:1055 msgid "Search for: " msgstr "ûÕËÁÔÉ ×ÉÒÁÚ:" -#: menu.c:597 +#: menu.c:609 msgid "Reverse search for: " msgstr "ú×ÏÒÏÔÎ¦Ê ÐÏÛÕË ×ÉÒÁÚÕ: " -#: menu.c:608 pattern.c:1093 +#: menu.c:620 pattern.c:1088 msgid "No search pattern." msgstr "îÅÍÁ¤ ×ÉÒÁÚÕ ÐÏÛÕËÕ." -#: menu.c:638 pager.c:1829 pager.c:1845 pager.c:1932 pattern.c:1158 +#: menu.c:650 pager.c:1835 pager.c:1851 pager.c:1938 pattern.c:1153 msgid "Not found." msgstr "îÅ ÚÎÁÊÄÅÎÏ." -#: menu.c:689 +#: menu.c:701 #, fuzzy msgid "No tagged entries." msgstr "öÏÄÎϧ ÐÏÚÉç§." -#: menu.c:777 +#: menu.c:789 msgid "Search is not implemented for this menu." msgstr "ðÏÛÕË × ÃØÏÍÕ ÍÅÎÀ ÎÅ ÏÒÇÁΦÚÏ×ÁÎÏ." -#: menu.c:816 +#: menu.c:826 msgid "Tagging is not supported." msgstr "÷ÉĦÌÅÎÎÑ ÎŠЦÄÔÒÉÍÕ¤ÔØÓÑ." -#: mh.c:183 +#: mh.c:182 #, c-format msgid "Reading %s... %d" msgstr "þÉÔÁÎÎÑ %s... %d" @@ -2143,197 +2298,202 @@ msgstr " msgid "Lock count exceeded, remove lock for %s?" msgstr "÷Ó¦ ÓÐÒÏÂÉ ÂÌÏËÕ×ÁÎÎÑ ×ÉÞÅÒÐÁÎÏ, ÚÎÁÔÉ ÂÌÏËÕ×ÁÎÎÑ Ú %s?" -#: mx.c:178 +#: mx.c:125 +#, fuzzy, c-format +msgid "Can't dotlock %s.\n" +msgstr "îÅ ×ÉÊÛÌÏ ×¦ÄËÒÉÔÉ %s" + +#: mx.c:183 msgid "Timeout exceeded while attempting fcntl lock!" msgstr "÷ÉÞÅÒÐÁÎÏ ÞÁÓ ÓÐÒÏÂÉ ÂÌÏËÕ×ÁÎÎÑ ÞÅÒÅÚ fctnl!" -#: mx.c:184 +#: mx.c:189 #, c-format msgid "Waiting for fcntl lock... %d" msgstr "þÅËÁÎÎÑ ÂÌÏËÕ×ÁÎÎÑ ÞÅÒÅÚ fctnl... %d" -#: mx.c:212 +#: mx.c:217 msgid "Timeout exceeded while attempting flock lock!" msgstr "÷ÉÞÅÒÐÁÎÏ ÞÁÓ ÓÐÒÏÂÉ ÂÌÏËÕ×ÁÎÎÑ ÞÅÒÅÚ flock" -#: mx.c:219 +#: mx.c:224 #, c-format msgid "Waiting for flock attempt... %d" msgstr "þÅËÁÎÎÑ ÂÌÏËÕ×ÁÎÎÑ ÞÅÒÅÚ flock... %d" -#: mx.c:589 +#: mx.c:594 #, c-format msgid "Reading %s..." msgstr "þÉÔÁÎÎÑ %s..." -#: mx.c:679 +#: mx.c:684 #, c-format msgid "Writing %s..." msgstr "úÁÐÉÓ %s..." -#: mx.c:704 +#: mx.c:710 #, fuzzy, c-format msgid "Could not synchronize mailbox %s!" msgstr "îÅ ×ÉÊÛÌÏ ×¦ÄËÒÉÔÉ ÐÏÛÔÏ×Õ ÓËÒÉÎØËÕ ÚÎÏ×Õ!" -#: mx.c:767 +#: mx.c:774 #, c-format msgid "Move read messages to %s?" msgstr "ðÅÒÅÎÅÓÔÉ ÞÉÔÁΦ ÌÉÓÔÉ ÄÏ %s?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted message?" msgstr "úÎÉÝÉÔÉ %d ×ÉÄÁÌÅÎÉÊ ÌÉÓÔ?" -#: mx.c:776 mx.c:964 +#: mx.c:783 mx.c:982 #, c-format msgid "Purge %d deleted messages?" msgstr "úÎÉÝÉÔÉ %d ×ÉÄÁÌÅÎÉÈ ÌÉÓÔ¦×?" -#: mx.c:796 +#: mx.c:807 #, c-format msgid "Moving read messages to %s..." msgstr "ðÅÒÅÎÏÓ ÞÉÔÁÎÉÈ ÌÉÓÔ¦× ÄÏ %s..." -#: mx.c:812 mx.c:955 +#: mx.c:830 mx.c:973 msgid "Mailbox is unchanged." msgstr "ðÏÛÔÏ×Õ ÓËÒÉÎØËÕ ÎÅ ÚͦÎÅÎÏ." -#: mx.c:831 +#: mx.c:849 #, c-format msgid "%d kept, %d moved, %d deleted." msgstr "%d ÚÂÅÒÅÖÅÎÏ, %d ÐÅÒÅÎÅÓÅÎÏ, %d ÚÎÉÝÅÎÏ." -#: mx.c:834 mx.c:980 +#: mx.c:852 mx.c:998 #, c-format msgid "%d kept, %d deleted." msgstr "%d ÚÂÅÒÅÖÅÎÏ, %d ÚÎÉÝÅÎÏ." -#: mx.c:940 +#: mx.c:958 #, c-format msgid " Press '%s' to toggle write" msgstr "îÁÔÉÓΦÔØ '%s' ÄÌÑ ÚͦÎÉ ÍÏÖÌÉ×ÏÓÔ¦ ÚÁÐÉÓÕ" -#: mx.c:942 +#: mx.c:960 msgid "Use 'toggle-write' to re-enable write!" msgstr "úÒϦÔØ 'toggle-write' ÄÌÑ ×צÍËÎÅÎÎÑ ÚÁÐÉÓÕ!" -#: mx.c:944 +#: mx.c:962 #, c-format msgid "Mailbox is marked unwritable. %s" msgstr "óËÒÉÎØËÕ ÐÏͦÞÅÎÏ ÎÅÚͦÎÀ×ÁÎÏÀ. %s" -#: mx.c:949 +#: mx.c:967 msgid "Mailbox is read-only." msgstr "ðÏÛÔÏ×Á ÓËÒÉÎØËÁ Ô¦ÌØËÉ ÄÌÑ ÞÉÔÁÎÎÑ" -#: pager.c:1370 +#: pager.c:1376 msgid "PrevPg" msgstr "ðÏÐóÔ" -#: pager.c:1371 +#: pager.c:1377 msgid "NextPg" msgstr "îÁÓÔóÔ" -#: pager.c:1375 +#: pager.c:1381 msgid "View Attachm." msgstr "äÏÄÁÔËÉ" -#: pager.c:1378 +#: pager.c:1384 msgid "Next" msgstr "îÁÓÔ" #. emulate "less -q" and don't go on to the next message. -#: pager.c:1741 pager.c:1772 pager.c:1801 pager.c:2020 +#: pager.c:1747 pager.c:1778 pager.c:1807 pager.c:2026 msgid "Bottom of message is shown." msgstr "÷É ÂÁÞÉÔŠ˦ÎÅÃØ ÌÉÓÔÁ." -#: pager.c:1757 pager.c:1779 pager.c:1790 +#: pager.c:1763 pager.c:1785 pager.c:1796 msgid "Top of message is shown." msgstr "÷É ÂÁÞÉÔÅ ÐÏÞÁÔÏË ÌÉÓÔÁ." -#: pager.c:1863 +#: pager.c:1869 msgid "Reverse search: " msgstr "ú×ÏÒÏÔÎ¦Ê ÐÏÛÕË: " -#: pager.c:1864 +#: pager.c:1870 msgid "Search: " msgstr "ðÏÛÕË: " -#: pager.c:1958 +#: pager.c:1964 msgid "Help is currently being shown." msgstr "ð¦ÄËÁÚËÕ ÚÁÒÁÚ ÐÏËÁÚÁÎÏ." -#: pager.c:1987 +#: pager.c:1993 msgid "No more quoted text." msgstr "ãÉÔÏ×ÁÎÏÇÏ ÔÅËÓÔÕ Â¦ÌØÛ ÎÅÍÁ¤." -#: pager.c:2000 +#: pager.c:2006 msgid "No more unquoted text after quoted text." msgstr "ð¦ÓÌÑ ÃÉÔÏ×ÁÎÏÇÏ ÔÅËÓÔÕ Î¦ÞÏÇÏ ÎÅÍÁ¤." -#: parse.c:502 +#: parse.c:501 msgid "multipart message has no boundary parameter!" msgstr "âÁÇÁÔÏÞÁÓÔÉÎÎÉÊ ÌÉÓÔ ÎÅ ÍÁ¤ ÐÁÒÁÍÅÔÒÕ ÍÅÖ¦!" -#: pattern.c:235 +#: pattern.c:236 #, c-format msgid "Error in expression: %s" msgstr "ðÏÍÉÌËÁ Õ ×ÉÒÁÚÕ: %s" -#: pattern.c:331 +#: pattern.c:333 #, c-format msgid "Invalid day of month: %s" msgstr "äÅÎØ '%s' × Í¦ÓÑæ ÎÅ ¦ÓÎÕ¤" -#: pattern.c:345 +#: pattern.c:347 #, c-format msgid "Invalid month: %s" msgstr "í¦ÓÑÃØ '%s' ÎÅ ¦ÓÎÕ¤" -#: pattern.c:399 +#: pattern.c:401 msgid "error in expression" msgstr "ÐÏÍÉÌËÁ Õ ×ÉÒÁÚÕ" -#: pattern.c:584 pattern.c:692 +#: pattern.c:586 pattern.c:694 #, c-format msgid "error in pattern at: %s" msgstr "ÐÏÍÉÌËÁ Õ ×ÉÒÁÚÕ: %s" -#: pattern.c:632 +#: pattern.c:634 #, c-format msgid "%c: invalid command" msgstr "%c: ÎÅצÒÎÁ ËÏÍÁÎÄÁ" -#: pattern.c:638 +#: pattern.c:640 #, c-format msgid "%c: not supported in this mode" msgstr "× ÃØÏÍÕ ÒÅÖÉÍÏצ '%c' ΊЦÄÔÒÉÍÕ¤ÔØÓÑ" -#: pattern.c:651 +#: pattern.c:653 msgid "missing parameter" msgstr "צÄÓÕÔÎ¦Ê ÐÁÒÁÍÅÔÒ" -#: pattern.c:667 +#: pattern.c:669 #, c-format msgid "mismatched parenthesis: %s" msgstr "צÄÓÕÔÎÑ ÄÕÖËÁ: %s" -#: pattern.c:699 +#: pattern.c:701 msgid "empty pattern" msgstr "ÐÏÒÏÖÎ¦Ê ×ÉÒÁÚ" -#: pattern.c:876 +#: pattern.c:880 #, c-format msgid "error: unknown op %d (report this error)." msgstr "" -#: pattern.c:941 pattern.c:1079 +#: pattern.c:945 pattern.c:1074 msgid "Compiling search pattern..." msgstr "ëÏÍЦÌÑÃ¦Ñ ×ÉÒÁÚÕ ÐÏÛÕËÕ..." -#: pattern.c:955 +#: pattern.c:959 msgid "Executing command on matching messages..." msgstr "÷ÉËÏÎÁÎÎÑ ËÏÍÁÎÄÉ ÄÏ ×¦ÄÐÏצÄÎÉÈ ÌÉÓÔ¦×..." @@ -2341,40 +2501,40 @@ msgstr " msgid "No messages matched criteria." msgstr "ìÉÓÔ¦×, ÝÏ ×¦ÄÐÏצÄÁÀÔØ ËÒÉÔÅÒ¦À, ÎÅ ÚÎÁÊÄÅÎÏ." -#: pattern.c:1117 +#: pattern.c:1112 msgid "Search hit bottom without finding match" msgstr "ðÏÛÕË Ä¦ÊÛÏ× ÄÏ Ë¦ÎÃÑ, ÁÌÅ ÎÅ ÚÎÁÊÄÅÎÏ Î¦ÞÏÇÏ" -#: pattern.c:1128 +#: pattern.c:1123 msgid "Search hit top without finding match" msgstr "ðÏÛÕË Ä¦ÊÛÏ× ÄÏ ÐÏÞÁÔËÕ, ÁÌÅ ÎÅ ÚÎÁÊÄÅÎÏ Î¦ÞÏÇÏ" -#: pattern.c:1150 +#: pattern.c:1145 msgid "Search interrupted." msgstr "ðÏÛÕË ÐÅÒÅÒ×ÁÎÏ." -#: pgp.c:131 +#: pgp.c:130 msgid "Enter PGP passphrase:" msgstr "÷×ÅĦÔØ ËÏÄÏ×Õ ÆÒÁÚÕ PGP:" -#: pgp.c:147 +#: pgp.c:146 msgid "PGP passphrase forgotten." msgstr "ëÏÄÏ×Õ ÆÒÁÚÕ PGP ÚÁÂÕÔÏ." -#: pgp.c:175 +#: pgp.c:174 #, c-format msgid "Unknown PGP version \"%s\"." msgstr "îÅצÄÏÍÁ ×ÅÒÓ¦Ñ PGP \"%s\"." -#: pgp.c:208 +#: pgp.c:207 msgid "[-- PGP output follows (current time: " msgstr "[-- ÔÅËÓÔ ÎÁ ×ÉÈÏĦ PGP (ÞÁÓ: " -#: pgp.c:321 +#: pgp.c:320 msgid "[-- Error: unable to create PGP subprocess! --]\n" msgstr "[-- ðÏÍÉÌËÁ: ÎÅÍÏÖÌÉ×Ï ÓÔ×ÏÒÉÔÉ Ð¦ÄÐÒÏÃÅÓ PGP! --]\n" -#: pgp.c:348 +#: pgp.c:347 msgid "" "\n" "[-- End of PGP output --]\n" @@ -2384,23 +2544,23 @@ msgstr "" "[-- ë¦ÎÅÃØ ÔÅËÓÔÕ ÎÁ ×ÉÈÏĦ PGP --]\n" "\n" -#: pgp.c:354 +#: pgp.c:353 msgid "" "[-- BEGIN PGP MESSAGE --]\n" "\n" msgstr "" -#: pgp.c:356 +#: pgp.c:355 msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" msgstr "" -#: pgp.c:358 +#: pgp.c:357 msgid "" "[-- BEGIN PGP SIGNED MESSAGE --]\n" "\n" msgstr "" -#: pgp.c:460 +#: pgp.c:459 #, fuzzy msgid "" "\n" @@ -2410,11 +2570,11 @@ msgstr "" "[-- ë¦ÎÅÃØ ÔÅËÓÔÕ ÎÁ ×ÉÈÏĦ PGP --]\n" "\n" -#: pgp.c:462 +#: pgp.c:461 msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" msgstr "" -#: pgp.c:464 +#: pgp.c:463 #, fuzzy msgid "" "\n" @@ -2424,7 +2584,7 @@ msgstr "" "[-- ë¦ÎÅÃØ ÔÅËÓÔÕ ÎÁ ×ÉÈÏĦ PGP --]\n" "\n" -#: pgp.c:477 +#: pgp.c:476 msgid "" "[-- Error: could not find beginning of PGP message! --]\n" "\n" @@ -2432,7 +2592,7 @@ msgstr "" "[-- ðÏÍÉÌËÁ: ÎÅ ×ÉÊÛÌÏ ÚÎÁÊÔÉ ÐÏÞÁÔÏË ÐÏצÄÏÍÌÅÎÎÑ PGP! --]\n" "\n" -#: pgp.c:669 pgp.c:975 +#: pgp.c:668 pgp.c:974 msgid "" "[-- End of PGP output --]\n" "\n" @@ -2440,20 +2600,20 @@ msgstr "" "[-- ë¦ÎÅÃØ ÔÅËÓÔÕ ÎÁ ×ÉÈÏĦ PGP --]\n" "\n" -#: pgp.c:721 +#: pgp.c:720 msgid "" "[-- Error: Inconsistant multipart/signed structure! --]\n" "\n" msgstr "" -#: pgp.c:729 +#: pgp.c:728 #, fuzzy, c-format msgid "" "[-- Error: Unknown multipart/signed protocol %s! --]\n" "\n" msgstr "ðÏÍÉÌËÁ: ÎÅÍÁ¤ ÐÒÏÔÏËÏÌÕ ÄÌÑ multipart/signed." -#: pgp.c:750 +#: pgp.c:749 #, c-format msgid "" "[-- Warning: We can't verify %s/%s signatures. --]\n" @@ -2461,7 +2621,7 @@ msgid "" msgstr "" #. Now display the signed body -#: pgp.c:758 +#: pgp.c:757 #, fuzzy msgid "" "[-- The following data is signed --]\n" @@ -2470,13 +2630,13 @@ msgstr "" "[-- îÁÓÔÕÐΦ ÄÁΦ ЦÄÐÉÓÁÎÏ PGP/MIME --]\n" "\n" -#: pgp.c:764 +#: pgp.c:763 msgid "" "[-- Warning: Can't find any signatures. --]\n" "\n" msgstr "" -#: pgp.c:770 +#: pgp.c:769 #, fuzzy msgid "" "\n" @@ -2485,11 +2645,11 @@ msgstr "" "\n" "[-- ë¦ÎÅÃØ ÄÁÎÉÈ, ЦÄÐÉÓÁÎÉÈ PGP/MIME --]\n" -#: pgp.c:882 +#: pgp.c:881 msgid "Internal error. Inform ." msgstr "÷ÎÕÔÒ¦ÛÎÑ ÐÏÍÉÌËÁ. ðÏצÄÏÍØÔÅ ." -#: pgp.c:946 +#: pgp.c:945 msgid "" "[-- Error: could not create a PGP subprocess! --]\n" "\n" @@ -2497,7 +2657,7 @@ msgstr "" "[-- ðÏÍÉÌËÁ: ÎÅ ×ÉÊÛÌÏ ÓÔ×ÏÒÉÔÉ Ð¦ÄÐÒÏÃÅÓ PGP! --]\n" "\n" -#: pgp.c:1039 +#: pgp.c:1038 msgid "" "[-- Error: malformed PGP/MIME message! --]\n" "\n" @@ -2505,11 +2665,11 @@ msgstr "" "[-- ðÏÍÉÌËÁ: ÎÅÓÆÏÒÍÏ×ÁÎÉÊ ÌÉÓÔ PGP/MIME! --]\n" "\n" -#: pgp.c:1052 +#: pgp.c:1051 msgid "[-- Error: could not create temporary file! --]\n" msgstr "[-- ðÏÍÉÌËÁ: ÎÅ ×ÉÊÛÌÏ ÓÔ×ÏÒÉÔÉ ÔÉÍÞÁÓÏ×ÉÊ ÆÁÊÌ! --]\n" -#: pgp.c:1061 +#: pgp.c:1060 msgid "" "[-- The following data is PGP/MIME encrypted --]\n" "\n" @@ -2517,7 +2677,7 @@ msgstr "" "[-- îÁÓÔÕÐΦ ÄÁΦ ÚÁÛÉÆÒÏ×ÁÎÏ PGP/MIME --]\n" "\n" -#: pgp.c:1069 +#: pgp.c:1068 msgid "" "\n" "[-- End of PGP/MIME encrypted data --]\n" @@ -2525,358 +2685,377 @@ msgstr "" "\n" "[-- ë¦ÎÅÃØ ÄÁÎÉÈ, ÚÁÛÉÆÒÏ×ÁÎÉÈ PGP/MIME --]\n" -#: pgp.c:1151 +#: pgp.c:1152 msgid "Can't open PGP subprocess!" msgstr "îÅÍÏÖÌÉ×Ï ×¦ÄËÒÉÔÉ Ð¦ÄÐÒÏÃÅÓÓ PGP!" -#: pgp.c:1275 +#: pgp.c:1273 #, c-format msgid "Use keyID = \"%s\" for %s?" msgstr "÷ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ keyID = \"%s\" ÄÌÑ %s?" -#: pgp.c:1281 +#: pgp.c:1280 #, c-format msgid "Enter keyID for %s: " msgstr "÷×ÅĦÔØ keyID ÄÌÑ %s: " -#: pgpkey.c:174 +#: pgpkey.c:441 msgid "Exit " msgstr "÷ÉÈ¦Ä " -#: pgpkey.c:176 +#: pgpkey.c:443 msgid "Select " msgstr "÷ÉÂ¦Ò " -#: pgpkey.c:179 +#: pgpkey.c:446 msgid "Check key " msgstr "ðÅÒÅצÒËÁ " -#: pgpkey.c:192 +#: pgpkey.c:458 msgid "PGP keys matching " msgstr "PGP ËÌÀÞ¦, ÝÏ ×¦ÄÐÏצÄÁÀÔØ " -#: pgpkey.c:211 pgpkey.c:388 +#: pgpkey.c:479 pgpkey.c:682 msgid "Can't open /dev/null" msgstr "îÅÍÏÖÌÉ×Ï ×¦ÄËÒÉÔÉ /dev/null" -#: pgpkey.c:217 pgpkey.c:382 +#: pgpkey.c:485 pgpkey.c:675 msgid "Can't create temporary file" msgstr "îÅÍÏÖÌÉ×Ï ÓÔ×ÏÒÉÔÉ ÔÉÍÞÁÓÏ×ÉÊ ÆÁÊÌ" -#: pgpkey.c:227 pgpkey.c:399 +#: pgpkey.c:495 pgpkey.c:696 msgid "Can't create filter" msgstr "îÅÍÏÖÌÉ×Ï ÓÔ×ÏÒÉÔÉ Æ¦ÌØÔÒ" -#: pgpkey.c:237 +#: pgpkey.c:505 #, c-format msgid "Key ID: 0x%s" msgstr "" -#: pgpkey.c:258 +#: pgpkey.c:531 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: pgpkey.c:545 msgid "This ID's trust level is undefined." msgstr "ò¦×ÅÎØ ÄÏצÒÉ ID ÎÅ×ÉÚÎÁÞÅÎÉÊ." -#: pgpkey.c:259 +#: pgpkey.c:548 msgid "This ID is not trusted." msgstr "äÏצÒÉ ÃØÏÍÕ ID ÎÅÍÁ¤." -#: pgpkey.c:260 +#: pgpkey.c:551 msgid "This ID is only marginally trusted." msgstr "ãÅÊ ID ÄÏצÒÅÎÉÊ ÌÉÛÅ ÞÁÓÔËÏ×Ï." -#: pgpkey.c:263 +#: pgpkey.c:555 #, c-format msgid "%s Do you really want to use it?" msgstr "%s ÷É ÓÐÒÁ×Ħ ÂÁÖÁ¤ÔÅ ÊÏÇÏ ×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ?" -#: pgpkey.c:370 +#: pgpkey.c:660 msgid "Please enter the key ID: " msgstr "âÕÄØ ÌÁÓËÁ, ××ÅĦÔØ ID ËÌÀÞÁ: " -#: pgpkey.c:417 +#: pgpkey.c:690 +#, fuzzy +msgid "Invoking pgp..." +msgstr "÷ÉËÌÉË PGP..." + +#: pgpkey.c:714 #, c-format msgid "PGP Key 0x%s." msgstr "" -#: pgppubring.c:59 +#: pgpkey.c:760 pgpkey.c:877 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: pgppubring.c:63 msgid "reserved" msgstr "" -#: pgppubring.c:60 +#: pgppubring.c:64 msgid "Encrypted Session Key" msgstr "" -#: pgppubring.c:61 +#: pgppubring.c:65 msgid "Signature Packet" msgstr "" -#: pgppubring.c:62 +#: pgppubring.c:66 msgid "Conventionally Encrypted Session Key Packet" msgstr "" -#: pgppubring.c:63 +#: pgppubring.c:67 msgid "One-Pass Signature Packet" msgstr "" -#: pgppubring.c:64 +#: pgppubring.c:68 msgid "Secret Key Packet" msgstr "" -#: pgppubring.c:65 +#: pgppubring.c:69 msgid "Public Key Packet" msgstr "" -#: pgppubring.c:66 +#: pgppubring.c:70 msgid "Secret Subkey Packet" msgstr "" -#: pgppubring.c:67 +#: pgppubring.c:71 msgid "Compressed Data Packet" msgstr "" -#: pgppubring.c:68 +#: pgppubring.c:72 msgid "Symmetrically Encrypted Data Packet" msgstr "" -#: pgppubring.c:69 +#: pgppubring.c:73 msgid "Marker Packet" msgstr "" -#: pgppubring.c:70 +#: pgppubring.c:74 msgid "Literal Data Packet" msgstr "" -#: pgppubring.c:71 +#: pgppubring.c:75 msgid "Trust Packet" msgstr "" -#: pgppubring.c:72 +#: pgppubring.c:76 msgid "Name Packet" msgstr "" -#: pgppubring.c:73 +#: pgppubring.c:77 msgid "Subkey Packet" msgstr "" -#: pgppubring.c:74 +#: pgppubring.c:78 msgid "Reserved" msgstr "" -#: pgppubring.c:75 +#: pgppubring.c:79 msgid "Comment Packet" msgstr "" -#: pop.c:67 +#: pop.c:66 msgid "POP Password: " msgstr "ðÁÒÏÌØ POP: " -#: pop.c:92 +#: pop.c:91 msgid "POP host is not defined." msgstr "POP host ÎÅ ×ÉÚÎÁÞÅÎÏ." -#: pop.c:98 +#: pop.c:97 msgid "No POP username is defined." msgstr "¶Í'Ñ ËÏÒÉÓÔÕ×ÁÞÁ POP ÎÅ ×ÉÚÎÁÞÅÎÏ." -#: pop.c:115 +#: pop.c:114 #, c-format msgid "Could not find address for host %s." msgstr "îÅ ×ÉÊÎÌÏ ÚÎÁÊÔÉ ÁÄÒÅÓÕ ÄÌÑ %s." -#: pop.c:123 +#: pop.c:122 #, c-format msgid "Connecting to %s" msgstr "ú'¤ÄÎÁÎÎÑ Ú %s" -#: pop.c:167 pop.c:332 +#: pop.c:166 pop.c:331 msgid "Server closed connection!" msgstr "óÅÒ×ÅÒ ÚÁËÒÉ× Ú'¤ÄÎÁÎÎÑ!" -#: pop.c:188 +#: pop.c:187 msgid "No new mail in POP mailbox." msgstr "÷ ÐÏÛÔÏ×¦Ê ÓËÒÉÎØæ POP ÎÅÍÁ¤ ÎÏ×ÉÈ ÌÉÓÔ¦×." -#: pop.c:210 +#: pop.c:209 #, c-format msgid "Reading %d new message (%d bytes)..." msgstr "þÉÔÁÎÎÑ %d ÎÏ×ÏÇÏ ÐÏצÄÏÍÌÅÎÎÑ (%d ÂÁÊÔ)..." -#: pop.c:211 +#: pop.c:210 #, fuzzy, c-format msgid "Reading %d new messages (%d bytes)..." msgstr "þÉÔÁÎÎÑ %d ÎÏ×ÏÇÏ ÐÏצÄÏÍÌÅÎÎÑ (%d ÂÁÊÔ)..." -#: pop.c:246 +#: pop.c:245 msgid "Error reading message!" msgstr "ðÏÍÉÌËÁ ÞÉÔÁÎÎÑ ÌÉÓÔÁ!" -#: pop.c:282 +#: pop.c:281 msgid "Error while writing mailbox!" msgstr "ðÏÍÉÌËÁ Ð¦Ä ÞÁÓ ÚÁÐÉÓÕ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ!" -#: pop.c:306 +#: pop.c:305 #, c-format msgid "%s [%d messages read]" msgstr "%s [%d ÌÉÓÔ¦× ÐÒÏÞÉÔÁÎÏ]" -#: postpone.c:112 +#: postpone.c:111 msgid "Postponed Messages" msgstr "úÁÌÉÛÅΦ ÌÉÓÔÉ" -#: postpone.c:185 postpone.c:194 +#: postpone.c:184 postpone.c:193 msgid "No postponed messages." msgstr "öÏÄÎÏÇÏ ÌÉÓÔÁ ÎÅ ÚÁÌÉÛÅÎÏ." -#: postpone.c:339 postpone.c:359 postpone.c:368 +#: postpone.c:363 postpone.c:383 postpone.c:392 msgid "Illegal PGP header" msgstr "îÅצÒÎÉÊ ÚÁÇÏÌÏ×ÏË PGP" -#: query.c:46 +#: query.c:45 msgid "New Query" msgstr "îÏ×ÉÊ ÚÁÐÉÔ" -#: query.c:47 +#: query.c:46 msgid "Make Alias" msgstr "óÔ×ÏÒÉÔÉ Á̦ÁÓ" -#: query.c:48 +#: query.c:47 msgid "Search" msgstr "ðÏÛÕË" -#: query.c:92 +#: query.c:91 msgid "Waiting for response..." msgstr "þÅËÁÊÔŠצÄÐÏצĦ..." -#: query.c:193 query.c:218 +#: query.c:192 query.c:217 msgid "Query command not defined." msgstr "ëÏÍÁÎÄÕ ÚÁÐÉÔÕ ÎÅ ×ÉÚÎÁÞÅÎÏ." -#: query.c:245 +#: query.c:244 msgid "Query" msgstr "úÁÐÉÔ" #. Prompt for Query -#: query.c:258 query.c:286 +#: query.c:257 query.c:285 msgid "Query: " msgstr "úÁÐÉÔ:" -#: query.c:269 query.c:295 +#: query.c:268 query.c:294 #, c-format msgid "Query '%s'" msgstr "úÁÐÉÔ '%s'" -#: recvattach.c:50 +#: recvattach.c:49 msgid "Pipe" msgstr "ëÏÎ×." -#: recvattach.c:51 +#: recvattach.c:50 msgid "Print" msgstr "äÒÕË" -#: recvattach.c:371 +#: recvattach.c:402 msgid "Saving..." msgstr "úÂÅÒÅÖÅÎÎÑ..." -#: recvattach.c:432 +#: recvattach.c:465 msgid "Attachment saved" msgstr "äÏÄÁÔÏË ÚÂÅÒÅÖÅÎÏ" -#: recvattach.c:444 +#: recvattach.c:477 #, c-format msgid "WARNING! You are about to overwrite %s, continue?" msgstr "ïâåòåöîï! ÷É ÚÎÉÝÉÔÅ ¦ÓÎÕÀÞÉÊ %s ÐÒÉ ÚÁÐÉÓÕ. ÷É ÐÅ×Φ?" -#: recvattach.c:462 +#: recvattach.c:495 msgid "Attachment filtered." msgstr "äÏÄÁÔÏË ÏÔƦÌØÔÒÏ×ÁÎÏ." -#: recvattach.c:528 +#: recvattach.c:561 msgid "Filter through: " msgstr "æ¦ÌØÔÒÕ×ÁÔÉ ÞÅÒÅÚ: " -#: recvattach.c:528 +#: recvattach.c:561 msgid "Pipe to: " msgstr "ëÏÎ׍Ò: " -#: recvattach.c:563 +#: recvattach.c:596 #, c-format msgid "I dont know how to print %s attachments!" msgstr "ñ ÎÅ ÚÎÁÀ, ÑË ÄÒÕËÕ×ÁÔÉ ÄÏÄÁÔËÉ ÔÉÐÕ %s!" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print tagged attachment(s)?" msgstr "äÒÕËÕ×ÁÔÉ ×ÉĦÌÅΦ ÄÏÄÁÔËÉ?" -#: recvattach.c:626 +#: recvattach.c:659 msgid "Print attachment?" msgstr "äÒÕËÕ×ÁÔÉ ÄÏÄÁÔÏË?" -#: recvattach.c:654 +#: recvattach.c:687 msgid "You may only bounce message/rfc822 parts." msgstr "÷É ÍÏÖÅÔÅ ÎÁÄÓÉÌÁÔÉ Ô¦ÌØËÉ ËÏЧ§ ÞÁÓÔÉÎ message/rfc822." -#: recvattach.c:690 +#: recvattach.c:723 #, c-format msgid "Bounce messages to %s...?" msgstr "îÁĦÓÌÁÔÉ ËÏЧ§ ÐÏצÄÏÍÌÅÎØ %s...?" -#: recvattach.c:691 +#: recvattach.c:724 #, c-format msgid "Bounce message to %s...?" msgstr "îÁĦÓÌÁÔÉ ËÏЧÀ ÐÏצÄÏÍÌÅÎÎÑ %s...?" -#: recvattach.c:916 +#: recvattach.c:976 msgid "Attachments" msgstr "äÏÄÁÔËÉ" -#: recvattach.c:973 +#: recvattach.c:1033 msgid "Deletion of attachments from PGP messages is unsupported." msgstr "÷ÉÄÁÌÅÎÎÑ ÄÏÄÁÔË¦× Ú ÌÉÓÔ¦× Ú PGP ΊЦÄÔÒÉÍÕ¤ÔØÓÑ." -#: recvattach.c:993 recvattach.c:1010 +#: recvattach.c:1053 recvattach.c:1070 msgid "Only deletion of multipart attachments is supported." msgstr "ð¦ÄÔÒÉÍÕ¤ÔØÓÑ Ô¦ÌØËÉ ×ÉÄÁÌÅÎÎÑ × ÂÁÇÁÔÏÞÁÓÔÉÎÎÉÈ ÌÉÓÔÁÈ." -#: recvattach.c:1060 +#: recvattach.c:1120 msgid "This operation is not currently supported for PGP messages." msgstr "ãÑ ÏÐÅÒÁÃ¦Ñ ÎŠЦÄÔÒÉÍÕ¤ÔØÓÑ ÄÌÑ ÌÉÓÔ¦× Ú PGP." -#: rfc1524.c:158 +#: rfc1524.c:160 #, c-format msgid "Improperly formated entry for type %s in \"%s\" line %d" msgstr "îÅצÒÎÏ ÆÏÒÍÁÔÏ×ÁÎÉÊ ÚÁÐÉÓ ÄÌÑ ÔÉÐÕ %s × \"%s\", ÒÑÄÏË %d" -#: rfc1524.c:390 +#: rfc1524.c:392 msgid "No mailcap path specified" msgstr "ûÌÑÈ ÄÏ mailcap ÎÅ ×ËÁÚÁÎÏ" -#: rfc1524.c:416 +#: rfc1524.c:418 #, c-format msgid "mailcap entry for type %s not found" msgstr "ÚÁÐÉÓÕ ÄÌÑ ÔÉÐÕ %s × mailcap ÎÅ ÚÎÁÊÄÅÎÏ" -#: score.c:74 +#: score.c:73 msgid "score: too few arguments" msgstr "score: ÄÕÖÅ ÍÁÌÏ ÁÒÇÕÍÅÎÔ¦×" -#: score.c:83 +#: score.c:82 msgid "score: too many arguments" msgstr "score: ÄÕÖÅ ÂÁÇÁÔÏ ÁÒÇÕÍÅÎÔ¦×" -#: send.c:230 +#: send.c:232 msgid "No subject, abort?" msgstr "ôÅÍÉ ÎÅÍÁ¤, צÄͦÎÉÔÉ?" -#: send.c:232 +#: send.c:234 msgid "No subject, aborting." msgstr "ôÅÍÉ ÎÅÍÁ¤, צÄͦÎÅÎÏ." +#: send.c:401 +#, fuzzy, c-format +msgid "Follow-up to %s%s?" +msgstr "÷¦ÄÐÏצÓÔÉ %s%s?" + #. There are quite a few mailing lists which set the Reply-To: #. * header field to the list address, which makes it quite impossible #. * to send a message to only the sender of the message. This #. * provides a way to do that. #. -#: send.c:433 +#: send.c:444 #, c-format msgid "Reply to %s%s?" msgstr "÷¦ÄÐÏצÓÔÉ %s%s?" @@ -2884,112 +3063,116 @@ msgstr " #. This could happen if the user tagged some messages and then did #. * a limit such that none of the tagged message are visible. #. -#: send.c:517 +#: send.c:528 msgid "No tagged messages are visible!" msgstr "îÅ ×ÉÄÎÏ ×ÉĦÌÅÎÉÈ ÌÉÓÔ¦×!" -#: send.c:542 +#: send.c:553 msgid "No mailing lists found!" msgstr "îÅ ÚÎÁÊÄÅÎÏ ÓÐÉÓË¦× ÒÏÚÓÉÌËÉ!" -#: send.c:629 +#: send.c:640 msgid "Include message in reply?" msgstr "äÏÄÁÔÉ ÌÉÓÔ ÄÏ ×¦ÄÐÏצĦ?" -#: send.c:643 +#: send.c:654 msgid "Could not include all requested messages!" msgstr "îÅ ×ÉÊÛÌÏ ÄÏÄÁÔÉ ×Ó¦ ÂÁÖÁΦ ÌÉÓÔÉ!" -#: send.c:656 +#: send.c:667 msgid "Forward MIME encapsulated?" msgstr "ðÅÒÅÓÌÁÔÉ ÅÎËÁÐÓÕÌØÏ×ÁÎÉÍ Õ ×¦ÄÐÏצÄÎÏÓÔ¦ ÄÏ MIME?" #. If the user is composing a new message, check to see if there #. * are any postponed messages first. #. -#: send.c:867 +#: send.c:890 msgid "Recall postponed message?" msgstr "÷ÉËÌÉËÁÔÉ ÚÁÌÉÛÅÎÉÊ ÌÉÓÔ?" -#: send.c:1099 +#: send.c:1124 msgid "Abort unmodified message?" msgstr "÷¦ÄͦÎÉÔÉ ×¦ÄÐÒÁ×ËÕ ÎÅ ÚͦÎÅÎÏÇÏ ÌÉÓÔÁ?" -#: send.c:1101 +#: send.c:1126 msgid "Aborted unmodified message." msgstr "ìÉÓÔ ÎÅ ÚͦÎÅÎÏ, ÔÏÍÕ ×¦ÄÐÒÁ×ËÕ ×¦ÄͦÎÅÎÏ." #. abort -#: send.c:1140 +#: send.c:1165 msgid "Mail not sent." msgstr "ìÉÓÔ ÎŠצÄÐÒÁ×ÌÅÎÏ." -#: send.c:1153 +#: send.c:1178 msgid "Message postponed." msgstr "ìÉÓÔ ÚÁÌÉÛÅÎÏ ÄÌÑ ÐÏÄÁÌØÛϧ צÄÐÒÁ×ËÉ.." -#: send.c:1162 +#: send.c:1187 msgid "No recipients are specified!" msgstr "ïÔÒÉÍÕ×ÁÞ¦× ÎÅ ×ËÁÚÁÎÏ!" -#: send.c:1167 +#: send.c:1192 msgid "No recipients were specified." msgstr "ïÔÒÉÍÕ×ÁÞ¦× ÎÅ ÂÕÌÏ ×ËÁÚÁÎÏ." -#: send.c:1173 +#: send.c:1198 msgid "No subject, abort sending?" msgstr "ôÅÍÉ ÎÅÍÁ¤, צÄͦÎÉÔÉ ×¦ÄÐÒÁ×ËÕ?" -#: send.c:1177 +#: send.c:1202 msgid "No subject specified." msgstr "ôÅÍÉ ÎÅ ×ËÁÚÁÎÏ." -#: send.c:1216 +#: send.c:1243 msgid "Message edited. Really send?" msgstr "ìÉÓÔ ÚͦÎÅÎÏ. óÐÒÁ×Ħ צÄÓÉÌÁÔÉ?" -#: send.c:1222 +#: send.c:1249 msgid "Sending message..." msgstr "ìÉÓÔ ×¦ÄÐÒÁ×ÌѤÔØÓÑ..." -#: send.c:1324 +#: send.c:1361 #, fuzzy msgid "Could not send the message." msgstr "צĦÓÌÁÔÉ ÌÉÓÔ" -#: send.c:1330 +#: send.c:1366 msgid "Mail sent." msgstr "ìÉÓÔ ÐÏÓÌÁÎÏ." -#: sendlib.c:475 +#: send.c:1366 +msgid "Sending in background." +msgstr "" + +#: sendlib.c:440 msgid "No boundary parameter found! [report this error]" msgstr "" -#: sendlib.c:509 +#: sendlib.c:474 #, c-format msgid "%s no longer exists!" msgstr "%s ¦ÌØÛÅ ÎÅ ¦ÓÎÕ¤!" -#: sendlib.c:777 +#: sendlib.c:713 #, c-format msgid "Could not open %s" msgstr "îÅ ×ÉÊÛÌÏ ×¦ÄËÒÉÔÉ %s" -#: sendlib.c:1695 +#: sendlib.c:1680 #, fuzzy, c-format -msgid "Error sending message, child exited %d (%s).\n" +msgid "Error sending message, child exited %d (%s)." msgstr "ðÏÍÉÌËÁ צÄÐÒÁ×ËÉ, ËÏÄ ÐÏ×ÅÒÎÅÎÎÑ %d (%s).\n" -#: sendlib.c:1697 -#, c-format -msgid "Saved output of child process to %s.\n" -msgstr "÷É×ÏÄ ÐÏÒÏÄÖÅÎÏÇÏ ÐÒÏÃÅÓÕ ÚÂÅÒÅÖÅÎÏ × %s.\n" +#: sendlib.c:1686 +msgid "Output of the delivery process" +msgstr "" -#: sendlib.c:1701 -msgid "Error sending message." -msgstr "ðÏÍÉÌËÁ ÐÒÉ ×¦ÄÐÒÁ×æ." +#: signal.c:39 +#, fuzzy, c-format +msgid "%s... Exiting.\n" +msgstr "ïÔÒÉÍÁÎÏ %s... ÷ÉÈÏÄÖÕ.\n" -#: signal.c:39 signal.c:42 +#: signal.c:42 #, c-format msgid "Caught %s... Exiting.\n" msgstr "ïÔÒÉÍÁÎÏ %s... ÷ÉÈÏÄÖÕ.\n" @@ -2999,65 +3182,41 @@ msgstr " msgid "Caught signal %d... Exiting.\n" msgstr "ïÔÒÉÍÁÎÏ ÓÉÇÎÁÌ %d... ÷ÉÈÏÄÖÕ.\n" -#: sort.c:199 +#: socket.c:130 +#, c-format +msgid "Connecting to %s..." +msgstr "ú'¤ÄÎÁÎÎÑ Ú %s..." + +#: sort.c:198 msgid "Sorting mailbox..." msgstr "óÏÒÔÕ×ÁÎÎÑ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ..." -#: sort.c:227 +#: sort.c:226 msgid "Could not find sorting function! [report this bug]" msgstr "" -#: status.c:102 +#: status.c:101 msgid "(no mailbox)" msgstr "(ÓËÒÉÎØËÉ ÎÅÍÁ¤)" -#, fuzzy -#~ msgid "Error running \"%s\"!" -#~ msgstr "ðÏÍÉÌËÁ ÒÏÚÂÏÒÕ ÁÄÒÅÓÉ!" - -#, fuzzy -#~ msgid "Subscribed [%s], File mask: %s" -#~ msgstr "ëÁÔÁÌÏÇ [%s] Ú ÍÁÓËÏÀ: %s" - -#, fuzzy -#~ msgid "Can't attach a directory!" -#~ msgstr "îÅÍÏÖÌÉ×Ï ÐÏÂÁÞÉÔÉ ËÁÔÁÌÏÇ" +#~ msgid "Display message using mailcap?" +#~ msgstr "÷¦ÄÏÂÒÁÚÉÔÉ ÌÉÓÔ Ú ×ÉËÏÒÉÓÔÁÎÎÑÍ mailcap?" -#, fuzzy -#~ msgid "Can't open %s: %s." -#~ msgstr "îÅ ×ÉÊÛÌÏ ×¦ÄËÒÉÔÉ %s" +#~ msgid "Can't open your secret key ring!" +#~ msgstr "îŠצÄËÒÉ×Á¤ÔÓÑ ÓÅËÒÅÔÎÉÊ ËÌÀÞ!" #, fuzzy -#~ msgid "-- Attachments" +#~ msgid "===== Attachments =====" #~ msgstr "äÏÄÁÔËÉ" -#, fuzzy -#~ msgid "Unable to attach %s!" -#~ msgstr "îÅÍÏÖÌÉ×Ï ÄÏÄÁÔÉ!" - -#, fuzzy -#~ msgid "Reopening mailbox... %s" -#~ msgstr "ðÏ×ÔÏÒΊצÄËÒÉÔÔÑ ÐÏÛÔÏ×ϧ ÓËÒÉÎØËÉ..." +#~ msgid "%s is a boolean var!" +#~ msgstr "%s - ÌÏǦÞÎÁ ÚͦÎÎÁ!" -#, fuzzy -#~ msgid "Subscribing to %s..." -#~ msgstr "ëÏЦÀ×ÁÎÎÑ ÄÏ %s..." +#~ msgid "Saved output of child process to %s.\n" +#~ msgstr "÷É×ÏÄ ÐÏÒÏÄÖÅÎÏÇÏ ÐÒÏÃÅÓÕ ÚÂÅÒÅÖÅÎÏ × %s.\n" -#, fuzzy -#~ msgid "Unsubscribing to %s..." -#~ msgstr "ú'¤ÄÎÁÎÎÑ Ú %s..." - -#, fuzzy -#~ msgid "Delete a remailer from the chain" -#~ msgstr "ÓÐÏÒÏÖÎÉÔÉ ÒÑÄÏË" - -#, fuzzy -#~ msgid "Invoking pgp..." -#~ msgstr "÷ÉËÌÉË PGP..." - -#, fuzzy -#~ msgid "%s... Exiting.\n" -#~ msgstr "ïÔÒÉÍÁÎÏ %s... ÷ÉÈÏÄÖÕ.\n" +#~ msgid "Error sending message." +#~ msgstr "ðÏÍÉÌËÁ ÐÒÉ ×¦ÄÐÒÁ×æ." #~ msgid "" #~ "[-- Error: this message does not comply with the PGP/MIME specification! " diff --git a/reldate.h b/reldate.h index 48aca2e0..8031f935 100644 --- a/reldate.h +++ b/reldate.h @@ -1 +1 @@ -const char *ReleaseDate = "1999-03-03"; +const char *ReleaseDate = "1999-04-20"; -- 2.40.0