diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | TODO.txt | 17 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/ca.po | 957 | ||||
-rw-r--r-- | po/cs.po | 604 | ||||
-rw-r--r-- | po/da.po | 960 | ||||
-rw-r--r-- | po/de.po | 607 | ||||
-rw-r--r-- | po/el.po | 957 | ||||
-rw-r--r-- | po/en_GB.po | 603 | ||||
-rw-r--r-- | po/es.po | 604 | ||||
-rw-r--r-- | po/fi.po | 950 | ||||
-rw-r--r-- | po/fr.po | 970 | ||||
-rw-r--r-- | po/gl.po | 959 | ||||
-rw-r--r-- | po/id.po | 604 | ||||
-rw-r--r-- | po/it.po | 980 | ||||
-rw-r--r-- | po/ja.po | 604 | ||||
-rw-r--r-- | po/nl.po | 958 | ||||
-rw-r--r-- | po/pl.po | 990 | ||||
-rw-r--r-- | po/pt_BR.po | 959 | ||||
-rw-r--r-- | po/ru.po | 196 | ||||
-rw-r--r-- | po/sk.po | 957 | ||||
-rw-r--r-- | po/sq.po | 961 | ||||
-rw-r--r-- | po/tr.po | 961 | ||||
-rw-r--r-- | po/vi.po | 985 | ||||
-rw-r--r-- | po/zh_CN.po | 600 |
25 files changed, 9280 insertions, 8667 deletions
@@ -47,7 +47,7 @@ removed from a 6.4.0 or newer release.) -------------------------------------------------------------------------------- -fetchmail 6.3.10 (released XXXX-XX-XX - not yet): +fetchmail 6.3.10 (released 2009-07-02): # INCOMPATIBLE BUGFIXES AND CHANGES * Fetchmail no longer drops permanently undelivered messages by default, to @@ -23,6 +23,13 @@ soon - SHOULD: - Fix TOCTOU race around prc_filecheck* - Read CAPABILITY from greeting if present, saves one round trip. - Check if LAST argument is properly validated against message count. +- find a solution for the "invalid header" discards message problem + (escape headers and stuff reminder into body) +- add Message-ID: header and other SHOULD headers to warning mails? +- report multiline SMTP errors properly (sample in private mail from + Earl Chew, 2007-07-30T02:28), Debian Bug #529899 + => requires reworking SMTP_ok to actually not only read the last line + of multiline replies, but buffer. soon - MAY: - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471176 @@ -32,18 +39,10 @@ soon - MAY: http://lists.debian.org/debian-devel/2006/11/msg01068.html - when logging to syslog, disable locale? - Get rid of peeking in socket.c? MSG_PEEK seems non-portable. - -soon - after 6.3.9: -- find a solution for the "invalid header" discards message problem - (escape headers and stuff reminder into body) -- add Message-ID: header and other SHOULD headers to warning mails? -- report multiline SMTP errors properly (sample in private mail from - Earl Chew, 2007-07-30T02:28), Debian Bug #529899 - => requires reworking SMTP_ok to actually not only read the last line - of multiline replies, but buffer. - revise ticker, and add something like .........20%.... ... 100% (suggested by Yue Wu) + questionable: - Convert POP3 UIDs to X-UIDL? - fetch IMAP message in one go (fetchmail-devel by Adam Simpkins diff --git a/configure.ac b/configure.ac index 497e7688..3a3f215a 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Autoconfigure input file for fetchmail dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.3.10-beta1],[fetchmail-users@lists.berlios.de]) +AC_INIT([fetchmail],[6.3.10],[fetchmail-users@lists.berlios.de]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.5-b1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2006-08-31 19:22+0200\n" "Last-Translator: Ernest Adrogu Calveras <eadrogue@gmx.net>\n" "Language-Team: Catalan <ca@dodds.net>\n" @@ -15,27 +15,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Comprovant si realment %s s el mateix node que %s\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Afirmatiu, les adreces IP coincideixen\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "Negatiu, les adreces IP no coincideixen\n" # poll of -#: checkalias.c:198 +#: checkalias.c:203 #, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "no s'ha pogut resoldre el nom `%s' durant la consulta de %s: %s\n" # poll of -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "no s'ha pogut resoldre el nom `%s' quan es consultava %s.\n" @@ -90,72 +90,72 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] " msg %d de %d octets no descarregat." msgstr[1] " msg %d de %d octets no descarregat." -#: driver.c:503 +#: driver.c:511 #, c-format msgid "skipping message %s@%s:%d" msgstr "ometent el missatge %s@%s:%d" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "ometent el missatge %s@%s:%d (%d octets)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr " (mida -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr " (excessiu)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "falta la capalera, missatge %s@%s:%d (%d octets)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr "llegint el missatge %s@%s:%d de %d" -#: driver.c:616 +#: driver.c:624 #, c-format msgid " (%d octets)" msgstr " (%d octets)" -#: driver.c:617 +#: driver.c:625 #, c-format msgid " (%d header octets)" msgstr " (capalera de %d octets) " -#: driver.c:685 +#: driver.c:692 #, c-format msgid " (%d body octets)" msgstr " (cos de %d octets) " -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" msgstr "" "el missatge %s@%s:%d no tenia la mida esperada (%d real != %d esperada)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " retingut\n" # lliurat, expedit, despatxat, esborrat, eliminat... -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " eliminat\n" # dem -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " no eliminat\n" # traducci de "fetchlimit" -#: driver.c:822 +#: driver.c:828 #, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -165,36 +165,36 @@ msgstr[0] "" msgstr[1] "" "assolit el lmit de %d missatge(s); en queden %d al servidor %s compte %s\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "temps esgotat desprs de %d segons esperant connectar amb %s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "temps esgotat desprs de %d segons esperant el servidor %s.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "temps esgotat desprs de %d segons esperant per a %s.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "temps esgotat desprs de %d segons esperant resposta del receptor.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "temps d'espera esgotat desprs de %d segons.\n" -#: driver.c:907 +#: driver.c:913 msgid "Subject: fetchmail sees repeated timeouts" msgstr "Subject: fetchmail: S'esgota el temps d'espera molt sovint" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -203,7 +203,7 @@ msgstr "" "El fetchmail ha esgotat el temps d'espera ms de %d cops quan intentava " "obtenir el correu de %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -220,73 +220,78 @@ msgstr "" "El fetchmail no tornar a comprovar ms aquesta bstia fins que el\n" "reinicieu.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "l'ordre de preconnexi ha fallat amb estat %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "l'ordre de preconnexi ha fallat amb estat %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "no s'ha pogut trobar cap casella HESIOD per a %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "El servidor principal no t nom.\n" -#: driver.c:1008 +#: driver.c:1021 #, fuzzy, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "no s'ha pogut trobar el nom cannic DNS de %s (%s)\n" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "la connexi %s amb %s ha fallat" -#: driver.c:1071 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Subject: fetchmail: Servidor inaccessible." -#: driver.c:1073 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "El fetchmail no ha pogut contactar amb el servidor %s:" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "La conexi SSL ha fallat.\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Bloqueig temporal de la bstia per a %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Servidor ocupat per a %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "L'autoritzaci per a %s@%s%s ha fallat\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (prviament autoritzat)" -#: driver.c:1187 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: fetchmail: L'autenticaci per a %s@%s ha fallat" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "El fetchmail no ha pogut obtenir el correu de %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -300,7 +305,7 @@ msgstr "" "(tal com que el servidor est ocupat) que el fetchmail no pot identificar\n" "perqu el servidor no envia missatges d'error que ho permetin." -#: driver.c:1201 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -319,7 +324,7 @@ msgstr "" "El fetchmail continar intentant connectar-s'hi a cada cicle, per no us\n" "enviar ms notificacions fins que el servei es restableixi." -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -338,170 +343,175 @@ msgstr "" "El dimoni fetchmail continuar funcionant i intentant connectar-s'hi a cada\n" "cicle, per no us enviar ms notificacions fins que restabliu el servei." -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Es torna a recollir el correu immediatament de %s@%s\n" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Error no identificat de login o autenticaci per a %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Autoritzaci reeixida per a %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: fetchmail: Autenticaci reeixida per a %s@%s" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "El fetchmail ha estat capa d'accedir a %s@%s.\n" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "El servei s'ha restablert.\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "seleccionant o re-examinant la carpeta %s\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "seleccionant o re-examinant la carpeta per omissi\n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s a %s (carpeta %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s a %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Consultant %s\n" # seen -#: driver.c:1328 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d missatge (%d %s) per a %s" msgstr[1] "%d missatges (%d %s) per a %s" -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "vist" msgstr[1] "vistos" -#: driver.c:1334 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d missatge per a %s" msgstr[1] "%d missatges per a %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d octets).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "No hi ha correu per a %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "recompte de missatges erroni!" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "de socket" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "de capalera RFC822" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "de MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "de sincronitzaci client/servidor" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "de protocol client/servidor" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "de bloqueig temporal al servidor" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "de transacci SMTP" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "de consulta DNS" # aquest missatge va directe a stderr -#: driver.c:1546 +#: driver.c:1561 msgid "undefined" msgstr "no identificat" -#: driver.c:1552 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "" "error %s en recollir el correu de %s@%s i lliurar-lo via SMTP al host %s\n" -#: driver.c:1554 +#: driver.c:1569 msgid "unknown" msgstr "desconegut" -#: driver.c:1556 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "error %s en recollir el correu de %s@%s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "l'ordre de postconnexi ha fallat amb estat %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "l'ordre de postconnexi ha fallat amb estat %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "El suport per Kerberos V4 no est enllaat.\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "El suport per Kerberos V5 no est enllaat.\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "L'opci --flush no est suportada per %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "L'opci --all no est suportada per %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "L'opci --limit no est suportada per %s\n" @@ -640,7 +650,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " @@ -670,54 +680,54 @@ msgstr "fetchmail: invocat amb" msgid "could not get current working directory\n" msgstr "no s'ha pogut determinar quin s el directori actual\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Aix s el fetchmail, versi %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Obtenint les opcions de la lnia d'ordres%s%s\n" # desprs d'aix v el nom d'un fitxer -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " i de " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "No hi ha cap servidor de correu configurat. Potser falta el %s?\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: no heu especificat cap servidor de correu.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: no hi ha cap altre fetchmail funcionant\n" # bailing out -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: error finalitzant el fetchmail %s a %d; es deixa estar.\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "en segon terme" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "en primer terme" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: el fetchmail %s a %d ha estat finalitzat.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -725,7 +735,7 @@ msgstr "" "fetchmail: no es pot comprovar el correu mentre funcioni un altre procs del " "fetchmail.\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -733,224 +743,224 @@ msgstr "" "fetchmail: no es poden consultar els hosts especificats amb un altre " "fetchmail funcionant a %d.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: hi ha un altre fetchmail funcionant en primer terme a %d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: no es poden acceptar opcions mentre funcioni un altre fetchmail " "en segon terme.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "" "fetchmail: el fetchmail funcionant en segon terme a %d s'ha despertat.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: un procs anterior ha finalitzat misteriosament a %d.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: no s'ha trobat cap contrasenya per a %s@%s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Entreu la contrasenya per a %s@%s: " -#: fetchmail.c:557 fetchmail.c:593 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: Atenci: es registra tant via syslog com en un fitxer dedicat.\n" -"\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "" "fetchmail: No s'ha pogut passar a segon terme. S'aborta.\n" "\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "iniciant el dimoni fetchmail %s \n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "no s'ha pogut obrir %s per afegir-hi el registre d'activitat \n" -#: fetchmail.c:612 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: Atenci: es registra tant via syslog com en un fitxer dedicat.\n" +"\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "no s'ha pogut verificar la data de %s (error %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "reiniciant fetchmail (%s ha canviat)\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" "l'intent de reexecuci pot fallar ja que el directori no ha estat restaurat\n" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "l'intent de reexecutar el fetchmail ha fallat\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "s'ha oms la consulta de %s (error d'autenticaci o massa temps d'espera " "excedits)\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "no s'ha completat l'interval, no es consultar %s\n" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Estat de la consulta=0 (SUCCESS)\n" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Estat de la consulta=1 (NOMAIL)\n" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Estat de la consulta=2 (SOCKET)\n" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Estat de la consulta=3 (AUTHFAIL)\n" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Estat de la consulta=4 (PROTOCOL)\n" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Estat de la consulta=5 (SYNTAX)\n" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Estat de la consulta=6 (IOERR)\n" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Estat de la consulta=7 (ERROR)\n" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Estat de la consulta=8 (EXCLUDE)\n" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Estat de la consulta=9 (LOCKBUSY)\n" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Estat de la consulta=10 (SMTP)\n" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Estat de la consulta=11 (DNS)\n" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Estat de la consulta=12 (BSMTP)\n" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Estat de la consulta=13 (MAXFETCH)\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Estat de la consulta=%d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Totes les connexions estan bloquejades. Sortint.\n" # %s s la sortida de timestamp() -#: fetchmail.c:828 +#: fetchmail.c:842 #, fuzzy, c-format msgid "sleeping at %s for %d seconds\n" msgstr "dormint el %s\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "despertat per %s\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "despertat per un senyal %d\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "despertat el %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "finalitzaci normal, estat %d\n" # nota: run-control s fitxer de control (i.e. .fetchmailrc) -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "no s'ha pogut verificar la data del fitxer de control\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "" "Atenci: hi ha mltiples mencions del host %s en el fitxer de configuraci\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "fetchmail: Error: hi ha ms d'un compte \"default\" en el fitxer de " "configuraci.\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "El suport per SSL no est compilat.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 #, fuzzy msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "El suport per SSL no est compilat.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 #, fuzzy msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "El suport per SSL no est compilat.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 #, fuzzy msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "El suport per SSL no est compilat.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -958,16 +968,16 @@ msgstr "" "fetchmail: atenci: cap DNS disponible per verificar les obtencions " "multidrop de %s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "atenci: el sistema multidrop per a %s requereix l'opci envelope!\n" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "atenci: No demaneu ajuda si tot el correu va al postmaster!\n" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -976,303 +986,313 @@ msgstr "" "fetchmail: la configuraci de %s no s vlida, el port no pot ser nmero " "negatiu\n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: la configuraci de %s no s vlida, RPOP requereix un port " "privilegiat\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "la configuraci de %s no s vlida, LMTP no pot usar el port habitual " "d'SMTP\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "Les opcions `fetchall' i `keep on' sn incompatibles!\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "finalitzat amb senyal %d\n" # conflicte query-poll -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s interrogant %s (protocol %s) el %s: consulta iniciada\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "el suport per POP2 no est configurat.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "el suport per POP3 no est configurat.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "el suport per IMAP no est configurat.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "el suport per ETRN no est configurat.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "El suport per ODMR no est configurat.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "heu seleccionat un protocol que no est suportat.\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s interrogant %s (protocol %s) el %s: consulta finalitzada\n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "L'interval entre consultes s de %d segons\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "El fitxer de registre s %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "El fitxer d'identificacions s %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "L'activitat es registrar via syslog\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "El fetchmail enmascarar i no generar capaleres Recieved\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "" "El fetchmail mostrar punts de progressi dhuc als fitxers de registre.\n" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "El fetchmail enviar els missatges multidrop mal adreats a %s.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "El fetchmail dirigir els missatges d'error al postmaster.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "El fetchmail dirigir els missatges d'error al remitent.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "El fetchmail enviar els missatges multidrop mal adreats a %s.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "El fetchmail dirigir els missatges d'error al remitent.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Opcions per a l'obtenci de %s@%s:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " El correu d'obtindr via %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Aquest servidor es consultar a cada interval.\n" msgstr[1] " Aquest servidor es consultar cada %d intervals.\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " El nom autntic del servidor s %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr "" " Aquest host no es consultar quan no se'n hagi especificat cap altre.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " Aquest host es consultar quan no se'n hagi especificat cap altre.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Es demanar la contrasenya.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " Secret APOP = \"%s\".\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " Identificaci RPOP = \"%s\".\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Contrasenya = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " El protocol s KPOP amb autenticaci per Kerberos %s" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " El protocol s %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (usant el servei %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (usant el port per defecte)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (obligant l's d'UIDL)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " S'intentaran tots els mtodes d'autenticaci disponibles.\n" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " S'obligar l'autenticaci per contrasenya.\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " S'obligar l'autenticaci per MSN.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " S'obligar l'autenticaci per NTLM.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " S'obligar l'autenticaci per OTP.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " S'obligar l'autenticaci per CRAM-Md5.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " S'obligar l'autenticaci per GSSAPI.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " S'obligar l'autenticaci per Kerberos V4.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " S'obligar l'autenticaci per Kerberos V5.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " S'assumeix que el xifrat s d'extrem a extrem.\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " El servei principal de correu s: %s\n" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " Sessions encriptades amb SSL habilitades.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " Protocol SSL: %s.\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Comprovaci del certificat SSL del servidor habilitada.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " Directori de certificats SSL de confiana: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, fuzzy, c-format msgid " SSL server CommonName: %s\n" msgstr "Nom com del servidor: %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr "" " Empremta de la clau SSL (comprovada contra la clau del servidor): %s\n" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " El temps d'espera de la resposta del servidor s de %d segons" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (per defecte).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Seleccionada la bstia per defecte.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Les bsties seleccionades sn:" # al tanto amb la substituci -#: fetchmail.c:1667 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Es descarregaran tots els missatges (--all on).\n" # al tanto amb la substituci -#: fetchmail.c:1668 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Noms es descarregaran els missatges nous (--all off).\n" # la substituci s: "<espai>/ no " -#: fetchmail.c:1670 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Els missatges obtinguts no s'eliminaran del servidor (--keep on).\n" # la substituci s: "<espai>/ no " -#: fetchmail.c:1671 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr "" " Els missatges obtinguts no es conservaran al servidor (--keep off).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " Els missatges vells s'eliminaran abans d'obtenir el correu (--flush on).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " Els missatges vells no s'eliminaran abans d'obtenir el correu (--flush " "off).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1280,7 +1300,7 @@ msgstr "" " Els missatges excessivament grans s'eliminaran abans d'obtenir el correu " "(--limitflush on).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1288,332 +1308,332 @@ msgstr "" " Els missatges excessivament grans no s'eliminaran abans d'obtenir el " "correu (--limitflush off).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr "" " La reescriptura d'adreces locals est habilitada (--norewrite off).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr "" " La reescriptura d'adreces locals est deshabilitada (--norewrite on).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " L'eliminaci de retorns de carro est habilitada (stripcr on).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " L'eliminaci de retorns de carro est deshabilitada (stripcr off).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " L'inserci de retorns de carro est habilitada (forcecr on).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " L'inserci de retorns de carro est deshabilitada (forcecr off).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " L'interpretaci del Content-Transfer-Encoding est deshabilitada " "(pass8bits on).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " L'interpretaci del Content-Transfer-Encoding est habilitada (pass8bits " "off).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " El desxifrat MIME est habilitat (mimedecode on).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " El desxifrat MIME est deshabilitat (mimedecode off).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " La pausa desprs de cada obtenci est habilitada (idle on).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " La pausa desprs de cada obtenci est deshabilitada (idle off).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr "" " Les lnies Status que no estiguin en blanc es descartaran (dropstatus on)\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr "" " Les lnies Status que no estiguin en blanc es mantindran (dropstatus off)\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Les lnies Delivered-To es descartaran (dropdelivered on)\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Les lnies Delivered-To es mantindran (dropdelivered off)\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " El lmit de mida dels missatges s de %d octets (--limit %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " No hi ha lmit de mida dels missatges (--limit 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " L'interval d'avisos de missatges grans s de %d segons (--warnings %d).\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Avisos de missatges grans a cada obtenci (--warnings 0).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " El lmit de missatges obtinguts s de %d (--fetchlimit %d).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " No hi ha lmit de missatges rebuts (--fetchlimit 0).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " El lmit de mida dels missatges s de %d (--fetchsizelimit %d).\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " No hi ha lmit de mida dels missatges (--fetchsizelimit 0).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr " Es far una cerca binria de UIDs a cada consulta (--fastuidl 1).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" " Es far una cerca binria de UIDs %d consultes de cada %d (--fastuidl %" "d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr " Es far una cerca lineal de UIDs a cada consulta (--fastuidl 0).\n" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " El lmit de missatges enviats en srie s de %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " No hi ha lmit de missatges enviats en srie (--batchlimit 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " L'interval entre supressions s de %d missatge(s) eliminat(s) (--expunge %" "d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " No es suprimiran els missatges fins el final (--expunge 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Els dominis pels quals es recollir el correu sn:" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (per omissi)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Els missatges s'afegiran a %s com a BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Els missatges es lliuraran amb \"%s\".\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Els missatges es reenviaran per %cMTP a:" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " El nom del host a la lnia MAIL FROM ser %s\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " L'adrea de les lnies RCPT TO enviades per SMTP ser %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Les respostes del servidor reconegudes com a bloqueig d'spam sn:" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " El bloqueig d'spam est deshabilitat\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " La connexi amb el servidor s'iniciar amb \"%s\".\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " No hi ha cap ordre de preconnexi.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " La connexi amb el servidor es finalitzar amb \"%s\".\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " No hi ha cap ordre de postconnexi.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " No s'ha declarat cap nom local per aquest host.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Mode multi-drop: " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Mode single-drop: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "S'ha reconegut %d nom local.\n" msgstr[1] "S'han reconegut %d noms locals.\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " La consulta DNS d'adreces multidrop est habilitada.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " La consulta DNS d'adreces multidrop est deshabilitada.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Els lies del servidor es compararan amb les adreces multidrop per adrea " "IP.\n" -#: fetchmail.c:1848 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Els lies del servidor es compararan amb les adreces multidrop pel nom.\n" -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " L'encaminament per l'adrea de l'embolcall est deshabilitat.\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " S'assumeix que la capalera de l'embolcall s: %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Nombre de capaleres de l'embolcall que s'ignoraran: %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Es suprimir el prefix %s del nom d'usuari\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " No es suprimir cap prefix\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " lies predeclarats del servidor de correu:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Dominis locals:" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " La connexi s'establir a travs de l'interfcie %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " No s'ha especificat cap interfcie requerida.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Es monitorar l'interfcie %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " No s'ha especificat cap interfcie a monitorar.\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " Les connexions amb el servidor es faran via %s (--plugin %s).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " No s'ha especificat cap ordre de connexi.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " Les connexions amb el receptor SMTP es faran via %s (--plugout %s).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " No s'ha especificat cap ordre de connexi per SMTP.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " No s'ha desat cap UID d'aquest host.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " S'han desat %d UIDs.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " S'afegir el rastre de l'obtenci a la capalera Received.\n" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1621,7 +1641,7 @@ msgstr "" " No s'afegir el rastre de l'obtenci a la capalera Received.\n" ".\n" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Propietats de pas \"%s\".\n" @@ -1727,71 +1747,71 @@ msgstr "%s: actualitzaci oportunista a TLS.\n" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "%s: actualitzaci oportunista a TLS.\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Es requereix capacitat per OTP no compilada en el fetchmail\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Es requereix capacitat per NTLM no compilada en el fetchmail\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "El servidor no suporta la capacitat per LOGIN requerida\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "recompte de missatges eliminats incorrecte (%d real != %d esperat)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "la re-obtenci ha fallat\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "hi ha %d missatge esperant desprs de la re-obtenci\n" msgstr[1] "hi ha %d missatges esperant desprs de la re-obtenci\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "ha fallat la selecci de bstia\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "hi ha %d missatge esperant desprs de la primera obtenci\n" msgstr[1] "hi ha %d missatges esperant desprs de la primera obtenci\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "la supressi de missatges ha fallat\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "hi ha %d missatge esperant desprs de la supressi\n" msgstr[1] "hi ha %d missatges esperant desprs de la supressi\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "la recerca de missatges no llegits ha fallat\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu s no llegit\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u s el primer missatge no llegit\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -1996,148 +2016,159 @@ msgstr "No s'ha pogut desxifrar la codificaci OTP\n" msgid "Secret pass phrase: " msgstr "Contrasenya secreta: " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "La cadena '%s' no s un nombre vlid.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "El valor de la cadena '%s' s %s que %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "ms petit" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "ms gran" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "El protocol `%s' especificat no s vlid.\n" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "L'autenticaci `%s' especificada no s vlida.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "sintaxi: fetchmail [opcions] [servidor ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " Les opcions sn les segents:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help mostra aquesta ajuda\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version mostra informaci sobre la versi\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check comprova si hi ha correu sense recollir-lo\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent funciona en silenci\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose genera missatges informatius i de diagnstic\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon funciona com a dimoni, en intervals de n segons\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr " -N, --nodetach funciona com a dimoni, per en primer terme\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit finalitza el procs d'un dimoni\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile especifica el fitxer on registrar l'activitat\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" msgstr "" " --syslog en mode dimoni, registra l'activitat via syslog(3)\n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr " --invisible no deixa traces a les capaleres dels missatges\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr " -f, --fetchmailrc usa un fitxer de configuraci alternatiu\n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr " -i, --idfile usa un fixter d'UIDs alternatiu\n" -#: options.c:607 +#: options.c:617 msgid " --pidfile specify alternate PID (lock) file\n" msgstr " --pidfile usa un fixter PID (bloqueig) alternatiu\n" # last resort -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr " --postmaster especifica el destinatari en ltima instncia\n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" " --nobounce redirigeix els missatges retornats cap al postmaster\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface interfcie de xarxa requerida pel funcionament\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr "" " -M, --monitor monitora l'activitat de l'interfcie especificada\n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl encripta les comunicacions amb ssl\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey fitxer que cont la clau ssl privada\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert certificat ssl del client\n" -#: options.c:618 +#: options.c:630 msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr "" " --sslcertck verificaci estricta del certificat (recomanat)\n" "\n" -#: options.c:619 +#: options.c:631 msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcertpath cam cap als certificats ssl\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" @@ -2145,168 +2176,168 @@ msgstr "" " --sslfingerprint empremta que ha de coincidir amb el cert. del " "servidor.\n" -#: options.c:622 +#: options.c:634 msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr " --sslproto obliga l's del protocol ssl (SSL2/SSL3/TLS1)\n" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr "" " --plugin especifica l'ordre externa per obrir una connexi\n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" " --plogout especifica l'ordre externa per obrir una connexi smtp\n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr "" " -p, --protocol especifica el protocol que s'usa per obtenir el correu\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl obliga l's d'UIDLs (noms pop3)\n" -#: options.c:629 +#: options.c:641 msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr "" " --port port TCP/IP al qual connectar-se (obsolet, useu --" "service)\n" -#: options.c:630 +#: options.c:642 msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr "" " -P, --service servei TCP/IP al qual connectar-se (o un nmero de " "port)\n" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr " --auth tipus d'autenticaci (password/kerberos/ssh/otp)\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout temps d'espera per la resposta del servidor\n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope capalera que cont l'adrea de l'embolcall\n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr " -Q, --qvirtual prefix que es suprimeix del nom d'usuari local\n" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr " --principal servei de correu principal\n" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" " --tracepolls afegeix el rastre de l'obtenci a la capalera Received\n" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr " -u, --username especifica el nom de login al servidor\n" -#: options.c:639 +#: options.c:651 msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --[fetch]all recull els missatges tant nous com vells\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr "" " -K, --nokeep esborra els missatges nous desprs de recollir-los\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr " -k, --keep deixa els missatges al servidor un cop recollits\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush esborra els missatges vells del servidor\n" -#: options.c:643 +#: options.c:655 msgid " --limitflush delete oversized messages\n" msgstr " --limitflush esborra els missatges excessivament grans\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite no reescriu les adreces de l'encapalament\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr "" " -l, --limit no recull els missatges que superin la mida " "especificada\n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr " -w, --warnings interval entre avisos de notificaci de correu\n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost estableix el host pel reenviament via SMTP\n" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr " --fetchdomains recull el correu pels dominis especificats\n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr " -D, --smtpaddress estableix el domini usat pel lliurament via SMTP\n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr " --smtpname estableix el nom complet SMTP nomusuari@domini\n" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr "" " -Z, --antispam, estableix els valors reconeguts com a resposta antispam\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr "" " -b, --batchlimit estableix el lmit de missatges SMTP enviats en srie\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr "" " -B, --fetchlimit estableix el lmit de missatges obtinguts per connexi\n" -#: options.c:655 +#: options.c:667 msgid " --fetchsizelimit set fetch message size limit\n" msgstr " --fetchsizelimit estableix el lmit de mida dels missatges\n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr " --fastuidl fa una cerca binria de UIDLs\n" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr "" " -e, --expunge estableix el mxim de missatges eliminats entre " "supressions\n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " -m, --mda estableix l'MDA que s'utilitza pel reenviament\n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp estableix el fitxer de sortida BSMTP\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp usa LMTP (RFC2033) pel lliurament\n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder estableix el nom de la carpeta remota\n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr "" " --showdots mostra punts de progressi dhuc als fitxers de " @@ -2393,15 +2424,15 @@ msgstr "error de protocol quan es rebien els UIDLs\n" msgid "Option --folder is not supported with POP3\n" msgstr "L'opci --folder no est suportada per POP3\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "opcions del servidor desprs de les opcions de l'usuari" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "SDPS no habilitat." -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2409,7 +2440,7 @@ msgstr "" "fetchmail: l'opci d'interfcie noms est suportada en Linux (sense IPv6) i " "FreeBSD\n" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2417,36 +2448,36 @@ msgstr "" "fetchmail: l'opci de monitoraci noms est suportada en Linux (sense IPv6) " "i FreeBSD\n" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "SSL no habilitat" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "final de l'entrada" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "El fitxer %s ha de ser un fitxer ordinari.\n" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "El fitxer %s no pot tenir permisos ms que -rwx------ (0700).\n" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "El fitxer %s ha de ser propietat vostra.\n" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Error no identificat del sistema" -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s (missatge de registre incomplet)" #: rfc822.c:76 @@ -2664,86 +2695,90 @@ msgstr "SMTP: (cos del missatge retornat)\n" msgid "mail from %s bounced to %s\n" msgstr "correu de %s retornat a %s\n" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "L'error desat encara s %d\n" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "Error %cMTP: %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, fuzzy, c-format msgid "BSMTP file open failed: %s\n" msgstr "Ha fallat l'obertura del fitxer BSMTP o l'escriptura del prembul\n" -#: sink.c:758 +#: sink.c:776 #, fuzzy msgid "BSMTP preamble write failed.\n" msgstr "Ha fallat l'obertura del fitxer BSMTP o l'escriptura del prembul\n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "El receptor %cMTP no admet l'adrea del destinatari `%s'\n" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "El receptor %cMTP no admet l'adrea de destinaci `%s'\n" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr "cap adrea coincideix; el postmaster no est definit.\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "ni tan sols es pot enviar a %s!\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "cap adrea coincideix; reenviant a %s.\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "a punt de lliurar amb: %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "no s'ha pogut executar l'MDA\n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "La connexi %cMTP amb %s ha fallat\n" # raise -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "no s'ha pogut lliurar via SMTP; recorrent a %s" -#: sink.c:1346 +#: sink.c:1364 #, c-format msgid "Error writing to MDA: %s\n" msgstr "Error en escriure a l'MDA: %s\n" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr "MDA finalitzat pel senyal %d\n" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr "L'MDA ha retornat un estat no nul: %d\n" -#: sink.c:1355 +#: sink.c:1373 #, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" @@ -2751,24 +2786,24 @@ msgstr "" "Estrany: La funci pclose de l'MDA a retornat %d i errno %d/%s, no es pot " "continuar a %s:%d\n" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "Ha fallat la terminaci del missatge o el tancament del fitxer BSMTP\n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "El receptor SMTP refusa el lliurament\n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "Error de lliurament LMTP a EOM\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "Resposta no-503 inesperada al final del missatge LMTP: %s\n" -#: sink.c:1587 +#: sink.c:1605 msgid "" "-- \n" "The Fetchmail Daemon" @@ -2776,32 +2811,32 @@ msgstr "" "-- \n" "El Dimoni Fetchmail" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "Autenticaci CRAM-MD5 per ESMTP...\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "El servidor ha rebutjat l'ordre AUTH.\n" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "La resposta en base64 del servidor s incorrecta.\n" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "Repte desxifrat com a %s\n" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "Autenticaci per ESMTP sense xifrat...\n" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "Autenticaci de LOGIN per ESMTP...\n" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr "error de protocol del receptor smtp\n" @@ -2831,175 +2866,175 @@ msgstr "executant %s (host %s servei %s)\n" msgid "execvp(%s) failed\n" msgstr "la rutina execvp(%s) ha fallat\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "getaddrinfo(\"%s\",\"%s\") error: %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "Proveu d'afegir l'opci --service (vegeu el punt R12 de les FAQ).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "desconegut (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Tractant de connectar a %s/%s..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "no s'ha pogut crear el socket: %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "la conexi ha fallat.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "la connexi a %s:%s [%s/%s] ha fallat: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "connectat.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Organitzaci emissora: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" "Atenci: El nom de l'organitzaci emissora s massa llarg (pot estar " "truncat).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Organitzaci desconeguda\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Nom com de l'emissor: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" "Atenci: El nom com de l'emissor s massa llarg (pot estar truncat).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Nom com de l'emissor desconegut\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Nom com del servidor: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Certificat incorrecte: El component CommonName s massa llarg!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "El nom com del servidor no encaixa: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "" "El nom del servidor no est definit, no es pot verificar el certificat!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Nom com del servidor desconegut\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "El certificat no especifica el nom del servidor!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() ha fallat!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Memria exhaurida!\n" # digest text -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "El buffer del sumari de text s massa petit!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "Empremta de la clau de %s: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "Les empremtes digitals de %s encaixen.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "Les empremtes digitals de %s no encaixen!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Error en verificar el certificat del servidor: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "emissor desconegut (primers %d carcters): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Descriptor del fitxer fora d'abast per SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "El protocol SSL especificat `%s' no s vlid, s'usa SSLv23.\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "La verificaci del certificat o de l'empremta s'ha oms!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Es torna a intentar llegir el socket Cygwin\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "El reintent de llegir el socket Cygwin ha fallat!\n" -#: transact.c:67 +#: transact.c:65 #, c-format msgid "mapped address %s to local %s\n" msgstr "l'adrea %s s'ha assignat al nom local %s\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "%s s'ha assignat al nom local %s\n" # qu significa? -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "passat per %s encaixa amb %s\n" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -3008,66 +3043,66 @@ msgstr "" "analitzant la lnea Received:\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "lnia acceptada, %s s un lies del servidor de correu\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "lnia rebutjada, %s no s un lies del servidor de correu\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "no s'ha trobat cap adrea a la capalera Received\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "s'ha trobat l'adrea `%s' a la capalera Received\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "" "s'ha trobat un delimitador de missatge quan s'analitzava l'encapalament\n" -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr "s'ha trobat una lnia incorrecta quan s'analitzava l'encapalament\n" -#: transact.c:584 +#: transact.c:599 #, c-format msgid "line: %s" msgstr "lnia: %s" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "cap conincidncia local, reenviant a %s\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "reenviament i eliminaci omesos a causa d'errors de DNS\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "escrivint capaleres msgblk RFC822\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "cap adrea de destinatari coincideix amb els noms locals declarats" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "l'adrea del destinatari %s no lliga amb cap nom local" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "el missatge cont carcters NUL" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "el receptor SMTP ha rebutjat les adreces locals de destinaci: " @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.10-pre1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2009-05-26 15:28+0200\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2009-05-26 10:58+0200\n" "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" @@ -236,61 +236,61 @@ msgstr "nemohu najít schránku HESIOD %s\n" msgid "Lead server has no name.\n" msgstr "Vedoucí server nemá jméno.\n" -#: driver.c:1018 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "nemohu nalézt kanonické doménové jméno pro %s (%s): %s\n" -#: driver.c:1065 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "spojení %s k %s selhalo" # XXX: This is e-mail header as literal. Dont't touch "Subject: " header name. -#: driver.c:1081 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Subject: Varování fetchmailu o nedostupnosti serveru." -#: driver.c:1083 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail nemohl kontaktovat poštovní server %s:" -#: driver.c:1111 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "Spojení SSL selhalo.\n" -#: driver.c:1164 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Chyba \"zámek se používá\" na %s@%s\n" -#: driver.c:1168 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Chyba \"server zaneprázdněn\" na %s@%s\n" -#: driver.c:1173 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Chyba autorizace na %s@%s%s\n" -#: driver.c:1176 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (dříve autorizován)" # XXX: This is e-mail header as literal. Dont't touch "Subject: " header name. -#: driver.c:1197 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: autentizace fetchmailu selhala na %s@%s" -#: driver.c:1201 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail nemohl stáhnout poštu z %s@%s.\n" -#: driver.c:1205 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -304,7 +304,7 @@ msgstr "" "fetchmail není schopen odlišit, protože server neposlal rozumnou chybovou\n" "hlášku." -#: driver.c:1211 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -323,7 +323,7 @@ msgstr "" "Démon fetchmail bude pokračovat v činnosti a při každém cyklu se pokusí\n" "připojit. Žádná další upozornění nebudou do obnovení služby zasílána." -#: driver.c:1221 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -342,60 +342,60 @@ msgstr "" "Démon fetchmail bude pokračovat v činnosti a při každém cyklu se pokusí\n" "připojit. Žádná další upozornění nebudou do obnovení služby zasílána." -#: driver.c:1237 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Okamžitě znovu kontroluji %s@%s\n" -#: driver.c:1242 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Neznámá chyba při přihlášení nebo autentizaci na %s@%s\n" -#: driver.c:1266 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Úspěšná autorizace na %s@%s\n" -#: driver.c:1272 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: Autentizace fetchmailu úspěšná na %s@%s" -#: driver.c:1276 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail se úspěšně přihlásil k %s@%s.\n" -#: driver.c:1280 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Služba byla obnovena.\n" -#: driver.c:1312 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "vybírám nebo znovu kontroluji složku %s\n" -#: driver.c:1314 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "vybírám nebo znovu kontroluji implicitní složku\n" -#: driver.c:1326 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s na %s (složka %s)" -#: driver.c:1329 rcfile_y.y:384 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s na %s" -#: driver.c:1334 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Stahuji z %s\n" -#: driver.c:1338 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" @@ -403,14 +403,14 @@ msgstr[0] "%d zpráva (%d %s) pro %s" msgstr[1] "%d zprávy (%d %s) pro %s" msgstr[2] "%d zpráv (%d %s) pro %s" -#: driver.c:1341 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "přečtena" msgstr[1] "přečteny" msgstr[2] "přečteno" -#: driver.c:1344 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" @@ -418,99 +418,99 @@ msgstr[0] "%d zpráva pro %s" msgstr[1] "%d zprávy pro %s" msgstr[2] "%d zpráv pro %s" -#: driver.c:1351 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d oktetů).\n" -#: driver.c:1357 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Žádná pošta pro %s\n" -#: driver.c:1390 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "nesmyslný počet zpráv!" -#: driver.c:1534 +#: driver.c:1537 msgid "socket" msgstr "socketu" -#: driver.c:1537 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "hlavičky RFC822" -#: driver.c:1540 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1543 +#: driver.c:1546 msgid "client/server synchronization" msgstr "synchronizace mezi klientem a serverem" -#: driver.c:1546 +#: driver.c:1549 msgid "client/server protocol" msgstr "protokolu klient/server" -#: driver.c:1549 +#: driver.c:1552 msgid "lock busy on server" msgstr "zámku na serveru" -#: driver.c:1552 +#: driver.c:1555 msgid "SMTP transaction" msgstr "transakce SMTP" -#: driver.c:1555 +#: driver.c:1558 msgid "DNS lookup" msgstr "hledání v DNS" -#: driver.c:1558 +#: driver.c:1561 msgid "undefined" msgstr "nedefinovaná" -#: driver.c:1564 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "Chyba %s při stahování z %s@%s a doručování na SMTP stroj %s\n" -#: driver.c:1566 +#: driver.c:1569 msgid "unknown" msgstr "neznámý" -#: driver.c:1568 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "Chyba %s při stahování z %s@%s\n" -#: driver.c:1580 +#: driver.c:1583 #, c-format msgid "post-connection command terminated with signal %d\n" msgstr "příkaz po spojení ukončen signálem %d\n" -#: driver.c:1582 +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "příkaz po spojení selhal s návratovým kódem %d\n" -#: driver.c:1601 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Kerberos V4 není podporován.\n" -#: driver.c:1609 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Kerberos V5 není podporován.\n" -#: driver.c:1620 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Přepínač --flush není s %s podporován\n" -#: driver.c:1626 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Přepínač --all není s %s podporován\n" -#: driver.c:1635 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Přepínač --limit nepodporuje argument %s\n" @@ -686,47 +686,47 @@ msgstr "nemohu získat aktuální pracovní adresář\n" msgid "This is fetchmail release %s" msgstr "Toto je fetchmail verze %s" -#: fetchmail.c:398 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Zpracovávám přepínače z příkazového řádku%s%s\n" -#: fetchmail.c:399 +#: fetchmail.c:404 msgid " and " msgstr " a " -#: fetchmail.c:404 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Nenastaven žádný poštovní server - možná chybí %s?\n" -#: fetchmail.c:425 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: nebyl specifikován žádný poštovní server.\n" -#: fetchmail.c:437 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: žádný jiný fetchmail neběží\n" -#: fetchmail.c:443 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: chyba při zabíjení fetchmailu %s v %d; končím.\n" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "na pozadí" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "v popředí" -#: fetchmail.c:452 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: fetchmail %s v %d byl zabit.\n" -#: fetchmail.c:475 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -734,7 +734,7 @@ msgstr "" "fetchmail: nemohu kontrolovat poštu, když běží jiný fetchmail ke stejnému " "počítači.\n" -#: fetchmail.c:481 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -742,211 +742,211 @@ msgstr "" "fetchmail: nemohu stahovat ze zadaných serverů, když běží jiný fetchmail v %" "d.\n" -#: fetchmail.c:488 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: v popředí běží jiný fetchmail v %d.\n" -#: fetchmail.c:498 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "fetchmail: neakceptuji přepínače, když na fetchmail běží na pozadí.\n" -#: fetchmail.c:504 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: fetchmail na pozadí v %d byl probuzen.\n" -#: fetchmail.c:516 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: starší proces v %d tajemně umřel.\n" -#: fetchmail.c:531 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: nemohu najít heslo pro %s@%s.\n" -#: fetchmail.c:535 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Zadejte heslo pro %s@%s: " -#: fetchmail.c:560 fetchmail.c:596 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: Varování: syslog i soubor s protokolem jsou nastaveny. Záznamy " -"hledejte v obou!\n" - -#: fetchmail.c:572 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: Nelze se odpojit na pozadí. Končím.\n" -#: fetchmail.c:576 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "spouštím démona fetchmail %s \n" -#: fetchmail.c:592 fetchmail.c:594 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "nemohu otevřít %s, kam připojovat záznamy \n" -#: fetchmail.c:615 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: Varování: syslog i soubor s protokolem jsou nastaveny. Záznamy " +"hledejte v obou!\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "režim --check zapnut, poštu nestahuji\n" -#: fetchmail.c:637 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "nemohu zkontrolovat čas %s (chyba %d)\n" -#: fetchmail.c:642 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "znovu spouštím fetchmail (%s změněn)\n" -#: fetchmail.c:647 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "pokus znovu se spustit může selhat, protože adresář nebyl obnoven\n" -#: fetchmail.c:674 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "pokus znovu spustit fetchmail selhal\n" -#: fetchmail.c:704 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "stahování z %s přeskočeno (chyba autentizace nebo mnohokrát vypršel čas)\n" -#: fetchmail.c:716 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "ještě nenastal čas, neptám se %s\n" -#: fetchmail.c:754 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Stav spojení=0 (SUCCESS)\n" -#: fetchmail.c:756 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Stav spojení=1 (NOMAIL)\n" -#: fetchmail.c:758 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Stav spojení=2 (SOCKET)\n" -#: fetchmail.c:760 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Stav spojení=3 (AUTHFAIL)\n" -#: fetchmail.c:762 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Stav spojení=4 (PROTOCOL)\n" -#: fetchmail.c:764 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Stav spojení=5 (SYNTAX)\n" -#: fetchmail.c:766 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Stav spojení=6 (IOERR)\n" -#: fetchmail.c:768 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Stav spojení=7 (ERROR)\n" -#: fetchmail.c:770 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Stav spojení=8 (EXCLUDE)\n" -#: fetchmail.c:772 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Stav spojení=9 (LOCKBUSY)\n" -#: fetchmail.c:774 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Stav spojení=10 (SMTP)\n" -#: fetchmail.c:776 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Stav spojení=11 (DNS)\n" -#: fetchmail.c:778 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Stav spojení=12 (BSMTP)\n" -#: fetchmail.c:780 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Stav spojení=13 (MAXFETCH)\n" -#: fetchmail.c:782 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Stav spojení=%d\n" -#: fetchmail.c:824 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Žádné ze spojení není aktivní. Končím.\n" -#: fetchmail.c:831 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "v %s spím na %d sekund\n" -#: fetchmail.c:855 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "probuzen %s\n" -#: fetchmail.c:858 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "probuzen signálem %d\n" -#: fetchmail.c:865 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "probuzen v %s\n" -#: fetchmail.c:871 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "normální ukončení, stav %d\n" -#: fetchmail.c:1025 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "nemohu zkontrolovat čas konfiguračního souboru\n" -#: fetchmail.c:1058 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Varování: počítač %s je v konfiguračním souboru zmíněn vícekrát\n" -#: fetchmail.c:1091 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "fetchmail: Chyba: záznam „defaults“ je v konfiguračním souboru zmíněn " "vícekrát.\n" -#: fetchmail.c:1213 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "SSL není podporováno.\n" -#: fetchmail.c:1220 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "Podpora pro KERBEROS v4 je nastavena, ale není zakompilována.\n" -#: fetchmail.c:1226 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "Podpora pro KERBEROS v5 je nastavena, ale není zakompilována.\n" -#: fetchmail.c:1232 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "Podpora pro GSSAPI je nastavena, ale není zakompilována.\n" -#: fetchmail.c:1262 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -954,17 +954,17 @@ msgstr "" "fetchmail: varování: není dostupné DNS pro kontrolu výběru společných " "schránek z %s\n" -#: fetchmail.c:1273 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "varování: společné schránky pro %s vyžadují přepínač envelope!\n" -#: fetchmail.c:1274 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" "varování: Nežádejte podporu, pokud všechna pošta půjde k postmasterovi!\n" -#: fetchmail.c:1291 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -973,124 +973,124 @@ msgstr "" "fetchmail: chybná konfigurace %s, zadejte kladné číslo portu pro službu nebo " "port\n" -#: fetchmail.c:1298 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: Nastavení %s není platné, PROP vyžaduje privilegovaný port\n" -#: fetchmail.c:1316 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "Nastavení %s není platné, LMTP nesmí používat implicitní port SMTP\n" -#: fetchmail.c:1330 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "" "Jak fetchall, tak i keep jsou v démonu zapnuty nebo režim idle je chyba!\n" -#: fetchmail.c:1355 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "ukončen signálem %d\n" -#: fetchmail.c:1428 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s se ptá %s (protokol %s) v %s: stahování začato\n" -#: fetchmail.c:1453 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "Podpora POP2 není nastavena.\n" -#: fetchmail.c:1465 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "Podpora POP3 není nastavena.\n" -#: fetchmail.c:1475 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "Podpora IMAPu není nastavena.\n" -#: fetchmail.c:1481 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "Podpora ETRN není nastavena.\n" -#: fetchmail.c:1489 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "Podpora ODMR není nastavena.\n" -#: fetchmail.c:1496 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "zvolen nepodporovaný protokol.\n" -#: fetchmail.c:1506 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s se ptá %s (protokol %s) v %s: stahování dokončeno\n" -#: fetchmail.c:1523 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Interval stahování je %d sekund\n" -#: fetchmail.c:1525 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Soubor záznamů je %s\n" -#: fetchmail.c:1527 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Soubor ID je %s\n" -#: fetchmail.c:1530 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Zprávy o průběhu budou zaznamenávány pomocí syslogu\n" -#: fetchmail.c:1533 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail se bude skrývat a nebude generovat Received\n" -#: fetchmail.c:1535 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail bude zobrazovat tečky průběhu i v souborech záznamů.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "" "Fetchmail bude přeposílat špatně adresované zprávy ze společných schránek na " "%s.\n" -#: fetchmail.c:1541 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail bude chybové zprávy posílat postmasterovi.\n" -#: fetchmail.c:1543 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail bude chybové zprávy posílat odesílateli.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" msgstr "" "Fetchmail bude považovat trvalé chyby za trvalé (zprávy bude zahazovat).\n" -#: fetchmail.c:1548 +#: fetchmail.c:1559 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" msgstr "" "Fetchmail bude považovat trvalé chyby za dočasné (zprávy bude uchovávat).\n" -#: fetchmail.c:1555 +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Možnosti pro stahování z %s@%s:\n" -#: fetchmail.c:1559 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Pošta bude stahována z %s\n" -#: fetchmail.c:1562 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" @@ -1098,181 +1098,181 @@ msgstr[0] " K stahování z tohoto serveru dojde každý %d interval.\n" msgstr[1] " K stahování z tohoto serveru dojde každé %d intervaly.\n" msgstr[2] " K stahování z tohoto serveru dojde každých %d intervalů.\n" -#: fetchmail.c:1566 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Skutečné jméno serveru je %s.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr "" " Pokud není zadán žádný počítač, nebude se stahovat z tohoto počítače.\n" -#: fetchmail.c:1570 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr "" " Pokud není zadán žádný počítač, bude se stahovat z tohoto počítače.\n" -#: fetchmail.c:1574 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Bude požadováno heslo.\n" -#: fetchmail.c:1578 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " Tajemství APOP = \"%s\".\n" -#: fetchmail.c:1581 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP id = \"%s\"\n" -#: fetchmail.c:1584 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Heslo = \"%s\".\n" -#: fetchmail.c:1593 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Protokol je KPOP s autentizací Kerberos %s" -#: fetchmail.c:1596 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Protokol je %s" -#: fetchmail.c:1598 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (pomocí služby %s)" -#: fetchmail.c:1600 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (pomocí implicitního portu)" -#: fetchmail.c:1602 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (vynuceně používám UIDL)" -#: fetchmail.c:1608 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Budou vyzkoušeny všechny dostupné metody autentizace.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Bude vynucena autentizace heslem.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " Bude vynucena autentizace MSN.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " Bude vynucena autentizace NTLM.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " Bude vynucena autentizace OTP.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " Bude vynucena autentizace CRAM-Md5.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " Bude vynucena autentizace GSSAPI.\n" -#: fetchmail.c:1629 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Bude vynucena autentizace Kerberos V4.\n" -#: fetchmail.c:1632 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Bude vynucena autentizace Kerberos V5.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Předpokládám šifrované spojení.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Principal poštovní služby je: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " Sezení šifrovaná s SSL povolena.\n" -#: fetchmail.c:1644 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " Protokol SSL: %s.\n" -#: fetchmail.c:1646 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Kontrola certifikátu SSL povolena.\n" -#: fetchmail.c:1648 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " Adresář důvěryhodných certifikátů SSL: %s\n" -#: fetchmail.c:1651 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr " CommonName SSL serveru: %s\n" -#: fetchmail.c:1653 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " Otisk klíče SSL (porovnáván s klíčem serveru): %s\n" -#: fetchmail.c:1656 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Čas čekání na odpověď serveru je %d sekund" -#: fetchmail.c:1658 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (implicitní).\n" -#: fetchmail.c:1665 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Zvolena implicitní poštovní schránka.\n" -#: fetchmail.c:1670 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Zvolené poštovní schránky jsou:" -#: fetchmail.c:1676 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Budou staženy všechny zprávy (--all zapnuto).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Budou staženy jen nové zprávy (--all vypnuto).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Stažené zprávy budou ponechány na serveru (--keep zapnuto).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " Stažené zprávy nebudou ponechány na serveru (--keep vypnuto).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " Před začátkem stahování budou staré zprávy smazány (--flush zapnuto).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " Před začátkem stahování nebudou staré zprávy smazány (--flush vypnuto).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1280,7 +1280,7 @@ msgstr "" " Před začátkem stahování budou příliš velké zprávy smazány (--limitflush " "zapnuto).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1288,216 +1288,216 @@ msgstr "" " Před začátkem stahování nebudou příliš velké zprávy smazány (--limitflush " "vypnuto).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr "" " Přepisování adres místních na serveru je povoleno (--norewrite vypnuto).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr "" " Přepisování adres místních na serveru je zakázáno (--norewrite zapnuto).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Mazání CR je povoleno (stripcr zapnuto).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Mazání CR je zakázáno (stripcr vypnuto).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Vynucení CR je povoleno (forcecr zapnuto).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Vynucení CR je zakázáno (forcecr vypnuto).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " Interpretace Content-Transfer-Encoding je zakázána (pass8bits zapnuto).\n" -#: fetchmail.c:1698 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " Interpretace Content-Transfer-Encoding je povolena (pass8bits vypnuto).\n" -#: fetchmail.c:1700 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " Dekódování MIME je povoleno (mimedecode zapnuto).\n" -#: fetchmail.c:1701 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " Dekódování MIME je zakázáno (mimedecode vypnuto).\n" -#: fetchmail.c:1703 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " Nečinnost po stahování je povolena (idle zapnuto).\n" -#: fetchmail.c:1704 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " Nečinnost po stahování je zakázána (idle vypnuto).\n" -#: fetchmail.c:1706 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Neprázdné řádky Status budou zahozeny (dropstatus zapnuto)\n" -#: fetchmail.c:1707 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Neprázdné řádky Status budou ponechány (dropstatus vypnuto)\n" -#: fetchmail.c:1709 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Řádky Delivered-To budou zahozeny (dropdelivered zapnuto)\n" -#: fetchmail.c:1710 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Řádky Delivered-To budou ponechány (dropdelivered vypnuto)\n" -#: fetchmail.c:1714 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Limit velikosti zprávy je %d oktetů (--limit %d).\n" -#: fetchmail.c:1717 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Žádný limit velikosti zprávy (--limit 0).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr " Interval varování o velikosti zpráv je %d vteřin (--warnings %d).\n" -#: fetchmail.c:1722 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Varování o velikosti při každém stahování (--warnings 0).\n" -#: fetchmail.c:1725 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Limit přijatých zpráv je %d (--fetchlimit %d).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Žádný Limit přijatých (--fetchlimit 0).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " Limit velikosti stahovaných zpráv je %d (--fetchsizelimit %d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Žádný limit velikosti stahovaných (--fetchsizelimit 0).\n" -#: fetchmail.c:1737 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr " Hledat UID při každém stahování binárně (--fastuidl 1).\n" -#: fetchmail.c:1739 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr " Hledat UID při binárně při %d z %d stahování (--fastuidl %d).\n" -#: fetchmail.c:1742 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr " Hledat UID při každém stahování lineárně (--fastuidl 0).\n" -#: fetchmail.c:1744 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " Limit dávky zpráv SMTP je %d.\n" -#: fetchmail.c:1746 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Žádný limit dávky zpráv SMTP (--batchlimit 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr " Interval odstraňování mezi čištěním vynucen na %d (--expunge %d).\n" -#: fetchmail.c:1752 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Žádná vynucená čištění (--expunge 0).\n" -#: fetchmail.c:1759 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Domény, pro které se bude stahovat pošta, jsou:" -#: fetchmail.c:1764 fetchmail.c:1784 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (implicitní)" -#: fetchmail.c:1769 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Zprávy budou připojeny k %s jako BSMTP\n" -#: fetchmail.c:1771 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Zprávy budou doručeny pomocí \"%s\".\n" -#: fetchmail.c:1778 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Zprávy budou přeposlány pomocí %cMTP na:" -#: fetchmail.c:1789 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Název počítače v řádku MAIL FROM bude %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr "" " Adresa, kterou vkládat v řádcích RCPT TO posílaných v SMTP, bude %s\n" -#: fetchmail.c:1801 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Rozpoznávané odpovědi serveru blokující spam jsou:" -#: fetchmail.c:1807 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Blokování spamu zakázáno\n" -#: fetchmail.c:1810 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Připojení k serveru bude navázáno pomocí \"%s\"\n" -#: fetchmail.c:1813 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Žádný příkaz před spojením.\n" -#: fetchmail.c:1815 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Připojení k serveru bude ukončeno pomocí \"%s\"\n" -#: fetchmail.c:1818 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Žádný příkaz po spojení.\n" -#: fetchmail.c:1821 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Nedeklarována žádná místní jména tohoto počítače.\n" -#: fetchmail.c:1831 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Režim společných schránek: " -#: fetchmail.c:1833 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Režim soukromých schránek: " -#: fetchmail.c:1835 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" @@ -1505,119 +1505,119 @@ msgstr[0] "Rozpoznáváno %d místní jméno.\n" msgstr[1] "Rozpoznávána %d místní jména.\n" msgstr[2] "Rozpoznáváno %d místních jmen.\n" -#: fetchmail.c:1850 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " Vyhledávání DNS jmen pro adresy společných schránek je povoleno.s\n" -#: fetchmail.c:1851 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " Vyhledávání DNS jmen pro adresy společných schránek je zakázáno.\n" -#: fetchmail.c:1855 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Přezdívky serveru budou porovnávány s adresami společných schránek podle " "IP adres.\n" -#: fetchmail.c:1857 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Přezdívky serveru budou porovnávány s adresami společných schránek podle " "názvu.\n" -#: fetchmail.c:1860 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Směrování dle adresy v obálce je zakázáno\n" -#: fetchmail.c:1863 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Předpokládá se, že hlavička obálky je: %s\n" -#: fetchmail.c:1866 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Počet hlaviček obálky, které budou přeskočeny: %d\n" -#: fetchmail.c:1869 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Předpona %s bude odtržena od id uživatele\n" -#: fetchmail.c:1872 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Žádné odtrhávání předpony\n" -#: fetchmail.c:1879 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Deklarované přezdívky poštovního serveru:" -#: fetchmail.c:1888 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Místní domény:" -#: fetchmail.c:1898 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Spojení musí procházet přes %s.\n" -#: fetchmail.c:1900 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Nezadán žádný požadavek na rozhraní.\n" -#: fetchmail.c:1902 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Stahovací smyčka bude sledovat %s.\n" -#: fetchmail.c:1904 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Nezadáno žádné sledované rozhraní.\n" -#: fetchmail.c:1908 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr "" " Připojení k serveru budou navazovány zásuvným modulem %s (--plugin %s).\n" -#: fetchmail.c:1910 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Nezadán žádný příkaz zásuvného modulu.\n" -#: fetchmail.c:1912 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " Připojení k posluchači budou navazovány zásuvným modulem %s (--plugout %" "s).\n" -#: fetchmail.c:1914 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Nezadán žádný příkaz výstupního zásuvného modulu.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Z tohoto počítače neukládána žádná UID.\n" -#: fetchmail.c:1928 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " Ukládáno %d UID.\n" -#: fetchmail.c:1936 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr "" " Informace pro sledování stahování budou přidány do hlavičky Received.\n" -#: fetchmail.c:1938 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" msgstr "" " Informace pro sledování stahování nebudou přidány do hlavičky Received.\n" -#: fetchmail.c:1941 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Předávané vlastnosti \"%s\".\n" @@ -1722,28 +1722,28 @@ msgstr "%s: přechod do TLS se nezdařil.\n" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "%s: dobrovolný přechod do TLS se nezdařil, zkouším pokračovat\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Fetchmail byl přeložen bez podpory pro požadovanou schopnost OTP\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Fetchmail byl přeložen bez podpory pro požadovanou schopnost NTLM\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Server nepodporuje požadovanou schopnost LOGIN\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "mazání zpráv se neshoduje (%d ve skutečnosti != %d očekáváno)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "opakované stahování selhalo\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" @@ -1751,11 +1751,11 @@ msgstr[0] "%d zpráva čeká po opětovném stahování\n" msgstr[1] "%d zprávy čekají po opětovném stahování\n" msgstr[2] "%d zpráv čeká po opětovném stahování\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "výběr poštovní schránky selhal\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" @@ -1763,11 +1763,11 @@ msgstr[0] "%d zpráva čeká po prvním stahování\n" msgstr[1] "%d zprávy čekají po prvním stahování\n" msgstr[2] "%d zpráv čeká po prvním stahování\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "čištění selhalo\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" @@ -1775,21 +1775,21 @@ msgstr[0] "%d zpráva čeká po vyčištění\n" msgstr[1] "%d zprávy čekají po vyčištění\n" msgstr[2] "%d zpráv čeká po vyčištění\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "hledání nepřečtených zpráv selhalo\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu nebyla přečtena\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u je první nepřečtená\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2823,150 +2823,150 @@ msgstr "spouštím %s (počítač %s služba %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) selhalo\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "Chyba getaddrinfo(„%s“,„%s“): %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "Zkuste přidat přepínač --service (vizte též položku R12 ve FAQ).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "neznámý (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Pokouším se připojit na %s/%s…" -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "socket nelze vytvořit: %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "spojení selhalo.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "spojení k %s:%s [%s/%s] selhalo: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "spojeno.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Organizace vydavatele: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "Varování: Název organizace vydavatele příliš dlouhý (možná zkrácen).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Neznámá organizace\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Jméno vydavatele: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "Varování: Jméno vydavatele příliš dlouhé (možná zkráceno).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Neznámé jméno vydavatele\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Jméno serveru: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Špatný certifikát: Jméno předmětu příliš dlouhé!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Jméno serveru neodpovídá: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Jméno serveru nenastaveno, nemohu ověřit certifikát!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Neznámé jméno serveru\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Jméno serveru není v certifikátu zadáno!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() selhalo!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Nedostatek paměti!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Vyrovnávací paměť pro otisk je příliš malá!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "otisk klíče %s: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "otisky %s odpovídají.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "otisky %s neodpovídají.\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Chyba ověřování certifikátu serveru: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "neznámý vydavatel (prvních %d znaků): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Deskriptor souboru mimo rozsah pro SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "Zadán neplatný protokol SSL `%s', používám implicitní (SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Ověření certifikátu/otisku bylo nějak přeskočeno!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Další pokus čtení ze socketu Cygwin\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Další pokus čtení ze socketu Cygwin selhal!\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.2.4\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2003-09-02 20:21+0200\n" "Last-Translator: Byrial Ole Jensen <byrial@image.dk>\n" "Language-Team: Danish <dansk@klid.dk>\n" @@ -14,25 +14,25 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Tjekker om %s virkelig er samme maskine som %s\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Ja, deres IP-adresser stemmer overens\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "Nej, deres IP-adresser stemmer ikke overens\n" -#: checkalias.c:198 +#: checkalias.c:203 #, fuzzy, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "navneserverfejl ved opslag p \"%s\" ved prvning af %s.\n" -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "navneserverfejl ved opslag p \"%s\" ved prvning af %s.\n" @@ -84,68 +84,68 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] "\t%d. brev, %d oktetter lang, sprunget over af fetchmail.\n" msgstr[1] "\t%d. brev, %d oktetter lang, sprunget over af fetchmail.\n" -#: driver.c:503 +#: driver.c:511 #, fuzzy, c-format msgid "skipping message %s@%s:%d" msgstr "Springer brev %s@%s:%d over (%d oktetter)" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "Springer brev %s@%s:%d over (%d oktetter)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr " (lngde -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr " (for langt)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "kunne ikke hente brevhoveder, brev %s@%s:%d (%d oktetter)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr "lser brev %s@%s:%d af %d" -#: driver.c:616 +#: driver.c:624 #, fuzzy, c-format msgid " (%d octets)" msgstr " (%d %soktetter)" -#: driver.c:617 +#: driver.c:625 #, fuzzy, c-format msgid " (%d header octets)" msgstr " (%d oktetter i brevkrop)" -#: driver.c:685 +#: driver.c:692 #, fuzzy, c-format msgid " (%d body octets)" msgstr " (%d oktetter i brevkrop)" -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" msgstr "brev %s@%s:%d havde ikke den forventede lngde (%d != %d forventet)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " bevaret\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " slettet\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " ikke slettet\n" -#: driver.c:822 +#: driver.c:828 #, fuzzy, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -153,37 +153,37 @@ msgid_plural "" msgstr[0] "afhentningsgrnse %d net; %d breve tilbage p server %s konto %s\n" msgstr[1] "afhentningsgrnse %d net; %d breve tilbage p server %s konto %s\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "tidsafbrud efter %d sekunders venten p forbindelse til server %s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "tidsafbrud efter %d sekunders venten p server %s.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "tidsafbrud efter %d sekunders venten p %s.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "tidsafbrud efter %d sekunders venten p svar fra modtager.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "tidsafbrud efter %d sekunder.\n" -#: driver.c:907 +#: driver.c:913 #, fuzzy msgid "Subject: fetchmail sees repeated timeouts" msgstr "Subject: fetchmail har gentagne tidsafbrud\n" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -192,7 +192,7 @@ msgstr "" "Fetchmail fik mere end %d tidsafbrud ved forsoeg paa at hente post fra %s@%" "s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -207,31 +207,36 @@ msgstr "" "\n" "Fetchmail vil ikke proeve den brevbakke igen foer du genstarter den.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "forbindelseskommando mislykkedes med status %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "forbindelseskommando mislykkedes med status %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "kunne ikke finde HESIOD-postboks for %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "Frer-server har ikke noget navn.\n" -#: driver.c:1008 +#: driver.c:1021 #, fuzzy, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "kunne ikke finde kanonisk DNS-navn for %s (%s)\n" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%s-forbindelse til %s mislykkedes" -#: driver.c:1071 +#: driver.c:1084 #, fuzzy msgid "Subject: Fetchmail unreachable-server warning." msgstr "" @@ -239,45 +244,45 @@ msgstr "" "\n" "Fetchmail kunne ikke naa postserveren %s:" -#: driver.c:1073 +#: driver.c:1086 #, fuzzy, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail kunne ikke hente post fra %s@%s.\n" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "SSL-forbindelse mislykkedes.\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Ls optaget-fejl p %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Server optaget-fejl p %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Godkendelsesfejl p %s@%s%s\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (tidligere godkendt)" -#: driver.c:1187 +#: driver.c:1200 #, fuzzy, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: fetchmail - godkendelse mislykkedes paa %s@%s\n" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail kunne ikke hente post fra %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 #, fuzzy msgid "" "The attempt to get authorization failed.\n" @@ -299,7 +304,7 @@ msgstr "" "Fetchmail-daemonen vil fortsat koere og forsoege at lave forbindelse.\n" "Der vil ikke blive flere meddelelser foer servicen er genetableret." -#: driver.c:1201 +#: driver.c:1214 #, fuzzy msgid "" "\n" @@ -324,7 +329,7 @@ msgstr "" "Fetchmail-daemonen vil fortsat koere og forsoege at lave forbindelse.\n" "Der vil ikke blive flere meddelelser foer servicen er genetableret." -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -343,170 +348,175 @@ msgstr "" "Fetchmail-daemonen vil fortsat koere og forsoege at lave forbindelse.\n" "Der vil ikke blive flere meddelelser foer servicen er genetableret." -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Prver straks igen %s@%s\n" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Ukendt indlognings- eller godkendelsesfejl p %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Godkendelse i orden p %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, fuzzy, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: fetchmail - godkendelse i orden paa %s@%s\n" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail var i stand til at logge ind p %s@%s.\n" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Servicen er blevet reetableret.\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "vlger eller prver igen brevbakke %s\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "vlger eller prver igen indbakken\n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s ved %s (brevbakke %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s ved %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Prver %s\n" -#: driver.c:1328 +#: driver.c:1341 #, fuzzy, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d %s (%d %s) til %s" msgstr[1] "%d %s (%d %s) til %s" -#: driver.c:1331 +#: driver.c:1344 #, fuzzy msgid "seen" msgid_plural "seen" msgstr[0] "gamle" msgstr[1] "gamle" -#: driver.c:1334 +#: driver.c:1347 #, fuzzy, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d %s til %s" msgstr[1] "%d %s til %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d oktetter).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Ingen post til %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "falsk brev-tal!" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "sokkel" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "manglende eller forkert RFC 822-brevhoved-" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA-" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "klient/server-synkroniserings" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "klient/server-protokol" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "server lst-" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "SMTP-transaktions" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "DNS-opslags" -#: driver.c:1546 +#: driver.c:1561 #, fuzzy msgid "undefined" msgstr "udefineret fejl\n" -#: driver.c:1552 +#: driver.c:1567 #, fuzzy, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "%sfejl ved levering til SMTP-vrt fra %s\n" -#: driver.c:1554 +#: driver.c:1569 #, fuzzy msgid "unknown" msgstr "vrten er ukendt." -#: driver.c:1556 +#: driver.c:1571 #, fuzzy, c-format msgid "%s error while fetching from %s@%s\n" msgstr "%sfejl ved hentning fra %s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "afslutningskommando fejlede med kode %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "afslutningskommando fejlede med kode %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "ikke oversat med Kerberos V4-sttte.\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "ikke oversat med Kerberos V5-sttte.\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Tilvalg --flush er ikke understttet med %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Tilvalg --all er ikke understttet med %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Tilvalg --limit er ikke understttet med %s\n" @@ -641,7 +651,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" #: fetchmail.c:142 @@ -663,52 +673,52 @@ msgstr "fetchmail: kaldt med" msgid "could not get current working directory\n" msgstr "kunne ikke f det nuvrende arbejdskatalog\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Dette er fetchmail udgave %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Bruger tilvalg fra kommandolinje%s%s\n" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " og " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Ingen postservere sat op - mske mangler %s?\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: ingen postservere er blevet specificeret.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: ingen anden fetchmail krer\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: fejl ved drab af %sfetchmail p %d; jeg trkker mig.\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "baggrunds" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "forgrunds" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %sfetchmail p %d drbt.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -716,7 +726,7 @@ msgstr "" "fetchmail: kan ikke tjekke post mens en anden fetchmail til samme vrt " "krer.\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -724,216 +734,216 @@ msgstr "" "fetchmail: kan ikke prve de specificerede vrter mens en anden fetchmail " "krer p %d.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: en anden forgrundsfetchmail krer p %d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "fetchmail: kan ikke tage tilvalg mens en baggrundsfetchmail krer.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: baggrunds fetchmail p %d vkket.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: ldre sskende p %d dde p mystisk vis.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: kan ikke finde et kodeord for %s@%s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Angiv kodeord for %s@%s: " -#: fetchmail.c:557 fetchmail.c:593 -#, fuzzy -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: advarsel: DNS er ikke tilgngelig til at tjekke flermodtager-" -"afhentninger fra %s\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 #, fuzzy msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: ingen anden fetchmail krer\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "starter fetchmail %s-dmon\n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "kunne ikke bne %s for at tilfje logs til \n" -#: fetchmail.c:612 +#: fetchmail.c:606 +#, fuzzy +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: advarsel: DNS er ikke tilgngelig til at tjekke flermodtager-" +"afhentninger fra %s\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "kunne ikke tidsfste %s (fejl %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "genstarter fetchmail (%s ndret)\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" "forsg p at genstarte kan mislykkes da kataloget ikke er genoprettet\n" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "forsg p at genstarte fetchmail fejlede\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "prve af %s droppet (mislykket godkendelse eller for mange tidsafbrud)\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "interval ikke net, sprger ikke %s\n" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Sprgestatus=0 (succes)\n" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Sprgestatus=1 (ingen post)\n" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Sprgestatus=2 (sokkelfejl)\n" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Sprgestatus=3 (godkendelsesfejl)\n" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Sprgestatus=4 (protokolfejl)\n" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Sprgestatus=5 (syntaksfejl)\n" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Sprgestatus=6 (I/O-fejl)\n" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Sprgestatus=7 (serverfejl)\n" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Sprgestatus=8 (eksklusionsfejl)\n" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Sprgestatus=9 (ls optaget)\n" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Sprgestatus=10 (SMTP-fejl)\n" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Sprgestatus=11 (DNS-fejl)\n" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Sprgestatus=12 (BSMTP-fejl)\n" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Sprgestatus=13 (afhentningsgrnse net)\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Sprgestatus=%d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Alle forbindelser er afbrudte. Afbryder.\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, fuzzy, c-format msgid "sleeping at %s for %d seconds\n" msgstr "sover %s\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "vkket af %s\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "vkket af signal %d\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "vkket %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "normal afslutning, status %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "kunne ikke tidsfste krselskontrolfilen\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Advarsel: flere forekomster af vrt %s i konfigurationsfil\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 #, fuzzy msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "Advarsel: flere forekomster af vrt %s i konfigurationsfil\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "ikke konfigureret med SSL-understttelse.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 #, fuzzy msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "ikke konfigureret med SSL-understttelse.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 #, fuzzy msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "ikke konfigureret med SSL-understttelse.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 #, fuzzy msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "ikke konfigureret med SSL-understttelse.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -941,668 +951,679 @@ msgstr "" "fetchmail: advarsel: DNS er ikke tilgngelig til at tjekke flermodtager-" "afhentninger fra %s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, fuzzy, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " "service or port\n" msgstr "konfiguration af %s forkert, portnummer kan ikke vre negativt\n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, fuzzy, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "konfiguration af %s forkert, RPOP krver en privilegeret port\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "konfiguration af %s forkert, LMTP kan ikke bruge standard SMTP-port\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 #, fuzzy msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "Brug af bde fetchall og keep som dmon er en fejl!\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "afsluttet med signal %d\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s-foresprgsel til %s (protokol %s) begyndt %s\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "ikke konfigureret med POP2-understttelse.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "ikke konfigureret med POP3-understttelse.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "ikke konfigureret med IMAP-understttelse.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "ikke konfigureret med ETRN-understttelse.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "ikke konfigureret med ODMR-understttelse.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "ikke-understttet protokol valgt.\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s-foresprgsel til %s (protokol %s) afsluttet %s\n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Prvemellemrum er %d sekunder\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Logfil er %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Id-fil er %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Forlbsbeskeder vil blive logget vha. syslog\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail vil forstille sig og ikke generere Received\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail vil vise forlbsprikker selv i logfiler.\n" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "" "Fetchmail vil i flermodtager-tilstand levere fejladresserede breve til %s.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail vil rette fejlbreve til postmesteren.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail vil rette fejlbreve til afsenderen.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "" +"Fetchmail vil i flermodtager-tilstand levere fejladresserede breve til %s.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Fetchmail vil rette fejlbreve til afsenderen.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Tilvalg for modtagelse fra %s@%s:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Post vil blive modtaget via %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, fuzzy, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Prvning af denne server vil ske hvert %d. sekund.\n" msgstr[1] " Prvning af denne server vil ske hvert %d. sekund.\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Serverens sande navn er %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 #, fuzzy msgid " This host will not be queried when no host is specified.\n" msgstr " Denne vrt %s blive forespurgt nr ingen vrt er specificeret.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 #, fuzzy msgid " This host will be queried when no host is specified.\n" msgstr " Denne vrt %s blive forespurgt nr ingen vrt er specificeret.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Der vil blive spurgt efter kodeord.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP-hemmlighed = \"%s\".\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP-id = \"%s\".\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Kodeord = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Protokol er KPOP med Kerberos %s-godkendelse" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Protokol er %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (bruger service %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (bruger standardport)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (fremtvinger UIDL-brug)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Alle tilgngelige godkendelsesmetoder vil blive forsgt.\n" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Kodeordsgodkendelse er pkrvet.\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 #, fuzzy msgid " MSN authentication will be forced.\n" msgstr " NTLM-godkendelse er pkrvet.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " NTLM-godkendelse er pkrvet.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " OTP-godkendelse er pkrvet.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " CRAM-Md5-godkendelse er pkrvet.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " GSSAPI-godkendelse er pkrvet.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Kerberos V4-godkendelse er pkrvet.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Kerberos V5-godkendelse er pkrvet.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Antager brug af krypteret forbindelse.\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Fuldmagtsgiver for postservice er: %s\n" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " Vil bruge SSL-kryptering.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL-protokol: %s\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " SSL-servercertifikat tjekkes.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " Katalog for SSL-certifikater: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, fuzzy, c-format msgid " SSL server CommonName: %s\n" msgstr "Servers almennavn %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " SSL-ngle-fingeraftryk (tjekket mod servernglen): %s\n" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Venter p svar fra server i hjst %d sekunder" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (standard).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Indbakken valgt.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Udvalgte brevbakker er:" -#: fetchmail.c:1667 +#: fetchmail.c:1687 #, fuzzy msgid " All messages will be retrieved (--all on).\n" msgstr " %s breve vil blive hentet (--all %s).\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 #, fuzzy msgid " Only new messages will be retrieved (--all off).\n" msgstr " %s breve vil blive hentet (--all %s).\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 #, fuzzy msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Hentede breve %s blive gemt p serveren (--keep %s).\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 #, fuzzy msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " Hentede breve %s blive gemt p serveren (--keep %s).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 #, fuzzy msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr " Gamle breve %s blive slettede fr afhentning (--flush %s).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 #, fuzzy msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr " Gamle breve %s blive slettede fr afhentning (--flush %s).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 #, fuzzy msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" msgstr " Gamle breve %s blive slettede fr afhentning (--flush %s).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 #, fuzzy msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" msgstr " Gamle breve %s blive slettede fr afhentning (--flush %s).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 #, fuzzy msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " Omskrivning af serverlokale adresser er %s (--norewrite %s).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 #, fuzzy msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " Omskrivning af serverlokale adresser er %s (--norewrite %s).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 #, fuzzy msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Fjernelse af vognreturtegn er %s (stripcr %s).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 #, fuzzy msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Fjernelse af vognreturtegn er %s (stripcr %s).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 #, fuzzy msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Indsttelse af vognreturtegn er %s (forcecr %s).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 #, fuzzy msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Indsttelse af vognreturtegn er %s (forcecr %s).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr " Fortolkning af Content-Transfer-Encoding er %s (pass8bit %s).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr " Fortolkning af Content-Transfer-Encoding er %s (pass8bit %s).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 #, fuzzy msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " MIME-afkodning er %s (mimedecode %s).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 #, fuzzy msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " MIME-afkodning er %s (mimedecode %s).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 #, fuzzy msgid " Idle after poll is enabled (idle on).\n" msgstr " Tomgang efter prvning er %s (idle %s).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 #, fuzzy msgid " Idle after poll is disabled (idle off).\n" msgstr " Tomgang efter prvning er %s (idle %s).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 #, fuzzy msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Ikke-tomme statuslinjer vil blive %s (dropstatus %s)\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 #, fuzzy msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Ikke-tomme statuslinjer vil blive %s (dropstatus %s)\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 #, fuzzy msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " \"Delivered-To\"-linjer vil blive %s (dropdelivered %s)\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 #, fuzzy msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " \"Delivered-To\"-linjer vil blive %s (dropdelivered %s)\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Maksimal strrelse p breve er %d oktetter (--limit %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Ingen maksimal strrelse p breve (--limit 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr " Interval for strrelsesadvarsler er %d sekunder (--warnings %d).\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Strrelsesadvarsler ved hver prvning (--warnings 0).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Maksimalt antal hentede breve er %d (--fetchlimit %d).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Intet maksimalt antal hentede breve (--fetchlimit 0).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, fuzzy, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " Maksimalt antal hentede breve er %d (--fetchlimit %d).\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 #, fuzzy msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Ingen maksimal strrelse p breve (--limit 0).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " SMTP-brevantalsgrnse er %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Ingen SMTP-brevantalsgrnse (--batchlimit 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr " Sletninger udfres ved hver %d. brev (--expunge %d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Ingen forcerede sletninger (--expunge 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Domner som der vil blive hentet post til:" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (standard)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Breve vil blive tilfjet %s som BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Breve vil blive leveret med \"%s\".\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Breve vil blive %cMTP-leveret til:" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Vrtsdelen af MAIL FROM-linjen vil blive %s\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " Adressen i RCPT TO-linjer til SMTP bliver %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Genkendte spamblokeringssvar fra modtager er:" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Spamblokering er slet fra\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Serverforbindelsen vil blive etableret med \"%s\".\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Ingen etableringskommando.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Serverforbindelse vil blive lukket med \"%s\".\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Ingen lukningskommando.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Ingen lokale navne er angivet for denne vrt.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Flermodtager-tilstand: " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Enkeltmodtager-tilstand: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, fuzzy, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d lokale navne genkendt\n" msgstr[1] "%d lokale navne genkendt\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 #, fuzzy msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " DNS-opslag for flermodtager-adresser er %s.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 #, fuzzy msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " DNS-opslag for flermodtager-adresser er %s.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 #, fuzzy msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr " Serveraliaser vil blive sammenholdt med flermodtager-adresser efter " -#: fetchmail.c:1848 +#: fetchmail.c:1868 #, fuzzy msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " Serveraliaser vil blive sammenholdt med flermodtager-adresser efter " -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr "Adressering efter konvolutadressen er slet fra\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Konvolutadressen antages at vre i %s-feltet i brevhovedet\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, fuzzy, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Nr. konvolutadresse som vil blive analyseret: %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Prfiks %s vil blive slettet fra bruger-id\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Ingen prfikssletning\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Foruderklrede postserveraliaser:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Lokale domner:" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Forbindelse skal ske gennem grnseflade %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Ingen grnsefladekrav specificeret.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Prvelkke vil overvge %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Ingen overvgning af grnseflade specificeret.\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr "" " Serverforbindelser vil blive lavet vha. hjlpeprogrammet %s (--plugin %" "s).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Intet hjlpeprogram til kald af server specificeret.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " Modtagerforbindelser vil blive lavet vha. hjlpeprogrammet %s (--plugout %" "s).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Intet hjlpeprogram til kald af modtager specificeret.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Ingen IUD'er gemt fra denne vrt.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UID'er gemt.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " Sporingsinformation vil blive tilfjet \"Received\"-brevhovedet.\n" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" msgstr "" " Sporingsinformation vil ikke blive tilfjet \"Received\"-brevhovedet.\n" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Egenskaber som ignoreres af fetchmail: \"%s\".\n" @@ -1707,71 +1728,71 @@ msgstr "" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Fetchmail er ikke oversat med OTP-evne som pkrvet\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Fetchmail er ikke oversat med NTLM-evne som pkrvet\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Server understtter ikke den krvede indlogningsmde\n" -#: imap.c:667 +#: imap.c:676 #, fuzzy, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "brev %s@%s:%d havde ikke den forventede lngde (%d != %d forventet)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "genprvning mislykkedes\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, fuzzy, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d breve venter efter genprvning\n" msgstr[1] "%d breve venter efter genprvning\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "valg af brevbakke mislykkedes\n" -#: imap.c:802 +#: imap.c:811 #, fuzzy, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d breve venter efter frste prvning\n" msgstr[1] "%d breve venter efter frste prvning\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "sletning (EXPUNGE) mislykkedes\n" -#: imap.c:820 +#: imap.c:829 #, fuzzy, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d breve venter efter sletning\n" msgstr[1] "%d breve venter efter sletning\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "sgning efter usete breve mislykkedes\n" -#: imap.c:890 +#: imap.c:899 #, fuzzy, c-format msgid "%lu is unseen\n" msgstr "%u er usete\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u er frste usete\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -1972,308 +1993,319 @@ msgstr "Kunne ikke afkode OTP-anrb\n" msgid "Secret pass phrase: " msgstr "Hemmeligt lsen: " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "strengen '%s' er ikke en gyldig talstreng.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "Vrdien af strengen '%s' er %s end %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "mindre" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "strre" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "Ugyldig protokol '%s' specificeret.\n" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "Ugyldig godkendelse '%s' specificeret.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "brug: fetchmail [tilvalg] [server ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " Mulige tilvalg er:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help vis denne hjlp\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version vis versionsinformation\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check tjek om der er breve uden at hente dem\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent vr stille\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose vr larmende (diagnostisk uddata)\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon kr som dmon en gang pr. n sekunder\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr " -N, --nodetach st ikke ikke dmonprocessen i baggrunden\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit drb dmonproces\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile angiv navn p logfil\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" msgstr " --syslog brug syslog(3) som dmon til de fleste beskeder\n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr " --invisible skriv ikke Received-linjer & lav vrtsslring\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr " -f, --fetchmailrc specificer en alternativ krselskontrolfil\n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr " -i, --idfile specificer en alternativ UID-fil\n" -#: options.c:607 +#: options.c:617 #, fuzzy msgid " --pidfile specify alternate PID (lock) file\n" msgstr " -i, --idfile specificer en alternativ UID-fil\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr " --postmaster specificer modtager som sidste udvej\n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" " --nobounce omdiriger afviste breve fra bruger til postmester.\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface specifikation af krvet grnseflade\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr " -M, --monitor overvg grnseflade for aktivitet\n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl brug ssl-kryptering\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey privat ssl-nglefil\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert ssl-klientcertifikat\n" -#: options.c:618 +#: options.c:630 #, fuzzy msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr " --sslcert ssl-klientcertifikat\n" -#: options.c:619 +#: options.c:631 #, fuzzy msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcert ssl-klientcertifikat\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" msgstr "" -#: options.c:622 +#: options.c:634 #, fuzzy msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr " -ssl brug bestemt af ssl-protokol (ssl2/ss3/tls1)\n" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr " --plugin specificer hjlpeprogram til at bne forbindelse\n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" " --plugout specificer hjlpeprogram til at bne smtp-forbindelse\n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr " -p, --protocol specificer posthentingsprotokol (se man-siden)\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl fremtving brug af UID'er (kun pop3)\n" -#: options.c:629 +#: options.c:641 #, fuzzy msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr " -P, --port TCP/IP-serviceport at bruge\n" -#: options.c:630 +#: options.c:642 #, fuzzy msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr " -P, --port TCP/IP-serviceport at bruge\n" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr " --auth type godkendelse (password/kerberos/ssh/otp)\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout tidsafbrud ved manglende serversvar\n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope adressering efter konvolutadresse\n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr " -Q, --qvirtual prfiks som skal slettes fra lokale bruger-id'er\n" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr " --principal Fuldmagtsgiver for postservice\n" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" " --tracepolls tilfj sporingsinformation i \"Received\"-brevhovedet\n" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr " -u, --username specificer brugernavn p server\n" -#: options.c:639 +#: options.c:651 #, fuzzy msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --all hent gamle og nye breve\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr " -K, --nokeep slet nye breve efter hentning\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr " -k, --keep gem nye breve efter hentning\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush slet gamle breve p server\n" -#: options.c:643 +#: options.c:655 #, fuzzy msgid " --limitflush delete oversized messages\n" msgstr " -F, --flush slet gamle breve p server\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite omskriv ikke adresser i brevhovedet\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr " -l, --limit hent ikke breve over den anfrte strrelse\n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr " -w, --warnings periode mellem afsendelse af advarsler pr. post\n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost anfr vrt til SMTP-levering\n" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr " --fetchdomains hent post til anfrte domner\n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr " -D, --smtpaddress anfr SMTP-afleveringsdomne at bruge\n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr " --smtpname anfr fuldt SMTP-navn - brugernavn@domne\n" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr " -Z, --antispam, anfr antispam-svarvrdier\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr "" " -b, --batchlimit anfr maks. antal afleveringer pr. SMTP-forbindelse\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr "" " -B, --fetchlimit anfr maks. antal hentninger pr. serverforbindelse\n" -#: options.c:655 +#: options.c:667 #, fuzzy msgid " --fetchsizelimit set fetch message size limit\n" msgstr " --fetchdomains hent post til anfrte domner\n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr "" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr "" " -e, --expunge anfr maks. antal sletninger mellem effektueringer\n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " -m, --mda anfr MDA til brug for levering\n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp anfr BSMTP-uddatafil\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp brug LMTP (RFC 2033) til levering\n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder specificer navn p brevbakke p server\n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr " --showdots vis forlbsprikker selv i logfiler\n" @@ -2355,15 +2387,15 @@ msgstr "protokolfejl ved hentning af UID'er\n" msgid "Option --folder is not supported with POP3\n" msgstr "Tilvalg --remote er ikke understttet med POP3\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "tilvalg vedr. server efter brugertilvalgene" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "SDPS er ikke slet til." -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2371,7 +2403,7 @@ msgstr "" "fetchmail: grnsefladetilvalg (interface) er kun understttet under Linux " "(uden IPv6) og FreeBSD\n" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2379,36 +2411,36 @@ msgstr "" "fetchmail: overvgningstilvalg (monitor) er kun understttet under Linux " "(uden IPv6) og FreeBSD\n" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "SSL er ikke slet til" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "slut p inddata" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "Filen %s skal vre en regulr fil.\n" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, fuzzy, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "Filen %s m ikke flere tilladelser end -rwx--x--- (0710).\n" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "Filen %s skal vre ejet af dig.\n" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Ukendt systemfejl" -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s (logbesked ikke komplet)" #: rfc822.c:76 @@ -2626,108 +2658,112 @@ msgstr "SMTP: (tekst til afvisningsbrev)\n" msgid "mail from %s bounced to %s\n" msgstr "afvisning af brev fra %s sendt til %s\n" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "Gemt fejlkode er stadig %d\n" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "%cMTP-fejl: %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, fuzzy, c-format msgid "BSMTP file open failed: %s\n" msgstr "BSMTP-fil ben eller skrivning af indledning mislykkedes\n" -#: sink.c:758 +#: sink.c:776 #, fuzzy msgid "BSMTP preamble write failed.\n" msgstr "BSMTP-fil ben eller skrivning af indledning mislykkedes\n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "%cMTP-modtager kan ikke lide modtageradresse '%s'\n" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "%cMTP-modtager kan virkelig ikke lide modtageradresse '%s'\n" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr "ingen adresser passer; postmester ikke sat.\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "kan ikke engang sende til %s!\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "ingen adresse-overensstemmelse; leverer til %s.\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "klar til at levere med: %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "MDA-bning mislykkedes\n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "%cMTP-forbindelse til %s mislykkedes\n" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "kan ikke f kontakt til modtager, bruger i stedet %s" -#: sink.c:1346 +#: sink.c:1364 #, fuzzy, c-format msgid "Error writing to MDA: %s\n" msgstr "leverer til %s\n" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr "MDA dde af signal %d\n" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr "MDA returnerede en ikke-nul status %d\n" -#: sink.c:1355 +#: sink.c:1373 #, fuzzy, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" msgstr "Underligt: MDA pclose returnede %d, kan ikke hndtere det i %s:%d\n" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "Afslutning af brev eller lukning af BSTMP-fil mislykkedes\n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "SMTP-modtager afviste levering\n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "LMTP-leveringsfejl p EOM\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "Uventet ikke-503-svar til LMTP EOM: %s\n" -#: sink.c:1587 +#: sink.c:1605 #, fuzzy msgid "" "-- \n" @@ -2736,32 +2772,32 @@ msgstr "" "--\n" "\t\t\t\tFetchmail Daemonen\n" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "ESMTP CRAM-MD5-godkendelse...\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "Serveren afviste AUTH-kommandoen til godkendelse.\n" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "Fejl i base64-svar fra server.\n" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "Anrb afkodet: %s\n" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "ESMTP PLAIN-godkendelse...\n" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "ESMTP LOGIN Authentication...\n" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr "protokolfejl hos SMTP-modtager\n" @@ -2791,173 +2827,173 @@ msgstr "udfrer %s (server %s service %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) mislykkedes\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "" -#: socket.c:310 +#: socket.c:313 #, fuzzy, c-format msgid "cannot create socket: %s\n" msgstr "kan ikke engang sende til %s!\n" -#: socket.c:326 +#: socket.c:329 #, fuzzy msgid "connection failed.\n" msgstr "SSL-forbindelse mislykkedes.\n" -#: socket.c:328 +#: socket.c:331 #, fuzzy, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "%s-forbindelse til %s mislykkedes" -#: socket.c:334 +#: socket.c:337 #, fuzzy msgid "connected.\n" msgstr "SSL-forbindelse mislykkedes.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Udsteders organisation: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "Advarsel: Udsteders organisationsnavn for langt (mske afskret).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Ukendt organisation\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Udsteders almennavn: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "Advarsel: Udsteders almennavn for langt (mske afskret).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Udsteders almennavn ukendt\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Servers almennavn %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Drligt certifikat: Almennavn for langt!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Uoverensstemmelse i servers almennavn: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Servernavn ikke anfrt, kunne ikke verificere certifikat!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Servers almennavn ukendt\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Servernavn ikke specificeret i certifikat!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() mislykkedes!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Ingen hukommelse!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Oversigtstekstbuffer for lille!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s ngle-fingeraftryk: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s fingeraftryk passer.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s fingeraftryk passer ikke!\n" -#: socket.c:733 +#: socket.c:736 #, fuzzy, c-format msgid "Server certificate verification error: %s\n" msgstr "Advarsel: servercertifikat-verificering: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "Ukendt udsteder (de frste %d tegn): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Fildeskriptor har forkert vrdi til SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "Ugyldig SSL-protokol '%s' specificeret, bruger SSLv23.\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "" "Certifikat/fingeraftryk-verifikation blev p en eller anden mde sprunget " "over!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Forsger igen at lse cygwin-sokkel\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Forsg p at lse cygwin-sokkel mislykkedes!\n" -#: transact.c:67 +#: transact.c:65 #, fuzzy, c-format msgid "mapped address %s to local %s\n" msgstr "%s svarer til %s lokalt\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "%s svarer til %s lokalt\n" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "Undersgt %s som passer med %s\n" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -2966,65 +3002,65 @@ msgstr "" "analyserer Received-linje:\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "linjen accepteret, %s er et alias for postserveren\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "linjen afvist, %s er ikke et alias for postserveren\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "ingen \"Received\"-adresse fundet\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "fandt \"Received\"-adresse `%s'\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "brev afsluttet under lsningen af brevhovedet\n" -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr "ukorrekt brevhovedlinje fundet under lsningen af brevhovedet\n" -#: transact.c:584 +#: transact.c:599 #, c-format msgid "line: %s" msgstr "Linje: %s" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "ingen lokale overensstemmelser, leverer til %s\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "levering og sletning undladt pga. DNS-fejl\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "skriver RFC822 msgblk.headers\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "ingen modtageradresser passer med erklrede lokale navne" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "modtageradresse %s passede ikke med noget lokalt navn" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "brev indeholder NUL-tegn" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "SMTP-modtager afviste lokal modtageradresse: " @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.10-beta1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2009-05-25 23:50+0200\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2009-05-26 00:53+0200\n" "Last-Translator: Matthias Andree <matthias.andree@gmx.de>\n" "Language-Team: Deutsch <de@li.org>\n" @@ -246,60 +246,60 @@ msgstr "konnte das HESIOD-Postfach für %s nicht finden\n" msgid "Lead server has no name.\n" msgstr "Erster Server hat keinen Namen.\n" -#: driver.c:1018 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "konnte kanonischen DNS-Namen von %s (%s) nicht finden: %s\n" -#: driver.c:1065 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%s-Verbindung zu %s fehlgeschlagen" -#: driver.c:1081 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Subject: Fetchmail-Warnung: Server nicht erreichbar." -#: driver.c:1083 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail konnte keine Mail von %s erhalten:" -#: driver.c:1111 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "SSL-Verbindung fehlgeschlagen.\n" -#: driver.c:1164 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Lock-beschäftigt-Fehler bei %s@%s\n" -#: driver.c:1168 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Server-beschäftigt-Fehler bei %s@%s\n" -#: driver.c:1173 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Authentifikationsfehlschlag bei %s@%s%s\n" -#: driver.c:1176 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (vormals autorisiert)" -#: driver.c:1197 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: Fetchmail: Authentifikation fehlgeschlagen bei %s@%s" -#: driver.c:1201 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail konnte keine Mail von %s@%s erhalten.\n" # -#: driver.c:1205 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -314,7 +314,7 @@ msgstr "" "brauchbare Fehlermeldung geliefert hat." # -#: driver.c:1211 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -336,7 +336,7 @@ msgstr "" "Wiederherstellung des Dienstes keine weiteren Meldungen gesendet." # -#: driver.c:1221 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -358,173 +358,173 @@ msgstr "" "versuchen, eine Verbindung herzustellen. Es werden bis zur\n" "Wiederherstellung des Dienstes keine weiteren Meldungen gesendet." -#: driver.c:1237 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Sofortige erneute Abfrage von %s@%s\n" -#: driver.c:1242 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Unbekannter Einlogg- oder Authentifikationsfehler bei %s@%s\n" -#: driver.c:1266 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Authentifikation OK bei %s@%s\n" -#: driver.c:1272 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: Fetchmail: Authentifikation OK bei %s@%s" -#: driver.c:1276 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail war in der Lage, sich bei %s@%s einzuloggen.\n" # -#: driver.c:1280 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Der Dienst ist wieder hergestellt.\n" -#: driver.c:1312 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "Ordner %s wird gewählt oder erneut abgefragt\n" -#: driver.c:1314 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "Vorgabe-Ordner wird gewählt oder erneut abgefragt\n" -#: driver.c:1326 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s bei %s (Ordner %s)" -#: driver.c:1329 rcfile_y.y:384 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s bei %s" -#: driver.c:1334 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Frage %s ab\n" -#: driver.c:1338 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d Nachricht (%d %s) für %s" msgstr[1] "%d Nachrichten (%d %s) für %s" -#: driver.c:1341 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "gesehene" msgstr[1] "gesehene" -#: driver.c:1344 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d Nachricht für %s" msgstr[1] "%d Nachrichten für %s" -#: driver.c:1351 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d Bytes).\n" -#: driver.c:1357 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Keine Post für %s\n" -#: driver.c:1390 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "ungültige Nachrichtenanzahl!" -#: driver.c:1534 +#: driver.c:1537 msgid "socket" msgstr "Socket" -#: driver.c:1537 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "fehlende oder fehlerhafte RFC822-Kopfzeile" -#: driver.c:1540 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1543 +#: driver.c:1546 msgid "client/server synchronization" msgstr "Klient/Server-Synchronisation" -#: driver.c:1546 +#: driver.c:1549 msgid "client/server protocol" msgstr "Klient/Server-Protokoll" -#: driver.c:1549 +#: driver.c:1552 msgid "lock busy on server" msgstr "Lock auf Server beschäftigt" -#: driver.c:1552 +#: driver.c:1555 msgid "SMTP transaction" msgstr "SMTP-Transaktion" -#: driver.c:1555 +#: driver.c:1558 msgid "DNS lookup" msgstr "DNS-Nachschlag" -#: driver.c:1558 +#: driver.c:1561 msgid "undefined" msgstr "undefinierter" -#: driver.c:1564 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "%s-Fehler beim Abholen von %s@%s und Auslieferung zum SMTP-Host %s\n" -#: driver.c:1566 +#: driver.c:1569 msgid "unknown" msgstr "unbekannt" -#: driver.c:1568 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "%s-Fehler beim Abholen von %s@%s\n" -#: driver.c:1580 +#: driver.c:1583 #, c-format msgid "post-connection command terminated with signal %d\n" msgstr "Nach-Verbindungs-Befehl wurde mit Signal %d beendet\n" -#: driver.c:1582 +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "Nach-Verbindungs-Befehl scheiterte mit Status %d\n" -#: driver.c:1601 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Kerberos-V4-Unterstützung nicht vorhanden.\n" -#: driver.c:1609 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Kerberos-V5-Unterstützung nicht vorhanden.\n" -#: driver.c:1620 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Option --flush ist mit %s nicht unterstützt\n" -#: driver.c:1626 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Option --all ist mit %s nicht unterstützt\n" -#: driver.c:1635 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Option --limit ist mit %s nicht unterstützt\n" @@ -668,7 +668,8 @@ msgid "" "Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" "Copyright © 2002, 2003 Eric S. Raymond\n" -"Copyright © 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham Wilson\n" +"Copyright © 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " +"Wilson\n" "Copyright © 2005 - 2006 Sunil Shetye\n" "Copyright © 2005 - 2009 Matthias Andree\n" @@ -700,47 +701,47 @@ msgstr "konnte aktuelles Arbeitsverzeichnis nicht bestimmen\n" msgid "This is fetchmail release %s" msgstr "Dies ist fetchmail Version %s" -#: fetchmail.c:398 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Erhalte Optionen von Kommandozeile%s%s\n" -#: fetchmail.c:399 +#: fetchmail.c:404 msgid " and " msgstr " und " -#: fetchmail.c:404 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Keine Mailserver konfiguriert -- vielleicht fehlt %s?\n" -#: fetchmail.c:425 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: es wurden keine Mailserver spezifiziert.\n" -#: fetchmail.c:437 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: kein weiteres fetchmail läuft\n" -#: fetchmail.c:443 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: Fehler beim Abschießen von %s-fetchmail bei %d; Abbruch.\n" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "Hintergrund" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "Vordergrund" -#: fetchmail.c:452 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s-fetchmail bei %d abgeschossen.\n" -#: fetchmail.c:475 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -748,7 +749,7 @@ msgstr "" "fetchmail: kann Mail nicht abholen, solange auf dem Rechner ein weiteres " "fetchmail läuft.\n" -#: fetchmail.c:481 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -756,217 +757,217 @@ msgstr "" "fetchmail: kann spezifizierte Hosts nicht abfragen, solange ein weiteres " "fetchmail läuft bei %d.\n" -#: fetchmail.c:488 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: ein weiteres Vordergrund-fetchmail läuft bei %d.\n" -#: fetchmail.c:498 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: kann keine Optionen akzeptieren, solange Hintergrund-fetchmail " "läuft.\n" -#: fetchmail.c:504 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: Hintergrund-fetchmail bei %d aufgeweckt.\n" -#: fetchmail.c:516 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: älteres Geschwister bei %d ist mysteriös gestorben.\n" -#: fetchmail.c:531 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: kann kein Passwort für %s@%s finden.\n" -#: fetchmail.c:535 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Geben Sie das Passwort für %s@%s ein: " -#: fetchmail.c:560 fetchmail.c:596 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: Warnung: syslog UND logfile sind gesetzt.\n" -"Prüfen sie beide auf Protokolleinträge!\n" - -#: fetchmail.c:572 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: Kann nicht in den Hintergrund gehen. Abbruch.\n" -#: fetchmail.c:576 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "fetchmail %s Dämon wird gestartet \n" -#: fetchmail.c:592 fetchmail.c:594 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "konnte %s nicht öffnen, um Protokolle anzuhängen \n" -#: fetchmail.c:615 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: Warnung: syslog UND logfile sind gesetzt.\n" +"Prüfen sie beide auf Protokolleinträge!\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "--check eingeschaltet, hole keine Mail\n" -#: fetchmail.c:637 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "konnte keine Zeitüberprüfung bei %s durchführen (Fehler %d)\n" -#: fetchmail.c:642 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "starte fetchmail erneut (%s verändert)\n" -#: fetchmail.c:647 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" "Versuch, fetchmail erneut auszuführen, kann fehlschlagen,\n" "da Verzeichnis nicht wieder hergestellt wurde\n" -#: fetchmail.c:674 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "Versuch, fetchmail erneut auszuführen, fehlgeschlagen\n" -#: fetchmail.c:704 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "Abfrage von %s übersprungen (fehlgeschlagene Authentifikation oder zu viele " "Zeitüberschreitungen)\n" -#: fetchmail.c:716 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "Intervall nicht erreicht, %s wird nicht abgefragt\n" -#: fetchmail.c:754 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Abfragestatus=0 (SUCCESS)\n" -#: fetchmail.c:756 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Abfragestatus=1 (NOMAIL)\n" -#: fetchmail.c:758 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Abfragestatus=2 (SOCKET)\n" -#: fetchmail.c:760 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Abfragestatus=3 (AUTHFAIL)\n" -#: fetchmail.c:762 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Abfragestatus=4 (PROTOCOL)\n" -#: fetchmail.c:764 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Abfragestatus=5 (SYNTAX)\n" -#: fetchmail.c:766 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Abfragestatus=6 (IOERR)\n" -#: fetchmail.c:768 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Abfragestatus=7 (ERROR)\n" -#: fetchmail.c:770 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Abfragestatus=8 (EXCLUDE)\n" -#: fetchmail.c:772 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Abfragestatus=9 (LOCKBUSY)\n" -#: fetchmail.c:774 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Abfragestatus=10 (SMTP)\n" -#: fetchmail.c:776 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Abfragestatus=11 (DNS)\n" -#: fetchmail.c:778 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Abfragestatus=12 (BSMTP)\n" -#: fetchmail.c:780 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Abfragestatus=13 (MAXFETCH)\n" -#: fetchmail.c:782 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Abfragestatus=%d\n" -#: fetchmail.c:824 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Alle Verbindungen verkeilt. Abbruch.\n" -#: fetchmail.c:831 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "%s: schlafe %d Sekunden lang\n" -#: fetchmail.c:855 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "erweckt durch %s\n" -#: fetchmail.c:858 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "erweckt durch Signal %d\n" -#: fetchmail.c:865 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "erweckt um %s\n" -#: fetchmail.c:871 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "normale Beendigung, Status %d\n" -#: fetchmail.c:1025 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "konnte keine Zeitüberprüfung der Run-Control-Datei durchführen\n" -#: fetchmail.c:1058 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Warnung: mehrfache Erwähnung von Host %s in Konfigurationsdatei\n" -#: fetchmail.c:1091 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "fetchmail: Fehler: mehrere „defaults”-Einträge in Konfigurationsdatei\n" -#: fetchmail.c:1213 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "SSL-Unterstützung ist nicht einkompiliert.\n" -#: fetchmail.c:1220 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "" "KERBEROS-v4-Unterstützung ist konfiguriert, aber nicht einkompiliert.\n" -#: fetchmail.c:1226 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "" "KERBEROS-v5-Unterstützung ist konfiguriert, aber nicht einkompiliert.\n" -#: fetchmail.c:1232 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "GSSAPI-Unterstützung ist konfiguriert, aber nicht einkompiliert.\n" -#: fetchmail.c:1262 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -974,17 +975,17 @@ msgstr "" "fetchmail: Warnung: Kein DNS verfügbar, um Multidrop-Abholung von %s zu " "überprüfen\n" -#: fetchmail.c:1273 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "Warnung: multidrop für %s erfordert envelope-Option!\n" -#: fetchmail.c:1274 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" "Warnung: Fragen Sie nicht nach Hilfe, wenn alle Mail zum Postmaster geht!\n" -#: fetchmail.c:1291 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -993,308 +994,308 @@ msgstr "" "fetchmail: %s-Konfiguration ungültig, bitte positive Portnummer für Port/" "Service angeben\n" -#: fetchmail.c:1298 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: %s-Konfiguration ungültig, RPOP erfordert einen privilegierten " "Port\n" -#: fetchmail.c:1316 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "%s-Konfiguration ungültig, LMTP kann nicht den Standard-SMTP-Port benutzen\n" -#: fetchmail.c:1330 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "" "Sowohl fetchall als auch keep anzuschalten, ist im Dämon- oder Idle-Modus " "ein Fehler!\n" -#: fetchmail.c:1355 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "beendet mit Signal %d\n" -#: fetchmail.c:1428 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s fragt %s ab (Protokoll %s) um %s: Abfrage gestartet\n" -#: fetchmail.c:1453 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "POP2-Unterstützung ist nicht konfiguriert.\n" -#: fetchmail.c:1465 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "POP3-Unterstützung ist nicht konfiguriert.\n" -#: fetchmail.c:1475 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "IMAP-Unterstützung ist nicht konfiguriert.\n" -#: fetchmail.c:1481 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "ETRN-Unterstützung ist nicht konfiguriert.\n" -#: fetchmail.c:1489 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "ODMR-Unterstützung ist nicht konfiguriert.\n" -#: fetchmail.c:1496 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "nicht unterstütztes Protokoll ausgewählt.\n" -#: fetchmail.c:1506 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s fragt ab %s (Protokoll %s) um %s: Abfrage beendet\n" -#: fetchmail.c:1523 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Abfrageintervall ist %d Sekunden\n" -#: fetchmail.c:1525 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Log-Datei ist %s\n" -#: fetchmail.c:1527 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Idfile ist %s\n" -#: fetchmail.c:1530 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Fortschrittsnachrichten werden via syslog geloggt\n" -#: fetchmail.c:1533 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail wird maskieren und kein „Received“ generieren\n" -#: fetchmail.c:1535 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail wird Fortschrittspunkte auch in Log-Dateien zeigen.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "" "Fetchmail wird fehladressierte Multidrop-Nachricht an %s weiterleiten.\n" -#: fetchmail.c:1541 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail wird Fehlerbenachrichtigungen an „postmaster“ schicken.\n" -#: fetchmail.c:1543 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail wird Fehlerbenachrichtigungen an den Absender schicken.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" msgstr "" "Fetchmail wird permanente Fehler als solche behandeln (Nachrichten " "verwerfen).\n" -#: fetchmail.c:1548 +#: fetchmail.c:1559 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" msgstr "Fetchmail wird Fehlerbenachrichtigungen an den Absender schicken.\n" -#: fetchmail.c:1555 +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Optionen für Abholen von %s@%s:\n" -#: fetchmail.c:1559 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Post wird abgeholt via %s\n" -#: fetchmail.c:1562 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Abfrage dieses Servers wird jedesmal erfolgen.\n" msgstr[1] " Abfrage dieses Servers wird alle %d Intervalle erfolgen.\n" -#: fetchmail.c:1566 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Wahrer Name des Servers ist %s.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr " Dieser Host wird nicht abgefragt, wenn kein Host angegeben ist.\n" -#: fetchmail.c:1570 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " Dieser Host wird abgefragt, wenn kein Host angegeben ist.\n" -#: fetchmail.c:1574 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Nach Passwörtern wird nachgefragt.\n" -#: fetchmail.c:1578 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP-Geheimnis = „%s“.\n" -#: fetchmail.c:1581 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP id = „%s“.\n" -#: fetchmail.c:1584 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Passwort = „%s“.\n" -#: fetchmail.c:1593 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Protokoll ist KPOP mit Kerberos-%s-Authentifikation" -#: fetchmail.c:1596 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Protokoll ist %s" -#: fetchmail.c:1598 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (unter Benutzung von Service %s)" -#: fetchmail.c:1600 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (unter Benutzung des Standard-Ports)" -#: fetchmail.c:1602 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (erzwungene UIDL-Benutzung)" -#: fetchmail.c:1608 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Alle verfügbaren Authentifikationsmethoden werden versucht.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Passwort-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " MSN-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " NTLM-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " OTP-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " CRAM-Md5-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " GSSAPI-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1629 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Kerberos-V4-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1632 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Kerberos-V5-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Ende-zu-Ende-Verschlüsselung wird angenommen.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Prinzipal des Mailservice ist: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " SSL-verschlüsselte Sitzungen ermöglicht.\n" -#: fetchmail.c:1644 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL-Protokoll: %s.\n" -#: fetchmail.c:1646 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " SSL-Server-Zertifikat-Überprüfung ermöglicht.\n" -#: fetchmail.c:1648 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " SSL-Verzeichnis für vertrauenswürdige Zertifikate: %s\n" -#: fetchmail.c:1651 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr " SSL-Server-CommonName: %s\n" -#: fetchmail.c:1653 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " SSL-Schlüssel-Fingerabdruck (gegen Server-Schlüssel überprüft): %s\n" -#: fetchmail.c:1656 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Auszeit für nichtantwortenden Server ist %d Sekunden" -#: fetchmail.c:1658 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (Voreinstellung).\n" -#: fetchmail.c:1665 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Standard-Postfach ausgewählt.\n" -#: fetchmail.c:1670 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Gewählte Postfächer sind:" -#: fetchmail.c:1676 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Alle Nachrichten werden abgeholt (--all on).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Nur neue Nachrichten werden abgeholt (--all off).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Abgeholte Nachrichten werden auf dem Server belassen (--keep on).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr "" " Abgeholte Nachrichten werden nicht auf dem Server belassen (--keep off).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " Alte Nachrichten werden vor der Nachrichtenabholung gelöscht (--flush " "on).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " Alte Nachrichten werden vor der Nachrichtenabholung nicht gelöscht (--" "flush off).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1302,7 +1303,7 @@ msgstr "" " Übergroße Nachrichten werden vor der Nachrichtenabholung gelöscht (--" "limitflush on).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1310,334 +1311,334 @@ msgstr "" " Übergroße Nachrichten werden vor der Nachrichtenabholung nicht gelöscht (--" "limitflush off).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " Umschreiben von server-lokalen Adressen ist an (--norewrite off).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " Umschreiben von server-lokalen Adressen ist aus (--norewrite on).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Entfernen von Carriage-Return-Zeichen ist ein (stripcr on).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Entfernen von Carriage-Return-Zeichen ist aus (stripcr off).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Erzwingen von Carriage-Return-Zeichen ist ein (forcecr on).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Erzwingen von Carriage-Return-Zeichen ist aus (forcecr off).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " Interpretation von Content-Transfer-Encoding ist aus (pass8bits on).\n" -#: fetchmail.c:1698 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " Interpretation von Content-Transfer-Encoding ist ein (pass8bits off).\n" -#: fetchmail.c:1700 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " MIME-Decodierung ist ein (mimedecode on).\n" -#: fetchmail.c:1701 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " MIME-Decodierung ist aus (mimedecode off).\n" -#: fetchmail.c:1703 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " „Idle“ nach Abfrage ist ein (idle on).\n" -#: fetchmail.c:1704 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " „Idle“ nach Abfrage ist aus (idle off).\n" -#: fetchmail.c:1706 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Nichtleere Statuszeilen werden verworfen (dropstatus on)\n" -#: fetchmail.c:1707 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Nichtleere Statuszeilen werden beibehalten (dropstatus off)\n" -#: fetchmail.c:1709 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Delivered-To-Zeilen werden verworfen (dropdelivered on)\n" -#: fetchmail.c:1710 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Delivered-To-Zeilen werden beibehalten (dropdelivered off)\n" -#: fetchmail.c:1714 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Nachrichtengrößen-Beschränkung ist %d Bytes (--limit %d).\n" -#: fetchmail.c:1717 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Keine Beschränkung der Nachrichtengröße (--limit 0).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " Nachrichtengröße-Warnungsintervall ist %d Sekunden (--warnings %d).\n" -#: fetchmail.c:1722 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Größenwarnungen bei jeder Abfragen (--warnings 0).\n" -#: fetchmail.c:1725 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Limit für erhaltene Nachrichten ist %d (--fetchlimit %d).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Kein Limit für erhaltene Nachrichten (--fetchlimit 0).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr "" " Limit für die Größe erhaltener Nachrichten ist %d (--fetchsizelimit %d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Keine Beschränkung der Nachrichtengröße (--fetchsizelimit 0).\n" -#: fetchmail.c:1737 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" " Bei jeder Abfrage binäre Suche nach UIDs durchführen (--fastuidl 1).\n" -#: fetchmail.c:1739 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" " Binäre Suche nach UIDs bei %d von %d Abfragen durchführen (--fastuidl %" "d).\n" -#: fetchmail.c:1742 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" " Bei jeder Abfrage lineare Suche nach UIDs durchführen (--fastuidl 0).\n" -#: fetchmail.c:1744 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " Limit für SMTP-Stapelauslieferung ist %d.\n" -#: fetchmail.c:1746 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Kein Limit für SMTP-Stapelauslieferung (--batchlimit 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " Anzahl der Löschvorgänge zwischen tatsächlichen Säuberungen auf %d gesetzt " "(--expunge %d).\n" -#: fetchmail.c:1752 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Keine erzwungenen Säuberungen (--expunge 0).\n" -#: fetchmail.c:1759 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Domänen, für die Mail abgeholt werden wird, sind:" -#: fetchmail.c:1764 fetchmail.c:1784 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (Voreinstellung)" -#: fetchmail.c:1769 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Nachrichten werden an %s als BSMTP angehängt\n" -#: fetchmail.c:1771 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Nachrichten werden mit „%s“ ausgeliefert.\n" -#: fetchmail.c:1778 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Nachrichten werden mit %cMTP weitergeleitet an:" -#: fetchmail.c:1789 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Host-Teil der „MAIL FROM“-Zeile ist %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr "" " Adresse, die in „RCPT TO“-Zeilen, die an SMTP ausgeliefert werden, " "verwendet wird, ist %s\n" -#: fetchmail.c:1801 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Erkannte Spam-Abblock-Antworten des SMTP/LMTP-Servers sind:" -#: fetchmail.c:1807 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Spam-Abblocken deaktiviert\n" -#: fetchmail.c:1810 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Server-Verbindung wird aktiviert mit „%s“.\n" -#: fetchmail.c:1813 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Kein Vor-Verbindungs-Befehl.\n" -#: fetchmail.c:1815 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Server-Verbindungs wird beendet mit „%s“.\n" -#: fetchmail.c:1818 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Kein Nach-Verbindungs-Befehl.\n" -#: fetchmail.c:1821 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Keine lokalen Namen (localnames) für diesen Host definiert.\n" -#: fetchmail.c:1831 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Multi-Drop-Modus: " -#: fetchmail.c:1833 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Einzel-Drop-Modus: " -#: fetchmail.c:1835 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d lokaler Name erkannt.\n" msgstr[1] "%d lokale Namen erkannt.\n" -#: fetchmail.c:1850 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " DNS-Suche für Multi-Drop-Adressen ist ein.\n" -#: fetchmail.c:1851 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " DNS-Suche für Multi-Drop-Adressen ist aus.\n" -#: fetchmail.c:1855 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Server-Aliase werden mit multidrop-Adressen verglichen anhand der IP.\n" -#: fetchmail.c:1857 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Server-Aliase werden mit multidrop-Adressen verglichen anhand des Namens.\n" -#: fetchmail.c:1860 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Umschlag-Adress-Routing ist deaktiviert\n" -#: fetchmail.c:1863 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Umschlag-Header wird angenommen als: %s\n" -#: fetchmail.c:1866 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Anzahl der zu überspringenden Umschlag-Kopfzeilen: %d\n" -#: fetchmail.c:1869 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Präfix %s wird von Nutzer-ID entfernt\n" -#: fetchmail.c:1872 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Keine Präfix-Entfernung\n" -#: fetchmail.c:1879 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Vordeklarierte Mailserver-Aliase:" -#: fetchmail.c:1888 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Lokale Domänen:" -#: fetchmail.c:1898 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Verbindung muss durch Schnittstelle %s geschehen.\n" -#: fetchmail.c:1900 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Kein Schnittstellen-Bindung angefordert.\n" -#: fetchmail.c:1902 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Abfrageschleife wird %s überwachen.\n" -#: fetchmail.c:1904 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Kein Überwachungsinterface angegeben.\n" -#: fetchmail.c:1908 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr "" " Serververbindungen werden mittels Plugin %s durchgeführt (--plugin %s).\n" -#: fetchmail.c:1910 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Kein Plugin-Befehl angegeben.\n" -#: fetchmail.c:1912 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " SMTP/LMTP-Server-Verbindungen werden mittels Plugout %s durchgeführt (--" "plugout %s).\n" -#: fetchmail.c:1914 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Kein Plugout-Befehl angegeben.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Keine UIDs von diesem Host gespeichert.\n" -#: fetchmail.c:1928 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UIDs gespeichert.\n" -#: fetchmail.c:1936 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr "" " Abfrage-Nachverfolgungsinformationen werden dem Received-Header " "hinzugefügt.\n" -#: fetchmail.c:1938 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1646,7 +1647,7 @@ msgstr "" " hinzugefügt.\n" ".\n" -#: fetchmail.c:1941 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Eigenschaften zum Durchleiten „%s“.\n" @@ -1752,71 +1753,71 @@ msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" "%s: opportunistisches Upgrade auf TLS fehlgeschlagen, versuche Fortsetzung.\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Benötigte OTP-Fähigkeit nicht in fetchmail einkompiliert\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Benötigte NTLM-Fähigkeit nicht in fetchmail einkompiliert\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Benötigte LOGIN-Fähigkeit nicht vom Server unterstützt\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "unerwartete Expunge-Bestätigung (%d tatsächlich != %d erwartet)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "erneute Abfrage fehlgeschlagen\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d Nachricht wartet nach erneuter Abfrage\n" msgstr[1] "%d Nachrichten warten nach erneuter Abfrage\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "Postfach-Auswahl fehlgeschlagen\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d Nachricht wartet nach der ersten Abfrage\n" msgstr[1] "%d Nachrichten warten nach der ersten Abfrage\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "Säubern fehlgeschlagen\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d Nachricht wartet nach dem Löschen\n" msgstr[1] "%d Nachrichten warten nach dem Löschen\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "Suche nach ungesehenen Nachrichten fehlgeschlagen\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu ist ungesehen\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u ist erste ungesehene\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "Warnung: ignoriere falsche Größendaten vom Server.\n" @@ -2859,154 +2860,154 @@ msgstr "benutze %s (Host %s, Service %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) fehlgeschlagen\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "getaddrinfo(\"%s\",\"%s\")-Fehler: %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "Geben Sie die --service-Option an (siehe auch FAQ-Punkt R12).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "unbekannt (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Versuche, mit %s/%s zu verbinden..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "kann Socket nicht erzeugen: %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "Verbindung fehlgeschlagen.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "Verbindung zu %s:%s [%s/%s] fehlgeschlagen: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "verbunden.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Herausgeber-Organisation: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" "Warnung: Herausgeber-Organisations-Name zu lang (möglicherweise " "beschnitten).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Unbekannte Organisation\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Herausgeber-CommonName: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" "Warnung: Herausgeber-CommonName zu lang (möglicherweise beschnitten).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Unbekannter Herausgeber-CommonName\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Server-CommonName: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Ungültiges Zertifikat: Server-CommonName zu lang!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Server-CommonName stimmt nicht überein: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Server-Name nicht gesetzt, konnte Zertifikat nicht verifizieren!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Unbekannter Server-CommonName\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Server-Name nicht in Zertifikat spezifiziert!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() fehlgeschlagen!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Kein Speicher mehr frei!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Textpuffer für Digest zu klein!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s-Schlüssel-Fingerabdruck: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s-Fingerabdrücke stimmen überein.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s-Fingerabdrücke stimmen nicht überein!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Fehler bei Server-Zertifikat-Überprüfung: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "unbekannter Herausgeber (erste %d Zeichen): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Datei-Deskriptor außerhalb des Bereichs für SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" "Ungültiges SSL-Protokoll „%s“ angegeben, benutze Voreinstellung (SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Zertifikat-/Fingerabdruck-Überprüfung wurde irgendwie übersprungen!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Cygwin-Socket-Lese-Wiederholung\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Cygwin-Socket-Lese-Wiederholung fehlgeschlagen!\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.2.2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2003-05-06 01:03+0300\n" "Last-Translator: Dokianakis Theofanis <madf@hellug.gr>\n" "Language-Team: Greek <nls@tux.hellug.gr>\n" @@ -14,27 +14,27 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-7\n" "Content-Transfer-Encoding: 8bit\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr " %s %s\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr ", IP \n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr ", IP \n" -#: checkalias.c:198 +#: checkalias.c:203 #, fuzzy, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "" " `%s' ( ), \n" " %s.\n" -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "" @@ -90,50 +90,50 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] "\t%d %d octet fetchmail.\n" msgstr[1] "\t%d %d octet fetchmail.\n" -#: driver.c:503 +#: driver.c:511 #, fuzzy, c-format msgid "skipping message %s@%s:%d" msgstr " %s@%s:%d (%d octets)" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr " %s@%s:%d (%d octets)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr " ( -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr " ( )" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr " , %s@%s:%d (%d octets)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr " %s@%s:%d %d" -#: driver.c:616 +#: driver.c:624 #, fuzzy, c-format msgid " (%d octets)" msgstr " (%d %soctets)" -#: driver.c:617 +#: driver.c:625 #, fuzzy, c-format msgid " (%d header octets)" msgstr " (%d octets ) " -#: driver.c:685 +#: driver.c:692 #, fuzzy, c-format msgid " (%d body octets)" msgstr " (%d octets ) " -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" @@ -141,19 +141,19 @@ msgstr "" " %s@%s:%d (%d !=%d " ")\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr "\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr "\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " \n" -#: driver.c:822 +#: driver.c:828 #, fuzzy, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -163,38 +163,38 @@ msgstr[0] "" msgstr[1] "" " %d; %d %s %s\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr " %d %s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr " %d %s.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr " %d %s.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "" " %d .\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr " %d .\n" -#: driver.c:907 +#: driver.c:913 #, fuzzy msgid "Subject: fetchmail sees repeated timeouts" msgstr "Subject: fetchmail \n" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -203,7 +203,7 @@ msgstr "" " fetchmail %d " " %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -220,31 +220,36 @@ msgstr "" " fetchmail \n" ".\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr " - %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr " - %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr " HESIOD . %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr " .\n" -#: driver.c:1008 +#: driver.c:1021 #, fuzzy, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr " DNS %s\n" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%s %s " -#: driver.c:1071 +#: driver.c:1084 #, fuzzy msgid "Subject: Fetchmail unreachable-server warning." msgstr "" @@ -252,45 +257,45 @@ msgstr "" "\n" " fetchmail %s:" -#: driver.c:1073 +#: driver.c:1086 #, fuzzy, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr " fetchmail %s@%s.\n" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr " SSL .\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr " lock-busy %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr " busy %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr " %s@%s%s\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr " ( )" -#: driver.c:1187 +#: driver.c:1200 #, fuzzy, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: fetchmail %s@%s\n" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr " fetchmail %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 #, fuzzy msgid "" "The attempt to get authorization failed.\n" @@ -313,7 +318,7 @@ msgstr "" " . \n" " ." -#: driver.c:1201 +#: driver.c:1214 #, fuzzy msgid "" "\n" @@ -339,7 +344,7 @@ msgstr "" " . \n" " ." -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -359,169 +364,174 @@ msgstr "" " . \n" " ." -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr " %s@%s\n" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr " %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr " %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, fuzzy, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: fetchmail %s@%s\n" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr " fetchmail %s@%s.\n" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr " .\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr " - %s\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr " - ' \n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s %s ( %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr " %s\n" -#: driver.c:1328 +#: driver.c:1341 #, fuzzy, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d %s ( %d) %s" msgstr[1] "%d %s ( %d) %s" -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "" msgstr[1] "" -#: driver.c:1334 +#: driver.c:1347 #, fuzzy, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d %s %s" msgstr[1] "%d %s %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d octets).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr " %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr " !" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "socket" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr " RFC822" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr " /" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr " /" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr " " -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr " SMTP" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr " DNS" -#: driver.c:1546 +#: driver.c:1561 #, fuzzy msgid "undefined" msgstr " \n" -#: driver.c:1552 +#: driver.c:1567 #, fuzzy, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "%s SMTP %s\n" -#: driver.c:1554 +#: driver.c:1569 #, fuzzy msgid "unknown" msgstr " ." -#: driver.c:1556 +#: driver.c:1571 #, fuzzy, c-format msgid "%s error while fetching from %s@%s\n" msgstr "%s %s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr " - %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr " - %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr " Kerberos V4 .\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr " Kerberos V5 .\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr " --flush %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr " --all %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr " --limit %s\n" @@ -656,7 +666,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" #: fetchmail.c:142 @@ -678,53 +688,53 @@ msgstr "fetchmail: " msgid "could not get current working directory\n" msgstr " (cwd)\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr " fetchmail %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr " %s%s\n" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "" " -- %s ;\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: .\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: fetchmail\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: %s fetchmail %d; .\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s fetchmail %d .\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -732,7 +742,7 @@ msgstr "" "fetchmail: fetchmail " " .\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -740,236 +750,236 @@ msgstr "" "fetchmail: \n" " fetchmail %d.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: fetchmail %d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: fetchmail .\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: fetchmail %d.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "" "fetchmail: %d.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: %s@%s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr " %s@%s: " -#: fetchmail.c:557 fetchmail.c:593 -#, fuzzy -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: : DNS %s\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 #, fuzzy msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: fetchmail\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr " fetchmail %s \n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr " %s \n" -#: fetchmail.c:612 +#: fetchmail.c:606 +#, fuzzy +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: : DNS %s\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr " - %s ( %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr " fetchmail (%s )\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" " " "\n" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr " fetchmail \n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" " %s ( )\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr " , %s\n" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr " =0 (SUCCESS)\n" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr " =1 (NOMAIL)\n" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr " =2 (SOCKET)\n" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr " =3 (AUTHFAIL)\n" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr " =4 (PROTOCOL)\n" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr " =5 (SYNTAX)\n" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr " =6 (IOERR)\n" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr " =7 (ERROR)\n" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr " =8 (EXCLUDE)\n" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr " =9 (LOCKBUSY)\n" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr " =10 (SMTP)\n" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr " =11 (DNS)\n" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr " =12 (BSMTP)\n" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr " =13 (MAXFETCH)\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr " =%d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr " . .\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, fuzzy, c-format msgid "sleeping at %s for %d seconds\n" msgstr " %s\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr " %s\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr " %d\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr " %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr " , %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr " - run-control\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "" ": %s \n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 #, fuzzy msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" ": %s \n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr " SSL .\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 #, fuzzy msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr " SSL .\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 #, fuzzy msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr " SSL .\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 #, fuzzy msgid "GSSAPI support is configured, but not compiled in.\n" msgstr " SSL .\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" msgstr "" "fetchmail: : DNS %s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, fuzzy, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -977,300 +987,310 @@ msgid "" msgstr "" " %s, \n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, fuzzy, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr " %s, RPOP \n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" " %s, LMTP SMTP\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 #, fuzzy msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr " fetchall !\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr " %d\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s %s ( %s) %s: \n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr " POP2.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr " POP3.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr " IMAP.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr " ETRN.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr " ODMR.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr " .\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s %s ( %s) %s: \n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr " %d \n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr " %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr " Id %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr " syslog\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr " fetchmail Received\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr " fetchmail .\n" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr " fetchmail multidrop %s.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr " fetchmail postmaster.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr " fetchmail .\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr " fetchmail multidrop %s.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr " fetchmail .\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr " %s@%s:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, fuzzy, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " %d .\n" msgstr[1] " %d .\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 #, fuzzy msgid " This host will not be queried when no host is specified.\n" msgstr " %s .\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 #, fuzzy msgid " This host will be queried when no host is specified.\n" msgstr " %s .\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " .\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP = \"%s\".\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP id = \"%s\".\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " KPOP Kerberos %s" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " ( %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " ( ')" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " ( UIDL)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " .\n" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " .\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 #, fuzzy msgid " MSN authentication will be forced.\n" msgstr " NTLM.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " NTLM.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " OTP.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " CRAM-Md5.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " GSSAPI.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Kerberos V4.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Kerberos V5.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " -- .\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " : %s\n" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " SSL .\n" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL: %s.\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " SSL.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " SSL: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, fuzzy, c-format msgid " SSL server CommonName: %s\n" msgstr " : %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " SSL ( ): %s\n" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " - %d " -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (').\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " .\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " :" -#: fetchmail.c:1667 +#: fetchmail.c:1687 #, fuzzy msgid " All messages will be retrieved (--all on).\n" msgstr " %s (--all %s).\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 #, fuzzy msgid " Only new messages will be retrieved (--all off).\n" msgstr " %s (--all %s).\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 #, fuzzy msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " %s (--keep %s).\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 #, fuzzy msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " %s (--keep %s).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 #, fuzzy msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " %s (--flush %s).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 #, fuzzy msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " %s (--flush %s).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 #, fuzzy msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " @@ -1278,7 +1298,7 @@ msgid "" msgstr "" " %s (--flush %s).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 #, fuzzy msgid "" " Oversized messages will not be flushed before message retrieval (--" @@ -1286,344 +1306,344 @@ msgid "" msgstr "" " %s (--flush %s).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 #, fuzzy msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr "" " - %s (--norewrite %s).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 #, fuzzy msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr "" " - %s (--norewrite %s).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 #, fuzzy msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Carriage-return %s (stripcr %s).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 #, fuzzy msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Carriage-return %s (stripcr %s).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 #, fuzzy msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Carriage-return %s (forcecr %s).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 #, fuzzy msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Carriage-return %s (forcecr %s).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr " Content-Transfer-Encoding %s (pass8bits %s).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr " Content-Transfer-Encoding %s (pass8bits %s).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 #, fuzzy msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " MIME %s (mimedecode %s).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 #, fuzzy msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " MIME %s (mimedecode %s).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 #, fuzzy msgid " Idle after poll is enabled (idle on).\n" msgstr " %s (idle %s).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 #, fuzzy msgid " Idle after poll is disabled (idle off).\n" msgstr " %s (idle %s).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 #, fuzzy msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Nonempty Status %s (dropstatus %s)\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 #, fuzzy msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Nonempty Status %s (dropstatus %s)\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 #, fuzzy msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Delivered-To %s (dropdelivered %s)\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 #, fuzzy msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Delivered-To %s (dropdelivered %s)\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " %d octets (--limit %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " (--limit 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " %d (--warnings %" "d).\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " (--warnings 0).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " - %d (--fetchlimit %d).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " - (--fetchlimit 0).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, fuzzy, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " - %d (--fetchlimit %d).\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 #, fuzzy msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " (--limit 0).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " SMTP %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " SMTP (--batchlimit 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " %d (--expunge %d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " (--expunge 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " :" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (')" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " %s BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " \"%s\".\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " %cMTP :" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " MAIL FROM %s\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr "" " RCPT TO \n" " SMTP %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " spam :" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " -spam\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " \"%s\".\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " -.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " \"%s\".\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " -.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " .\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " multi-drop: " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " single-drop: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, fuzzy, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d () .\n" msgstr[1] "%d () .\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 #, fuzzy msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " DNS multidrop %s.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 #, fuzzy msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " DNS multidrop %s.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 #, fuzzy msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr " multidrop " -#: fetchmail.c:1848 +#: fetchmail.c:1868 #, fuzzy msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " multidrop " -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " -\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " : %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, fuzzy, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " : %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " %s user id\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " \n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " -:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " :" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " interface %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " interface.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " interface .\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " plugin %s (--plugin %s).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " plugin.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr " plugout %s (--plugout %s).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " plugout.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " UID .\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UID .\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr "" " Received.\n" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1631,7 +1651,7 @@ msgstr "" " \n" "Received.\n" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Pass-through \"%s\".\n" @@ -1736,73 +1756,73 @@ msgstr "" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr " OTP fetchmail\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr " NTLM fetchmail\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr " LOGIN fetchmail\n" -#: imap.c:667 +#: imap.c:676 #, fuzzy, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "" " %s@%s:%d (%d !=%d " ")\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr " \n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, fuzzy, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d \n" msgstr[1] "%d \n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr " \n" -#: imap.c:802 +#: imap.c:811 #, fuzzy, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d \n" msgstr[1] "%d \n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr " \n" -#: imap.c:820 +#: imap.c:829 #, fuzzy, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d \n" msgstr[1] "%d \n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr " \n" -#: imap.c:890 +#: imap.c:899 #, fuzzy, c-format msgid "%lu is unseen\n" msgstr "%u \n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u \n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2005,79 +2025,79 @@ msgstr " OTP\n" msgid "Secret pass phrase: " msgstr " : " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr " '%s' .\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr " '%s' %s %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr " `%s'.\n" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr " `%s'.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr ": fetchmail [] [ ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " :\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help \n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version \n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check \n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent \n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose ( )\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon n \n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr " -N, --nodetach \n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit \n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile \n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" @@ -2085,234 +2105,245 @@ msgstr "" " --syslog syslog(3) \n" " \n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr "" " --invisible Received & " "\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr " -f, --fetchmailrc \n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr " -i, --idfile UIDs\n" -#: options.c:607 +#: options.c:617 #, fuzzy msgid " --pidfile specify alternate PID (lock) file\n" msgstr " -i, --idfile UIDs\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr " --postmaster \n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" " --nobounce " "postmaster.\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface interface\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr " -M, --monitor interface \n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl ssl \n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey ssl\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert ssl\n" -#: options.c:618 +#: options.c:630 #, fuzzy msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr " --sslcert ssl\n" -#: options.c:619 +#: options.c:631 #, fuzzy msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcert ssl\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" msgstr "" -#: options.c:622 +#: options.c:634 #, fuzzy msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr " --sslproto ssl (ssl2/ssl3/tls1)\n" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr "" " --plugin \n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" " --plugout smtp \n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr "" " -p, --protocol ( man)\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl UIDL (pop3 )\n" -#: options.c:629 +#: options.c:641 #, fuzzy msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr " -P, --port TCP/IP \n" -#: options.c:630 +#: options.c:642 #, fuzzy msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr " -P, --port TCP/IP \n" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr " --auth (password/kerberos/ssh/otp)\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout - \n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope \n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr " -Q, --qvirtual user id\n" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr " --principal \n" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" " --tracepolls - Received\n" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr " -u, --username user login \n" -#: options.c:639 +#: options.c:651 #, fuzzy msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --all \n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr " -K, --nokeep \n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr " -k, --keep \n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush \n" -#: options.c:643 +#: options.c:655 #, fuzzy msgid " --limitflush delete oversized messages\n" msgstr " -F, --flush \n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite \n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr " -l, --limit \n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr "" " -w, --warnings \n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost SMTP \n" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr " --fetchdomains \n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr " -D, --smtpaddress SMTP \n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr " --smtpname SMTP username@domain\n" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr " -Z, --antispam, -spam\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr " -b, --batchlimit SMTP\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr "" " -B, --fetchlimit \n" -#: options.c:655 +#: options.c:667 #, fuzzy msgid " --fetchsizelimit set fetch message size limit\n" msgstr " --fetchdomains \n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr "" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr " -e, --expunge \n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " -m, --mda MDA \n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp BSMTP\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp LMTP (RFC2033) \n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder \n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr "" " --showdots \n" @@ -2396,15 +2427,15 @@ msgstr " UIDL\n" msgid "Option --folder is not supported with POP3\n" msgstr " --remote POP3\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr " " -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr " SDPS ." -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2412,7 +2443,7 @@ msgstr "" "fetchmail: interface Linux ( IPv6) " " FreeBSD\n" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2420,36 +2451,36 @@ msgstr "" "fetchmail: monitor Linux ( IPv6) " " FreeBSD\n" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr " SSL " -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr " " -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr " %s .\n" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, fuzzy, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr " %s -rwx--x--- (0710) .\n" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr " %s .\n" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr " " -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s ( )" #: rfc822.c:76 @@ -2666,108 +2697,112 @@ msgstr "SMTP: (bounce-message )\n" msgid "mail from %s bounced to %s\n" msgstr " %s %s\n" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr " %d\n" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "%cMTP : %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, fuzzy, c-format msgid "BSMTP file open failed: %s\n" msgstr " BSMTP \n" -#: sink.c:758 +#: sink.c:776 #, fuzzy msgid "BSMTP preamble write failed.\n" msgstr " BSMTP \n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr " %cMTP `%s'\n" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr " %cMTP `%s'\n" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr " postmaster.\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr " %s!\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr " %s.\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr " : %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr " MDA \n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr " %cMTP %s \n" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr " %s" -#: sink.c:1346 +#: sink.c:1364 #, fuzzy, c-format msgid "Error writing to MDA: %s\n" msgstr " %s\n" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr " MDA %d\n" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr " MDA - %d\n" -#: sink.c:1355 +#: sink.c:1373 #, fuzzy, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" msgstr ": MDA pclose %d, %s:%d\n" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr " BSMTP \n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr " SMTP \n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr " LMTP EOM\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr " -503 LMTP EOM: %s\n" -#: sink.c:1587 +#: sink.c:1605 #, fuzzy msgid "" "-- \n" @@ -2776,32 +2811,32 @@ msgstr "" "--\n" "\t\t\t\t Fetchmail\n" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr " ESMTP CRAM-MD5...\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr " AUTH.\n" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr " BASE64 .\n" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr " : %s\n" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr " ESMTP PLAIN...\n" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr " ESMTP LOGIN...\n" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr " smtp\n" @@ -2831,239 +2866,239 @@ msgstr " %s ( %s %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) \n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "" -#: socket.c:310 +#: socket.c:313 #, fuzzy, c-format msgid "cannot create socket: %s\n" msgstr " %s!\n" -#: socket.c:326 +#: socket.c:329 #, fuzzy msgid "connection failed.\n" msgstr " SSL .\n" -#: socket.c:328 +#: socket.c:331 #, fuzzy, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "%s %s " -#: socket.c:334 +#: socket.c:337 #, fuzzy msgid "connected.\n" msgstr " SSL .\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr " : %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" ": ( ).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr " \n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr " : %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" ": ( ).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr " \n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr " : %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr " : Subject !\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr " : %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "" " , !\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr " \n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr " !\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() !\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr " !\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr " !\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s : %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s .\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s !\n" -#: socket.c:733 +#: socket.c:736 #, fuzzy, c-format msgid "Server certificate verification error: %s\n" msgstr ": : %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr " ( %d ): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr " SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr " SSL '%s', (SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr " / !\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr " Cygwin\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr " Cygwin !\n" -#: transact.c:67 +#: transact.c:65 #, fuzzy, c-format msgid "mapped address %s to local %s\n" msgstr " %s %s\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr " %s %s\n" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr " %s %s\n" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" "%s" msgstr " Received:%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr " , %s . \n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr " , %s . \n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr " Received\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr " Received `%s'\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr " \n" -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr " \n" -#: transact.c:584 +#: transact.c:599 #, fuzzy, c-format msgid "line: %s" msgstr " %s\n" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr " , %s\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr " DNS\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr " RFC822 msgblk.headers\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr " " -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr " %s " -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr " NULs" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr " SMTP : " diff --git a/po/en_GB.po b/po/en_GB.po index 537fbd6a..ec71001a 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.10-beta1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2009-05-25 23:50+0200\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2009-05-26 18:57+0200\n" "Last-Translator: David Lodge <dave@cirt.net>\n" "Language-Team: English (British) <en_gb@li.org>\n" @@ -231,59 +231,59 @@ msgstr "couldn't find HESIOD pobox for %s\n" msgid "Lead server has no name.\n" msgstr "Lead server has no name.\n" -#: driver.c:1018 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "couldn't find canonical DNS name of %s (%s): %s\n" -#: driver.c:1065 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%s connection to %s failed" -#: driver.c:1081 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Subject: Fetchmail unreachable-server warning." -#: driver.c:1083 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail could not reach the mail server %s:" -#: driver.c:1111 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "SSL connection failed.\n" -#: driver.c:1164 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Lock-busy error on %s@%s\n" -#: driver.c:1168 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Server busy error on %s@%s\n" -#: driver.c:1173 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Authorisation failure on %s@%s%s\n" -#: driver.c:1176 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (previously authorised)" -#: driver.c:1197 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: fetchmail authentication failed on %s@%s" -#: driver.c:1201 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail could not get mail from %s@%s.\n" -#: driver.c:1205 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -297,7 +297,7 @@ msgstr "" "that fetchmail cannot distinguish because the server didn't send a useful\n" "error message." -#: driver.c:1211 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -317,7 +317,7 @@ msgstr "" "at each cycle. No future notifications will be sent until service\n" "is restored." -#: driver.c:1221 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -337,172 +337,172 @@ msgstr "" "at each cycle. No future notifications will be sent until service\n" "is restored." -#: driver.c:1237 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Repoll immediately on %s@%s\n" -#: driver.c:1242 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Unknown login or authentication error on %s@%s\n" -#: driver.c:1266 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Authorisation OK on %s@%s\n" -#: driver.c:1272 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: fetchmail authentication OK on %s@%s" -#: driver.c:1276 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail was able to log into %s@%s.\n" -#: driver.c:1280 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Service has been restored.\n" -#: driver.c:1312 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "selecting or re-polling folder %s\n" -#: driver.c:1314 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "selecting or re-polling default folder\n" -#: driver.c:1326 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s at %s (folder %s)" -#: driver.c:1329 rcfile_y.y:384 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s at %s" -#: driver.c:1334 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Polling %s\n" -#: driver.c:1338 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d message (%d %s) for %s" msgstr[1] "%d messages (%d %s) for %s" -#: driver.c:1341 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "seen" msgstr[1] "seen" -#: driver.c:1344 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d message for %s" msgstr[1] "%d messages for %s" -#: driver.c:1351 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d octets).\n" -#: driver.c:1357 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "No mail for %s\n" -#: driver.c:1390 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "bogus message count!" -#: driver.c:1534 +#: driver.c:1537 msgid "socket" msgstr "socket" -#: driver.c:1537 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "missing or bad RFC822 header" -#: driver.c:1540 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1543 +#: driver.c:1546 msgid "client/server synchronization" msgstr "client/server synchronisation" -#: driver.c:1546 +#: driver.c:1549 msgid "client/server protocol" msgstr "client/server protocol" -#: driver.c:1549 +#: driver.c:1552 msgid "lock busy on server" msgstr "lock busy on server" -#: driver.c:1552 +#: driver.c:1555 msgid "SMTP transaction" msgstr "SMTP transaction" -#: driver.c:1555 +#: driver.c:1558 msgid "DNS lookup" msgstr "DNS lookup" -#: driver.c:1558 +#: driver.c:1561 msgid "undefined" msgstr "undefined" -#: driver.c:1564 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "%s error while fetching from %s@%s and delivering to SMTP host %s\n" -#: driver.c:1566 +#: driver.c:1569 msgid "unknown" msgstr "unknown" -#: driver.c:1568 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "%s error while fetching from %s@%s\n" -#: driver.c:1580 +#: driver.c:1583 #, c-format msgid "post-connection command terminated with signal %d\n" msgstr "post-connection command terminated with signal %d\n" -#: driver.c:1582 +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "post-connection command failed with status %d\n" -#: driver.c:1601 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Kerberos V4 support not linked.\n" -#: driver.c:1609 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Kerberos V5 support not linked.\n" -#: driver.c:1620 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Option --flush is not supported with %s\n" -#: driver.c:1626 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Option --all is not supported with %s\n" -#: driver.c:1635 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Option --limit is not supported with %s\n" @@ -643,7 +643,8 @@ msgid "" "Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" -"Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham Wilson\n" +"Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " +"Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" "Copyright (C) 2005 - 2009 Matthias Andree\n" @@ -674,47 +675,47 @@ msgstr "could not get current working directory\n" msgid "This is fetchmail release %s" msgstr "This is fetchmail release %s" -#: fetchmail.c:398 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Taking options from command line%s%s\n" -#: fetchmail.c:399 +#: fetchmail.c:404 msgid " and " msgstr " and " -#: fetchmail.c:404 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "No mailservers set up -- perhaps %s is missing?\n" -#: fetchmail.c:425 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: no mailservers have been specified.\n" -#: fetchmail.c:437 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: no other fetchmail is running\n" -#: fetchmail.c:443 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: error killing %s fetchmail at %d; bailing out.\n" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "background" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "foreground" -#: fetchmail.c:452 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s fetchmail at %d killed.\n" -#: fetchmail.c:475 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -722,230 +723,230 @@ msgstr "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" -#: fetchmail.c:481 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" msgstr "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" -#: fetchmail.c:488 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: another foreground fetchmail is running at %d.\n" -#: fetchmail.c:498 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: can't accept options while a background fetchmail is running.\n" -#: fetchmail.c:504 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: background fetchmail at %d awakened.\n" -#: fetchmail.c:516 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: elder sibling at %d died mysteriously.\n" -#: fetchmail.c:531 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: can't find a password for %s@%s.\n" -#: fetchmail.c:535 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Enter password for %s@%s: " -#: fetchmail.c:560 fetchmail.c:596 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" - -#: fetchmail.c:572 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: Cannot detach into background. Aborting.\n" -#: fetchmail.c:576 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "starting fetchmail %s daemon \n" -#: fetchmail.c:592 fetchmail.c:594 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "could not open %s to append logs to \n" -#: fetchmail.c:615 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "--check mode enabled, not fetching mail\n" -#: fetchmail.c:637 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "couldn't time-check %s (error %d)\n" -#: fetchmail.c:642 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "restarting fetchmail (%s changed)\n" -#: fetchmail.c:647 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "attempt to re-exec may fail as directory has not been restored\n" -#: fetchmail.c:674 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "attempt to re-exec fetchmail failed\n" -#: fetchmail.c:704 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "poll of %s skipped (failed authentication or too many timeouts)\n" -#: fetchmail.c:716 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "interval not reached, not querying %s\n" -#: fetchmail.c:754 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Query status=0 (SUCCESS)\n" -#: fetchmail.c:756 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Query status=1 (NOMAIL)\n" -#: fetchmail.c:758 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Query status=2 (SOCKET)\n" -#: fetchmail.c:760 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Query status=3 (AUTHFAIL)\n" -#: fetchmail.c:762 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Query status=4 (PROTOCOL)\n" -#: fetchmail.c:764 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Query status=5 (SYNTAX)\n" -#: fetchmail.c:766 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Query status=6 (IOERR)\n" -#: fetchmail.c:768 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Query status=7 (ERROR)\n" -#: fetchmail.c:770 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Query status=8 (EXCLUDE)\n" -#: fetchmail.c:772 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Query status=9 (LOCKBUSY)\n" -#: fetchmail.c:774 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Query status=10 (SMTP)\n" -#: fetchmail.c:776 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Query status=11 (DNS)\n" -#: fetchmail.c:778 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Query status=12 (BSMTP)\n" -#: fetchmail.c:780 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Query status=13 (MAXFETCH)\n" -#: fetchmail.c:782 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Query status=%d\n" -#: fetchmail.c:824 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "All connections are wedged. Exiting.\n" -#: fetchmail.c:831 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "sleeping at %s for %d seconds\n" -#: fetchmail.c:855 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "awakened by %s\n" -#: fetchmail.c:858 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "awakened by signal %d\n" -#: fetchmail.c:865 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "awakened at %s\n" -#: fetchmail.c:871 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "normal termination, status %d\n" -#: fetchmail.c:1025 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "couldn't time-check the run-control file\n" -#: fetchmail.c:1058 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Warning: multiple mentions of host %s in config file\n" -#: fetchmail.c:1091 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "fetchmail: Error: multiple \"defaults\" records in config file.\n" -#: fetchmail.c:1213 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "SSL support is not compiled in.\n" -#: fetchmail.c:1220 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "KERBEROS v4 support is configured, but not compiled in.\n" -#: fetchmail.c:1226 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "KERBEROS v5 support is configured, but not compiled in.\n" -#: fetchmail.c:1232 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "GSSAPI support is configured, but not compiled in.\n" -#: fetchmail.c:1262 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" msgstr "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" -#: fetchmail.c:1273 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "warning: multidrop for %s requires envelope option!\n" -#: fetchmail.c:1274 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "warning: Do not ask for support if all mail goes to postmaster!\n" -#: fetchmail.c:1291 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -954,297 +955,297 @@ msgstr "" "fetchmail: %s configuration invalid, specify positive port number for " "service or port\n" -#: fetchmail.c:1298 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" -#: fetchmail.c:1316 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "%s configuration invalid, LMTP can't use default SMTP port\n" -#: fetchmail.c:1330 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "Both fetchall and keep on in daemon or idle mode is a mistake!\n" -#: fetchmail.c:1355 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "terminated with signal %d\n" -#: fetchmail.c:1428 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s querying %s (protocol %s) at %s: poll started\n" -#: fetchmail.c:1453 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "POP2 support is not configured.\n" -#: fetchmail.c:1465 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "POP3 support is not configured.\n" -#: fetchmail.c:1475 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "IMAP support is not configured.\n" -#: fetchmail.c:1481 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "ETRN support is not configured.\n" -#: fetchmail.c:1489 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "ODMR support is not configured.\n" -#: fetchmail.c:1496 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "unsupported protocol selected.\n" -#: fetchmail.c:1506 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s querying %s (protocol %s) at %s: poll completed\n" -#: fetchmail.c:1523 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Poll interval is %d seconds\n" -#: fetchmail.c:1525 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Logfile is %s\n" -#: fetchmail.c:1527 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Idfile is %s\n" -#: fetchmail.c:1530 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Progress messages will be logged via syslog\n" -#: fetchmail.c:1533 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail will masquerade and will not generate Received\n" -#: fetchmail.c:1535 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail will show progress dots even in logfiles.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail will forward misaddressed multidrop messages to %s.\n" -#: fetchmail.c:1541 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail will direct error mail to the postmaster.\n" -#: fetchmail.c:1543 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail will direct error mail to the sender.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" msgstr "Fetchmail will treat permanent errors as permanent (drop messsages).\n" -#: fetchmail.c:1548 +#: fetchmail.c:1559 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" msgstr "Fetchmail will treat permanent errors as temporary (keep messages).\n" -#: fetchmail.c:1555 +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Options for retrieving from %s@%s:\n" -#: fetchmail.c:1559 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Mail will be retrieved via %s\n" -#: fetchmail.c:1562 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Poll of this server will occur every %d interval.\n" msgstr[1] " Poll of this server will occur every %d intervals.\n" -#: fetchmail.c:1566 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " True name of server is %s.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr " This host will not be queried when no host is specified.\n" -#: fetchmail.c:1570 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " This host will be queried when no host is specified.\n" -#: fetchmail.c:1574 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Password will be prompted for.\n" -#: fetchmail.c:1578 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP secret = \"%s\".\n" -#: fetchmail.c:1581 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP id = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Password = \"%s\".\n" -#: fetchmail.c:1593 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Protocol is KPOP with Kerberos %s authentication" -#: fetchmail.c:1596 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Protocol is %s" -#: fetchmail.c:1598 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (using service %s)" -#: fetchmail.c:1600 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (using default port)" -#: fetchmail.c:1602 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (forcing UIDL use)" -#: fetchmail.c:1608 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " All available authentication methods will be tried.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Password authentication will be forced.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " MSN authentication will be forced.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " NTLM authentication will be forced.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " OTP authentication will be forced.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " CRAM-Md5 authentication will be forced.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " GSSAPI authentication will be forced.\n" -#: fetchmail.c:1629 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Kerberos V4 authentication will be forced.\n" -#: fetchmail.c:1632 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Kerberos V5 authentication will be forced.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " End-to-end encryption assumed.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Mail service principal is: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " SSL encrypted sessions enabled.\n" -#: fetchmail.c:1644 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL protocol: %s.\n" -#: fetchmail.c:1646 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " SSL server certificate checking enabled.\n" -#: fetchmail.c:1648 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " SSL trusted certificate directory: %s\n" -#: fetchmail.c:1651 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr " SSL server CommonName: %s\n" -#: fetchmail.c:1653 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " SSL key fingerprint (checked against the server key): %s\n" -#: fetchmail.c:1656 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Server nonresponse timeout is %d seconds" -#: fetchmail.c:1658 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (default).\n" -#: fetchmail.c:1665 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Default mailbox selected.\n" -#: fetchmail.c:1670 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Selected mailboxes are:" -#: fetchmail.c:1676 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " All messages will be retrieved (--all on).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Only new messages will be retrieved (--all off).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Fetched messages will be kept on the server (--keep on).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " Fetched messages will not be kept on the server (--keep off).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " Old messages will be flushed before message retrieval (--flush on).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " Old messages will not be flushed before message retrieval (--flush off).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1252,7 +1253,7 @@ msgstr "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1260,319 +1261,319 @@ msgstr "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " Rewrite of server-local addresses is enabled (--norewrite off).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " Rewrite of server-local addresses is disabled (--norewrite on).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Carriage-return stripping is enabled (stripcr on).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Carriage-return stripping is disabled (stripcr off).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Carriage-return forcing is enabled (forcecr on).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Carriage-return forcing is disabled (forcecr off).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" -#: fetchmail.c:1698 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" -#: fetchmail.c:1700 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " MIME decoding is enabled (mimedecode on).\n" -#: fetchmail.c:1701 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " MIME decoding is disabled (mimedecode off).\n" -#: fetchmail.c:1703 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " Idle after poll is enabled (idle on).\n" -#: fetchmail.c:1704 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " Idle after poll is disabled (idle off).\n" -#: fetchmail.c:1706 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Nonempty Status lines will be discarded (dropstatus on)\n" -#: fetchmail.c:1707 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Nonempty Status lines will be kept (dropstatus off)\n" -#: fetchmail.c:1709 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Delivered-To lines will be discarded (dropdelivered on)\n" -#: fetchmail.c:1710 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Delivered-To lines will be kept (dropdelivered off)\n" -#: fetchmail.c:1714 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Message size limit is %d octets (--limit %d).\n" -#: fetchmail.c:1717 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " No message size limit (--limit 0).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr " Message size warning interval is %d seconds (--warnings %d).\n" -#: fetchmail.c:1722 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Size warnings on every poll (--warnings 0).\n" -#: fetchmail.c:1725 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Received-message limit is %d (--fetchlimit %d).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " No received-message limit (--fetchlimit 0).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " Fetch message size limit is %d (--fetchsizelimit %d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " No fetch message size limit (--fetchsizelimit 0).\n" -#: fetchmail.c:1737 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr " Do binary search of UIDs during each poll (--fastuidl 1).\n" -#: fetchmail.c:1739 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" -#: fetchmail.c:1742 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr " Do linear search of UIDs during each poll (--fastuidl 0).\n" -#: fetchmail.c:1744 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " SMTP message batch limit is %d.\n" -#: fetchmail.c:1746 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " No SMTP message batch limit (--batchlimit 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr " Deletion interval between expunges forced to %d (--expunge %d).\n" -#: fetchmail.c:1752 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " No forced expunges (--expunge 0).\n" -#: fetchmail.c:1759 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Domains for which mail will be fetched are:" -#: fetchmail.c:1764 fetchmail.c:1784 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (default)" -#: fetchmail.c:1769 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Messages will be appended to %s as BSMTP\n" -#: fetchmail.c:1771 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Messages will be delivered with \"%s\".\n" -#: fetchmail.c:1778 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Messages will be %cMTP-forwarded to:" -#: fetchmail.c:1789 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Host part of MAIL FROM line will be %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" -#: fetchmail.c:1801 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Recognised listener spam block responses are:" -#: fetchmail.c:1807 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Spam-blocking disabled\n" -#: fetchmail.c:1810 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Server connection will be brought up with \"%s\".\n" -#: fetchmail.c:1813 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " No pre-connection command.\n" -#: fetchmail.c:1815 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Server connection will be taken down with \"%s\".\n" -#: fetchmail.c:1818 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " No post-connection command.\n" -#: fetchmail.c:1821 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " No localnames declared for this host.\n" -#: fetchmail.c:1831 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Multi-drop mode: " -#: fetchmail.c:1833 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Single-drop mode: " -#: fetchmail.c:1835 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d local name recognised.\n" msgstr[1] "%d local names recognised.\n" -#: fetchmail.c:1850 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " DNS lookup for multidrop addresses is enabled.\n" -#: fetchmail.c:1851 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " DNS lookup for multidrop addresses is disabled.\n" -#: fetchmail.c:1855 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Server aliases will be compared with multidrop addresses by IP address.\n" -#: fetchmail.c:1857 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " Server aliases will be compared with multidrop addresses by name.\n" -#: fetchmail.c:1860 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Envelope-address routing is disabled\n" -#: fetchmail.c:1863 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Envelope header is assumed to be: %s\n" -#: fetchmail.c:1866 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Number of envelope headers to be skipped over: %d\n" -#: fetchmail.c:1869 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Prefix %s will be removed from user id\n" -#: fetchmail.c:1872 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " No prefix stripping\n" -#: fetchmail.c:1879 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Predeclared mailserver aliases:" -#: fetchmail.c:1888 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Local domains:" -#: fetchmail.c:1898 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Connection must be through interface %s.\n" -#: fetchmail.c:1900 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " No interface requirement specified.\n" -#: fetchmail.c:1902 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Polling loop will monitor %s.\n" -#: fetchmail.c:1904 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " No monitor interface specified.\n" -#: fetchmail.c:1908 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " Server connections will be made via plugin %s (--plugin %s).\n" -#: fetchmail.c:1910 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " No plugin command specified.\n" -#: fetchmail.c:1912 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr " Listener connections will be made via plugout %s (--plugout %s).\n" -#: fetchmail.c:1914 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " No plugout command specified.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " No UIDs saved from this host.\n" -#: fetchmail.c:1928 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UIDs saved.\n" -#: fetchmail.c:1936 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " Poll trace information will be added to the Received header.\n" -#: fetchmail.c:1938 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1580,7 +1581,7 @@ msgstr "" " No poll trace information will be added to the Received header.\n" ".\n" -#: fetchmail.c:1941 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Pass-through properties \"%s\".\n" @@ -1685,71 +1686,71 @@ msgstr "%s: upgrade to TLS failed.\n" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "%s: opportunistic upgrade to TLS failed, trying to continue\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Required OTP capability not compiled into fetchmail\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Required NTLM capability not compiled into fetchmail\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Required LOGIN capability not supported by server\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "mail expunge mismatch (%d actual != %d expected)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "re-poll failed\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d message waiting after re-poll\n" msgstr[1] "%d messages waiting after re-poll\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "mailbox selection failed\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d message waiting after first poll\n" msgstr[1] "%d messages waiting after first poll\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "expunge failed\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d message waiting after expunge\n" msgstr[1] "%d messages waiting after expunge\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "search for unseen messages failed\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu is unseen\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u is first unseen\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2776,150 +2777,150 @@ msgstr "running %s (host %s service %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) failed\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "getaddrinfo(\"%s\",\"%s\") error: %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "Try adding the --service option (see also FAQ item R12).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "unknown (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Trying to connect to %s/%s..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "cannot create socket: %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "connection failed.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "connection to %s:%s [%s/%s] failed: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "connected.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Issuer Organisation: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "Warning: Issuer Organisation Name too long (possibly truncated).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Unknown Organisation\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Issuer CommonName: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "Warning: Issuer CommonName too long (possibly truncated).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Unknown Issuer CommonName\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Server CommonName: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Bad certificate: Subject CommonName too long!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Server CommonName mismatch: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Server name not set, could not verify certificate!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Unknown Server CommonName\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Server name not specified in certificate!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() failed!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Out of memory!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Digest text buffer too small!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s key fingerprint: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s fingerprints match.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s fingerprints do not match!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Server certificate verification error: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "unknown issuer (first %d characters): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "File descriptor out of range for SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Certificate/fingerprint verification was somehow skipped!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Cygwin socket read retry\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Cygwin socket read retry failed!\n" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.10-pre1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2009-05-26 15:28+0200\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2009-05-26 11:12+0200\n" "Last-Translator: Francisco Molinero <paco@byasl.com>\n" "Language-Team: Spanish <es@li.org>\n" @@ -245,59 +245,59 @@ msgstr "no fue posible encontrar la casilla HESIOD para %s\n" msgid "Lead server has no name.\n" msgstr "El servidor líder no tiene nombre.\n" -#: driver.c:1018 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "no se encontró el nombre DNS canónico de%s (%s): %s\n" -#: driver.c:1065 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "Falló la conexión de %s a %s" -#: driver.c:1081 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Asunto: aviso de fetchmail servidor fuera de alcance." -#: driver.c:1083 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail no puede alcanzar al servidor de correo %s:" -#: driver.c:1111 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "Fallo en la conexión SSL.\n" -#: driver.c:1164 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Error «lock-busy» en %s@%s\n" -#: driver.c:1168 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Error: servidor ocupado en %s@%s\n" -#: driver.c:1173 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Fallo de autorización en %s@%s%s\n" -#: driver.c:1176 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (previamente autorizado)" -#: driver.c:1197 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Asunto: la autenticación de fetchmail falló en %s@%s" -#: driver.c:1201 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail no pudo obtener correo de %s@%s.\n" -#: driver.c:1205 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -319,7 +319,7 @@ msgstr "" "conexión en cada ciclo. No se enviarán más notificaciones hasta que el\n" "servicio se restablezca." -#: driver.c:1211 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -339,7 +339,7 @@ msgstr "" "en cada ciclo. No se enviarán futuras notificaciones hasta que el servicio\n" "se restaure." -#: driver.c:1221 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -361,172 +361,172 @@ msgstr "" "conexión en cada ciclo. No se enviarán más notificaciones hasta que el\n" "servicio se restablezca." -#: driver.c:1237 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Reconsultar inmediatamente %s@%s\n" -#: driver.c:1242 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Error de entrada o de autenticación desconocido en %s@%s\n" -#: driver.c:1266 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Autorización correcta en %s@%s\n" -#: driver.c:1272 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Asunto: autenticación de fetchmail correcta en %s@%s" -#: driver.c:1276 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail pudo registrarse en %s@%s.\n" -#: driver.c:1280 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "El servicio ha sido reestablecido.\n" -#: driver.c:1312 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "seleccionando o reconsultando la carpeta %s\n" -#: driver.c:1314 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "seleccionando o reconsultando la carpeta predeterminada\n" -#: driver.c:1326 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s en %s (carpeta %s)" -#: driver.c:1329 rcfile_y.y:384 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s en %s" -#: driver.c:1334 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Consultando %s\n" -#: driver.c:1338 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d mensaje (%d %s) para %s" msgstr[1] "%d mensajes (%d %s) para %s" -#: driver.c:1341 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "visto" msgstr[1] "vistos" -#: driver.c:1344 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d mensaje para %s" msgstr[1] "%d mensajes para %s" -#: driver.c:1351 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d octetos).\n" -#: driver.c:1357 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "No hay correo para %s\n" -#: driver.c:1390 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "¡cantidad de mensajes incorrecta!" -#: driver.c:1534 +#: driver.c:1537 msgid "socket" msgstr "zócalo" -#: driver.c:1537 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "el encabezado RFC822 falta o es inocrrecto" -#: driver.c:1540 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1543 +#: driver.c:1546 msgid "client/server synchronization" msgstr "sincronización cliente/servidor" -#: driver.c:1546 +#: driver.c:1549 msgid "client/server protocol" msgstr "protocolo cliente/servidor" -#: driver.c:1549 +#: driver.c:1552 msgid "lock busy on server" msgstr "bloqueo ocupado en el servidor" -#: driver.c:1552 +#: driver.c:1555 msgid "SMTP transaction" msgstr "Transacción SMTP" -#: driver.c:1555 +#: driver.c:1558 msgid "DNS lookup" msgstr "búsqueda en DNS" -#: driver.c:1558 +#: driver.c:1561 msgid "undefined" msgstr "indefinido" -#: driver.c:1564 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "error %s al recibir de %s@%s y entregar al anfitrión SMTP %s\n" -#: driver.c:1566 +#: driver.c:1569 msgid "unknown" msgstr "desconocida" -#: driver.c:1568 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "error %s al recibir de %s@%s\n" -#: driver.c:1580 +#: driver.c:1583 #, c-format msgid "post-connection command terminated with signal %d\n" msgstr "la orden de postconexión falló con la señal %d\n" -#: driver.c:1582 +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "la orden de postconexión falló con estado %d\n" -#: driver.c:1601 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Soporte de Kerberos V4 no incluido.\n" -#: driver.c:1609 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Soporte de Kerberos V5 no incluido.\n" -#: driver.c:1620 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Opción --flush no permitida con %s\n" -#: driver.c:1626 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Opción --all no permitida con %s\n" -#: driver.c:1635 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Opción --limit no permitida con %s\n" @@ -702,47 +702,47 @@ msgstr "no fue posible obtener el directorio de trabajo actual\n" msgid "This is fetchmail release %s" msgstr "Esta es la versión de fetchmail %s" -#: fetchmail.c:398 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Tomando opciones de la línea de órdenes%s%s\n" -#: fetchmail.c:399 +#: fetchmail.c:404 msgid " and " msgstr " y " -#: fetchmail.c:404 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "No hay servidores de correo configurados -- ¿puede faltar %s?\n" -#: fetchmail.c:425 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: no se han especificado servidores de correo.\n" -#: fetchmail.c:437 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: ningún otro fetchmail se está ejecutado\n" -#: fetchmail.c:443 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: error terminando %s fetchmail (%d); abandonando.\n" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "segundo plano" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "primer plano" -#: fetchmail.c:452 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s fetchmail (%d) terminado.\n" -#: fetchmail.c:475 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -750,7 +750,7 @@ msgstr "" "fetchmail: no es posible verificar el correo mientras otro fetchmail está en " "ejecución hacia el mismo anfitrión\n" -#: fetchmail.c:481 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -758,217 +758,217 @@ msgstr "" "fetchmail: no es posible consultar los anfitriones especificados con otro " "fetchmail (%d) en ejecución.\n" -#: fetchmail.c:488 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: otro fetchmail (%d) está en ejecución en primer plano.\n" -#: fetchmail.c:498 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: no es posible aceptar opciones mientras un fetchmail está en " "ejecución en segundo plano.\n" -#: fetchmail.c:504 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: fetchmail (%d) en segundo plano despertado.\n" -#: fetchmail.c:516 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: proceso hijo más antiguo (%d) murió misteriosamente.\n" -#: fetchmail.c:531 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: no se puede encontrar una contraseña para %s@%s.\n" -#: fetchmail.c:535 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Introduzca contraseña para %s@%s: " -#: fetchmail.c:560 fetchmail.c:596 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: Aviso: syslog y logfile están establecidos. Compruebe ambos " -"registros\n" - -#: fetchmail.c:572 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: No se puede separar en segundo plano. Abortando.\n" -#: fetchmail.c:576 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "iniciando fetchmail %s en segundo plano \n" -#: fetchmail.c:592 fetchmail.c:594 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "no fue posible abrir %s para anexarle mensajes de registro\n" -#: fetchmail.c:615 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: Aviso: syslog y logfile están establecidos. Compruebe ambos " +"registros\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "--check mode activado, no recibir correo\n" -#: fetchmail.c:637 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "no se pudo temporizar %s (error %d)\n" -#: fetchmail.c:642 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "reiniciando fetchmail (%s cambió)\n" -#: fetchmail.c:647 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" "el intento de volver a ejectuar puede fallar dado que el directorio no se ha " "restaurado\n" -#: fetchmail.c:674 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "el intento de volver a ejecutar fetchmail falló\n" -#: fetchmail.c:704 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "no se consulta %s (fallo en la autenticación o demasiados excesos de " "espera)\n" -#: fetchmail.c:716 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "intervalo no alcanzado, no se consultará %s\n" -#: fetchmail.c:754 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Estado de la consulta=0 (SUCCESS)\n" -#: fetchmail.c:756 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Estado de la consulta=1 (NOMAIL)\n" -#: fetchmail.c:758 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Estado de la consulta=2 (SOCKET)\n" -#: fetchmail.c:760 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Estado de la consulta=3 (AUTHFAIL)\n" -#: fetchmail.c:762 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Estado de la consulta=4 (PROTOCOL)\n" -#: fetchmail.c:764 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Estado de la consulta=5 (SYNTAX)\n" -#: fetchmail.c:766 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Estado de la consulta=6 (IOERR)\n" -#: fetchmail.c:768 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Estado de la consulta=7 (ERROR)\n" -#: fetchmail.c:770 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Estado de la consulta=8 (EXCLUDE)\n" -#: fetchmail.c:772 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Estado de la consulta=9 (LOCKBUSY)\n" -#: fetchmail.c:774 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Estado de la consulta=10 (SMTP)\n" -#: fetchmail.c:776 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Estado de la consulta=11 (DNS)\n" -#: fetchmail.c:778 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Estado de la consulta=12 (BSMTP)\n" -#: fetchmail.c:780 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Estado de la consulta=13 (MAXFETCH)\n" -#: fetchmail.c:782 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Estado de la consulta=%d\n" -#: fetchmail.c:824 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Todas las conexiones están trabadas. Saliendo.\n" -#: fetchmail.c:831 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "durmiendo en %s por %d segundos\n" -#: fetchmail.c:855 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "despertado por %s\n" -#: fetchmail.c:858 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "despertado por la señal %d\n" -#: fetchmail.c:865 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "despertado en %s\n" -#: fetchmail.c:871 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "terminación normal, estado %d\n" -#: fetchmail.c:1025 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "no se pudo temporizar el archivo de control de ejecución\n" -#: fetchmail.c:1058 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "" "Aviso: múltiples menciones del anfitrión %s en el archivo de configuración\n" -#: fetchmail.c:1091 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "fetchmail: Error: múltiples registros «predeterminados» en el archivo de " "configuración.\n" -#: fetchmail.c:1213 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "El soporte de SSL no se compiló.\n" -#: fetchmail.c:1220 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "El soporte de KERBEROS v4 está configurado pero no compilado\n" -#: fetchmail.c:1226 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "El soporte de KERBEROS v5 está configurado pero no compilado\n" -#: fetchmail.c:1232 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "El soporte de GSSAPI está configurado pero no compilado\n" -#: fetchmail.c:1262 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -976,18 +976,18 @@ msgstr "" "fetchmail: cuidado: no hay DNS disponible para verificar recepciones " "«multidrop» de %s\n" -#: fetchmail.c:1273 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "aviso: ¡«multidrop» para %s requiere la opción envelope!\n" -#: fetchmail.c:1274 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" "aviso: ¡no pida soporte técnico si todo el correo está dirigido al " "postmaster!\n" -#: fetchmail.c:1291 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -996,314 +996,314 @@ msgstr "" "fetchmail: la configuración %s no es válida, especifique un número de puerto " "positivo para el servicio el puerto\n" -#: fetchmail.c:1298 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: la configuración %s no es válida, RPOP requiere un puerto " "privilegiado\n" -#: fetchmail.c:1316 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "configuración de %s inválida, LMTP no puede usar el puerto SMTP " "predeterminado\n" -#: fetchmail.c:1330 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "" "Ambos, «fetchall» y «keep on» en el demonio o en el modo de espera, es un " "error\n" -#: fetchmail.c:1355 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "terminado con señal %d\n" -#: fetchmail.c:1428 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s consultando a %s (protocolo %s) en %s: pregunta iniciada\n" -#: fetchmail.c:1453 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "El soporte de POP2 no está configurado.\n" -#: fetchmail.c:1465 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "El soporte de POP3 no está configurado.\n" -#: fetchmail.c:1475 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "El soporte de IMAP no está configurado.\n" -#: fetchmail.c:1481 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "El soporte de ETRN no está configurado.\n" -#: fetchmail.c:1489 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "El soporte de ODMR no está configurado.\n" -#: fetchmail.c:1496 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "se seleccionó un protocolo no permitido.\n" -#: fetchmail.c:1506 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s interrogando %s (protocolo %s) en %s: consulta terminada\n" -#: fetchmail.c:1523 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "El intervalo entre consultas es de %d segundos\n" -#: fetchmail.c:1525 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "El archivo de registro es %s\n" -#: fetchmail.c:1527 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "El archivo con identificaciones es %s\n" -#: fetchmail.c:1530 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Los mensajes de progreso se registrarán vía syslog\n" -#: fetchmail.c:1533 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail enmascarará y no generará «Received»\n" -#: fetchmail.c:1535 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "" "Fetchmail mostrará puntos de progreso incluso en los archivos de registro.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail reenviará mensajes «multidrop» mal direccionados a %s.\n" -#: fetchmail.c:1541 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail dirigirá el correo de error al «postmaster».\n" -#: fetchmail.c:1543 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail dirigirá el correo de error al remitente.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" msgstr "" "Fetchmail tratará los errores permanentes como permanentes (soltar " "mensajes).\n" -#: fetchmail.c:1548 +#: fetchmail.c:1559 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" msgstr "" "Fetchmail tratará los errores permanentes como temporales (mantener " "mensajes).\n" -#: fetchmail.c:1555 +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Opciones para recibir de %s@%s:\n" -#: fetchmail.c:1559 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " El correo se recibirá vía %s\n" -#: fetchmail.c:1562 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " La consulta de este servidor ocurrirá cada %d intervalo.\n" msgstr[1] " La consulta de este servidor ocurrirá cada %d intervalos.\n" -#: fetchmail.c:1566 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " El nombre verdadero del servidor es %s.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr "" " Este anfitrión no será interrogado cuando no se especifica un anfitrión.\n" -#: fetchmail.c:1570 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr "" " Este anfitrión será interrogado cuando no se especifique ningún " "anfitrión.\n" -#: fetchmail.c:1574 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Se pedirá la contraseña.\n" -#: fetchmail.c:1578 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " Secreto APOP = «%s».\n" -#: fetchmail.c:1581 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " Identidad RPOP = «%s».\n" -#: fetchmail.c:1584 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Contraseña = “%s”.\n" -#: fetchmail.c:1593 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " El protocolo es KPOP con autenticación Kerberos %s" -#: fetchmail.c:1596 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " El protocolo es %s" -#: fetchmail.c:1598 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (usando servicio %s)" -#: fetchmail.c:1600 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (usando puerto predeterminado)" -#: fetchmail.c:1602 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (forzando el uso de UIDL)" -#: fetchmail.c:1608 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Se probarán todos los métodos de autenticación disponibles.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Se forzará autenticación con contraseña.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " Se forzará autenticación MSN.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " Se forzará autenticación NTLM.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " Se forzará autenticación OTP.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " Se forzará autenticación CRAM-Md5.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " Se forzará autenticación GSSAPI.\n" -#: fetchmail.c:1629 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Se forzará autenticación Kerberos V4.\n" -#: fetchmail.c:1632 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Se forzará autenticación Kerberos V5.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Se asume cifrado de un extremo a otro.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " El principal del servicio de correo es: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " Sesiones cifradas con SSL activadas.\n" -#: fetchmail.c:1644 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " Protocolo SSL: %s.\n" -#: fetchmail.c:1646 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Comprobación de certificados SSL del servidor activada.\n" -#: fetchmail.c:1648 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " Directorio del certificado SSL de confianza: %s\n" -#: fetchmail.c:1651 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr "«CommonName» del servidor SSL: %s\n" -#: fetchmail.c:1653 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr "" " Huella digital de la clave SSL (comprobada con la clave del servidor): %s\n" -#: fetchmail.c:1656 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " El tiempo de espera para respuestas del servidor es de %d segundos" -#: fetchmail.c:1658 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (predeterminado).\n" -#: fetchmail.c:1665 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " La casilla predeterminada está seleccionada.\n" -#: fetchmail.c:1670 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Las casillas seleccionadas son:" -#: fetchmail.c:1676 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Todos los mensajes se recibirán (--all on).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Sólo se recibirán mensajes nuevos (--all off).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Los mensajes recibidos permanecerán en el servidor (--keep on).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " Los mensajes recibidos se eliminarán del servidor (--keep off).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " Los mensajes viejos serán eliminados antes de recibir nuevos (--flush " "on).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " No se eliminarán los mensajes viejos antes de recibir nuevos (--flush " "off).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1311,7 +1311,7 @@ msgstr "" " Los mensajes demasiado grandes se eliminarán antes de recibir nuevos (--" "limitflush on).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1319,345 +1319,345 @@ msgstr "" " Los mensajes demasiado garndes no se eliminarán antes de recibir nuevos (--" "limitflush off).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " Se reescribirán las direcciones locales (--norewrite off).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " No se reescribirán las direcciones locales (--norewrite on).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Los retornos de carro se eliminarán (stripcr on).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " No se eliminarán los retornos de carro (stripcr off).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Se añadirán retornos de carro (forcecr on).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " No se añadirán retornos de carro (forcecr off).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " Se ignorará el contenido de «Content-Transfer-Encoding» (pass8bits on).\n" -#: fetchmail.c:1698 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " Se respetará el contenido de «Content-Transfer-Encoding» (pass8bits off).\n" -#: fetchmail.c:1700 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " La decodificación MIME está activada (mimedecode on).\n" -#: fetchmail.c:1701 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " La decodificación MIME está desactivada (mimedecode off).\n" -#: fetchmail.c:1703 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " Se permanecerá a la espera tras la consulta (idle on).\n" -#: fetchmail.c:1704 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " No se permanecerá a la espera tras la consulta (idle off).\n" -#: fetchmail.c:1706 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr "" " Las líneas «Status» que no estén vacías se descartarán (dropstatus on).\n" -#: fetchmail.c:1707 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr "" " Las líneas «Status» que no estén vacías se conservarán (dropstatus off).\n" -#: fetchmail.c:1709 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Las líneas «Delivered-To» se descartarán (dropdelivered on).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Las líneas «Delivered-To» se conservarán (dropdelivered off).\n" -#: fetchmail.c:1714 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " El tamaño de los mensajes está limitado a %d octetos (--limit %d).\n" -#: fetchmail.c:1717 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " El tamaño de los mensajes no está limitado (--limit 0).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " Los avisos sobre el tamaño de los mensajes se darán cada %d segundos (--" "warnings %d).\n" -#: fetchmail.c:1722 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr "" " Los avisos sobre el tamaño de los mensajes se darán en cada consulta (--" "warnings 0).\n" -#: fetchmail.c:1725 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr "" " La cantidad de mensajes recibidos está limitada a %d (--fetchlimit %d).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr "" " La cantidad de mensajes recibidos no está limitada (--fetchlimit 0).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr "" " El límite de tamaño para los mensajes recibidos es de %d (--fetchsizelimit " "%d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " El tamaño de los mensajes no está limitado (--fetchsizelimit 0).\n" -#: fetchmail.c:1737 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" " Utilizar búsqueda binaria de UIDs durante cada consulta (--fastuidl 1).\n" -#: fetchmail.c:1739 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" " Utilizar búsqueda binaria de UIDs durante %d de cada %d consultas (--" "fastuidl %d).\n" -#: fetchmail.c:1742 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" " Utilizar búsqueda lineal de UIDs durante cada consulta (--fastuidl 0).\n" -#: fetchmail.c:1744 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " El límite de mensaje por lote SMTP es %d.\n" -#: fetchmail.c:1746 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr "" " La cantidad de mensajes emitidos no está limitada (--batchlimit 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " El intervalo de borrado entre eliminaciones está forzado a %d (--expunge %" "d).\n" -#: fetchmail.c:1752 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " No forzar eliminaciones (--expunge 0).\n" -#: fetchmail.c:1759 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Los dominios para los cuales se recibirá correo son:" -#: fetchmail.c:1764 fetchmail.c:1784 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (predeterminado)" -#: fetchmail.c:1769 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Los mensajes serán anexados a %s como BSMTP\n" -#: fetchmail.c:1771 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Los mensajes se entregarán con «%s».\n" -#: fetchmail.c:1778 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Los mensajes se reenviarán con %cMTP a:" -#: fetchmail.c:1789 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " El nombre del anfitrión en la línea «MAIL FROM» será %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr "" " La dirección a poner en las líneas RCPT TO enviadas al STMP será %s\n" -#: fetchmail.c:1801 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Las respuestas de servidor reconocidas como bloques de basura son:" -#: fetchmail.c:1807 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " El bloqueo de basura está desactivado\n" -#: fetchmail.c:1810 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " La conexión al servidor se iniciará con «%s».\n" -#: fetchmail.c:1813 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " No hay orden de preconexión.\n" -#: fetchmail.c:1815 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " La conexión al servidor se terminará con “%s”.\n" -#: fetchmail.c:1818 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " No hay orden de postconexión.\n" -#: fetchmail.c:1821 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " No hay nombres locales declarados para este anfitrión.\n" -#: fetchmail.c:1831 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Modo «multi-drop»: " -#: fetchmail.c:1833 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Modo «single-drop»: " -#: fetchmail.c:1835 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d nombre local reconocido.\n" msgstr[1] "%d nombres locales reconocidos.\n" -#: fetchmail.c:1850 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " Se consultará al DNS por las direcciones «multidrop».\n" -#: fetchmail.c:1851 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " No se consultará al DNS por las direcciones «multidrop».\n" -#: fetchmail.c:1855 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Se comparará la dirección IP de los alias del servidor contra las " "direcciones «multidrop».\n" -#: fetchmail.c:1857 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Se comparará el nombre de los alias del servidor contra las direcciones " "«multidrop».\n" -#: fetchmail.c:1860 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " El enrutado por la dirección de la envoltura está desactivado\n" -#: fetchmail.c:1863 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Se asume que el encabezado de la envoltura es: %s\n" -#: fetchmail.c:1866 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Número del encabezado de la envoltura a omitir: %d\n" -#: fetchmail.c:1869 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " El prefijo %s se eliminará del nombre de usuario\n" -#: fetchmail.c:1872 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " No se eliminará ningún prefijo\n" -#: fetchmail.c:1879 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Alias predeclarados del servidor de correo:" -#: fetchmail.c:1888 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Dominios locales:" -#: fetchmail.c:1898 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " La conexión debe ser a través de la interfaz %s.\n" -#: fetchmail.c:1900 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " No se especificaron requerimientos de la interfaz.\n" -#: fetchmail.c:1902 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " El bucle de consulta se monitorizará %s.\n" -#: fetchmail.c:1904 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " No se especificó una interfaz de monitorización.\n" -#: fetchmail.c:1908 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr "" " Las conexiones al servidor se llevarán a cabo a través del complemento %s " "(--plugin %s).\n" -#: fetchmail.c:1910 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " No se especificó una orden para el complemento.\n" -#: fetchmail.c:1912 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " Las conexiones al cliente se llevarán a cabo a través del «plugout» %s (--" "plugout %s).\n" -#: fetchmail.c:1914 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " No se especificó una orden para el «plugout».\n" -#: fetchmail.c:1919 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " No hay UIDs guardadas de este anfitrión.\n" -#: fetchmail.c:1928 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UIDs guardadas.\n" -#: fetchmail.c:1936 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr "" " Se añadirá información de traceado sobre la consulta al encabezado " "«Received».\n" -#: fetchmail.c:1938 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1665,7 +1665,7 @@ msgstr "" " No se añadirá información de traceado sobre la consulta al encabezado " "«Received».\n" -#: fetchmail.c:1941 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Propiedades de paso «%s».\n" @@ -1770,71 +1770,71 @@ msgstr "%s: falló la actualización a TLS.\n" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "%s: falló la actualización oportunista a TLS, intentando continuar\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "La capacidad OTP requerida no se compiló en fetchmail\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "La capacidad NTLM requerida no se compiló en fetchmail\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "La capacidad LOGIN requerida no está permitida por el servidor\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "la eliminación de correo no coincide (%d actual != %d esperado)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "falló el reintento de consulta\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "Queda %d mensaje esperando tras reintentar la consulta\n" msgstr[1] "Quedan %d mensajes esperando tras reintentar la consulta\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "falló la selección de casilla\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "Queda %d mensaje esperando tras la consulta inicial\n" msgstr[1] "Quedan %d mensajes esperando tras la consulta inicial\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "falló la eliminación\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "Queda %d mensaje esperando tras la eliminación\n" msgstr[1] "Quedan %d mensajes esperando tras la eliminación\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "la búsqueda de mensajes no vistos falló\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu no fue visto\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u es el primero que no fue visto\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2898,159 +2898,159 @@ msgstr "ejecutando %s (anfitrión %s servicio %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) falló\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "getaddrinfo(«%s»,«%s») error: %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" "Intentando añadir la opción --service (vea también FAQ elemento R12).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "desconocido (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Intentando conectar a %s/%s..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "no se puede crear el zócalo %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "Fallo en la conexión.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "conexión a %s:%s [%s/%s] fallida: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "conectado.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Organización emisora: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" "Aviso: el nombre de la organización emisora es muy largo (posiblemente " "truncado).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Organización desconocida\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "«CommonName» del emisor: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" "Aviso: el «CommonName» del emisor es muy largo (posiblemente truncado).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "«CommonName» del emisor desconocido\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "«CommonName» del servidor: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Certificado malo: el «CommonName» del asunto es muy largo.\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "«CommonName» del servidor no coincide: %s = %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "" "El nombre de servidor no fue configurado, ¡no fue posible verificar el " "certificado!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "«CommonName» del servidor desconocido\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "¡No se especifica el nombre del servidor en el certificado!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() falló\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "¡No hay memoria!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "¡El espacio para el resumen de texto es muy pequeño!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "Huella digital de la clave %s: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "Las huellas digitales de %s coinciden.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "¡Las huellas digitales de %s no coinciden!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Falló la verificación del certificado del servidor: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "Emisor desconocido (primeros %d caracteres): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Descriptor de archivo fuera de rango para SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" "El protocolo SSL «%s» especificado es inválido, usando el predeterminado " "(SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "" "¡La verificación de certificado/huella digital fue de algún modo omitida!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Reintento de lectura del zócalo cygwin\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "¡Falló el reintento de lectura del zócalo cygwin\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.8\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2007-11-06 01:17+0200\n" "Last-Translator: Lauri Nurmi <lanurmi@iki.fi>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" @@ -16,25 +16,25 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Tarkistetaan, onko %s todella sama kone kuin %s\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Kyllä, IP-osoitteet täsmäävät\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "Ei, IP-osoitteet eivät täsmää\n" -#: checkalias.c:198 +#: checkalias.c:203 #, fuzzy, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "nimipalveluvirhe etsittäessä nimeä ”%s” " -#: checkalias.c:223 +#: checkalias.c:228 #, fuzzy, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "nimipalveluvirhe etsittäessä nimeä ”%s” " @@ -90,70 +90,70 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] "" msgstr[1] "" -#: driver.c:503 +#: driver.c:511 #, c-format msgid "skipping message %s@%s:%d" msgstr "ohitetaan viesti %s@%s:%d" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "ohitetaan viesti %s@%s:%d (%d oktettia)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr " (pituus -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr " (ylisuuri)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "" "otsakkeiden noutaminen ei onnistunut viestille %s@%s:%d (%d oktettia)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr "luetaan viesti %s@%s:%d / %d" -#: driver.c:616 +#: driver.c:624 #, c-format msgid " (%d octets)" msgstr " (%d oktettia)" -#: driver.c:617 +#: driver.c:625 #, c-format msgid " (%d header octets)" msgstr " (%d otsakeoktettia) " -#: driver.c:685 +#: driver.c:692 #, c-format msgid " (%d body octets)" msgstr " (%d runko-oktettia) " -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" msgstr "" "viesti %s@%s:%d ei ollut odotetun pituinen (%d todellinen ≠ %d odotettu)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " säilytettiin\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " poistettiin\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " ei poistettu\n" -#: driver.c:822 +#: driver.c:828 #, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -165,39 +165,39 @@ msgstr[1] "" "noutoraja %1$d saavutettiin, %4$s-tunnukselle %3$s-palvelimella jäi jäljelle " "%2$d viestiä\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "" "aikakatkaistu %d sekunnissa odotettaessa yhdistämistä palvelimelle %s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "aikakatkaistu %d sekunnissa odotettaessa palvelinta %s.\n" # Odotettaessa mitä, häh? -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "aikakatkaistu %d sekunnissa odotettaessa %s.\n" -#: driver.c:892 +#: driver.c:898 #, fuzzy, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "aikakatkaistu %d sekunnissa odotettaessa kuuntelijan vastausta.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "aikakatkaistu %d sekunnissa.\n" # Subject: on todennäköisesti postin otsakekentän nimi, jota ei saa kääntää. -#: driver.c:907 +#: driver.c:913 msgid "Subject: fetchmail sees repeated timeouts" msgstr "Subject: fetchmail havaitsee toistuvia aikakatkaisuja" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -206,7 +206,7 @@ msgstr "" "Fetchmail havaitsi yli %d aikakatkaisua yrittäessään noutaa postia " "tunnukselta %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -216,74 +216,79 @@ msgid "" "Fetchmail won't poll this mailbox again until you restart it.\n" msgstr "" -#: driver.c:939 +#: driver.c:946 +#, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "" -#: driver.c:1008 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%s-yhteys kohteeseen %s epäonnistui" -#: driver.c:1071 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "" "Subject: Fetchmailin varoitus tavoittamattomissa olevasta palvelimesta." -#: driver.c:1073 +#: driver.c:1086 #, fuzzy, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail ei pystynyt noutamaan postia paikasta %s@%s.\n" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "SSL-yhteys epäonnistui.\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr "" -#: driver.c:1187 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: fetchmailin todennus epäonnistui käyttäjälle %s@%s" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail ei pystynyt noutamaan postia paikasta %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -292,7 +297,7 @@ msgid "" "error message." msgstr "" -#: driver.c:1201 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -304,7 +309,7 @@ msgid "" "is restored." msgstr "" -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -316,60 +321,60 @@ msgid "" "is restored." msgstr "" -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "" -#: driver.c:1262 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: fetchmailin todennus onnistui käyttäjälle %s@%s" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s palvelimella %s (kansio %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s palvelimella %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Noudetaan koneelta %s\n" -#: driver.c:1328 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" @@ -377,109 +382,114 @@ msgstr[0] "%d viesti (%d %s) käyttäjälle %s" msgstr[1] "%d viestiä (%d %s) käyttäjälle %s" # Tämä on edellisen kohdan ensimmäinen %s. -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "nähty" msgstr[1] "nähtyä" -#: driver.c:1334 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d viesti käyttäjälle %s" msgstr[1] "%d viestiä käyttäjälle %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d oktettia).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Ei postia käyttäjälle %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "puuttuva tai virheellinen RFC822-otsake" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "" -#: driver.c:1546 +#: driver.c:1561 #, fuzzy msgid "undefined" msgstr "määrittelemätön virhe\n" -#: driver.c:1552 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "" -#: driver.c:1554 +#: driver.c:1569 #, fuzzy msgid "unknown" msgstr "konenimi on tuntematon." -#: driver.c:1556 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "" -#: driver.c:1567 +#: driver.c:1583 +#, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Kerberos V4 -tukea ei ole linkitetty.\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Kerberos V5 -tukea ei ole linkitetty.\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "" @@ -603,7 +613,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" "Copyright © 2002, 2003 Eric S. Raymond\n" "Copyright © 2004 Matthias Andree, Eric S. Raymond, Rob F. Funk, Graham " @@ -630,905 +640,914 @@ msgstr "" msgid "could not get current working directory\n" msgstr "nykyisen työhakemiston selvittäminen ei onnistunut\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Tämä on fetchmail-julkaisu %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " ja " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "" -#: fetchmail.c:440 +#: fetchmail.c:448 #, fuzzy, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: virhe tapettaessa tau" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" msgstr "" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" msgstr "" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Syötä salasana tunnukselle %s@%s: " -#: fetchmail.c:557 fetchmail.c:593 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" - -#: fetchmail.c:569 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "" -#: fetchmail.c:612 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "" -#: fetchmail.c:828 +#: fetchmail.c:842 #, fuzzy, c-format msgid "sleeping at %s for %d seconds\n" msgstr "Noutoväli on %d sekuntia\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Varoitus: kone %s mainitaan asetustiedostossa useampaan kertaan\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 #, fuzzy msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "Varoitus: kone %s mainitaan asetustiedostossa useampaan kertaan\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "SSL-tukea ei ole käännetty mukaan.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 #, fuzzy msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "SSL-tukea ei ole käännetty mukaan.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 #, fuzzy msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "SSL-tukea ei ole käännetty mukaan.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 #, fuzzy msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "SSL-tukea ei ole käännetty mukaan.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" msgstr "" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " "service or port\n" msgstr "" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" -#: fetchmail.c:1326 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "POP2-tuen asetuksia ei ole tehty.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "POP3-tuen asetuksia ei ole tehty.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "IMAP-tuen asetuksia ei ole tehty.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "ETRN-tuen asetuksia ei ole tehty.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Noutoväli on %d sekuntia\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Lokitiedosto on %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Edistymisviestit tallennetaan lokiin syslogitse\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail ohjaa virhepostit lähettäjälle.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Fetchmail ohjaa virhepostit lähettäjälle.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr "" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] "" msgstr[1] "" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Palvelimen todellinen nimi on %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 #, fuzzy msgid " This host will not be queried when no host is specified.\n" msgstr " Tätä konetta %s, kun konenimeä ei ole annettu.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 #, fuzzy msgid " This host will be queried when no host is specified.\n" msgstr " Tätä konetta %s, kun konenimeä ei ole annettu.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Salasanaa kysytään.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr "" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr "" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr "" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr "" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr "" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (käytetään palvelua %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (käytetään oletusporttia)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr "" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr "" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr "" -#: fetchmail.c:1605 +#: fetchmail.c:1625 #, fuzzy msgid " MSN authentication will be forced.\n" msgstr "Vaaditaan todennus.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr "" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr "" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr "" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr "" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr "" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr "" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr "" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr "" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr "" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL-protokolla: %s.\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr "" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr "" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr "" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr "" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr "" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (oletus).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Oletuspostilaatikko valittu.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Valitut postilaatikot ovat:" -#: fetchmail.c:1667 +#: fetchmail.c:1687 #, fuzzy msgid " All messages will be retrieved (--all on).\n" msgstr " %s viestit noudetaan (--all %s).\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 #, fuzzy msgid " Only new messages will be retrieved (--all off).\n" msgstr " %s viestit noudetaan (--all %s).\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 #, fuzzy msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " %s viestit noudetaan (--all %s).\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 #, fuzzy msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " %s viestit noudetaan (--all %s).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 #, fuzzy msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr " %s viestit noudetaan (--all %s).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 #, fuzzy msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr " %s viestit noudetaan (--all %s).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 #, fuzzy msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" msgstr " %s viestit noudetaan (--all %s).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" msgstr "" -#: fetchmail.c:1679 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr "" -#: fetchmail.c:1680 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr "" -#: fetchmail.c:1682 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr "" -#: fetchmail.c:1683 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr "" -#: fetchmail.c:1685 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr "" -#: fetchmail.c:1686 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr "" -#: fetchmail.c:1688 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" -#: fetchmail.c:1689 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" -#: fetchmail.c:1691 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr "" -#: fetchmail.c:1692 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr "" -#: fetchmail.c:1694 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr "" -#: fetchmail.c:1695 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr "" -#: fetchmail.c:1697 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr "" -#: fetchmail.c:1698 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr "" -#: fetchmail.c:1700 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr "" -#: fetchmail.c:1701 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr "" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Viestin kokoraja on %d oktettia (--limit %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Ei viestin kokorajaa (--limit 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr "" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr "" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr "" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr "" -#: fetchmail.c:1724 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr "" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr "" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr "" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr "" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr "" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (oletus)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr "" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr "" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr "" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr "" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr "" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr "" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr "" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr "" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr "" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr "" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr "" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr "" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr "" -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr "" -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, fuzzy, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d paikallista nimeä tunnistettu.\n" msgstr[1] "%d paikallista nimeä tunnistettu.\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr "" -#: fetchmail.c:1842 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr "" -#: fetchmail.c:1846 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" -#: fetchmail.c:1848 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr "" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr "" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr "" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr "" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr "" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr "" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr "" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr "" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr "" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr "" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr "" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr "" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr "" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr "" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr "" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UID:tä tallennettu.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr "" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" msgstr "" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr "" @@ -1631,72 +1650,72 @@ msgstr "" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "" -#: imap.c:667 +#: imap.c:676 #, fuzzy, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "" "viesti %s@%s:%d ei ollut odotetun pituinen (%d todellinen ≠ %d odotettu)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d viesti odottamassa uudelleennoudon jälkeen\n" msgstr[1] "%d viestiä odottamassa uudelleennoudon jälkeen\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "postilaatikon valinta epäonnistui\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d viesti odottamassa ensimmäisen noudon jälkeen\n" msgstr[1] "%d viestiä odottamassa ensimmäisen noudon jälkeen\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "" -#: imap.c:820 +#: imap.c:829 #, fuzzy, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d viestiä odottamassa uudelleennoutoa\n" msgstr[1] "%d viestiä odottamassa uudelleennoutoa\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -1896,298 +1915,309 @@ msgstr "" msgid "Secret pass phrase: " msgstr "" -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "Merkkijonon \"%s\" arvo on %s kuin %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "pienempi" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "suurempi" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "käyttö: fetchmail [valitsimet] [palvelin ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " Valitsimet ovat seuraavat:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help näytä tämä ohje\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version näytä versiotiedot\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check tarkasta viestit hakematta niitä\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent toimi hiljaisesti\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose toimi äänekkäästi (tulostetaan lisätietoa)\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon aja palvelimena kerran n sekunnissa\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr "" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit tapa palvelinprosessi\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile anna lokitiedoston nimi\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" msgstr "" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr "" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr "" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr "" -#: options.c:607 +#: options.c:617 #, fuzzy msgid " --pidfile specify alternate PID (lock) file\n" msgstr " -L, --logfile anna lokitiedoston nimi\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr "" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr "" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr "" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl ota käyttöön SSL-salattu istunto\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr "" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr "" -#: options.c:618 +#: options.c:630 msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr "" -#: options.c:619 +#: options.c:631 msgid " --sslcertpath path to ssl certificates\n" msgstr "" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" msgstr "" -#: options.c:622 +#: options.c:634 msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr "" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr "" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr "" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr "" -#: options.c:629 +#: options.c:641 msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr "" -#: options.c:630 +#: options.c:642 msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr "" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr " --auth todennustapa (password/kerberos/ssh/otp)\n" -#: options.c:632 +#: options.c:644 #, fuzzy msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout " -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr "" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr "" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr "" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr " -u, --username määrittele käyttäjän tunnus palvelimella\n" -#: options.c:639 +#: options.c:651 #, fuzzy msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --all nouda sekä uudet että vanhat viestit\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr " -K, --nokeep poista uudet viestit noudon jälkeen\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr " -k, --keep säilytä uudet viestit noudon jälkeen\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush poista vanhat viestit palvelimelta\n" -#: options.c:643 +#: options.c:655 #, fuzzy msgid " --limitflush delete oversized messages\n" msgstr " -F, --flush poista vanhat viestit palvelimelta\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite älä uudelleenkirjoita otsakkeiden osoitteita\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr " -l, --limit älä nouda annetun koon ylittäviä viestejä\n" -#: options.c:646 +#: options.c:658 #, fuzzy msgid " -w, --warnings interval between warning mail notification\n" msgstr " -w, --warnings " -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr "" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr "" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr "" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr "" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr "" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr "" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr "" -#: options.c:655 +#: options.c:667 msgid " --fetchsizelimit set fetch message size limit\n" msgstr "" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr "" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr "" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr "" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr "" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr "" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr "" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr "" @@ -2268,56 +2298,56 @@ msgstr "" msgid "Option --folder is not supported with POP3\n" msgstr "" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "" -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" msgstr "" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" msgstr "" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "SSL ei ole käytössä" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "syötteen loppu" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "Tiedoston %s on oltava tavallinen tiedosto.\n" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, fuzzy, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "Tiedostolla %s ei saa olla enempää kuin -rwx--x--- (0710) -oikeudet.\n" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Tuntematon järjestelmävirhe" -#: report.c:104 +#: report.c:92 #, c-format -msgid "%s (log message incomplete)" +msgid "%s (log message incomplete)\n" msgstr "" #: rfc822.c:76 @@ -2534,138 +2564,142 @@ msgstr "" msgid "mail from %s bounced to %s\n" msgstr "" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, c-format msgid "BSMTP file open failed: %s\n" msgstr "" -#: sink.c:758 +#: sink.c:776 msgid "BSMTP preamble write failed.\n" msgstr "" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr "" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "" -#: sink.c:1346 +#: sink.c:1364 #, c-format msgid "Error writing to MDA: %s\n" msgstr "" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr "" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr "" -#: sink.c:1355 +#: sink.c:1373 #, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" msgstr "" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "" -#: sink.c:1587 +#: sink.c:1605 msgid "" "-- \n" "The Fetchmail Daemon" msgstr "" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr "" @@ -2695,236 +2729,236 @@ msgstr "" msgid "execvp(%s) failed\n" msgstr "execvp(%s) epäonnistui\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "" -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "" -#: socket.c:326 +#: socket.c:329 #, fuzzy msgid "connection failed.\n" msgstr "SSL-yhteys epäonnistui.\n" -#: socket.c:328 +#: socket.c:331 #, fuzzy, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "%s-yhteys kohteeseen %s epäonnistui" -#: socket.c:334 +#: socket.c:337 #, fuzzy msgid "connected.\n" msgstr "SSL-yhteys epäonnistui.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "" -#: transact.c:67 +#: transact.c:65 #, c-format msgid "mapped address %s to local %s\n" msgstr "" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" "%s" msgstr "" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "" -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr "" -#: transact.c:584 +#: transact.c:599 #, c-format msgid "line: %s" msgstr "rivi: %s" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "" @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.2.9-rc9\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2005-12-18 11:50+0100\n" "Last-Translator: Matthias Andree <matthias.andree@gmx.de>\n" "Language-Team: French <traduc@traduc.org>\n" @@ -25,26 +25,26 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n>1;\n" "X-Generator: Emacs-21.3\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Vérification si %s est réellement le même nœud que %s\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Oui, leurs adresses IP coïncident\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "Non, leurs adresses IP ne coïncident pas\n" -#: checkalias.c:198 +#: checkalias.c:203 #, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "" "échec de la résolution de noms pour «%s» durant réception depuis %s: %s.\n" -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "échec de la résolution de noms pour «%s» durant réception depuis %s.\n" @@ -100,50 +100,50 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] " %d message de %d octets ignoré par fetchmail." msgstr[1] " %d messages de %d octets ignoré par fetchmail." -#: driver.c:503 +#: driver.c:511 #, c-format msgid "skipping message %s@%s:%d" msgstr "message %s@%s:%d ignoré" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "message %s@%s:%d ignoré (%d octets)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr " (longueur -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr " (trop volumineux)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "impossible de récupérer l'en-tête du message %s@%s:%d (%d octets)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr "lecture du message %s@%s:%d parmi %d" -#: driver.c:616 +#: driver.c:624 #, c-format msgid " (%d octets)" msgstr " (%d octets)" -#: driver.c:617 +#: driver.c:625 #, c-format msgid " (%d header octets)" msgstr " (%d octets dans l'en-tête)" -#: driver.c:685 +#: driver.c:692 #, c-format msgid " (%d body octets)" msgstr " (%d octets dans le corps)" -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" @@ -151,19 +151,19 @@ msgstr "" "le message %s@%s:%d n'est pas de la longueur attendue (%d actuelle != %d " "attendue)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " conservé\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " éliminé\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " non éliminé\n" -#: driver.c:822 +#: driver.c:828 #, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -173,40 +173,40 @@ msgstr[0] "" msgstr[1] "" "fetchlimit %d atteinte; %d messages demeurent sur le serveur %s (compte %s)\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "" "délai dépassé après %d secondes d'attente d'une connexion avec le serveur %" "s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "délai dépassé après %d secondes d'attente du serveur %s.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "délai dépassé après %d secondes d'attente de %s.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "délai dépassé après %d secondes d'attente de la réponse du client.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "délai d'attente dépassé après %d secondes.\n" -#: driver.c:907 +#: driver.c:913 msgid "Subject: fetchmail sees repeated timeouts" msgstr "" "Subject: fetchmail a rencontré des dépassements de délais à plusieurs " "reprises" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -215,7 +215,7 @@ msgstr "" "Fetchmail a rencontré plus de %d dépassements de délais en récupérant du " "courrier depuis %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -233,74 +233,79 @@ msgstr "" "Fetchmail n'interrogera pas de nouveau cette boîte aux lettres\n" "tant que vous ne l'aurez pas redémarré.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "la commande de pré-connexion a échoué avec l'état %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "la commande de pré-connexion a échoué avec l'état %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "impossible de trouver la boîte HESIOD pour %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "Le serveur principal n'a pas de nom\n" -#: driver.c:1008 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "impossible de trouver le nom canonique DNS de %s (%s) : %s\n" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "Échec de connexion %s avec %s" -#: driver.c:1071 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Subject: avertissement de serveur non accessible par Fetchmail." -#: driver.c:1073 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail n'a pas pu recevoir le courrier de %s:" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "Échec de la connexion SSL\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Erreur «lock-busy» sur %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Erreur «busy» sur %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Échec de l'autorisation sur %s@%s%s\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (précédemment autorisée)" -#: driver.c:1187 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: l'authentification de fetchmail a échoué sur %s@%s" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail n'a pas pu recevoir le courrier de %s@%s.\n" # XXX FIXME -#: driver.c:1195 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -314,7 +319,7 @@ msgstr "" "de celle-ci car ils n'envoient pas de messages d'erreur utiles\n" "en cas d'échec du login." -#: driver.c:1201 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -334,7 +339,7 @@ msgstr "" "a chaque réveil. Il n'y aura plus d'autre notifications jusqu'à ce que\n" "le service soit réactivé." -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -355,168 +360,173 @@ msgstr "" "a chaque réveil. Il n'y aura plus d'autre notifications jusqu'à ce que\n" "le service soit réactivé." -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Re-récupération immédiate sur %s@%s\n" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Erreur de login ou d'identification inconnue pour %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Autorisation OK sur %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: l'authentification de fetchmail a réussie sur %s@%s" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail n'a pu enregistrer dans le journal (%s@%s).\n" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Le service a été réactivé\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "sélection ou re-réception du dossier %s\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "sélection ou re-réception du dossier par défaut\n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s dans %s (dossier %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s dans %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Réception de %s\n" -#: driver.c:1328 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d message (%d %s) pour %s" msgstr[1] "%d messages (%d %s) pour %s" -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "déjà vu" msgstr[1] "déjà vus" -#: driver.c:1334 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d message pour %s" msgstr[1] "%d messages pour %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d octets).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Aucun message pour %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "nombre de messages erroné !" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "socket" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "l'en-tête RFC822 est manquant ou endommagé" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "synchronisation client/serveur" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "protocole client/serveur" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "verrou occupé sur le serveur" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "Transaction SMTP" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "requête au DNS" -#: driver.c:1546 +#: driver.c:1561 msgid "undefined" msgstr "non définie" -#: driver.c:1552 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "" "erreur %s durant la réception de %s@%s et l'envoi vers le serveur SMTP %s\n" -#: driver.c:1554 +#: driver.c:1569 msgid "unknown" msgstr "inconnu" -#: driver.c:1556 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "erreur %s durant la réception de %s@%s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "la commande de post-connexion a échoué avec l'état %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "la commande de post-connexion a échoué avec l'état %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Support de Kerberos V4 non inclus.\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Support de Kerberos V5 non inclus.\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Option --flush non supportée avec %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Option --all non supportée avec %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Option --limit non supportée avec %s\n" @@ -657,7 +667,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" "Copyright © 2002, 2003 Eric S. Raymond\n" "Copyright © 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " @@ -690,52 +700,52 @@ msgstr "fetchmail appellé avec" msgid "could not get current working directory\n" msgstr "impossible de trouver le répertoire de travail courrant\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Ceci est fetchmail, version %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Lecture des options sur la ligne de commande %s%s\n" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " et " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Pas de serveur de courrier paramétré -- %s est peut-être manquant ?\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: aucun serveur de courrier n'a été spécifié.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: aucun autre fetchmail n'est en cours d'exécution\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: erreur en terminant %s fetchmail (%d); abandon.\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "tâche de fond" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "premier plan" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s fetchmail (%d) terminé.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -743,7 +753,7 @@ msgstr "" "fetchmail: impossible de vérifier le courrier lorsqu'un autre fetchmail est " "exécuté sur le même hôte\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -751,224 +761,224 @@ msgstr "" "fetchmail: impossible de récupérer le courrier si un autre fetchmail est " "exécuté sur %d.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "" "fetchmail: un autre fetchmail, au premier plan, est en exécution sur %d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: les options ne sont pas disponibles lorsque fetchmail fonctionne " "en tâche de fond.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: fetchmail en tâche de fond (%d) a été réactivé.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: processus fils plus ancien (%d) terminé mystérieusement.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: ne trouve pas de mot de passe pour %s@%s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Entrez le mot de passe pour %s@%s : " -#: fetchmail.c:557 fetchmail.c:593 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: attention: syslog et logfile sont activés. Voir tous les deux " -"pour des messages !\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: impossible de détacher en tâche de fond. Terminé.\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "démarrage de fetchmail %s en tâche de fond \n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "impossible d'ouvrir %s pour y ajouter les messages\n" -#: fetchmail.c:612 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: attention: syslog et logfile sont activés. Voir tous les deux " +"pour des messages !\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "«time-check» %s impossible (erreur %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "redémarrage de fetchmail (%s a changé)\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" "la tentative de réexécution peut échouer car le répertoire n'a pas été " "recréé\n" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "la tentative d'exécuter à nouveau fetchmail a échoué\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "réception de %s ignorée (authentification échouée ou dépassements de " "délais)\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "intervalle non atteint, pas de requête vers %s\n" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "État de la requête=0 (SUCCES)\n" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "État de la requête=1 (PAS DE MAIL)\n" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "État de la requête=2 (SOCKET)\n" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "État de la requête=3 (ECHEC DE L'AUTHENTIFICATION)\n" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "État de la requête=4 (PROTOCOLE)\n" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "État de la requête=5 (SYNTAXE)\n" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "État de la requête=6 (ERREUR E/S)\n" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "État de la requête=7 (ERREUR)\n" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "État de la requête=8 (EXCLU)\n" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "État de la requête=9 (verrou déjà pris)\n" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "État de la requête=10 (SMTP)\n" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "État de la requête=11 (DNS)\n" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "État de la requête=12 (BSMTP)\n" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "État de la requête=13 (NOMBRE MAXIMUM DE MESSAGES ATTEINT)\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "État de la requête=%d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Toutes les connexions sont établies. Terminé.\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "mise en sommeil à %s pour %d secondes\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "réveillé par %s\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "réveillé par un signal %d\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "réveillé à %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "terminaison normale, état %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "impossible de «time-check» le fichier run-control\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "" "Attention : plusieurs mentions de l'hôte %s dans le fichier de " "configuration\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "fetchmail: Erreur: plusieurs blocs \"defaults\" dans le fichier de " "configuration\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "Le support de SSL n'est pas été activé à la compilation.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "" "Le support de KERBEROS v4 est configuré, mais pas été activé à la " "compilation.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "" "Le support de KERBEROS v5 est configuré, mais pas été activé à la " "compilation.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "" "Le support de GSSAPI est configuré, mais pas été activé à la compilation.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -976,20 +986,19 @@ msgstr "" "fetchmail: attention: aucun DNS disponible pour vérifier les réceptions " "«multidrop» depuis %s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" -"attention: des réceptions «multidrop» depuis %s exigent l'option " -"«envelope»!\n" +"attention: des réceptions «multidrop» depuis %s exigent l'option «envelope»!\n" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" "attention: Ne chercher pas de l'aide si tout mail est expédié au " "postmaster!\n" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -998,117 +1007,126 @@ msgstr "" "fetchmail: configuration de %s invalide, service requiert un numéro de port " "positif\n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: configuration de %s invalide, RPOP requiert un port privilégié\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "configuration de %s invalide, LMTP ne peut utiliser le port SMTP par défaut\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "" "Utiliser «fetchall» et «keep» ensemble en mode démon ou mode idle est une " "erreur!\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "terminé par un signal %d\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s interroge %s (protocole %s) à %s : récupération en cours\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "Le support de POP2 n'est pas configuré.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "Le support de POP3 n'est pas configuré.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "Le support d'IMAP n'est pas configuré.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "Le support d'ETRN n'est pas configuré.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "Le support de ODMR n'est pas configuré.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "protocole sélectionné non supporté.\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s interroge %s (protocole %s) à %s : interrogation finie\n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "L'intervalle entre les réceptions est de %d secondes\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Le fichier de traces est %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Le fichier des identificateurs est %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Les messages de progression sont enregistrés via syslog\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail va se masquer et ne générer aucun «Received»\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail affichera des points de progression, même dans le journal\n" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" -msgstr "" -"Fetchmail réexpédiera les messages «multidrop» mal aiguillés vers %s.\n" +msgstr "Fetchmail réexpédiera les messages «multidrop» mal aiguillés vers %s.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "" "Fetchmail expédiera les erreurs de messagerie\n" "au maître de poste.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail expédiera les erreur de messagerie à l'envoyeur\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "Fetchmail réexpédiera les messages «multidrop» mal aiguillés vers %s.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Fetchmail expédiera les erreur de messagerie à l'envoyeur\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Options pour la réception depuis %s@%s :\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Le courrier sera reçu via %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" @@ -1116,181 +1134,181 @@ msgstr[0] " La réception depuis ce serveur s'opérera tout %d intervalle.\n" msgstr[1] "" " La réception depuis ce serveur s'opérera tous les %d intervalles.\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Le vrai nom du serveur est %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr " Cet hôte ne sera pas interrogé lorsqu'aucun hôte n'est spécifié.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " Cet hôte sera interrogé lorsqu'aucun hôte n'est spécifié.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Le mot de passe sera requis.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " Secret APOP = \"%s\".\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " Identification RPOP = \"%s\".\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Mot de passe = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Le protocole est KPOP avec authentification Kerberos %s" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Le protocole est %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (utilisant le service %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (utilisant le port par défaut)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (forçant l'usage des UIDL)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Toutes les méthodes d'authentification vont être essayées.\n" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr "Authentification par mot de passe forcé.\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr "L'authentification MSN forcée.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr "L'authentification NTLM forcée.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " Authentification OTP forcée.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " Authentification CRAM-Md5 forcée.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " Authentification GSSAPI forcée.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Authentification de Kerberos V4 forcée.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Authentification de Kerberos V5 forcée.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " cryptage «End-to-end» assumé.\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Le principal service de mail est: %s\n" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " Les sessions encryptée SSL sont supportées.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " Protocole SSL: %s\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Activation de la vérification des certificats du serveur SSL.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " Répertoire des certificats SSL surs: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, fuzzy, c-format msgid " SSL server CommonName: %s\n" msgstr "Nom commun du serveur: %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " Signature de la clé SSL (vérifié via le serveur de clés): %s\n" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Le délai d'attente d'une réponse du serveur est de %d secondes" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (par défaut).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " La boîte aux lettres par défaut est sélectionnée.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Les boîtes aux lettres sélectionnées sont :" -#: fetchmail.c:1667 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Tous les messages seront reçus (--all on).\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Seulement des messages nouveaux seront reçus (--all off).\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Tout message récupéré sera conservé sur le serveur (--keep on).\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr "" " Tout message récupéré ne sera pas conservé sur le serveur (--keep off).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " Tout ancien message sera éliminé avant relève du courrier (--flush on).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " Tout ancien message ne sera pas éliminé avant relève du courrier (--flush " "off).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1298,7 +1316,7 @@ msgstr "" " Tout message trop grand sera éliminé avant relève du courrier (--" "limitflush on).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1306,339 +1324,338 @@ msgstr "" " Tout ancien trop grand ne sera pas éliminé avant relève du courrier (--" "limitflush off).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " La ré-écriture des adresses locales est activée (--norewrite off).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr "" " La ré-écriture des adresses locales est inactivée (--norewrite on).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " La suppression des retour-chariots est activé (stripcr on).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " La suppression des retour-chariots est inactivée (stripcr off).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Le forçage des retour-chariots est activé (forcecr on).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Le forçage des retour-chariots est inactivé (forcecr off).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " L'interprétation des «Content-Transfer-Encoding» est inactivée (pass8bits " "on).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " L'interprétation des «Content-Transfer-Encoding» est activée (pass8bits " "off).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " Le décodage MIME est activé (mimedecode on).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " Le décodage MIME est inactivé (mimedecode off).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " L'inoccupation après la réception est activé (idle on).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " L'inoccupation après la réception est inactivé (idle off).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Les lignes «Status» non vides seront ignorés (dropstatus on).\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Les lignes «Status» non vides seront conservées (dropstatus off).\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr "" " Les lignes «Delivered-To» non vides seront ignorées (dropdelivered on).\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr "" -" Les lignes «Delivered-To» non vides seront conservées (dropdelivered " -"off).\n" +" Les lignes «Delivered-To» non vides seront conservées (dropdelivered off).\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " La taille des messages est limitée à %d octets (--limit %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " La taille des messages n'est pas limitée (--limit 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " Alertes sur la taille des messages toutes les %d secondes (--warnings %" "d).\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr "" " Alertes sur la taille des messages à chaque réception (--warnings 0).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Le nombre de messages reçu est limité à %d (--fetchlimit %d).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Le nombre de messages reçu n'est pas limité (--fetchlimit 0).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr "" " La limite de taille de récupération de messages est %d (--fetchsizelimit %" "d)\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr "" " Aucune limite de taille de récupération de messages (--fetchsizelimit 0)\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" " Effectue la recherche binaire des UIDs à chaque sondage (--fastuidl 1).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" " Effectue la recherche binaire des UIDs durant %d sondages sur %d (--" "fastuidl %d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" " Effectue la recherche linéaire des UIDs à chaque sondage (--fastuidl 0).\n" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " Le nombre de messages expédiés est limité à %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Le nombre de messages expédiés n'est pas limité (--batchlimit 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " Purge à chaque fois que %d messages ont été éliminés (--expunge %d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Aucune purge forcée n'aura lieu (--expunge 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Domaines pour lesquels le mail est récupéré :" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (par défaut)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Les messages seront ajoutés après %s en tant que BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Les messages seront acheminés avec \"%s\".\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Les messages seront réexpédiés via %cMTP vers :" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Le nom de la machine sur la ligne «MAIL FROM» sera %s\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " L'adresse placée après la commande SMTP 'RCPT TO' sera %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Les réponses du serveur reconnaissant des blocs de «spam» sont :" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Le blocage du «spam» est inactivé\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " La connexion au serveur sera initiée avec \"%s\".\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Aucune commande de pré-connexion définie.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " La connexion au serveur sera terminée avec \"%s\".\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Aucune commande de post-connexion définie.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Aucun nom local déclaré pour cet hôte.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Mode «multi-drop»: " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Mode «single-drop»: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d nom local reconnu.\n" msgstr[1] "%d noms locaux reconnus.\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " La requête DNS des adresses «multidrop» est activée.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " La requête DNS des adresses «multidrop» est inactivée.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Les alias du serveur seront comparés avec les adresses «multidrop» par " "leurs adresses IP.\n" -#: fetchmail.c:1848 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Les alias du serveur seront comparés avec les adresses «multidrop» par " "leurs noms.\n" -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Le routage vers l'adresse d'enveloppe est inactivé\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " L'en-tête d'enveloppe est pris comme étant : %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Numéro de l'en-tête d'enveloppe devant être traité : %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Le préfixe %s sera soustrait des id d'utilisateur\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Aucun préfixe ne sera soustrait\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Alias pré-déclarés du serveur de courrier :" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Domaines locaux :" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " La connexion se fera via l'interface %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Aucun choix d'interface n'a été spécifié.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " La boucle de réception observera %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Aucune interface à observer n'a été spécifiée.\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " Connexions au serveur à travers le «plugin» %s (--plugin %s).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Aucune commande de «plugin» n'a été spécifiée.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr " Connexions au client à travers le «plugout» %s (--plugout %s).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Aucune commande de «plugout» n'a été spécifiée.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Aucun UID n'a été enregistré sur cet hôte.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UIDs enregistrés.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr "" " Information de traçage de la réception ajoutée aux en-têtes Received.\n" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1646,7 +1663,7 @@ msgstr "" " Aucune ajout d'information de traçage de la réception aux en-têtes " "Received.\n" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Propriétés du passage \"%s\".\n" @@ -1751,72 +1768,72 @@ msgstr "" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "La fonctionnalité OTP requise n'est pas supportée par fetchmail\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "La fonctionnalité NTLM requise n'est pas supportée par fetchmail.\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "La fonction LOGIN requise n'est pas supportée par le serveur\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "" "pas de concordance de la punge des messages (%d effectiv != %d attendue)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "échec durant la re-réception\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d message en attente après le nouveau poll\n" msgstr[1] "%d messages en attente après le nouveau poll\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "échec de la sélection de boîte aux lettres\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d message en attente après le premier poll\n" msgstr[1] "%d messages en attente après le premier poll\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "échec de la purge\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d message en attente après la purge\n" msgstr[1] "%d messages en attente après la purge\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "échec de la recherche des messages non-vus\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu n'est pas vu\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u est le premier a n'avoir pas été vu\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2018,147 +2035,158 @@ msgstr "Impossible de décoder le challenge OTP\n" msgid "Secret pass phrase: " msgstr "Phrase de passe secrète : " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "La chaîne de caractères «%s» n'est pas un nombre valide.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "La valeur de la chaîne de caractères «%s» est %s que %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "moins" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "plus" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "Le protocole «%s» spécifié est invalide.\n" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "La authentification «%s» spécifiée est invalide.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "usage: fetchmail [options] [serveur ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " Les options sont les suivantes :\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help afficher la présente aide\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version informations sur la version courante\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check vérifier les messages sans les récupérer\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent travailler silencieusement\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose travail verbeux (information de diagnostic)\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon démarrer en démon toutes les n secondes\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr " -N, --nodetach ne pas lancer de processus démon\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit terminer le processus démon\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile spécifier le nom du fichier de traces\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" msgstr "" " --syslog utiliser syslog(3) pour les messages, en mode démon\n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr "" " --invisible ne pas écrire de `Received' y activer le spoofing\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr " -f, --fetchmailrc spécifier un autre fichier de contrôle\n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr " -i, --idfile spécifier un autre fichier contenant les UIDs\n" -#: options.c:607 +#: options.c:617 msgid " --pidfile specify alternate PID (lock) file\n" msgstr "" " --pidfile spécifier un autre fichier contenant la PID (le verrou)\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr " --postmaster spécifier le destinataire en dernier ressort\n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr " --nobounce redirige les rebonds vers le maître de poste.\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface spécifier l'interface requise\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr " -M, --monitor surveiller l'activité d'une interface\n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl permettre les sessions cryptées SSL\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey fichier de clé SSL privée\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert certificat de session SSL\n" -#: options.c:618 +#: options.c:630 msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr "" " --sslcertck vérification stricte des certificats du serveur " "(recommandé)\n" -#: options.c:619 +#: options.c:631 msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcertpath répertoire des certificats SSL\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" @@ -2166,173 +2194,173 @@ msgstr "" " --sslfingerprint empreinte digital qui doit concerter de celle du " "serveur.\n" -#: options.c:622 +#: options.c:634 msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr " --sslproto force le protocole ssl (SSL2/SSL3/TLS1)\n" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr "" " --plugin spécifier la commande externe pour ouvrir la connexion\n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" " --plugout spécifier la commande externe pour ouvrir la connexion " "smtp\n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr "" " -p, --protocol spécifier le protocole de récupération (voir la page " "man)\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl forcer l'utilisation des UIDLs (uniquement pop3)\n" -#: options.c:629 +#: options.c:641 msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr "" " --port port TCP auquel se connecter (obsolète, utilisez --" "service)\n" -#: options.c:630 +#: options.c:642 msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr "" " -P, --service service TCP auquel se connecter (peut être port " "numérique)\n" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr "" " --auth type d'authentification (mot de passe/kerberos/ssh/otp)\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout temps d'attente d'une réponse du serveur\n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope en-tête de l'adresse d'enveloppe\n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr " -Q, --qvirtual préfixer à soustraire à l'id local d'utilisateur\n" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr " --principal principal service mail\n" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" " --tracepolls ajoute des informations de tracage de la réception\n" " aux en-testes Received\n" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr "" " -u, --username spécifier le `login' de l'utilisateur sur le serveur\n" -#: options.c:639 +#: options.c:651 msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --[fetch]all récupérer anciens et nouveaux messages\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr "" " -K, --nokeep supprimer les nouveaux messages après récupération\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr "" " -k, --keep conserver les nouveaux messages après récupération\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush supprimer les anciens messages du serveur\n" -#: options.c:643 +#: options.c:655 msgid " --limitflush delete oversized messages\n" msgstr " --limitflush eliminer les messages qui sont trop grands\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite ne pas récrire les adresses d'en-tête\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr "" " -l, --limit limite maximale de la taille des messages à récupérer\n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr " -w, --warnings intervalle entre les notifications de courrier\n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost spécifier l'hôte SMTP pour la réexpédition\n" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr " --fetchdomains récupère le mail pour les domaines indiqués\n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr "" " -D, --smtpaddress spécifier le domaine de délivrance SMTP à utiliser\n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr " --smtpname force le nom complet SMTP nom@domaine\n" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr " -Z, --antispam configurer les valeurs de réponse anti`spam'\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr "" " -b, --batchlimit limite du nombre de messages pour chaque connexion SMTP\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr "" " -B, --fetchlimit limite des récupérations pour les connexions au serveur\n" -#: options.c:655 +#: options.c:667 msgid " --fetchsizelimit set fetch message size limit\n" msgstr "" " --fetchsizelimit indique la tialle limite des messages récupérés\n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr " --fastuidl effectue une recherche binaire des UIDLs\n" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr "" " -e, --expunge limite du nombre des suppressions entre deux purges\n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " -m, --mda spécifier le MDA à utiliser pour la réexpédition\n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp spécifier le fichier de sortie BSMTP\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp utiliser LMTP (RFC2033) pour la délivrance\n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder spécifier le nom du dossier distant\n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr "" " --showdots affiche des points de progression, même dans le journal\n" @@ -2416,15 +2444,15 @@ msgstr "erreur de protocole durant la réception des UIDLs\n" msgid "Option --folder is not supported with POP3\n" msgstr "L'option --folder n'est pas supportée avec POP3\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "une option serveur est placée après les options utilisateur" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "le support de SDPS est désactivé" -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2433,7 +2461,7 @@ msgstr "" "et \n" "FreeBSD\n" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2441,36 +2469,36 @@ msgstr "" "fetchmail: l'option monitor n'est supportée que sous Linux (sans IPv6) et \n" "FreeBSD\n" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "le support de SSL n'est pas activé" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "fin de l'entrée" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "Le fichier %s doit etre un fichier normal.\n" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "Le fichier %s doit avoir au moins les permissions -rwx------ (0700)\n" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "Le fichier %s doit vous appartenir.\n" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Erreur système inconnue" -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s (message de trace incomplet)" #: rfc822.c:76 @@ -2688,85 +2716,89 @@ msgstr "SMTP: (corps du message ayant rebondi)\n" msgid "mail from %s bounced to %s\n" msgstr "message depuis %s ayant rebondi sur %s\n" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "L'erreur mémorisée est toujours %d\n" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "Erreur %cMTP: %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, fuzzy, c-format msgid "BSMTP file open failed: %s\n" msgstr "Échec d'ouverture du fichier BSMTP ou à l'écriture du préambule\n" -#: sink.c:758 +#: sink.c:776 #, fuzzy msgid "BSMTP preamble write failed.\n" msgstr "Échec d'ouverture du fichier BSMTP ou à l'écriture du préambule\n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "Le serveur %cMTP n'apprécie pas l'adresse de destinataire `%s'\n" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "Le serveur %cMTP n'apprécie pas l'adresse du destinataire `%s'\n" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr "les adresses ne correspondent pas ; pas de postmaster\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "il n'est même pas possible d'expédier vers %s\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "aucune correspondance dans les adresses ; réexpédition vers %s.\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "sur le point de délivrer le courrier à : %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "Échec d'ouverture MDA\n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "Échec de connexion %cMTP avec %s\n" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "ne peut relever l'agent ; se replie sur %s" -#: sink.c:1346 +#: sink.c:1364 #, c-format msgid "Error writing to MDA: %s\n" msgstr "Erreur envoyant à l'MDA : %s\n" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr "le programme de livraison du courrier a été tué par un signal %d\n" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr "MDA a retourné un état non nul (%d)\n" -#: sink.c:1355 +#: sink.c:1373 #, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" @@ -2774,24 +2806,24 @@ msgstr "" "Etrange : le MDA a retourné %d et errno %d/%s lors du pclose; cas impossible " "à gérer %s:%d\n" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "Échec à la terminaison du message ou à la fermeture de BSMTP\n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "Le serveur SMTP a refusé de délivrer le courrier\n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "Erreur de délivrance LMTP en EOM\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "Réponse non-503 inattendue à un ordre LMTP EOM: %s\n" -#: sink.c:1587 +#: sink.c:1605 msgid "" "-- \n" "The Fetchmail Daemon" @@ -2799,32 +2831,32 @@ msgstr "" "-- \n" "Le Démon Fetchmail" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "Authentification ESMTP CRAM-Md5...\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "Le serveur a refusé la commande AUTH.\n" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "Mauvaise réponse en base 64 du serveur.\n" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "Challenge décodé: %s\n" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "Autentification ESMTP PLAIN ...\n" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "Autentification ESMTP LOGIN ...\n" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr "erreur de protocole avec le serveur smtp\n" @@ -2854,175 +2886,175 @@ msgstr "exécution de %s (machine %s, service %s)\n" msgid "execvp(%s) failed\n" msgstr "échec de execvp(%s)\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "échec getaddrinfo(\"%s\",\"%s\") : %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "Essaiez ajouter l'option --service (voir aussi FAQ R12).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "inconnu (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Essai de connecter avec %s/%s..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "il n'est même pas possible d'expédier vers %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "échec de connexion.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "Échec de connexion avec %s:%s [%s/%s] : %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "connecté.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Organisation de l'expéditeur: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" "Avertissement: le nom de l'organisation de l'expéditeur est tros long (et " "peut etre tronqué).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Organisation inconnue\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Nom commun de l'émetteur : %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" "Avertissement: le nom de l'expéditeur est tros long (et peut etre tronqué).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Nom commun de l'expéditeur inconnu\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Nom commun du serveur: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Certificat erroni: Sujet nom commun trop long!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Pas de concordance du nom commun du serveur: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "" "Le nom du serveur n'est pas spécifié, impossible de vérifier le certificat!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Nom commun du serveur inconnu\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Le nom du serveur n'est pas présent dans le certificat!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "échec de EVP_md5()\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Plus de mémoire!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Le tampon résumé est trop court!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "signature de la clé %s : %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "La signature %s correspond.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "La signature %s ne correspond pas!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Erreur de vérification du certificat du serveur : %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "expéditeur inconnu (%d premiers caractères) : %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Descripteur de fichier inaccessible pour SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" -"Le protocole SSL «%s» spécifié est invalide, le protocole par défaut " -"(SSLv23) est utilisé.\n" +"Le protocole SSL «%s» spécifié est invalide, le protocole par défaut (SSLv23) " +"est utilisé.\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "La vérification du certificat ou de la signature n'a pas été faite!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Nouvel essai de lecture sur la socket Cygwin\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Le nouvel essai de lecture sur la socket Cygwin a échoué!\n" -#: transact.c:67 +#: transact.c:65 #, c-format msgid "mapped address %s to local %s\n" msgstr "correspondance d'adresse %s en local %s\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "correspondance de %s en local %s\n" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "passage au travers de %s et coïncidence avec %s\n" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -3031,65 +3063,65 @@ msgstr "" "analyse de la ligne «Received»:\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "ligne acceptée, %s est un alias du serveur de courrier\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "ligne rejetée, %s n'est pas un alias du serveur de courrier\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "aucune adresse trouvée dans «Received»\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "adresse `%s' trouvée dans «Received»\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "délimiteur de message trouvé durant l'analyse des en-têtes\n" -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr "ligne d'en-tête incorrecte trouvée lors du scan des en-têtes\n" -#: transact.c:584 +#: transact.c:599 #, c-format msgid "line: %s" msgstr "ligne: %s" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "aucune correspondance locale, réexpédition vers %s\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "réexpédition et effacement supprimés suite à des erreurs de DNS\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "écriture d'en-têtes RFC822\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "aucune adresse de destination ne correspond aux noms locaux déclarés" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "l'adresse de destination %s ne correspond à aucun nom local" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "le message contient des caractères NULs" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "Le serveur SMTP rejette les adresses locales de destination : " @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 5.3.6\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2000-04-10 01:26+0200\n" "Last-Translator: Jess Bravo lvarez <jba@pobox.com>\n" "Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n" @@ -21,25 +21,25 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Comprobando se %s realmente o mesmo nodo que %s\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Si, os seus enderezos IP coinciden\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "Non, os seus enderezos IP non coinciden\n" -#: checkalias.c:198 +#: checkalias.c:203 #, fuzzy, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "fallo na resolucin do nome buscar `%s' mentres se reciba de %s.\n" -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "fallo na resolucin do nome buscar `%s' mentres se reciba de %s.\n" @@ -91,69 +91,69 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] "\tmensaxe %d de %d octetos omitido polo fetchmail.\n" msgstr[1] "\tmensaxe %d de %d octetos omitido polo fetchmail.\n" -#: driver.c:503 +#: driver.c:511 #, fuzzy, c-format msgid "skipping message %s@%s:%d" msgstr "omitindo mensaxe %d (%d octetos)" -#: driver.c:557 +#: driver.c:565 #, fuzzy, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "omitindo mensaxe %d (%d octetos)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr "" -#: driver.c:576 +#: driver.c:584 #, fuzzy msgid " (oversized)" msgstr " (exceso de tamao, %d octetos)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "" -#: driver.c:611 +#: driver.c:619 #, fuzzy, c-format msgid "reading message %s@%s:%d of %d" msgstr "lendo mensaxe %d de %d" -#: driver.c:616 +#: driver.c:624 #, fuzzy, c-format msgid " (%d octets)" msgstr " (%d octetos%s)" -#: driver.c:617 +#: driver.c:625 #, fuzzy, c-format msgid " (%d header octets)" msgstr " (%d octetos de corpo) " -#: driver.c:685 +#: driver.c:692 #, fuzzy, c-format msgid " (%d body octets)" msgstr " (%d octetos de corpo) " -#: driver.c:746 +#: driver.c:751 #, fuzzy, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" msgstr "a mensaxe %d non tia o tamao agardado (%d real != %d agardado)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " mantida\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " eliminada\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " non eliminada\n" -#: driver.c:822 +#: driver.c:828 #, fuzzy, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -161,38 +161,38 @@ msgid_plural "" msgstr[0] "atinxiuse o lmite de %d mensaxes; %d deixadas no servidor\n" msgstr[1] "atinxiuse o lmite de %d mensaxes; %d deixadas no servidor\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "tempo esgotado tras %d segundos agardando a conexin servidor %s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "tempo esgotado tras %d segundos agardando servidor %s.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "tempo esgotado tras %d segundos agardando a %s.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "" "tempo esgotado tras %d segundos agardando a resposta do servidor receptor.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "tempo esgotado tras %d segundos.\n" -#: driver.c:907 +#: driver.c:913 #, fuzzy msgid "Subject: fetchmail sees repeated timeouts" msgstr "Subject: fetchmail atopa repetidas expiracins do tempo de espera\n" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -201,7 +201,7 @@ msgstr "" "Fetchmail atopou mis de %d expiracins do tempo de espera tentando colle-lo " "correo de %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -217,74 +217,79 @@ msgstr "" "\n" "Fetchmail non recibir de novo correo desta caixa ata que o reinicie.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "o programa de pre-conexin fallou con estado %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "o programa de pre-conexin fallou con estado %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "non se puido atopar a caixa postal HESIOD para %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "O servidor principal non ten nome.\n" -#: driver.c:1008 +#: driver.c:1021 #, fuzzy, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "non se puido atopar o nome DNS cannico de %s\n" -#: driver.c:1055 +#: driver.c:1068 #, fuzzy, c-format msgid "%s connection to %s failed" msgstr "fallou a conexin %cMTP a %s\n" -#: driver.c:1071 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "" -#: driver.c:1073 +#: driver.c:1086 #, fuzzy, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail non puido coller correo de %s@%s.\n" -#: driver.c:1101 +#: driver.c:1114 #, fuzzy msgid "SSL connection failed.\n" msgstr "fallou a conexin %cMTP a %s\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Erro de bloqueo/actividade en %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, fuzzy, c-format msgid "Server busy error on %s@%s\n" msgstr "Erro de bloqueo/actividade en %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, fuzzy, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Fallou a autorizacin en %s@%s\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr "" -#: driver.c:1187 +#: driver.c:1200 #, fuzzy, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: fallou a autenticacin do fetchmail\n" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail non puido coller correo de %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -293,7 +298,7 @@ msgid "" "error message." msgstr "" -#: driver.c:1201 +#: driver.c:1214 #, fuzzy msgid "" "\n" @@ -311,7 +316,7 @@ msgstr "" "non pode distinguilas porque non envan mensaxes de erro tiles cando\n" "hai un fallo de login.\n" -#: driver.c:1211 +#: driver.c:1224 #, fuzzy msgid "" "The attempt to get authorization failed.\n" @@ -329,170 +334,175 @@ msgstr "" "non pode distinguilas porque non envan mensaxes de erro tiles cando\n" "hai un fallo de login.\n" -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Erro descoecido de login ou autenticacin en %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, fuzzy, c-format msgid "Authorization OK on %s@%s\n" msgstr "Fallou a autorizacin en %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, fuzzy, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: fallou a autenticacin do fetchmail\n" -#: driver.c:1266 +#: driver.c:1279 #, fuzzy, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail non puido coller correo de %s@%s.\n" -#: driver.c:1270 +#: driver.c:1283 #, fuzzy msgid "Service has been restored.\n" msgstr "O servicio escolleu a versin %d.%d do RPA\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "escollendo ou recibindo de novo mensaxes da carpeta %s\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "escollendo ou recibindo de novo mensaxes da carpeta por defecto\n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s en %s (carpeta %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s en %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Recibindo de %s\n" -#: driver.c:1328 +#: driver.c:1341 #, fuzzy, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d %s (%d lidas) para %s" msgstr[1] "%d %s (%d lidas) para %s" -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "" msgstr[1] "" -#: driver.c:1334 +#: driver.c:1347 #, fuzzy, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d %s para %s" msgstr[1] "%d %s para %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d octetos).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Non hai correo para %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "socket" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "a cabeceira RFC822 falta ou errnea" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "sincronizacin cliente/servidor" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "protocolo cliente/servidor" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "bloqueo activado no servidor" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "Transaccin SMTP" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "Busca no DNS" -#: driver.c:1546 +#: driver.c:1561 #, fuzzy msgid "undefined" msgstr "erro indefinido\n" -#: driver.c:1552 +#: driver.c:1567 #, fuzzy, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "erro %s baixar correo de %s\n" -#: driver.c:1554 +#: driver.c:1569 #, fuzzy msgid "unknown" msgstr "a mquina descoecida." -#: driver.c:1556 +#: driver.c:1571 #, fuzzy, c-format msgid "%s error while fetching from %s@%s\n" msgstr "erro %s baixar correo de %s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "o comando de pos-conexin fallou con estado %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "o comando de pos-conexin fallou con estado %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Non est enlazado con soporte Kerberos V4.\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Non est enlazado con soporte Kerberos V5.\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "A opcin --flush non est soportada con %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "A opcin --all non est soportada con %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "A opcin --limit non est soportada con %s\n" @@ -616,7 +626,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" #: fetchmail.c:142 @@ -639,54 +649,54 @@ msgstr "fetchmail: fallou o fork\n" msgid "could not get current working directory\n" msgstr "" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Isto fetchmail versin %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Collendo as opcins da lia de comandos%s%s\n" # Estas das cadeas quedan "... da lia de comandos e de .fetchmailrc" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " e de " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "" "Non hai ningn servidor de correo configurado -- quizais falta o %s?\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: non se indicou ningn servidor de correo.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: non hai outro fetchmail a se executar\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: erro matando fetchmail en %s co pid %d; sando.\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "segundo plano" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "primeiro plano" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: fetchmail en %s co pid %d matado.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -694,7 +704,7 @@ msgstr "" "fetchmail: non se pode comproba-lo correo cando hai outro fetchmail na\n" "mesma mquina a se executar.\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -702,234 +712,234 @@ msgstr "" "fetchmail: non se pode recibir das mquinas indicadas con outro fetchmail a " "se executar en %d.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "" "fetchmail: outro fetchmail en primeiro plano est a se executar en %d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: non se poden aceptar opcins cando hai un fetchmail en segundo " "plano a se executar.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: fetchmail en segundo plano co pid %d espertado.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: proceso mis antigo en %d morreu misteriosamente.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, fuzzy, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: non se pode atopar unha contrasinal para %s@%s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Introduza a contrasinal para %s@%s: " -#: fetchmail.c:557 fetchmail.c:593 -#, fuzzy -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: aviso: ningn DNS dispoible para comprobar recepcins con " -"mltiples entregas de %s\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 #, fuzzy msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: non hai outro fetchmail a se executar\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "iniciando o demonio de fetchmail %s \n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "" -#: fetchmail.c:612 +#: fetchmail.c:606 +#, fuzzy +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: aviso: ningn DNS dispoible para comprobar recepcins con " +"mltiples entregas de %s\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "non se puido comproba-la data de %s (erro %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "iniciando fetchmail (%s cambiou)\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "fallou a tentativa de reexecutar o fetchmail\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "recepcin de %s omitida (fallo de autenticacin ou demasiados excesos de " "espera)\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "non se atinxiu o intervalo, non se interrogar %s\n" -#: fetchmail.c:751 +#: fetchmail.c:764 #, fuzzy msgid "Query status=0 (SUCCESS)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:753 +#: fetchmail.c:766 #, fuzzy msgid "Query status=1 (NOMAIL)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:755 +#: fetchmail.c:768 #, fuzzy msgid "Query status=2 (SOCKET)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:757 +#: fetchmail.c:770 #, fuzzy msgid "Query status=3 (AUTHFAIL)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:759 +#: fetchmail.c:772 #, fuzzy msgid "Query status=4 (PROTOCOL)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:761 +#: fetchmail.c:774 #, fuzzy msgid "Query status=5 (SYNTAX)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:763 +#: fetchmail.c:776 #, fuzzy msgid "Query status=6 (IOERR)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:765 +#: fetchmail.c:778 #, fuzzy msgid "Query status=7 (ERROR)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:767 +#: fetchmail.c:780 #, fuzzy msgid "Query status=8 (EXCLUDE)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:769 +#: fetchmail.c:782 #, fuzzy msgid "Query status=9 (LOCKBUSY)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:771 +#: fetchmail.c:784 #, fuzzy msgid "Query status=10 (SMTP)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:773 +#: fetchmail.c:786 #, fuzzy msgid "Query status=11 (DNS)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:775 +#: fetchmail.c:788 #, fuzzy msgid "Query status=12 (BSMTP)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:777 +#: fetchmail.c:790 #, fuzzy msgid "Query status=13 (MAXFETCH)\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Estado da peticin=%d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Tdalas las conexins estn trabadas. Sando.\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, fuzzy, c-format msgid "sleeping at %s for %d seconds\n" msgstr "fetchmail: durmindo en %s\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "espertado por %s\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "espertado por sinal %d\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "espertado en %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "finalizacin normal, estado %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "non se puido comprobar a data do ficheiro de control de execucin\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Aviso: mltiples mencins da mquina %s no ficheiro de configuracin\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 #, fuzzy msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "Aviso: mltiples mencins da mquina %s no ficheiro de configuracin\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 #, fuzzy msgid "SSL support is not compiled in.\n" msgstr "non est configurado o soporte POP2.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 #, fuzzy msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "non est configurado o soporte POP2.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 #, fuzzy msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "non est configurado o soporte POP2.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 #, fuzzy msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "non est configurado o soporte POP2.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -937,16 +947,16 @@ msgstr "" "fetchmail: aviso: ningn DNS dispoible para comprobar recepcins con " "mltiples entregas de %s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, fuzzy, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -954,300 +964,310 @@ msgid "" msgstr "" "configuracin de %s non vlida, o nmero de porto non pode ser negativo\n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, fuzzy, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "configuracin de %s non vlida, RPOP require un porto privilexiado\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "configuracin de %s non vlida, LMTP non pode usar o porto por defecto SMTP\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 #, fuzzy msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "Baixar e manter tdalas mensaxes en modo demonio un erro!\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "terminado con sinal %d\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, fuzzy, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s interrogando %s (protocolo %s) en %s\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "non est configurado o soporte POP2.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "non est configurado o soporte POP3.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "non est configurado o soporte IMAP.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "non est configurado o soporte ETRN.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 #, fuzzy msgid "ODMR support is not configured.\n" msgstr "non est configurado o soporte POP2.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "o protocolo escollido non est soportado.\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, fuzzy, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s interrogando %s (protocolo %s) en %s\n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "O intervalo entre peticins de %d segundos\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "O ficheiro de rexistro %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "O ficheiro de identificacins %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "As mensaxes de progreso rexistraranse polo syslog\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail enmascararase e non xerar unha lia Received\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail reenviar mensaxes multidrop con enderezo incorrecto a %s.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail enviar as mensaxes de erro postmaster.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail enviar as mensaxes de erro autor.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "Fetchmail reenviar mensaxes multidrop con enderezo incorrecto a %s.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Fetchmail enviar as mensaxes de erro autor.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Opcins para recibir de %s@%s:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " O correo recibirase va %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, fuzzy, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Recibirase deste servidor cada %d intervalos.\n" msgstr[1] " Recibirase deste servidor cada %d intervalos.\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " O nome real do servidor %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 #, fuzzy msgid " This host will not be queried when no host is specified.\n" msgstr "" " Esta mquina%sser interrogada cando non se indique ningunha outra.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 #, fuzzy msgid " This host will be queried when no host is specified.\n" msgstr "" " Esta mquina%sser interrogada cando non se indique ningunha outra.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Pedirase a contrasinal.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " Segredo APOP = \"%s\".\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " Identificacin RPOP = \"%s\".\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Contrasinal = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " O protocolo KPOP con autenticacin Kerberos %s" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " O protocolo %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (usando o servicio %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (usando o porto por defecto)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (forzando o uso de UIDL)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr "" -#: fetchmail.c:1602 +#: fetchmail.c:1622 #, fuzzy msgid " Password authentication will be forced.\n" msgstr "Autenticacin OTP soportada\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 #, fuzzy msgid " MSN authentication will be forced.\n" msgstr "Autenticacin NTLM soportada\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 #, fuzzy msgid " NTLM authentication will be forced.\n" msgstr "Autenticacin NTLM soportada\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 #, fuzzy msgid " OTP authentication will be forced.\n" msgstr "Autenticacin OTP soportada\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 #, fuzzy msgid " CRAM-Md5 authentication will be forced.\n" msgstr "Autenticacin CRAM-MD5 soportada\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 #, fuzzy msgid " GSSAPI authentication will be forced.\n" msgstr "Autenticacin OTP soportada\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 #, fuzzy msgid " Kerberos V4 authentication will be forced.\n" msgstr " Activada a preautenticacin Kerberos V4.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 #, fuzzy msgid " Kerberos V5 authentication will be forced.\n" msgstr " Activada a preautenticacin Kerberos V5.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Asmese encriptado dun punto outro.\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr "" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr "" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, fuzzy, c-format msgid " SSL protocol: %s.\n" msgstr " O protocolo %s" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr "" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr "" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, fuzzy, c-format msgid " SSL server CommonName: %s\n" msgstr "Mostra da data do servicio %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr "" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " O tempo de espera de resposta do servidor %d segundos" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (por defecto).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Caixa de correo por defecto escollida.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " As caixas de correo escollidas son:" -#: fetchmail.c:1667 +#: fetchmail.c:1687 #, fuzzy msgid " All messages will be retrieved (--all on).\n" msgstr " Baixaranse %s mensaxes (--all %s).\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 #, fuzzy msgid " Only new messages will be retrieved (--all off).\n" msgstr " Baixaranse %s mensaxes (--all %s).\n" # %s substitese por " non " ou " " -#: fetchmail.c:1670 +#: fetchmail.c:1690 #, fuzzy msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " As mensaxes recibidas%ssern mantidas no servidor (--keep %s).\n" # %s substitese por " non " ou " " -#: fetchmail.c:1671 +#: fetchmail.c:1691 #, fuzzy msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " As mensaxes recibidas%ssern mantidas no servidor (--keep %s).\n" # %s substitese por " non " ou " " -#: fetchmail.c:1673 +#: fetchmail.c:1693 #, fuzzy msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" @@ -1255,7 +1275,7 @@ msgstr "" "flush %s).\n" # %s substitese por " non " ou " " -#: fetchmail.c:1674 +#: fetchmail.c:1694 #, fuzzy msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" @@ -1264,7 +1284,7 @@ msgstr "" "flush %s).\n" # %s substitese por " non " ou " " -#: fetchmail.c:1676 +#: fetchmail.c:1696 #, fuzzy msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " @@ -1274,7 +1294,7 @@ msgstr "" "flush %s).\n" # %s substitese por " non " ou " " -#: fetchmail.c:1677 +#: fetchmail.c:1697 #, fuzzy msgid "" " Oversized messages will not be flushed before message retrieval (--" @@ -1286,7 +1306,7 @@ msgstr "" # A traduccin est feita cos : porque o nico xeito de que as # palabras "activado" e "desactivado" sirvan para as sentencias # masculinas e femininas, sen que quede moi mal -#: fetchmail.c:1679 +#: fetchmail.c:1699 #, fuzzy msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " Rescritura dos enderezos locais: %s (--norewrite %s).\n" @@ -1294,243 +1314,243 @@ msgstr " Rescritura dos enderezos locais: %s (--norewrite %s).\n" # A traduccin est feita cos : porque o nico xeito de que as # palabras "activado" e "desactivado" sirvan para as sentencias # masculinas e femininas, sen que quede moi mal -#: fetchmail.c:1680 +#: fetchmail.c:1700 #, fuzzy msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " Rescritura dos enderezos locais: %s (--norewrite %s).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 #, fuzzy msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Eliminacin do retorno de carro: %s (stripcr %s).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 #, fuzzy msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Eliminacin do retorno de carro: %s (stripcr %s).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 #, fuzzy msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Retorno de carro forzado: %s (forcecr %s).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 #, fuzzy msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Retorno de carro forzado: %s (forcecr %s).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr " Interpretacin de Content-Transfer-Encoding: %s (pass8bits %s).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr " Interpretacin de Content-Transfer-Encoding: %s (pass8bits %s).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 #, fuzzy msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " Decodificacin MIME: %s (mimedecode %s).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 #, fuzzy msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " Decodificacin MIME: %s (mimedecode %s).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 #, fuzzy msgid " Idle after poll is enabled (idle on).\n" msgstr " Inactividade despois da recepcin: %s (idle %s).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 #, fuzzy msgid " Idle after poll is disabled (idle off).\n" msgstr " Inactividade despois da recepcin: %s (idle %s).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 #, fuzzy msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " As lias Status non baleiras sern %s (dropstatus %s)\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 #, fuzzy msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " As lias Status non baleiras sern %s (dropstatus %s)\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 #, fuzzy msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " As lias Status non baleiras sern %s (dropstatus %s)\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 #, fuzzy msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " As lias Status non baleiras sern %s (dropstatus %s)\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " O lmite de tamao de mensaxe %d octetos (--limit %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Sen lmite de tamao de mensaxe (--limit 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " O intervalo de avisos do tamao das mensaxes %d segundos (--warnings %" "d).\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Avisos de tamao de mensaxe en cada recepcin (--warnings 0).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " O lmite de mensaxes recibidas %d (--fetchlimit %d).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Sen lmite de mensaxes recibidas (--fetchlimit 0).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, fuzzy, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " O lmite de mensaxes recibidas %d (--fetchlimit %d).\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 #, fuzzy msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Sen lmite de tamao de mensaxe (--limit 0).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " O lmite de lote de mensaxes SMTP %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Sen lmite de lote de mensaxes SMTP (--bathlimit 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " O intervalo de borrado entre eliminacins forzado a %d (--expunge %d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Sen eliminacins forzadas (--expunge 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr "" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (por defecto)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " As mensaxes sern engadidas a %s como BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " As mensaxes sern entregadas con \"%s\".\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " As mensaxes sern redirixiadas a travs de %cMTP a:" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " O nome da mquina na lia MAIL FROM ser %s\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr "" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " As respostas de bloques spam recoecidas polo servidor receptor son:" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Bloqueo de spam desactivado\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " A conexin servidor ser iniciada con \"%s\".\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Ningn comando de pre-conexin.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " A conexin servidor ser rematada con \"%s\".\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Ningn comando de pos-conexin.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Non hai ningn nome local declarado para esta mquina.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Modo de entrega mltiple: " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Modo de entrega simple: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, fuzzy, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d nome(s) local(is) recoecidos.\n" msgstr[1] "%d nome(s) local(is) recoecidos.\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 #, fuzzy msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " Busca no DNS por enderezos de mltiple entrega: %s.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 #, fuzzy msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " Busca no DNS por enderezos de mltiple entrega: %s.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 #, fuzzy msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" @@ -1538,101 +1558,101 @@ msgstr "" " Os aliases do servidor compararanse cos enderezos de mltiple entrega " "segundo " -#: fetchmail.c:1848 +#: fetchmail.c:1868 #, fuzzy msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Os aliases do servidor compararanse cos enderezos de mltiple entrega " "segundo " -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " O encamiamento dos enderezos do sobre est desactivado\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Asmese que a cabeceira do sobre : %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, fuzzy, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Nmero da cabeceira do sobre a procesar: %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Eliminarase o prefixo %s do identificador de usuario\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Sen eliminacin de prefixo\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Aliases predeclarados do servidor de correo:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Dominios locais:" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " A conexin ten que ser a travs da interfaz %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Non se indicou ningn requirimento de interfaz.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " O bucle de recibimento monitorizar %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Non se indicou ningunha interfaz de monitorizacin.\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " As conexins servidor faranse polo plugin %s (--plugin %s).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Non se indicou ningn comando de plugin.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " s conexins servidor receptor faranse polo plugout %s (--plugout %s).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Non se indicou ningn comando de plugout.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Ningn UID foi grabado desta mquina.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UIDs gravados.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr "" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" msgstr "" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Propiedades de paso \"%s\".\n" @@ -1737,74 +1757,74 @@ msgstr "" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" -#: imap.c:570 +#: imap.c:579 #, fuzzy msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Capacidade LOGIN requirida non soportada polo servidor\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 #, fuzzy msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Capacidade LOGIN requirida non soportada polo servidor\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Capacidade LOGIN requirida non soportada polo servidor\n" -#: imap.c:667 +#: imap.c:676 #, fuzzy, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "a mensaxe %d non tia o tamao agardado (%d real != %d agardado)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "fallou a nova tentativa de baixar mensaxes\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, fuzzy, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "Non hai mensaxes agardando para %s\n" msgstr[1] "Non hai mensaxes agardando para %s\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "fallou a seleccin de caixa de correo\n" -#: imap.c:802 +#: imap.c:811 #, fuzzy, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "Non hai mensaxes agardando para %s\n" msgstr[1] "Non hai mensaxes agardando para %s\n" -#: imap.c:816 +#: imap.c:825 #, fuzzy msgid "expunge failed\n" msgstr "fallou o execl(%s)\n" -#: imap.c:820 +#: imap.c:829 #, fuzzy, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "Non hai mensaxes agardando para %s\n" msgstr[1] "Non hai mensaxes agardando para %s\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "fallou a busca de mensaxes non lidas\n" -#: imap.c:890 +#: imap.c:899 #, fuzzy, c-format msgid "%lu is unseen\n" msgstr "a %u anda foi lida\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, fuzzy, c-format msgid "%u is first unseen\n" msgstr "a %u anda foi lida\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2012,80 +2032,80 @@ msgstr "Non se puido decodificar o challenge OTP\n" msgid "Secret pass phrase: " msgstr "Contrasinal segreda: " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "A cadea '%s' non unha cadea numrica vlida.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "O valor da cadea '%s' %s que %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "mis pequeno" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "maior" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "Protocolo indicado `%s' non vlido.\n" -#: options.c:386 +#: options.c:396 #, fuzzy, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "Preautenticacin `%s' indicada non vlida.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "uso: fetchmail [opcins] [servidor ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " As opcins son as seguintes:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help amosar esta axuda das opcins\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version amosa-la informacin da versin\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check comprobar as mensaxes sen recollelas\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent traballar silenciosamente\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose traballar barullentamente (sada de diagnstico)\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr "" " -d, --daemon executarse como un demonio unha vez cada n segundos\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr " -N, --nodetach non quitar do primeiro plano o proceso demonio\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit mata-lo proceso demonio\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile indica-lo nome do ficheiro de rexistro\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" @@ -2093,243 +2113,254 @@ msgstr "" " --syslog usar syslog(3) para a maior parte das mensaxes " "se executar como demonio\n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr "" " --invisible non escribir `Received' e activar finximento de mquina\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr "" " -f, --fetchmailrc indicar un ficheiro de control de execucin diferente\n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr " -i, --idfile indicar un ficheiro de UIDs alternativo\n" -#: options.c:607 +#: options.c:617 #, fuzzy msgid " --pidfile specify alternate PID (lock) file\n" msgstr " -i, --idfile indicar un ficheiro de UIDs alternativo\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr " --postmaster indicar o destinatario en ltimo caso\n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" " --nobounce redirixir as mensaxes erradas do usuario postmaster.\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface indicacin de requirimento de interfaz\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr " -M, --monitor monitorizar a actividade da interfaz\n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl activar sesin encriptada con ssl\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey ficheiro coa chave privada ssl\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert certificado de cliente ssl\n" -#: options.c:618 +#: options.c:630 #, fuzzy msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr " --sslcert certificado de cliente ssl\n" -#: options.c:619 +#: options.c:631 #, fuzzy msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcert certificado de cliente ssl\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" msgstr "" -#: options.c:622 +#: options.c:634 msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr "" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr " --plugin indicar comando externo para abri-la conexin\n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" " --plugout indicar comando externo para abri-la conexin smtp " "local\n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr "" " -p, --protocol indicar o protocolo de recepcin (mirar a pxina man)\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl forzar o uso de UIDLs (s pop3)\n" -#: options.c:629 +#: options.c:641 #, fuzzy msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr " -P, --port porto do servicio TCP/IP que se conectar\n" -#: options.c:630 +#: options.c:642 #, fuzzy msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr " -P, --port porto do servicio TCP/IP que se conectar\n" -#: options.c:631 +#: options.c:643 #, fuzzy msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr "" " --preauth tipo de preautenticacin: password (contrasinal),\n" " kerberos, ou ssh\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout tempo de espera da resposta do servidor\n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope cabeceira co enderezo do sobre\n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr "" " -Q, --qvirtual prefixo a borrar da identificacin de usuario local\n" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr "" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr " -u, --username indicar o login do usuario no servidor\n" -#: options.c:639 +#: options.c:651 #, fuzzy msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --all coller as mensaxes vellas e novas\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr " -K, --nokeep borra-las novas mensaxes despois de recollelas\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr " -k, --keep mante-las novas mensaxes despois de recollelas\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush elimina-las mensaxes vellas do servidor\n" -#: options.c:643 +#: options.c:655 #, fuzzy msgid " --limitflush delete oversized messages\n" msgstr " -F, --flush elimina-las mensaxes vellas do servidor\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite non rescribi-los enderezos das cabeceiras\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr " -l, --limit non coller mensaxes meirandes que o tamao dado\n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr "" " -w, --warnings intervalo entre notificacins de avisos de correo\n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost establece-lo servidor SMTP para redirixir\n" -#: options.c:649 +#: options.c:661 #, fuzzy msgid " --fetchdomains fetch mail for specified domains\n" msgstr "" " -B, --fetchlimit establece-lo lmite de mensaxes para as conexins\n" " servidor\n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr " -D, --smtpaddress establece-lo dominio de entrega SMTP a usar\n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr "" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr " -Z, --antispam, establece-los valores de resposta antispam\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr " -b, --batchlimit establece-lo lmite de lote para conexins SMTP\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr "" " -B, --fetchlimit establece-lo lmite de mensaxes para as conexins\n" " servidor\n" -#: options.c:655 +#: options.c:667 #, fuzzy msgid " --fetchsizelimit set fetch message size limit\n" msgstr "" " -B, --fetchlimit establece-lo lmite de mensaxes para as conexins\n" " servidor\n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr "" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr "" " -e, --expunge establece-lo nmero mximo de borrados entre " "eliminacins\n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " -m, --mda establece-lo MDA a usar para redirixir\n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp establece-lo ficheiro BSMTP de sada\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp usar LMTP (RFC2033) para a entrega\n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder indicar o nome da carpeta remota\n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr "" @@ -2412,56 +2443,56 @@ msgstr "erro de protocolo obter os UIDLs\n" msgid "Option --folder is not supported with POP3\n" msgstr "A opcin --remote non est soportada con POP3\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "" -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" msgstr "" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" msgstr "" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Erro de sistema descoecido" -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s (mensaxe de rexistro incompleta)" #: rfc822.c:76 @@ -2678,141 +2709,145 @@ msgstr "" msgid "mail from %s bounced to %s\n" msgstr "" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "erro de %cMTP: %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, fuzzy, c-format msgid "BSMTP file open failed: %s\n" msgstr "Fallou a apertura do ficheiro BSMTP ou a escritura do prembulo\n" -#: sink.c:758 +#: sink.c:776 #, fuzzy msgid "BSMTP preamble write failed.\n" msgstr "Fallou a apertura do ficheiro BSMTP ou a escritura do prembulo\n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "O receptor %cMTP non acepta o enderezo de destinatario `%s'\n" -#: sink.c:979 +#: sink.c:997 #, fuzzy, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "O receptor %cMTP non acepta o enderezo de destinatario `%s'\n" -#: sink.c:1025 +#: sink.c:1043 #, fuzzy msgid "no address matches; no postmaster set.\n" msgstr "ningunha coincidencia do enderezo; redirixindo a %s.\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "non se pode nin sequera enviar a %s!\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "ningunha coincidencia do enderezo; redirixindo a %s.\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "a piques de entregar con: %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "Fallou a apertura MDA\n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "fallou a conexin %cMTP a %s\n" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "" -#: sink.c:1346 +#: sink.c:1364 #, fuzzy, c-format msgid "Error writing to MDA: %s\n" msgstr "Erro liberando as credenciais\n" -#: sink.c:1349 +#: sink.c:1367 #, fuzzy, c-format msgid "MDA died of signal %d\n" msgstr "espertado por sinal %d\n" -#: sink.c:1352 +#: sink.c:1370 #, fuzzy, c-format msgid "MDA returned nonzero status %d\n" msgstr "O MDA saiu anormalmente ou devolveu estado non cero\n" -#: sink.c:1355 +#: sink.c:1373 #, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" msgstr "" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "Fallou o remate da mensaxe ou o pechamento do ficheiro BSMTP\n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "O receptor SMTP rexeitou a entrega\n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "Erro na entrega LMTP no EOM\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "Resposta distinta de 503 non agardada LMTP EOM: %s\n" -#: sink.c:1587 +#: sink.c:1605 msgid "" "-- \n" "The Fetchmail Daemon" msgstr "" -#: smtp.c:79 +#: smtp.c:80 #, fuzzy msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "Autenticacin CRAM-MD5 soportada\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 #, fuzzy msgid "smtp listener protocol error\n" msgstr "erro de protocolo\n" @@ -2844,171 +2879,171 @@ msgstr "executando %s %s %s\n" msgid "execvp(%s) failed\n" msgstr "fallou o execl(%s)\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, fuzzy, c-format msgid "unknown (%s)" msgstr "a mquina descoecida." -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "" -#: socket.c:310 +#: socket.c:313 #, fuzzy, c-format msgid "cannot create socket: %s\n" msgstr "non se pode nin sequera enviar a %s!\n" -#: socket.c:326 +#: socket.c:329 #, fuzzy msgid "connection failed.\n" msgstr "fallou a conexin %cMTP a %s\n" -#: socket.c:328 +#: socket.c:331 #, fuzzy, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "fallou a conexin %cMTP a %s\n" -#: socket.c:334 +#: socket.c:337 #, fuzzy msgid "connected.\n" msgstr "fallou a conexin %cMTP a %s\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "" -#: socket.c:625 +#: socket.c:628 #, fuzzy, c-format msgid "Server CommonName: %s\n" msgstr "Mostra da data do servicio %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "" -#: socket.c:842 +#: socket.c:845 #, fuzzy, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "Protocolo indicado `%s' non vlido.\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "" -#: transact.c:67 +#: transact.c:65 #, fuzzy, c-format msgid "mapped address %s to local %s\n" msgstr "%s asociado a %s local\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "%s asociado a %s local\n" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "pasou por %s coincidindo con %s\n" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -3017,66 +3052,66 @@ msgstr "" "analizando a lia Received:\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "lia aceptada, %s un alias do servidor de correo\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "lia rexeitada, %s non un alias do servidor de correo\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "non se atopou ningn enderezo `Received'\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "atopouse o enderezo `Received' `%s'\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "delimitador de mensaxes atopado explora-las cabeceiras\n" -#: transact.c:582 +#: transact.c:597 #, fuzzy msgid "incorrect header line found while scanning headers\n" msgstr "delimitador de mensaxes atopado explora-las cabeceiras\n" -#: transact.c:584 +#: transact.c:599 #, fuzzy, c-format msgid "line: %s" msgstr "Recibindo de %s\n" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "non hai ningunha coincidencia local, reenviando a %s\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "reenvo e borrado omitidos por causa de erros de DNS\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "escribindo cabeceiras de mensaxe RFC822\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "ningn dos enderezos coincidiu cos nomes locais declarados" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "o enderezo de destinatario %s non coincidiu con ningn nome local" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "a mensaxe contn caracteres nulos" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "" "O servidor SMTP receptor rexeitou os enderezos de destinatario locais: " @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.10-pre1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2009-05-26 15:28+0200\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2009-05-27 21:15+0700\n" "Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n" @@ -225,59 +225,59 @@ msgstr "tak dapat menemukan pobox HESIOD untuk %s\n" msgid "Lead server has no name.\n" msgstr "Awalan server tak memiliki nama.\n" -#: driver.c:1018 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "tak dapat menemukan nama DNS kanonik dari %s (%s): %s\n" -#: driver.c:1065 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "koneksi %s ke %s gagal" -#: driver.c:1081 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Subjek: peringatan server tak dapat dicapai Fetchmail." -#: driver.c:1083 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail tak dapat mencapai server surat %s:" -#: driver.c:1111 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "koneksi SSL gagal.\n" -#: driver.c:1164 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Galat kunci-sibuk di %s@%s\n" -#: driver.c:1168 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Galat server sibuk di %s@%s\n" -#: driver.c:1173 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Kegagalan otorisasi di %s@%s%s\n" -#: driver.c:1176 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (sebelumnya telah diotorisasi)" -#: driver.c:1197 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subjek: otentikasi fetchmail gagal di %s@%s" -#: driver.c:1201 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail tak dapat mengambil surat dari %s@%s.\n" -#: driver.c:1205 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -291,7 +291,7 @@ msgstr "" "yang fetchmail tak dapat kenali karena server tidak mengirim pesan galat\n" "yang cukup." -#: driver.c:1211 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -311,7 +311,7 @@ msgstr "" "tiap siklus. Tak ada pemberitahuan di masa depan yang akan dikirimkan\n" "hingga layanan dipulihkan." -#: driver.c:1221 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -332,169 +332,169 @@ msgstr "" "tiap siklus. Tak ada pemberitahuan di masa depan yang akan dikirimkan\n" "hingga layanan ini dipulihkan." -#: driver.c:1237 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Penjajakan ulang secepatnya pada %s@%s\n" -#: driver.c:1242 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Log masuk tak dikenal atau galat otentikasi di %s@%s\n" -#: driver.c:1266 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Otorisasi OK pada %s@%s\n" -#: driver.c:1272 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subjek: otentikasi fetchmail OK pada %s@%s" -#: driver.c:1276 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail dapat log masuk ke %s@%s.\n" -#: driver.c:1280 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Layanan telah dikembalikan.\n" -#: driver.c:1312 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "memilih atau penjajakn ulang folder %s\n" -#: driver.c:1314 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "memilih atau penjajakan ulang folder standar\n" -#: driver.c:1326 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s di %s (folder %s)" -#: driver.c:1329 rcfile_y.y:384 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s di %s" -#: driver.c:1334 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Penjajakan %s\n" -#: driver.c:1338 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d pesan (%d %s) untuk %s" -#: driver.c:1341 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "terlihat" -#: driver.c:1344 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d pesan untuk %s" -#: driver.c:1351 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d oktet).\n" -#: driver.c:1357 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Tak ada surat untuk %s\n" -#: driver.c:1390 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "pesan palsu terhitung!" -#: driver.c:1534 +#: driver.c:1537 msgid "socket" msgstr "soket" -#: driver.c:1537 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "tajuk RFC822 hilang atau rusak" -#: driver.c:1540 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1543 +#: driver.c:1546 msgid "client/server synchronization" msgstr "sinkronisasi klien/server" -#: driver.c:1546 +#: driver.c:1549 msgid "client/server protocol" msgstr "protokol klien/server" -#: driver.c:1549 +#: driver.c:1552 msgid "lock busy on server" msgstr "kunci sibuk di server" -#: driver.c:1552 +#: driver.c:1555 msgid "SMTP transaction" msgstr "transaksi SMTP" -#: driver.c:1555 +#: driver.c:1558 msgid "DNS lookup" msgstr "pencarian DNS" -#: driver.c:1558 +#: driver.c:1561 msgid "undefined" msgstr "tak dijelaskan" -#: driver.c:1564 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "galat %s ketika mengambil dari %s@%s dan mengirim ke host SMTP %s\n" -#: driver.c:1566 +#: driver.c:1569 msgid "unknown" msgstr "tak diketahui" -#: driver.c:1568 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "galat %s ketika mengambil dari %s@%s\n" -#: driver.c:1580 +#: driver.c:1583 #, c-format msgid "post-connection command terminated with signal %d\n" msgstr "perintah pasca-koneksi dimatikan dengan sinyal %d\n" -#: driver.c:1582 +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "perintah pasca-koneksi gagal dengan status %d\n" -#: driver.c:1601 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Dukungan V4 kerberos tak ditautkan.\n" -#: driver.c:1609 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Dukungan V5 kerberos tak ditautkan.\n" -#: driver.c:1620 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Opsi --flush tak didukung dengan %s\n" -#: driver.c:1626 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Opsi --all tak didukung dengan %s\n" -#: driver.c:1635 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Opsi --limit tak didukung dengan %s\n" @@ -669,47 +669,47 @@ msgstr "tak dapat mendapatkan direktori kerja saat ini\n" msgid "This is fetchmail release %s" msgstr "Ini adalah fetchmail rilis %s" -#: fetchmail.c:398 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Mengambil opsi dari baris perintah%s%s\n" -#: fetchmail.c:399 +#: fetchmail.c:404 msgid " and " msgstr " dan " -#: fetchmail.c:404 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Tak ada server surat yang diatur -- mungkin %s hilang?\n" -#: fetchmail.c:425 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: tak ada server surat yang telah ditentukan.\n" -#: fetchmail.c:437 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: tak ada fetchmail lain yang berjalan\n" -#: fetchmail.c:443 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: galat mematikan %s fetchmail di %d; membebaskan diri.\n" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "latar belakang" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "latar depan" -#: fetchmail.c:452 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s fetchmail di %d dimatikan.\n" -#: fetchmail.c:475 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -717,7 +717,7 @@ msgstr "" "fetchmail: tak dapat memeriksa surat jika fetchmail lain ke host yang sama " "juga berjalan.\n" -#: fetchmail.c:481 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -725,214 +725,214 @@ msgstr "" "fetchmail: tak dapat menghitung host yang ditentukan dengan fetchmail lain " "yang berjalan di %d.\n" -#: fetchmail.c:488 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: fetchmail latar depan lain berjalan di %d.\n" -#: fetchmail.c:498 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: tak dapat menerima opsi ketika fetchmail latar belakang " "berjalan.\n" -#: fetchmail.c:504 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: fetchmail latar belakang di %d terbangun.\n" -#: fetchmail.c:516 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: saudara tua di %d mati secara misterius.\n" -#: fetchmail.c:531 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: tak dapat menemukan sandi lewat untuk %s@%s.\n" -#: fetchmail.c:535 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Masukkan sandi lewat untuk %s@%s:" -#: fetchmail.c:560 fetchmail.c:596 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: Peringatan: log sistem dan berkas log telah diatur. Silakan cek " -"keduanya untuk log!\n" - -#: fetchmail.c:572 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: Tak dapat melepaskan ke latar belakang. Membatalkan.\n" -#: fetchmail.c:576 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "memulai jurik fetchmail %s \n" -#: fetchmail.c:592 fetchmail.c:594 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "tak dapat membuka %s untuk ditambahkan data \n" -#: fetchmail.c:615 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: Peringatan: log sistem dan berkas log telah diatur. Silakan cek " +"keduanya untuk log!\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "Mode --check diaktifkan, tidak mengambil surat\n" -#: fetchmail.c:637 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "tak dapat memeriksa waktu %s (galat %d)\n" -#: fetchmail.c:642 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "memulai ulang fetchmail (%s diubah)\n" -#: fetchmail.c:647 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" "percobaan untuk menjalankan ulang mungkin akan gagal karena direktori belum " "dikembalikan\n" -#: fetchmail.c:674 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "percobaan untuk menjalankan ulang fetchmail gagal\n" -#: fetchmail.c:704 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "jajak pendapat %s dilewati (gagal otentikasi atau terlalu banyak waktu " "habis)\n" -#: fetchmail.c:716 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "interval tak tercapai, tidak melemakan %s\n" -#: fetchmail.c:754 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Status lema=0 (SUCCESS)\n" -#: fetchmail.c:756 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Status lema=1 (NOMAIL)\n" -#: fetchmail.c:758 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Status lema=2 (SOCKET)\n" -#: fetchmail.c:760 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Status lema=3 (AUTHFAIL)\n" -#: fetchmail.c:762 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Status lema=4 (PROTOCOL)\n" -#: fetchmail.c:764 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Status lema=5 (SYNTAX)\n" -#: fetchmail.c:766 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Status lema=6 (IOERR)\n" -#: fetchmail.c:768 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Status lema=7 (ERROR)\n" -#: fetchmail.c:770 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Status lema=8 (EXCLUDE)\n" -#: fetchmail.c:772 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Status lema=9 (LOCKBUSY)\n" -#: fetchmail.c:774 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Status lema=10 (SMTP)\n" -#: fetchmail.c:776 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Status lema=11 (DNS)\n" -#: fetchmail.c:778 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Status lema=12 (BSMTP)\n" -#: fetchmail.c:780 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Status lema=13 (MAXFETCH)\n" -#: fetchmail.c:782 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Status lema=%d\n" -#: fetchmail.c:824 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Semua koneksi tersekat. Keluar.\n" -#: fetchmail.c:831 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "tertidur di %s selama %d detik\n" -#: fetchmail.c:855 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "terbangun oleh %s\n" -#: fetchmail.c:858 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "terbangun oleh sinyal %d\n" -#: fetchmail.c:865 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "terbangun pada %s\n" -#: fetchmail.c:871 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "penghentian normal, status %d\n" -#: fetchmail.c:1025 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "tak dapat memeriksa waktu di berkas kendali jalan\n" -#: fetchmail.c:1058 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Peringatan: banyak penyebutan host %s di berkas pengaturan\n" -#: fetchmail.c:1091 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "fetchmail: Galat: banyak catatan \"standar\" di berkas pengaturan.\n" -#: fetchmail.c:1213 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "dukungan SSL tidak dikompilasi.\n" -#: fetchmail.c:1220 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "dukungan KERBEROS v4 dikonfigurasi, tapi tak dikompilasi.\n" -#: fetchmail.c:1226 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "dukungan KERBEROS v5 dikonfigurasi, tapi tak dikompilasi.\n" -#: fetchmail.c:1232 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "dukungan GSSAPI dikonfigurasi, tapi tak dikompilasi.\n" -#: fetchmail.c:1262 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -940,17 +940,17 @@ msgstr "" "fetchmail: peringatan: tak ada DNS tersedia untuk memeriksa pengambilan " "multitaruh dari %s\n" -#: fetchmail.c:1273 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "peringatan: multitaruh untuk %s memerlukan opsi amplop!\n" -#: fetchmail.c:1274 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" "peringatan: Jangan tanyakan dukungan jika semua surat melewati tuan pos!\n" -#: fetchmail.c:1291 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -959,301 +959,301 @@ msgstr "" "fetchmail: konfigurasi %s tidak sah, tentukan nomor pangkalan positif untuk " "layanan atau pangkalan\n" -#: fetchmail.c:1298 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: konfigurasi %s tidak sah, RPOP memerlukan hak akses pangkalan\n" -#: fetchmail.c:1316 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "%s konfigurasi tidak sah, LMTP tak dapat menggunakan pangkalan SMTP standar\n" -#: fetchmail.c:1330 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "Baik fetchall dan tetap di jurik atau mode siaga adalah kesalahan!\n" -#: fetchmail.c:1355 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "dihentikan dengan sinyal %d\n" -#: fetchmail.c:1428 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s kueri %s (protokol %s) di %s: jajak pendapat dimulai\n" -#: fetchmail.c:1453 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "Dukungan POP2 tidak diatur.\n" -#: fetchmail.c:1465 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "Dukungan POP3 tidak diatur.\n" -#: fetchmail.c:1475 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "Dukungan IMAP tidak diatur.\n" -#: fetchmail.c:1481 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "Dukungan ETRN tidak diatur.\n" -#: fetchmail.c:1489 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "Dukungan ODMR tidak diatur.\n" -#: fetchmail.c:1496 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "protokol tak didukung terpilih.\n" -#: fetchmail.c:1506 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s kueri %s (protokol %s) di %s: jajak pendapat selesai\n" -#: fetchmail.c:1523 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Interval jajak pendapat adalah %d detik\n" -#: fetchmail.c:1525 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Berkas catatan adalah %s\n" -#: fetchmail.c:1527 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Idfile adalah %s\n" -#: fetchmail.c:1530 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Pesan proses akan dicatat via catatan sistem\n" -#: fetchmail.c:1533 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "" "Fetchmail akan menyembunyikan diri dan tak akan menghasilkan Diterima\n" -#: fetchmail.c:1535 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail akan menampilkan titik proses bahkan di berkas catatan.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail akan meneruskan pesan multi taruh salah alamat ke %s.\n" -#: fetchmail.c:1541 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail akan meneruskan surat galat ke tuan pos.\n" -#: fetchmail.c:1543 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail akan meneruskan surat galat ke pengirim.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" msgstr "" "Fetchmail akan memperlakukan galat permanen sebagai permanen (hapus pesan).\n" -#: fetchmail.c:1548 +#: fetchmail.c:1559 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" msgstr "" "Fetchmail akan memperlakukan galat permanen sebagai sementara (simpan " "pesan).\n" -#: fetchmail.c:1555 +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Opsi untuk menerima dari %s@%s:\n" -#: fetchmail.c:1559 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Surat akan diterima via %s\n" -#: fetchmail.c:1562 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Jajak pendapat server ini akan terjadi tiap %d interval.\n" -#: fetchmail.c:1566 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Nama sebenarnya server adalah %s.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr " Host ini tidak akan dikueri bila tak ada host yang ditentukan.\n" -#: fetchmail.c:1570 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " Host ini akan dikueri bila tak ada host yang ditentukan.\n" -#: fetchmail.c:1574 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Sandi lewat akan diberitahu.\n" -#: fetchmail.c:1578 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " Rahasia APOP = \"%s\".\n" -#: fetchmail.c:1581 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP id = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Sandi lewat = \"%s\".\n" -#: fetchmail.c:1593 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Protokol adalah KPOP dengan otentikasi %s Kerberos" -#: fetchmail.c:1596 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Protokol adalah %s" -#: fetchmail.c:1598 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (menggunakan layanan %s)" -#: fetchmail.c:1600 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (menggunakan pangkalan standar)" -#: fetchmail.c:1602 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (memaksa penggunaan UIDL)" -#: fetchmail.c:1608 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Semua metode otentikasi yang tersedia akan dicoba.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Otentikasi sandi lewat akan dipaksa.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " Otentikasi MSN akan dipaksa.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " Otentikasi NTLM akan dipaksa.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " Otentikasi OTP akan dipaksa.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " Otentikasi CRAM-Md5 akan dipaksa.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " Otentikasi GSSAPI akan dipaksa.\n" -#: fetchmail.c:1629 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Otentikasi Kerberos V4 akan dipaksa.\n" -#: fetchmail.c:1632 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Otentikasi Kerberos V5 akan dipaksa.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Enkripsi akhir-ke-akhir diasumsikan.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Prinsip layanan surat adalah: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " Sesi terenkripsi SSL diaktifkan.\n" -#: fetchmail.c:1644 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " Protokol SSL: %s.\n" -#: fetchmail.c:1646 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Pemeriksaan sertifikat server SSL diaktifkan.\n" -#: fetchmail.c:1648 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " Direktori sertifikat terpercaya SSL: %s\n" -#: fetchmail.c:1651 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr " NamaUmum server SSL: %s\n" -#: fetchmail.c:1653 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " Sidik jari kunci SSL (diperiksa kontra kunci server): %s\n" -#: fetchmail.c:1656 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Waktu server tidak merespon adalah %d detik" -#: fetchmail.c:1658 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (standar).\n" -#: fetchmail.c:1665 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Kotak surat standar terpilih.\n" -#: fetchmail.c:1670 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Kotak surat terpilih adalah:" -#: fetchmail.c:1676 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Semua pesan akan diterima (--all hidup).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Hanya pesan baru yang akan diterima (--all mati).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Pesan diterima akan tetap disimpan di server (--keep hidup).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " Pesan diterima tidak akan disimpan di server (--keep mati).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr " Pesan lama akan dihapus sebelum penerimaan pesan (--flush hidup).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " Pesan lama tidak akan dihapus sebelum penerimaan pesan (--flush mati).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1261,7 +1261,7 @@ msgstr "" " Pesan terlalu besar akan dihapus sebelum penerimaan pesan (--limitflush " "hidup).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1269,323 +1269,323 @@ msgstr "" " Pesan terlalu besar tidak akan dihapus sebelum penerimaan pesan (--" "limitflush mati).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr "" " Penulisan ulang alamat server lokal diaktifkan (--norewrite padam).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " Penulisan ulang alamat lokal dinonaktifkan (--norewrite hidup).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Penanggalan balasan-muatan diaktifkan (stripcr hidup).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Penanggalan balasan-muatan dinonaktifkan (stripcr mati).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Pemaksaan balasan-muatan diaktifkan (forcecr hidup).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Pemaksaan balasan-muatan dinonaktifkan (forcecr mati).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " Interpretasi Penyandian-Transfer-Isi dinonaktifkan (pass8bits hidup).\n" -#: fetchmail.c:1698 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr " Interpretasi Penyandian-Transfer-Isi diaktifkan (pass8bits mati).\n" -#: fetchmail.c:1700 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " Pengawasandi MIME diaktifkan (mimedecode hidup).\n" -#: fetchmail.c:1701 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " Pengawasandi MIME dinonaktifkan (mimedecode mati).\n" -#: fetchmail.c:1703 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " Siaga setelah penjajakan diaktifkan (idle hidup).\n" -#: fetchmail.c:1704 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " Siaga setelah penjajakan dinonaktifkan (idle mati).\n" -#: fetchmail.c:1706 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Baris Status Tidak Kosong akan diabaikan (dropstatus hidup)\n" -#: fetchmail.c:1707 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Baris Status Tidak Kosong akan dijaga (dropstatus mati)\n" -#: fetchmail.c:1709 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Baris Terkirim-Ke akan diabaikan (dropdelivered hidup)\n" -#: fetchmail.c:1710 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Baris Terkirim-Ke akan dijaga (dropdelivered mati)\n" -#: fetchmail.c:1714 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Batas ukuran pesan adalah %d oktet (--limit %d).\n" -#: fetchmail.c:1717 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Tak ada batas ukuran pesan (--limit 0).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr " Interval peringatan ukuran pesan adalah %d detik (--warnings %d).\n" -#: fetchmail.c:1722 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Peringatan ukuran pada setiap penjajakan (--warnings 0).\n" -#: fetchmail.c:1725 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Batas Pesan-diterima adalah %d (--fetchlimit %d).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Batas pesan-diterima kosong (--fetchlimit 0).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " Batas ukuran pesan yang diambil adalah %d (--fetchsizelimit %d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Batas ukuran pesan yang tidak diambil (--fetchsizelimit 0).\n" -#: fetchmail.c:1737 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" " Lakukan penelusuran biner UID setiap kali penjajakan (--fastuidl 1).\n" -#: fetchmail.c:1739 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" " Lakukan penelusuran biner UID selama %d dari %d penjajakan (--fastuidl %" "d).\n" -#: fetchmail.c:1742 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" " Lakukan penelusuran linear UID setiap kali penjajakan (--fastuidl 0).\n" -#: fetchmail.c:1744 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " Batas antrean pesan SMTP adalah %d.\n" -#: fetchmail.c:1746 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Tak ada batas antrean pesan SMTP (--batchlimit 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " Interval penghapusan di antara penghapusan dipaksa ke %d (--expunge %d).\n" -#: fetchmail.c:1752 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Tak ada penghapusan yang dipaksa (--expunge 0).\n" -#: fetchmail.c:1759 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Ranah tempat dimana surat akan diambil adalah:" -#: fetchmail.c:1764 fetchmail.c:1784 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (standar)" -#: fetchmail.c:1769 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Pesan akan ditambahkan ke %s sebagai BSMTP\n" -#: fetchmail.c:1771 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Pesan akan dikirim dengan \"%s\".\n" -#: fetchmail.c:1778 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Pesan akan diteruskan-%cMTP ke:" -#: fetchmail.c:1789 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Pangkalan bagian baris SURAT DARI akan menjadi %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr "" " Alamat yang akan ditaruh di baris SALN KE dikirim ke SMTP akan menjadi %s\n" -#: fetchmail.c:1801 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Balasan pendengar blok spam yang dikenal adalah:" -#: fetchmail.c:1807 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Blok-spam dinonaktifkan\n" -#: fetchmail.c:1810 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Koneksi server akan dinyalakan dengan \"%s\".\n" -#: fetchmail.c:1813 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Tak ada perintah pra-koneksi.\n" -#: fetchmail.c:1815 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Koneksi server akan dimatikan dengan \"%s\".\n" -#: fetchmail.c:1818 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Tak ada perintah pasca-koneksi.\n" -#: fetchmail.c:1821 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Tak ada nama lokal yang dideklarasikan untuk pangkalan ini.\n" -#: fetchmail.c:1831 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Mode multi-taruh:" -#: fetchmail.c:1833 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Mode taruh-tunggal:" -#: fetchmail.c:1835 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d nama lokal dikenal.\n" -#: fetchmail.c:1850 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " Pencarian DNS untuk alamat multitaruh diaktifkan.\n" -#: fetchmail.c:1851 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " Pencarian DNS untuk alamat multitaruh dinonaktifkan.\n" -#: fetchmail.c:1855 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Alias server akan dibandingkan dengan alamat multitaruh oleh alamat IP.\n" -#: fetchmail.c:1857 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " Alias server akan dibandingkan dengan alamat multitaruh oleh nama.\n" -#: fetchmail.c:1860 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Pengalihan alamat-amplop dinonaktifkan\n" -#: fetchmail.c:1863 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Tajuk amplop diasumsikan sebagai: %s\n" -#: fetchmail.c:1866 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Jumlah tajuk amplop yang dilewatkan lebih dari: %d\n" -#: fetchmail.c:1869 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Awalan %s akan dihapus dari id pengguna\n" -#: fetchmail.c:1872 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Tak ada penanggalan awalan\n" -#: fetchmail.c:1879 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Alias server surat pradeklarasi:" -#: fetchmail.c:1888 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Ranah lokal:" -#: fetchmail.c:1898 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Koneksi harus melalui antarmuka %s.\n" -#: fetchmail.c:1900 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Tak ada antarmuka diperlukan yang ditentukan.\n" -#: fetchmail.c:1902 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Putaran penjajakan akan mengawasi %s.\n" -#: fetchmail.c:1904 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Tak ada antarmuka pengawasan yang ditentukan.\n" -#: fetchmail.c:1908 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " Koneksi server akan dibuat via plugin %s (--plugin %s).\n" -#: fetchmail.c:1910 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Tak ada perintah plugin yang ditentukan.\n" -#: fetchmail.c:1912 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr " Pendengar koneksi akan dibuat via plugout %s (--plugout %s).\n" -#: fetchmail.c:1914 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Tak ada perintah plugout yang ditentukan.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Tak ada UID tersimpan dari pangkalan ini.\n" -#: fetchmail.c:1928 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UID tersimpan.\n" -#: fetchmail.c:1936 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " Informasi jejak penjajakan akan ditambahkan ke tajuk Diterima.\n" -#: fetchmail.c:1938 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1594,7 +1594,7 @@ msgstr "" "Diterima.\n" "\n" -#: fetchmail.c:1941 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Melewati properti \"%s\".\n" @@ -1699,68 +1699,68 @@ msgstr "%s: pemutakhiran ke TLS gagal.\n" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "%s: pemutakhiran oportunistik ke TLS gagal, coba melanjutkan\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Kemampuan OTP yang diperlukan tidak dikompilasi ke fetchmail\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Kemampuan NTLM yang diperlukan tidak dikompilasi ke fetchmail\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Kemampuan LOGIN yang diperlukan tidak dikompilasi oleh server\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "penghapusan surat tidak cocok (%d sebenarnya != %d diharapkan)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "penjajakan ulang gagal\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d pesan menunggu setelah penjajakan ulang\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "pemilihan kotak surat gagal\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d pesan menunggu setelah penjajakan pertama\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "penghapusan gagal\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d pesan menunggu setelah penghapusan\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "penelusuran pesan tak terlihat gagal\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu tak terlihat\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u pertama kali tak terlihat\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2802,154 +2802,154 @@ msgstr "menjalankan %s (host %s layanan %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) gagal\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "getaddrinfo(\"%s\",\"%s\") galat: %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "Coba menambah opsi --service (lihat juga item PSD R12).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "tak diketahui (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Coba menyambung ke %s/%s..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "tak dapat membuat soket: %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "koneksi gagal.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "koneksi ke %s:%s [%s/%s] gagal: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "tersambung.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Organisasi Penerbit: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" "Peringatan: Nama Organisasi Penerbit terlalu panjang (kemungkinan " "terpotong).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Organisasi Tak Diketahui\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "NamaUmum Penerbit: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" "Peringatan: NamaUmum Penerbit terlalu panjang (kemungkinan terpotong).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "NamaUmum Penerbit Tak Diketahui\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "NamaUmum Server: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Sertifikat buruk: NamaUmum Subjek terlalu panjang!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "NamaUmum Server tidak cocok: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Nama server tak diatur, tak dapat memverifikasi sertifikat!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "NamaUmum Server Tak Diketahui\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Nama server tak ditentukan di sertifikat!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() gagal!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Kehabisan memori!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Penyangga teks digest terlalu kecil!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s kunci sidik jari: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s sidik jari cocok.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s sidik jari tidak cocok!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Galat verifikasi sertifikat server: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "penerbit tak diketahui (karakter %d pertama): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Penjelas berkas di luar jangkauan untuk SSL." -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" "Protokol SSL tidak sah '%s' ditentukan, menggunakan standar (SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Verifikasi sertifikat/sidik jari entah bagaimana terlewatkan!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Coba ulang baca soket Cygwin\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Coba ulang baca soket Cygwin gagal!\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail-6.3.9-rc3\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2008-11-22 14:41+0100\n" "Last-Translator: Vincenzo Campanella <vinz65@gmail.com>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -17,27 +17,27 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: KBabel 1.11.4\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Controllo se %s è veramente lo stesso nodo di %s in corso\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Sì, i loro indirizzi IP corrispondono\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "No, i loro indirizzi IP non corrispondono\n" -#: checkalias.c:198 +#: checkalias.c:203 #, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "" "errore del nameserver nella ricerca di «%s» durante l'interrogazione di %s: %" "s\n" -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "" @@ -93,51 +93,51 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] " %d messaggio lungo %d ottetti ignorato da Fetchmail." msgstr[1] " %d messaggi lunghi %d ottetti ignorati da Fetchmail." -#: driver.c:503 +#: driver.c:511 #, c-format msgid "skipping message %s@%s:%d" msgstr "messaggio %s@%s ignorato: %d" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "messaggio %s@%s ignorato: %d (%d ottetti)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr " (lunghezza -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr " (sovradimensionato)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "" "impossibile recuperare le intestazioni, messaggio %s@%s: %d (%d ottetti)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr "lettura del messaggio %s@%s in corso: %d di %d" -#: driver.c:616 +#: driver.c:624 #, c-format msgid " (%d octets)" msgstr " (%d ottetti)" -#: driver.c:617 +#: driver.c:625 #, c-format msgid " (%d header octets)" msgstr " (%d ottetti nell'intestazione)" -#: driver.c:685 +#: driver.c:692 #, c-format msgid " (%d body octets)" msgstr " (%d ottetti nel corpo del messaggio)" -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" @@ -145,19 +145,19 @@ msgstr "" "il messaggio %s@%s:%d non era della lunghezza attesa (%d effettiva != %d " "attesa)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " mantenuto\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " eliminato\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " non eliminato\n" -#: driver.c:822 +#: driver.c:828 #, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -169,39 +169,39 @@ msgstr[1] "" "limite di scaricamento di Fetchmail %d raggiunto; %d messaggi lasciati sul " "server %s, account %s\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "" "tempo scaduto dopo %d secondi durante l'attesa della connessione al server %" "s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "tempo scaduto dopo %d secondi in attesa del server %s.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "tempo scaduto dopo %d secondi in attesa di %s.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "" "tempo scaduto dopo %d secondi in attesa della risposta dell'ascoltatore.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "tempo scaduto dopo %d secondi.\n" -#: driver.c:907 +#: driver.c:913 msgid "Subject: fetchmail sees repeated timeouts" msgstr "Oggetto: si sono verificate ripetute situazioni di tempo scaduto" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -210,7 +210,7 @@ msgstr "" "Si sono verificate più di %d situazioni di tempo scaduto durante il " "tentativo di ottenere la posta da %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -228,73 +228,78 @@ msgstr "" "Questa casella di posta elettronica non sarà interrogata ulteriormente fino " "al prossimo riavvio del programma.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "comando di pre-connessione fallito con stato %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "comando di pre-connessione fallito con stato %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "impossibile trovare la casella di posta HESIOD per %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "Il server principale non ha nome.\n" -#: driver.c:1008 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "impossibile trovare il nome canonico DNS di %s (%s): %s\n" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%s connessione a %s fallita" -#: driver.c:1071 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Oggetto: avviso di server irraggiungibile" -#: driver.c:1073 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Impossibile raggiungere il server di posta %s:" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "Connessione SSL fallita.\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Errore di lock-busy su %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Errore di server occupato su %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Autorizzazione fallita su %s@%s%s\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (autorizzato in precedenza)" -#: driver.c:1187 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Oggetto: autenticazione fallita su %s@%s" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Impossibile ottenere la posta da %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -310,7 +315,7 @@ msgstr "" "messaggio\n" "d'errore utile." -#: driver.c:1201 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -330,7 +335,7 @@ msgstr "" "a ogni ciclo. Nessuna ulteriore notifica sarà inviata finché il servizio\n" "non sarà stato ripristinato." -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -350,168 +355,173 @@ msgstr "" "collegarsi ad ogni ciclo. Nessuna ulteriore notifica sarà inviata finché il\n" "servizio non sarà stato ripristinato." -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Reinterrogazione immediata su %s@%s\n" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Errore sconosciuto di login o di autenticazione su %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Autorizzazione riuscita su %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Oggetto: autenticazione riuscita su %s@%s" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "L'accesso a %s@%s è riuscito.\n" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Il servizio è stato ripristinato.\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "selezione o reinterrogazione della cartella %s in corso\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "selezione o reinterrogazione della cartella predefinita in corso\n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s in %s (cartella %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s in %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Interrogazione di %s in corso\n" -#: driver.c:1328 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d messaggio (%d %s) per %s" msgstr[1] "%d messaggi (%d %s) per %s" -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "visto" msgstr[1] "visti" -#: driver.c:1334 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d messaggio per %s" msgstr[1] "%d messaggi per %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d ottetti).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Nessun messaggio per %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "conteggio di messaggi errato." -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "socket" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "intestazione RFC822 mancante o errata" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "sincronizzazione client/server" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "protocollo client/server" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "lock busy su server" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "transazione SMTP" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "ricerca DNS" -#: driver.c:1546 +#: driver.c:1561 msgid "undefined" msgstr "indefinito" -#: driver.c:1552 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "" "Errore %s durante il recupero da %s@%s e la consegna all'host SMTP %s\n" -#: driver.c:1554 +#: driver.c:1569 msgid "unknown" msgstr "sconosciuto" -#: driver.c:1556 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "Errore %s durante il recupero da %s@%s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "comando post-connessione fallito con stato %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "comando post-connessione fallito con stato %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Supporto a Kerberos V4 non collegato.\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Supporto a Kerberos V5 non collegato.\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "L'opzione «--flush» non è supportata con %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "L'opzione «--all» non è supportata con %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "L'opzione «--limit» non è supportata con %s\n" @@ -651,12 +661,13 @@ msgid "Option --check is not supported with ETRN\n" msgstr "L'opzione «--check» non è supportata con ETRN\n" #: fetchmail.c:137 +#, fuzzy msgid "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " @@ -688,56 +699,56 @@ msgstr "fetchmail: invocato con" msgid "could not get current working directory\n" msgstr "impossibile ottenere la directory di lavoro attuale\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Questo è Fetchmail rilascio %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Ottenimento delle opzioni dalla riga di comando %s%s in corso\n" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " e " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "" "Nessuna impostazione dei server di posta. Probabilmente questo è dovuto a %s " "mancante.\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: nessun server di posta specificato.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: nessun'altra istanza di Fetchmail in esecuzione\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "" "fetchmail: errore in fase di arresto forzato di %s Fetchmail su %d; uscita " "in corso.\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "in secondo piano" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "in primo piano" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s Fetchmail su %d arrestato forzatamente.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -745,7 +756,7 @@ msgstr "" "fetchmail: impossibile controllare la posta mentre un'altra istanza di " "Fetchmail è in esecuzione sul medesimo host.\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -753,219 +764,219 @@ msgstr "" "fetchmail: impossibile interrogare gli host specificati mentre un'altra " "istanza di Fetchmail è in esecuzione su %d.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "" "fetchmail: un'altra istanza di Fetchmail è in esecuzione in primo piano su %" "d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: impossibile accettare opzioni mentre un'istanza di Fetchmail è in " "esecuzione in secondo piano.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: Fetchmail in secondo piano ridestato su %d.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: il fratello maggiore su %d è morto misteriosamente.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: impossibile trovare una password per %s@%s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Inserire la password per %s@%s:" -#: fetchmail.c:557 fetchmail.c:593 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: attenzione: sono impostati sia il registro di sistema che il file " -"di registro. Controllarli entrambi.\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "" "fetchmail: impossibile portare in secondo piano. Annullamento in corso.\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "avvio del demone di Fetchmail %s in corso \n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "impossibile aprire %s per aggiungervi messaggi di registro \n" -#: fetchmail.c:612 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: attenzione: sono impostati sia il registro di sistema che il file " +"di registro. Controllarli entrambi.\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "Modalità «--check» attivata, nessun recupero di posta in corso\n" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "impossibile temporizzare %s (errore %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "riavvio in corso (%s modificato)\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" "il tentativo di nuova esecuzione potrebbe fallire, poiché la directory non è " "stata ripristinata\n" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "tentativo di nuova esecuzione fallito\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "interrogazione di %s omessa (autenticazione fallita o troppe situazioni di " "tempo scaduto)\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "intervallo non raggiunto, nessuna interrogazione di %s in corso\n" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Stato dell'interrogazione = 0 (SUCCESS)\n" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Stato dell'interrogazione = 1 (NOMAIL)\n" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Stato dell'interrogazione = 2 (SOCKET)\n" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Stato dell'interrogazione = 3 (AUTHFAIL)\n" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Stato dell'interrogazione = 4 (PROTOCOL)\n" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Stato dell'interrogazione = 5 (SYNTAX)\n" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Stato dell'interrogazione = 6 (IOERR)\n" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Stato dell'interrogazione = 7 (ERROR)\n" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Stato dell'interrogazione = 8 (EXCLUDE)\n" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Stato dell'interrogazione = 9 (LOCKBUSY)\n" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Stato dell'interrogazione = 10 (SMTP)\n" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Stato dell'interrogazione = 11 (DNS)\n" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Stato dell'interrogazione = 12 (BSMTP)\n" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Stato dell'interrogazione = 13 (MAXFETCH)\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Stato dell'interrogazione = %d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Tutte le connessioni sono incastrate. Uscita in corso.\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "pausa su %s per %d secondi\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "ridestato da %s\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "ridestato dal segnale %d\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "ridestato su %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "interruzione normale, stato %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "impossibile temporizzare il file di controllo di esecuzione\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "" "Attenzione: l'host %s è menzionato più volte nel file di configurazione\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "fetchmail: errore: molteplici record «defaults» nel file di configurazione.\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "Il supporto per SSL non è compilato.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "Il supporto per KERBEROS V4 è configurato, ma non compilato.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "Il supporto per KERBEROS V5 è configurato, ma non compilato.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "Il supporto per GSSAPI è configurato, ma non compilato.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -973,17 +984,17 @@ msgstr "" "fetchmail: avviso: nessun DNS disponibile per controllare recuperi " "«multidrop» da %s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "avviso: «multidrop» per %s richiede l'opzione «envelope».\n" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" "avviso: non richiedere supporto se tutte le mail vanno al postmaster.\n" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -992,119 +1003,128 @@ msgstr "" "fetchmail: la configurazione %s non è valida, specificare un numero di porta " "positivo per il servizio o la porta\n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: la configurazione %s non è valida, RPOP richiede una porta " "privilegiata\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "La configurazione %s non è valida, LMTP non può usare la porta SMTP " "predefinita\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "" "«fetchall» e «keep on» contemporaneamente nel demone o in modalità inattiva " "costituiscono un errore.\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "terminato con segnale %d\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s interrogazione di %s (protocollo %s) su %s: iniziata\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "Il supporto a POP2 non è configurato.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "Il supporto a POP3 non è configurato.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "Il supporto a IMAP non è configurato.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "Il supporto a ETRN non è configurato.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "Il supporto a ODMR non è configurato.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "selezionato un protocollo non supportato.\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s interrogazione di %s (protocollo %s) su %s: completata\n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "L'intervallo d'interrogazione è %d secondi\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Il file di registro è %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Il file di identificazione è %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "" "I messaggi di avanzamento saranno registrati tramite il registro di sistema\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail si maschererà e non genererà «Received»\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "" "I puntini di avanzamento saranno mostrati anche nei file di registro.\n" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" -msgstr "" -"Tutti i messaggi «multidrop» male indirizzati saranno inoltrati a %s.\n" +msgstr "Tutti i messaggi «multidrop» male indirizzati saranno inoltrati a %s.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Le mail di errore saranno indirizzate al postmaster.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Le mail di errore saranno indirizzate al mittente.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "Tutti i messaggi «multidrop» male indirizzati saranno inoltrati a %s.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Le mail di errore saranno indirizzate al mittente.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Opzioni per il recupero da %s@%s:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Le mail saranno recuperate via %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" @@ -1113,185 +1133,185 @@ msgstr[0] "" msgstr[1] "" " L'interrogazione di questo server sarà effettuata ogni %d intervalli.\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Il vero nome del server è %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr "" " Questo host non verrà interrogato quando nessuno host è specificato.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " Questo host verrà interrogato quando nessuno host è specificato.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " La password verrà richiesta.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " segreto APOP = «%s».\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " identità RPOP = «%s».\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Password = «%s».\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Il protocollo è KPOP con autenticazione Kerberos %s" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Il protocollo è %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (con uso del servizio %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (con uso della porta predefinita)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (forzando l'uso di UIDL)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Tutti i metodi di autenticazione disponibili saranno provati.\n" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " L'autenticazione password sarà forzata.\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " L'autenticazione MSN sarà forzata.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " L'autenticazione NTLM sarà forzata.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " L'autenticazione OTP sarà forzata.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " L'autenticazione CRAM-Md5 sarà forzata.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " L'autenticazione GSSAPI sarà forzata.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " L'autenticazione Kerberos V4 sarà forzata.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " L'autenticazione Kerberos V5 sarà forzata.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Cifratura fra le due estremità presunta.\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Il principal del server di posta è: %s\n" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " Sessione cifrata SSL abilitata.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " Protocollo SSL: %s.\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Controllo del certificato del server SSL abilitato.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " Directory dei certificati SSL fidati: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr " NomeComune del server SSL: %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " Impronta digitale SSL (controllata con il server delle chiavi): %s\n" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Il limite di tempo per mancata risposta del server è %d secondi" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (predefinito).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Selezionata la casella di posta predefinita.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Le caselle di posta selezionate sono:" -#: fetchmail.c:1667 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Tutti i messaggi verranno recuperati («--all» abilitato).\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Verranno scaricati solo i nuovi messaggi («--all» disabilitato).\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr "" " I messaggi recuperati verranno mantenuti sul server («--keep» abilitato).\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr "" " I messaggi recuperati non verranno mantenuti sul server («--keep» " "disabilitato).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " I vecchi messaggi verranno cancellati prima dello scaricamento dei " "messaggi («--flush» abilitato).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " I vecchi messaggi non verranno cancellati prima dello scaricamento dei " "messaggi («--flush» disabilitato).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1299,7 +1319,7 @@ msgstr "" " I messaggi sovradimensionati verranno cancellati prima dello scaricamento " "dei messaggi («--limitflush» abilitato).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1307,363 +1327,362 @@ msgstr "" " I messaggi sovradimensionati non verranno cancellati prima dello " "scaricamento dei messaggi («--limitflush» disabilitato).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr "" -" La riscrittura degli indirizzi del server locale è abilitata («--" -"norewrite» disabilitato).\n" +" La riscrittura degli indirizzi del server locale è abilitata («--norewrite» " +"disabilitato).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr "" " La riscrittura degli indirizzi del server locale è disabilitata («--" "norewrite» abilitato).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " La rimozione dei ritorni a capo è abilitata («stripcr» abilitato).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr "" " La rimozione dei ritorni a capo è disabilitata («stripcr» disabilitato).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " La forzatura dei ritorni a capo è abilitata («forcecr» abilitato).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr "" " La forzatura dei ritorni a capo è disabilitata («forcecr» disabilitato).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" -" L'interpretazione di «Content-Transfer-Econding» è disabilitata " -"(«pass8bits» abilitato).\n" +" L'interpretazione di «Content-Transfer-Econding» è disabilitata («pass8bits» " +"abilitato).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " L'interpretazione di «Content-Transfer-Encoding» è abilitata («pass8bits» " "disabilitato).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " La decodifica MIME è abilitata («mimedecode» abilitato).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " La decodifica MIME è disabilitata («mimedecode» disabilitato).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr "" " La modalità inattiva dopo lo scaricamento è abilitata («idle» abilitato).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr "" " La modalità inattiva dopo lo scaricamento è disabilitata («idle» " "disabilitato).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr "" " Le righe di stato non vuote verranno scartate («dropstatus» abilitato)\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr "" -" Le righe di stato non vuote verranno mantenute («dropstatus» " -"disabilitato)\n" +" Le righe di stato non vuote verranno mantenute («dropstatus» disabilitato)\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr "" " Le righe «Delivered-To» verranno scartate («dropdelivered» abilitato)\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr "" " Le righe «Delivered-To» verranno mantenute («dropdelivered» disabilitato)\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr "" " Il limite della dimensione dei messaggi è %d ottetti («--limit %d»).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Nessun limite della dimensione dei messaggi («--limit 0»).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " L'intervallo fra avvisi relativi alla dimensione dei messaggi è %d secondi " "(«--warnings %d»).\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr "" " Gli avvisi relativi alla dimensione dei messaggi verranno mostrati ad ogni " "interrogazione («--warnings 0»).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Il limite dei messaggi ricevuti è %d («--fetchlimit %d»).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Nessun limite dei messaggi ricevuti («--fetchlimit 0»).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr "" " Il limite della dimensione dei messaggi da scaricare è %d («--" "fetchsizelimit %d»).\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr "" -" Nessun limite della dimensione dei messaggi da scaricare («--" -"fetchsizelimit 0»).\n" +" Nessun limite della dimensione dei messaggi da scaricare («--fetchsizelimit " +"0»).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" " Effettuare una ricerca binaria degli UID durante ogni interrogazione («--" "fastuidl 1»).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" " Effettuare una ricerca binaria degli UID durante %d di %d interrogazioni " "(«--fastuidl %d»).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" " Effettuare una ricerca binaria degli UID durante ogni interrogazione («--" "fastuidl 0»).\n" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " Il limite della serie di messaggi SMTP è %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Nessun limite della serie di messaggi SMTP («--batchlimit 0»).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " L'intervallo di cancellazione fra ripuliture è forzato a %d («--expunge %" "d»).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Nessuna ripulitura forzata («--expunge 0»).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " I domini per i quali le mail vengono scaricate sono:" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (predefinito)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " I messaggi verranno aggiunti a %s come BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " I messaggi verranno consegnati con «%s».\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " I messaggi verranno inoltrati tramite %cMTP a:" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " La parte host della riga «MAIL FROM» sarà %s\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr "" " L'indirizzo da inserire nelle righe «RCPT TO» inviate a SMTP sarà %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr "" " Gli ascoltatori delle risposte di blocco della posta indesiderata " "riconosciuti sono:" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Blocco della posta indesiderata disabilitato\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " La connessione al server verrà aperta con «%s».\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Nessun comando pre-connessione.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " La connessione al server verrà chiusa con «%s».\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Nessun comando post-connessione.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Nessun nome locale dichiarato per questo host.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Modalità multi-drop: " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Modalità single-drop: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d nome locale riconosciuto.\n" msgstr[1] "%d nomi locali riconosciuti.\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " La ricerca DNS per indirizzi multidrop è abilitata.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " La ricerca DNS per indirizzi multidrop è disabilitata.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Gli alias del server verranno confrontati per indirizzo IP con gli " "indirizzi multidrop.\n" -#: fetchmail.c:1848 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Gli alias del server verranno confrontati per nome con gli indirizzi " "multidrop.\n" -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " L'instradamento «envelope-address» è disabilitato\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " L'intestazione della busta è presunta essere: %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Numero di intestazioni delle buste da tralasciare: %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Il prefisso %s sarà rimosso dall'ID utente\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Nessuna rimozione di prefissi\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Alias predichiarati del server di posta:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Domini locali:" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " La connessione deve avvenire attraverso l'interfaccia %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Nessun requisito specificato per l'interfaccia.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Il ciclo di interrogazione monitorerà %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Nessuna interfaccia di monitoraggio specificata.\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr "" " Le connessioni al server verranno effettuate tramite il plugin %s («--" "plugin %s»).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Nessun comando di plugin specificato.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " Le connessioni all'ascoltatore verranno effettuate tramite il plugout %s " "(«--plugout %s»).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Nessun comando di plugout specificato.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Nessun UID salvato da questo host.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UID salvati.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr "" " Le informazioni di tracciamento dell'interrogazione verranno aggiunte " "all'intestazione «Received».\n" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1672,7 +1691,7 @@ msgstr "" "all'intestazione «Received».\n" "\n" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Proprietà pass-through «%s».\n" @@ -1779,72 +1798,72 @@ msgstr "" "%s: aggiornamento opportunistico a TLS fallito, tentativo di continuare in " "corso\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "La capacità OTP richiesta non è compilata nel programma\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "La capacità NTLM richiesta non è compilata nel programma\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "La capacità LOGIN richiesta non è supportata dal server\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "" "differenza durante la ripulitura della posta (%d effettivo != %d atteso)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "re-interrogazione fallita\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d messaggio in attesa dopo la re-interrogazione\n" msgstr[1] "%d messaggi in attesa dopo la re-interrogazione\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "selezione della casella di posta fallita\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d messaggio in attesa dopo la prima interrogazione\n" msgstr[1] "%d messaggi in attesa dopo la prima interrogazione\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "ripulitura fallita\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d messaggio in attesa dopo la ripulitura\n" msgstr[1] "%d messaggi in attesa dopo la ripulitura\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "ricerca di messaggi non visti fallita\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu non è stato visto\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u è il primo non visto\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2047,79 +2066,79 @@ msgstr "Impossibile decodificare la prova OTP\n" msgid "Secret pass phrase: " msgstr "Passphrase segreta: " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "La stringa «%s» non è una stringa numerica valida.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "Il valore della stringa «%s» è %s piuttosto che %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "più piccolo" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "più grande" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "Protocollo specificato «%s» non valido.\n" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "Autenticazione specificata «%s» non valida.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "Uso: fetchmail [opzioni] [server...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " Le opzioni sono come segue:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help mostra questa opzione di aiuto\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version mostra le informazioni sulla versione\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check controlla nuovi messaggi senza scaricarli\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent lavora in modalità silenziosa\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose lavora in modalità prolissa (output diagnostico)\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon esegui come demone una volta ogni n secondi\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr " -N, --nodetach non staccare il processo demone\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit termina forzatamente il processo demone\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile specifica il nome del file di registro\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" @@ -2127,75 +2146,86 @@ msgstr "" " --syslog usa syslog(3) per la maggior parte dei messaggi " "durante l'esecuzione come demone\n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr "" " --invisible non scrivere «Received» e abilita lo spoofing " "dell'host\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr "" " -f, --fetchmailrc specifica un file di controllo dell'esecuzione " "alternativo\n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr " -i, --idfile specifica un file UID alternativo\n" -#: options.c:607 +#: options.c:617 msgid " --pidfile specify alternate PID (lock) file\n" msgstr " --pidfile specifica un file PID (blocco) alternativo\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr "" " --postmaster specifica il ricevente che funge da ultima istanza\n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" " --nobounce reindirizza le mail rifiutate dall'utente al " "postmaster.\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface specifica richiesta d'interfaccia\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr " -M, --monitor monitora l'interfaccia per attività\n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl abilita le sessioni cifrate SSL\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey file di chiave privata SSL\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert certificato client SSL\n" -#: options.c:618 +#: options.c:630 msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr "" " --sslcertck effettua un rigoroso controllo del certificato del " "server (raccomandato)\n" -#: options.c:619 +#: options.c:631 msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcertpath percorso dei certificati SSL\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" " --sslcommonname si aspetta questo nome comune dal server " "(assolutamente sconsigliato)\n" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" @@ -2203,175 +2233,175 @@ msgstr "" " --sslfingerprint impronta digitale che deve coincidere con quella del " "certificato del server.\n" -#: options.c:622 +#: options.c:634 msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr " --sslproto forza il protocollo SSL (SSL2/SSL3/TLS1)\n" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr "" " --plugin specifica il comando esterno per aprire la " "connessione\n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" " --plugout specifica il comando esterno per aprire la " "connessione SMTP\n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr "" " -p, --protocol specifica il protocollo di scaricamento (vedere pagina " "man)\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl forza l'uso di UIDL (solo per POP3)\n" -#: options.c:629 +#: options.c:641 msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr "" " --port porta TCP alla quale collegarsi (obsoleto, usare «--" "service» in sostituzione)\n" -#: options.c:630 +#: options.c:642 msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr "" " -P, --service servizio TCP al quale collegarsi (può essere una porta " "TCP numerica)\n" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr "" " --auth tipo di autenticazione (password/kerberos/ssh/otp)\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout tempo massimo per mancata risposta del server\n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope intestazione dell'indirizzo nella busta\n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr " -Q, --qvirtual prefisso da rimuovere dall'ID dell'utente locale\n" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr " --principal principal del server di posta\n" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" " --tracepolls aggiunge le informazioni di tracciamento " "dell'interrogazione all'intestazione «Received»\n" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr " -u, --username specifica il login dell'utente sul server\n" -#: options.c:639 +#: options.c:651 msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --[fetch]all scarica sia i vecchi che i nuovi messaggi\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr " -K, --nokeep elimina i nuovi messaggi dopo lo scaricamento\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr " -k, --keep conserva i nuovi messaggi dopo lo scaricamento\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush elimina i vecchi messaggi dal server\n" -#: options.c:643 +#: options.c:655 msgid " --limitflush delete oversized messages\n" msgstr " --limitflush elimina i messaggi sovradimensionati\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite non riscrivere gli indirizzi dell'intestazione\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr "" " -l, --limit non scaricare i messaggi al di sopra della dimensione " "data\n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr "" " -w, --warnings intervallo fra le notifiche degli avvisi di posta\n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost imposta l'host di inoltro SMTP\n" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr " --fetchdomains scarica la posta per i domini specificati\n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr " -D, --smtpaddress imposta il dominio di consegna SMTP da usare\n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr "" " --smtpname imposta il nome completo SMTP nomeutente@dominio\n" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr " -Z, --antispam imposta i valori della risposta antispam\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr " -b, --batchlimit imposta il limite batch per connessioni SMTP\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr "" " -B, --fetchlimit imposta il limite di scaricamento per connessioni a " "server\n" -#: options.c:655 +#: options.c:667 msgid " --fetchsizelimit set fetch message size limit\n" msgstr "" " --fetchsizelimit imposta il limite delle dimensioni dei messaggi da " "scaricare\n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr " --fastuidl effettua una ricerca binaria degli UIDL\n" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr "" " -e, --expunge imposta il numero massimo di cancellazioni fra " "ripuliture\n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " -m, --mda imposta l'MDA da usare per l'inoltro\n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp imposta il file di output BSMTP\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp usa LMTP (RFC2033) per la consegna\n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder specifica il nome della cartella remota\n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr "" " --showdots mostra i puntini di avanziamento anche nei file di " @@ -2465,15 +2495,15 @@ msgstr "errore di protocollo durante lo scaricamento degli UIDL\n" msgid "Option --folder is not supported with POP3\n" msgstr "L'opzione «--folder» non è supportata con POP3\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "opzione del server dopo le opzioni dell'utente" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "SDPS non abilitato." -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2481,7 +2511,7 @@ msgstr "" "fetchmail: l'opzione di interfaccia è supportata solo in Linux (senza IPv6) " "e FreeBSD\n" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2489,36 +2519,36 @@ msgstr "" "fetchmail: l'opzione di monitoraggio è supportata solo in Linux (senza IPv6) " "e FreeBSD\n" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "SSL non è abilitato" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "fine dell'input" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "Il file «%s» deve essere un file normale.\n" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "Il file «%s» deve avere non più dei permessi «-rwx------ (0700)».\n" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "Il proprietario del file «%s» deve essere l'utente attuale.\n" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Errore di sistema sconosciuto" -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s (messaggio di registro incompleto)" #: rfc822.c:76 @@ -2736,87 +2766,91 @@ msgstr "SMTP: (corpo del messaggio respinto)\n" msgid "mail from %s bounced to %s\n" msgstr "posta da %s respinta a %s\n" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "L'errore salvato è ancora %d\n" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "Errore %cMTP: %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, c-format msgid "BSMTP file open failed: %s\n" msgstr "Apertura del file BSMTP fallita: %s\n" -#: sink.c:758 +#: sink.c:776 msgid "BSMTP preamble write failed.\n" msgstr "Scrittura del preambolo BSMTP fallita.\n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "L'ascoltatore %cMTP non gradisce l'indirizzo di destinatario «%s»\n" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "" "L'ascoltatore %cMTP non gradisce assolutamente l'indirizzo di destinatario «%" "s»\n" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr "" "nessun indirizzo corrispondente; nessun postmaster è stato impostato.\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "impossibile anche inviare a %s.\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "nessun indirizzo corrispondente, inoltro a %s in corso.\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "in procinto di consegnare con: %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "Apertura di MDA fallita\n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "Connessione di %cMTP a %s fallita\n" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "impossibile raggiungere l'ascoltatore, ritorno su %s in corso" -#: sink.c:1346 +#: sink.c:1364 #, c-format msgid "Error writing to MDA: %s\n" msgstr "Errore durante la scrittura su MDA: %s\n" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr "MDA terminato da segnale %d\n" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr "MDA ha ritornato uno stato %d diverso da zero\n" -#: sink.c:1355 +#: sink.c:1373 #, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" @@ -2824,24 +2858,24 @@ msgstr "" "Strano: MDA pclose ha restituito %d ed errore numero %d/%s, impossibile " "trattare a %s:%d\n" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "Terminazione del messaggio o chiusura del file BSTMP fallita\n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "L'ascoltatore SMTP ha rifiutato la consegna\n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "Errore di consegna LMTP su EOM\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "Risposta differente da 503 inattesa a LTP EOM: %s\n" -#: sink.c:1587 +#: sink.c:1605 msgid "" "-- \n" "The Fetchmail Daemon" @@ -2849,32 +2883,32 @@ msgstr "" "--\n" "Il demone di Fetchmail" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "Autenticazione ESMPT CRAM-MD5 in corso\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "Il server ha rifiutato il comando AUTH.\n" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "Risposta base64 dal server non valida.\n" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "Prova decodificata: %s\n" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "Autenticazione ESMPT PLAIN in corso\n" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "Autenticazione ESMTP LOGIN in corso\n" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr "errore di protocollo dell'ascoltatore SMTP\n" @@ -2904,177 +2938,177 @@ msgstr "esecuzione di %s (host %s servizio %s) in corso\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) fallita\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "getaddrinfo(\"%s\",\"%s\") errore: %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" "Provare ad aggiungere l'opzione «--service» (vedere anche le FAQ, paragrafo " "R12).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "sconosciuto (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Tentativo di connessione a %s/%s in corso" -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "impossibile creare il socket: %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "connessione fallita.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "connessione a %s:%s [%s/%s] fallita: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "connesso.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Organizzazione emittente: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" "Attenzione: nome dell'organizzazione emittente troppo lungo (possibile " "troncatura).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Organizzazione sconosciuta\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Nome comune dell'emittente: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" "Attenzione: nome comune dell'emittente troppo lungo (possibile troncatura).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Nome comune dell'emittente sconosciuto\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Nome comune del server: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Certificato non valido: il nome comune del «Subject» è troppo lungo.\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Errore di corrispondenza del nome comune del server: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "" "Nome del server non impostato, impossibile verificare il certificato.\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Nome comune del server sconosciuto\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Nome del server non specificato nel certificato.\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() fallito.\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Memoria esaurita.\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Buffer del testo digest troppo piccolo.\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "Chiave %s impronta digitale: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "Impronte digitali %s corrispondenti.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "Impronte digitali %s non corrispondenti.\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Errore di verifica del certificato del server: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "emittente sconosciuto (primi %d caratteri): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Descrittore del file fuori tolleranza per SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" -"Specificato un protocollo SSL «%s» non valido, utilizzo di quello " -"predefinito (SSLv23) in corso.\n" +"Specificato un protocollo SSL «%s» non valido, utilizzo di quello predefinito " +"(SSLv23) in corso.\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Verifica del certificato o dell'impronta digitale ignorata.\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Nuovo tentativo di lettura del socket Cygwin\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Lettura del socket Cygwin fallita.\n" -#: transact.c:67 +#: transact.c:65 #, c-format msgid "mapped address %s to local %s\n" msgstr "indirizzo %s collegato a %s locale\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "%s collegato a %s locale\n" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "attraversamento di %s corrispondente a %s\n" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -3083,68 +3117,68 @@ msgstr "" "analisi della riga «Received» in corso:\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "riga accettata, %s è un alias del server di posta\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "riga rifiutata, %s non è un alias del server di posta\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "nessuno indirizzo «Received» trovato\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "trovato indirizzo «Received» «%s»\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "" "trovato delimitatore di messaggio durante la scansione dell'intestazione\n" -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr "" "trovata riga d'intestazione non corretta durante la scansione " "dell'intestazione\n" -#: transact.c:584 +#: transact.c:599 #, c-format msgid "line: %s" msgstr "riga: %s" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "nessuna corrispondenza locale, inoltro a %s in corso\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "inoltro e cancellazione soppressi a causa di errori DNS\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "scrittura di intestazioni msgblk RFC822 in corso\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "nessun indirizzo di destinatario corrisponde ai nomi locali dichiarati" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "l'indirizzo del destinatario %s non corrisponde ad alcun nome locale" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "il messaggio incorpora dei NUL" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "L'ascoltatore SMTP ha rifiutato gli indirizzi dei destinatari locali: " @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.10-pre1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2009-05-26 15:28+0200\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2009-05-26 20:20+0700\n" "Last-Translator: Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" @@ -244,59 +244,59 @@ msgstr "%s にあるべき HESIOD pobox がありません。\n" msgid "Lead server has no name.\n" msgstr "Lead server の名前がありません。\n" -#: driver.c:1018 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "%s の 公式 DNS 名(%s)を検索できませんでした: %s\n" -#: driver.c:1065 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%s プロトコルを利用した %s への接続に失敗しました。" -#: driver.c:1081 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Subject: Fetchmail 警告 : サーバと交信不能" -#: driver.c:1083 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail 実行中にメールサーバ %s と交信できませんでした:" -#: driver.c:1111 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "SSL による接続に失敗しました。\n" -#: driver.c:1164 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "アカウント %s@%s が Lock-busy 状態です。\n" -#: driver.c:1168 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "%s@%s のサーバが busy 状態です。\n" -#: driver.c:1173 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "%s@%s%s の認証に失敗しました\n" -#: driver.c:1176 +#: driver.c:1179 msgid " (previously authorized)" msgstr "(以前は認証されました)" -#: driver.c:1197 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: Fetchmail 実行中 %s@%s の認証に失敗" -#: driver.c:1201 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail 実行中に %s@%s 宛に届いたメールを取り出せませんでした。\n" -#: driver.c:1205 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -309,7 +309,7 @@ msgstr "" "他の要因によるものであると思われますが、何故 login に失敗したのか\n" "サーバから有益な情報が送信されていないため、fetchmail では判断しかねます。" -#: driver.c:1211 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -328,7 +328,7 @@ msgstr "" "fetchmail デーモンは引続き接続を試みます。\n" "サービスが復旧しない限り何も通知が出されないことを了承願います。" -#: driver.c:1221 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -348,175 +348,175 @@ msgstr "" "fetchmail デーモンは引続き接続を試みます。\n" "サービスが復旧しない限り何も通知が出されないことを了承願います。" -#: driver.c:1237 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "すぐに %s@%s 宛メッセージの再取得を試みます\n" -#: driver.c:1242 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "%s@%s に対する不明なログイン又は認証のエラーです。\n" -#: driver.c:1266 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "%s@%s に対する認証が行われました。\n" -#: driver.c:1272 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: fetchmail %s@%s 認証完了" -#: driver.c:1276 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "" "%s@%s のログインが完了し fetchmail によるアクセスが可能となりました。\n" -#: driver.c:1280 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "サービスが復帰しました。\n" -#: driver.c:1312 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "" "選択をして下さい。選択されない場合はフォルダ %s に再度アクセスします。\n" -#: driver.c:1314 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "" "選択をして下さい。選択されない場合はデフォルトのフォルダに再度アクセスしま" "す。\n" -#: driver.c:1326 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "アカウント %s , サーバ %s (フォルダ %s)" -#: driver.c:1329 rcfile_y.y:384 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "アカウント %s , サーバ %s" -#: driver.c:1334 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "%s にアクセスしています。\n" -#: driver.c:1338 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d 通のメッセージ (そのうち %d 通は %s) が%s宛に届いています" -#: driver.c:1341 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "既に読み込んでいます" -#: driver.c:1344 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d 通のメッセージが %s 宛に届いています" -#: driver.c:1351 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d バイト)\n" -#: driver.c:1357 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "%s 宛にメッセージは届いていません。\n" -#: driver.c:1390 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "偽造されたメッセージ数!" -#: driver.c:1534 +#: driver.c:1537 msgid "socket" msgstr "socket" -#: driver.c:1537 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "RFC822 ヘッダの欠落か誤謬" -#: driver.c:1540 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1543 +#: driver.c:1546 msgid "client/server synchronization" msgstr "クライアント/サーバ同期" -#: driver.c:1546 +#: driver.c:1549 msgid "client/server protocol" msgstr "クライアント/サーバプロトコル" -#: driver.c:1549 +#: driver.c:1552 msgid "lock busy on server" msgstr "サーバの lock busy" -#: driver.c:1552 +#: driver.c:1555 msgid "SMTP transaction" msgstr "SMTP 通信" -#: driver.c:1555 +#: driver.c:1558 msgid "DNS lookup" msgstr "DNS 参照" -#: driver.c:1558 +#: driver.c:1561 msgid "undefined" msgstr "不明なエラー" -#: driver.c:1564 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "" "%sエラーが発生しました。%s@%sからメールを受信し SMTP サーバ %s へ送信している" "ところでした。\n" -#: driver.c:1566 +#: driver.c:1569 msgid "unknown" msgstr "(不明なホスト)" -#: driver.c:1568 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "%sエラーが %s@%s よりメールを受信している最中に発生しました。\n" -#: driver.c:1580 +#: driver.c:1583 #, c-format msgid "post-connection command terminated with signal %d\n" msgstr "接続終了後に実行したコマンドがシグナル %d で終了しました\n" -#: driver.c:1582 +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "接続終了後に実行するコマンドがステータス %d を返しました。\n" -#: driver.c:1601 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Kerberos V4 には対応しておりません。\n" -#: driver.c:1609 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Kerberos V5 には対応しておりません。\n" -#: driver.c:1620 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "オプション --flush と %s は同時に設定できません。\n" -#: driver.c:1626 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "オプション --all と %s は同時に設定できません。\n" -#: driver.c:1635 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "オプション --limit と %s は同時に設定できません。\n" @@ -691,47 +691,47 @@ msgstr "カレントディレクトリを取得できません\n" msgid "This is fetchmail release %s" msgstr "fetchmail リリース %s " -#: fetchmail.c:398 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "コマンドライン%s%sよりオプションを設定します。\n" -#: fetchmail.c:399 +#: fetchmail.c:404 msgid " and " msgstr "及び" -#: fetchmail.c:404 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "メールサーバの準備が整いません -- おそらく %s が存在しないためです\n" -#: fetchmail.c:425 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: メールサーバが指定されておりません。\n" -#: fetchmail.c:437 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: 他の fetchmail は実行されていません。\n" -#: fetchmail.c:443 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: エラーの発生により%s fetchmail (PID=%d)を終了します。\n" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "バックグラウンドの" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "フォアグラウンドの" -#: fetchmail.c:452 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s fetchmail (PID=%d) が終了しました。\n" -#: fetchmail.c:475 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -739,7 +739,7 @@ msgstr "" "fetchmail: 同じホストに対して別の fetchmail が交信しているためメールの確認が" "出来ません。\n" -#: fetchmail.c:481 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -747,218 +747,218 @@ msgstr "" "fetchmail: 他の fetchmail (PID=%d) が実行中のため指定されたホストと接続できま" "せん。\n" -#: fetchmail.c:488 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: 他の fetchmail (PID=%d) がフォアグラウンド動作中です。\n" -#: fetchmail.c:498 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: バックグラウンドで fetchmail が動作中のためオプションが受け付けら" "れません。\n" -#: fetchmail.c:504 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "" "fetchmail: バックグラウンドの fetchmail (PID=%d) が動作を再開しました。\n" -#: fetchmail.c:516 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "" "fetchmail: 同時に動作していた fetchmail (PID=%d) が突然消滅しました。\n" -#: fetchmail.c:531 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: %s@%s にログインするためのパスワードがありません。\n" -#: fetchmail.c:535 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "%s@%s にログインするためのパスワードを入力して下さい : " -#: fetchmail.c:560 fetchmail.c:596 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: 警告 : syslog とログファイルが設定されました。ログはそちらを見てく" -"ださい。\n" - -#: fetchmail.c:572 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: バックグラウンドに移れません。終了します。\n" -#: fetchmail.c:576 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "fetchmail %s デーモンを動作開始します。\n" -#: fetchmail.c:592 fetchmail.c:594 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "ログを追加するために %s を開くことが出来ませんでした\n" -#: fetchmail.c:615 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: 警告 : syslog とログファイルが設定されました。ログはそちらを見てく" +"ださい。\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "--check モードが有効なので、メールを取り込みません\n" -#: fetchmail.c:637 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "%s の編集された時間を調べることができません。(エラー %d)\n" -#: fetchmail.c:642 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "%s が編集されたため fetchmail を再起動します。\n" -#: fetchmail.c:647 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "ディレクトリが回復できないので、再実行は失敗するでしょう。\n" -#: fetchmail.c:674 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "fetchmail の再起動に失敗しました。\n" -#: fetchmail.c:704 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "認証失敗か制限時間超過が頻発したため %s との交信を飛ばします。\n" -#: fetchmail.c:716 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "時間間隔に達していないので %s の一時保管を行いません。\n" -#: fetchmail.c:754 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Query status=0 (SUCCESS)\n" -#: fetchmail.c:756 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Query status=1 (NOMAIL)\n" -#: fetchmail.c:758 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Query status=2 (SOCKET)\n" -#: fetchmail.c:760 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Query status=3 (AUTHFAIL)\n" -#: fetchmail.c:762 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Query status=4 (PROTOCOL)\n" -#: fetchmail.c:764 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Query status=5 (SYNTAX)\n" -#: fetchmail.c:766 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Query status=6 (IOERR)\n" -#: fetchmail.c:768 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Query status=7 (ERROR)\n" -#: fetchmail.c:770 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Query status=8 (EXCLUDE)\n" -#: fetchmail.c:772 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Query status=9 (LOCKBUSY)\n" -#: fetchmail.c:774 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Query status=10 (SMTP)\n" -#: fetchmail.c:776 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Query status=11 (DNS)\n" -#: fetchmail.c:778 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Query status=12 (BSMTP)\n" -#: fetchmail.c:780 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Query status=13 (MAXFETCH)\n" -#: fetchmail.c:782 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Query status=%d\n" -#: fetchmail.c:824 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "全ての接続が動作不全に陥ってしまいました。終了します。\n" -#: fetchmail.c:831 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "%s から %d秒休眠状態になります。\n" -#: fetchmail.c:855 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "%s 信号を受信したため動作を再開しました。\n" -#: fetchmail.c:858 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "%d 番の信号を受信したため動作を再開しました。\n" -#: fetchmail.c:865 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "%s に動作を再開しました。\n" -#: fetchmail.c:871 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "通常の終了です。status %d\n" -#: fetchmail.c:1025 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "動作制御ファイルの編集時間を確認することができませんでした。\n" -#: fetchmail.c:1058 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "警告 : 設定ファイル中にホスト %s を複数回記述しています\n" -#: fetchmail.c:1091 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "fetchmail: エラー : 設定ファイル中に \"defaults\" を複数回記述しています\n" -#: fetchmail.c:1213 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "SSL 対応がコンパイルの時点で有効にされておりません。\n" -#: fetchmail.c:1220 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "" "KERBEROS v4 対応が設定されていますがコンパイルの時点で有効にされておりませ" "ん。\n" -#: fetchmail.c:1226 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "" "KERBEROS v5 対応が設定されていますがコンパイルの時点で有効にされておりませ" "ん。\n" -#: fetchmail.c:1232 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "" "GSSAPI 対応が設定されていますがコンパイルの時点で有効にされておりません。\n" -#: fetchmail.c:1262 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -966,19 +966,19 @@ msgstr "" "fetchmail: 警告 : %s より multidrop fetch を確認するための DNS が有効でありま" "せん。\n" -#: fetchmail.c:1273 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" "警告: %s へのマルチドロップを行うにはエンベロープオプションが必要です!\n" -#: fetchmail.c:1274 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" "警告: すべてのメールが postmaster 宛にフォワードされてしまう可能性がありま" "す!\n" -#: fetchmail.c:1291 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -987,313 +987,313 @@ msgstr "" "fetchmail: サーバ %s の設定が無効です。サービス番号、ポート番号は負の数ではい" "けません。\n" -#: fetchmail.c:1298 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: サーバ %s の設定が無効です。 RPOP では privileged port を利用する" "必要があります。\n" -#: fetchmail.c:1316 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "サーバ %s の設定が無効です。LMTP はデフォルトの SMTP ポートを利用できませ" "ん。\n" -#: fetchmail.c:1330 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "" "fetchall と keep オプションはデーモンモード、休止モードでは同時に指定できませ" "ん。\n" -#: fetchmail.c:1355 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "シグナル %d で終了しました。\n" -#: fetchmail.c:1428 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "" "%s は %s とプロトコル %s を用いて %s に交信しています。交信が開始されまし" "た。\n" -#: fetchmail.c:1453 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "POP2 に対応した設定が行われておりません。\n" -#: fetchmail.c:1465 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "POP3 に対応した設定が行われておりません。\n" -#: fetchmail.c:1475 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "IMAP に対応した設定が行われておりません。\n" -#: fetchmail.c:1481 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "ETRN に対応した設定が行われておりません。\n" -#: fetchmail.c:1489 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "ODMR に対応した設定が行われておりません。\n" -#: fetchmail.c:1496 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "対応していないプロトコルが選択されました。\n" -#: fetchmail.c:1506 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "" "%s は %s とプロトコル %s を用いて %s に交信しています。交信が終了しました。\n" -#: fetchmail.c:1523 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "交信間隔は %d 秒です。\n" -#: fetchmail.c:1525 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "ログファイルは %s です。\n" -#: fetchmail.c:1527 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "ID ファイルは %s です。\n" -#: fetchmail.c:1530 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "進行状況のメッセージは syslog を通して記録されます。\n" -#: fetchmail.c:1533 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail はアドレスを書き換え、Received を生成しません。\n" -#: fetchmail.c:1535 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail はログファイル中にも進行状況を示す . を書き込みます。\n" -#: fetchmail.c:1537 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail は誤った宛先の書かれたメッセージを %s に転送します。\n" -#: fetchmail.c:1541 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail は postmaster 宛にエラーメールを送信します。\n" -#: fetchmail.c:1543 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail は送り主にエラーメッセージを送信します。\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" msgstr "" "Fetchmail は恒久的なエラーを一時的なエラーとして扱います(メッセージを破" "棄)。\n" -#: fetchmail.c:1548 +#: fetchmail.c:1559 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" msgstr "" "Fetchmail は恒久的なエラーを一時的なエラーとして扱います(メッセージを保" "存)。\n" -#: fetchmail.c:1555 +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "アカウント %s@%s でのオプションです。\n" -#: fetchmail.c:1559 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " メールはホスト %s を介してやりとりされます。\n" -#: fetchmail.c:1562 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " このサーバに対してのアクセスは %d の間隔で行われます。\n" -#: fetchmail.c:1566 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " サーバの本名は %s です。\n" -#: fetchmail.c:1569 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr " このホストはホストが指示されない場合にはアクセスされません。\n" -#: fetchmail.c:1570 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " このホストはホストが指示されない場合にアクセスされます。\n" -#: fetchmail.c:1574 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " パスワード入力が必要です。\n" -#: fetchmail.c:1578 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP secret = \"%s\".\n" -#: fetchmail.c:1581 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP id = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " パスワード = \"%s\"\n" -#: fetchmail.c:1593 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Kerberos %s 認証による KPOP プロトコルを利用します。" -#: fetchmail.c:1596 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " %s プロトコルを利用します。" -#: fetchmail.c:1598 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (%s サービスを利用します)" -#: fetchmail.c:1600 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (デフォルトのポートを利用します)" -#: fetchmail.c:1602 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (UIDL の利用を強制します)" -#: fetchmail.c:1608 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " 利用可能な全ての認証方式を試みます。\n" -#: fetchmail.c:1611 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " パスワードによる認証を強制的に行います。\n" -#: fetchmail.c:1614 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " MSN 認証を強制的に行います。\n" -#: fetchmail.c:1617 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " NTLM 認証を強制的に行います。\n" -#: fetchmail.c:1620 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " OTP による認証を強制的に行います。\n" -#: fetchmail.c:1623 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " CRAM-MD5 方式による認証を強制的に行います。\n" -#: fetchmail.c:1626 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " GSSAPI 方式による認証を強制的に行います。\n" -#: fetchmail.c:1629 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Kerberos V4 方式による認証を強制的に行います。\n" -#: fetchmail.c:1632 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Kerberos V5 方式による認証を強制的に行います。\n" -#: fetchmail.c:1635 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " End-to-end 暗号化であるとします。\n" -#: fetchmail.c:1639 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " メールサービスは %s によって行われます。\n" -#: fetchmail.c:1642 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " SSL による暗号化通信が行われます。\n" -#: fetchmail.c:1644 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL プロトコル %s。\n" -#: fetchmail.c:1646 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " SSL サーバ証明書の確認が設定されました。\n" -#: fetchmail.c:1648 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " SSL 信用可能証明書は %s に格納されています。\n" -#: fetchmail.c:1651 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr " SSLサーバの CommonName: %s\n" -#: fetchmail.c:1653 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " SSL key fingerprint (server key と照合されました): %s\n" -#: fetchmail.c:1656 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " サーバの応答制限時間は %d 秒です。" -#: fetchmail.c:1658 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (デフォルト)。\n" -#: fetchmail.c:1665 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " デフォルトのメールボックスが選択されました。\n" -#: fetchmail.c:1670 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " 選択されたメールボックス:" -#: fetchmail.c:1676 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " すべてのメッセージを取得します。 (--all on)\n" -#: fetchmail.c:1677 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " 新しいメッセージだけを取得します。 (--all off)\n" -#: fetchmail.c:1679 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " 取得したメッセージをサーバにも保持します。 (--keep on)\n" -#: fetchmail.c:1680 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " 取得したメッセージはサーバに保持しません (--keep off)\n" -#: fetchmail.c:1682 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr " 古いメッセージは取得の前に消去されます。 (--flush on)\n" -#: fetchmail.c:1683 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr " メッセージ取得の前に古いメッセージを消去しません。 (--flush off)\n" -#: fetchmail.c:1685 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" msgstr " 容量超過したメッセージは取得の前に消去されます。 (--limitflush on)\n" -#: fetchmail.c:1686 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1301,322 +1301,322 @@ msgstr "" " メッセージ取得の前に容量超過したメッセージを消去しません。 (--limitflush " "off)\n" -#: fetchmail.c:1688 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " server-local アドレスへの書き換えを行います。 (--norewrite off)\n" -#: fetchmail.c:1689 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " server-local アドレスへの書き換えを行いません。 (--norewrite on)\n" -#: fetchmail.c:1691 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " 改行記号の除去を行います。 (stripcr on)\n" -#: fetchmail.c:1692 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " 改行記号の除去を行いません。 (stripcr off)\n" -#: fetchmail.c:1694 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " 改行記号の追加を行います。 (forcecr on)\n" -#: fetchmail.c:1695 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " 改行記号の追加を行いません。 (forcecr off)\n" -#: fetchmail.c:1697 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr " Content-Transfer-Encoding の変換を行いません。 (pass8bits on)\n" -#: fetchmail.c:1698 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr " Content-Transfer-Encoding の変換を行います。 (pass8bits off)\n" -#: fetchmail.c:1700 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " MIME のデコードを行います。 (mimedecode on)\n" -#: fetchmail.c:1701 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " MIME のデコードを行いません。 (mimedecode off)\n" -#: fetchmail.c:1703 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " サーバアクセス後、休止します。 (idle on)\n" -#: fetchmail.c:1704 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " サーバアクセス後、休止しません。 (idle off)\n" -#: fetchmail.c:1706 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " 記述のある Status 行を破棄します。 (dropstatus on)\n" -#: fetchmail.c:1707 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " 記述のある Status 行を保持します。 (dropstatus off)\n" -#: fetchmail.c:1709 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Delivered-To 行を保持します。 (dropdelivered on)\n" -#: fetchmail.c:1710 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Delivered-To 行を破棄します。 (dropdelivered off)\n" -#: fetchmail.c:1714 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " メッセージの大きさの最大 %d バイトに制限されます。 (--limit %d)\n" -#: fetchmail.c:1717 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " メッセージの大きさに制限はありません。 (--limit 0)\n" -#: fetchmail.c:1719 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " メッセージの大きさに対する警告は %d 秒毎に行われます。 (--warnings %d)\n" -#: fetchmail.c:1722 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr "" " サーバアクセスの度にメッセージの大きさの警告を行います。 (--warnings 0)\n" -#: fetchmail.c:1725 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr "" " 一回の接続で取得できるメッセージは %d 通に制限されます。(--fetchlimit %d)\n" -#: fetchmail.c:1728 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr "" " 一回の接続で取得できるメッセージの数に制限はありません。 (--fetchlimit 0)\n" -#: fetchmail.c:1730 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr "" " 取得できるメッセージのサイズは %d に制限されます。(--fetchsizelimit %d)\n" -#: fetchmail.c:1733 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " メッセージの大きさに制限はありません。 (--fetchsizelimit 0)\n" -#: fetchmail.c:1737 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "接続ごとに UID の二分木検索を行います。(--fastuidl 1)\n" -#: fetchmail.c:1739 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "%d 回 (%d 接続のうち) UID の二分木検索を行います。(--fastuidl %d)\n" -#: fetchmail.c:1742 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "接続ごとに UID の線形検索を行います。(--fastuidl 0)\n" -#: fetchmail.c:1744 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " 一回の接続で転送できるメッセージは %d 通に制限されます。\n" -#: fetchmail.c:1746 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr "" " 一回の接続で転送できるメッセージの数に制限はありません。 (--batchlimit 0)\n" -#: fetchmail.c:1750 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr " メッセージは %d 通毎に削除されます。 (--expunge %d)\n" -#: fetchmail.c:1752 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " メッセージを削除する間隔は設定されておりません。 (--expunge 0)\n" -#: fetchmail.c:1759 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " メールを取得するドメインは : " -#: fetchmail.c:1764 fetchmail.c:1784 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (デフォルト)" -#: fetchmail.c:1769 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " ファイル %s に BSMTP 形式でメッセージが追記されます。\n" -#: fetchmail.c:1771 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " アプリケーション\"%s\"によってメッセージが送信されます。\n" -#: fetchmail.c:1778 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " 受信したメッセージは %cMTP によって次に示すサーバへ転送されます :" -#: fetchmail.c:1789 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " ホストの MAIL FROM 行のアドレスは %s です。\n" -#: fetchmail.c:1792 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " SMTP によって配信される RCPT TO 行に記されたアドレスは %s です。\n" -#: fetchmail.c:1801 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " 送信先のスパムブロックに対する応答は : " -#: fetchmail.c:1807 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " スパムブロックは行われません。\n" -#: fetchmail.c:1810 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " サーバとの接続は\"%s\"によって行われます。\n" -#: fetchmail.c:1813 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " 接続前に実行する命令はありません。\n" -#: fetchmail.c:1815 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " サーバとの接続は\"%s\"によって切断されます。\n" -#: fetchmail.c:1818 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " 接続終了時に行う命令はありません。\n" -#: fetchmail.c:1821 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " このホストに対する localname は宣言されていません。\n" -#: fetchmail.c:1831 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " `multi-drop' モード: " -#: fetchmail.c:1833 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " `single-drop' モード: " -#: fetchmail.c:1835 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d 個の localname が存在します。\n" -#: fetchmail.c:1850 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " multidrop アドレスを検索する DNS が有効です。\n" -#: fetchmail.c:1851 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " multidrop アドレスを検索する DNS が無効です。\n" -#: fetchmail.c:1855 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr " サーバの別名は multidrop アドレスと IP アドレスで比較されます。\n" -#: fetchmail.c:1857 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " サーバの別名は multidrop アドレスとホスト名で比較されます。\n" -#: fetchmail.c:1860 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Envelope-address によるルーティングは行われません。\n" -#: fetchmail.c:1863 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Envelope header は %s とされます。\n" -#: fetchmail.c:1866 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " %d 個を超える Envelope header はスキップされます。\n" -#: fetchmail.c:1869 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Prefix %s はユーザ ID から除去されます。\n" -#: fetchmail.c:1872 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Prefix は除去されません。\n" -#: fetchmail.c:1879 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " 予め宣言されたメールサーバの別名:" -#: fetchmail.c:1888 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " ローカルドメイン:" -#: fetchmail.c:1898 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " 接続はインターフェイス %s を通して行われます。\n" -#: fetchmail.c:1900 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " 接続に利用すべきインターフェイスの指定はありません。\n" -#: fetchmail.c:1902 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " 接続は %s の状態を監視して行われます。\n" -#: fetchmail.c:1904 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " 状態を監視して接続はおこないません。\n" -#: fetchmail.c:1908 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " サーバとの接続にはプラグイン \"%s\" を利用します。(--plugin %s)\n" -#: fetchmail.c:1910 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " サーバとの接続に利用するプラグインの指定はありません。\n" -#: fetchmail.c:1912 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " アプリケーションとの接続にはプラグアウト\"%s\"を利用します。(--plugout %" "s)\n" -#: fetchmail.c:1914 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " アプリケーションとの接続に利用するプラグアウトの指定はありません。\n" -#: fetchmail.c:1919 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " このホストからの UID は記録されていません。\n" -#: fetchmail.c:1928 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d 個の UID が記録されています。\n" -#: fetchmail.c:1936 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " 接続情報は Received ヘッダに追加されます。\n" -#: fetchmail.c:1938 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1624,7 +1624,7 @@ msgstr "" " 接続情報は Received ヘッダに追加されません。\n" "\n" -#: fetchmail.c:1941 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " プロパティ \"%s\" は無視されます。\n" @@ -1729,69 +1729,69 @@ msgstr "%s: TLS へのアップグレードに失敗。\n" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "%s: TLS への適合的アップグレードに失敗、継続可能か試しています\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "" "OTP が要求されましたが、fetchmail が OTP 対応でコンパイルされていません。\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "要求された NTLM 処理能力は fetchmail に組み込まれていません。\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "要求された LOGIN 処理能力はサーバでサポートされていません。\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "メッセージの大きさが合いません (%d (実際) != %d (予想)) \n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "再アクセスに失敗しました。\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d 通のメッセージが再アクセスの後に存在します。\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "メールボックスの選択に失敗しました\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "最初のアクセスから %d 通のメッセージがあります。\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "削除に失敗しました。\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "削除の後、%d 通のメッセージが残っています。\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "未読メッセージの検索に失敗しました。\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu は未読です。\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u は最初の未読メッセージです。\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2851,154 +2851,154 @@ msgstr "%s を実行中です。(ホスト %s サービス %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) ができませんでした。\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "getaddrinfo(\"%s\",\"%s\") エラー: %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" "オプション --service を足して試してください(FAQ の R12 も参照のこと)。\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "不明 (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "%s/%s へ接続しようとしています..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "ソケット %s を作成できません\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "接続に失敗しました。\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "%s:%s への接続に失敗しました。バッファ [%s/%s] : %s\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "接続しました。\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "発行元の組織: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "警告 : 発行元の組織名が長過ぎます。(捏造された可能性があります)\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "不明な組織です。\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "発行元の CommonName: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" "警告 : 発行元の CommonName が長過ぎます。 (捏造された可能性があります)\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "不明な発行元の CommonName です。\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "サーバの CommonName: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "不正証明書 : Subject CommonName が長過ぎます。\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "サーバの CommonName が一致しません : %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "サーバ名が設定されておらず、証明書を検証できません。\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "不明なサーバの CommonName です。\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "証明書中にサーバ名が指定されていません。\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() ができませんでした。\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "メモリ不足です。\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "ダイジェストテキストバッファが少な過ぎます。\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s の key fingerprint は次の通りです。: %s \n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s の fingerprints が一致しました。\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s の fingerprints が一致しませんでした。\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "サーバ証明書検証エラー: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "不明な発行者 (はじめの %d 文字): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "ファイル識別子が SSL としては長過ぎます。" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" "無効な SSL プロトコル `%s' が指定されたため、デフォルト (SSLv23)を利用しま" "す。\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "証明書/fingerprint 検証が幾つか飛ばされました。\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Cygwin ソケット読み込み リトライ\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Cygwin ソケット読み込み リトライ が失敗しました!\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail-6.3.8\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2008-05-16 00:27+0200\n" "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" @@ -18,25 +18,25 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Controle of %s echt dezelfde machine is als %s...\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Ja, hun IP-adressen zijn hetzelfde\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "Nee, hun IP-adressen verschillen\n" -#: checkalias.c:198 +#: checkalias.c:203 #, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "DNS-serverfout bij het zoeken naar '%s' tijdens polsen van %s: %s\n" -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "DNS-serverfout bij het zoeken naar '%s' tijdens polsen van %s.\n" @@ -89,69 +89,69 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] " %d bericht, %d bytes lang, overgeslagen door fetchmail." msgstr[1] " %d berichten, %d bytes lang, overgeslagen door fetchmail." -#: driver.c:503 +#: driver.c:511 #, c-format msgid "skipping message %s@%s:%d" msgstr "overgeslagen bericht: %s@%s:%d" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "overgeslagen bericht: %s@%s:%d (%d bytes)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr " (lengte -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr " (te groot)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "kan kopregels niet ophalen, bericht %s@%s:%d (%d bytes)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr "lezen van bericht %s@%s:%d van %d" -#: driver.c:616 +#: driver.c:624 #, c-format msgid " (%d octets)" msgstr " (%d bytes)" -#: driver.c:617 +#: driver.c:625 #, c-format msgid " (%d header octets)" msgstr " (%d bytes in kopregels) " -#: driver.c:685 +#: driver.c:692 #, c-format msgid " (%d body octets)" msgstr " (%d bytes in berichttekst) " -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" msgstr "" "bericht %s@%s:%d had niet de verwachte lengte (feitelijk %d, verwachtte %d)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " laten staan\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " verwijderd\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " niet verwijderd\n" -#: driver.c:822 +#: driver.c:828 #, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -161,37 +161,37 @@ msgstr[0] "" msgstr[1] "" "ophaallimiet %d is bereikt; nog %d berichten op server %s, account %s\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "verbinden met server %2$s duurde te lang -- gestopt na %1$d seconden\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "wachten op server %2$s duurde te lang -- gestopt na %1$d seconden\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "wachten op %2$s duurde te lang -- gestopt na %1$d seconden\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "" "wachten op reactie van luisteraar duurde te lang -- gestopt na %d seconden\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "duurde te lang -- gestopt na %d seconden\n" -#: driver.c:907 +#: driver.c:913 msgid "Subject: fetchmail sees repeated timeouts" msgstr "Subject: fetchmail ziet herhaaldelijk tijdslimietoverschrijdingen" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -200,7 +200,7 @@ msgstr "" "Fetchmail zag meer dan %d tijdslimietoverschrijdingen tijdens pogingen om " "mail op te halen voor %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -216,73 +216,78 @@ msgstr "" "\n" "Fetchmail blijft van deze mailbox af tot u het programma herstart.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "pre-verbindingscommando is mislukt met aflsuitwaarde %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "pre-verbindingscommando is mislukt met aflsuitwaarde %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "kan geen HESIOD-pobox vinden voor %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "Hoofdserver heeft geen naam.\n" -#: driver.c:1008 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "kan canonieke DNS-naam niet vinden van %s (%s): %s\n" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%s-verbinding met %s is mislukt" -#: driver.c:1071 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Subject: Fetchmail-waarschuwing -- onbereikbare server." -#: driver.c:1073 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail kon de mailserver %s niet bereiken:" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "SSL-connectie is mislukt.\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Vergrendelingsfout op %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Server is bezet op %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Aanmeldingsfout op %s@%s%s\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (eerder al aangemeld)" -#: driver.c:1187 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: Fetchmail-aanmelding is mislukt voor %s@%s" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail kon geen mail ophalen voor %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -294,7 +299,7 @@ msgstr "" "Aangezien dit eerder wel gelukt is, is de oorzaak waarschijnlijk een\n" "overbelaste server, maar deze gaf daar geen bruikbare foutmelding voor." -#: driver.c:1201 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -313,7 +318,7 @@ msgstr "" "Fetchmail blijft draaien en probeert de aanmelding elke ronde opnieuw.\n" "Er volgt pas weer bericht als het aanmelden lukt." -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -332,167 +337,172 @@ msgstr "" "Fetchmail blijft draaien en probeert de aanmelding elke ronde opnieuw.\n" "Er volgt pas weer bericht als het aanmelden lukt." -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Onmiddelijk opnieuw ophalen voor %s@%s\n" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Onbekende gebruikersnaam of ongeldig wachtwoord voor %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Aanmelden is gelukt voor %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: Fetchmail-aanmelding is geslaagd voor %s@%s" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail kon inloggen op %s@%s.\n" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "De dienstverlening is hersteld.\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "map %s wordt geselecteerd of opnieuw opgehaald\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "standaardmap wordt geselecteerd of opnieuw opgehaald\n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s op %s (map %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s op %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Polsen van %s\n" -#: driver.c:1328 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d bericht (%d %s) voor %s" msgstr[1] "%d berichten (%d %s) voor %s" -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "gelezen" msgstr[1] "gelezen" -#: driver.c:1334 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d bericht voor %s" msgstr[1] "%d berichten voor %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d bytes).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Geen mail voor %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "onjuist berichtenaantal!" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "socket" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "RFC822-kopregels zijn onjuist of ontbreken" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "client/server-synchronisatie" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "client/server-protocol" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "vergrendeling nog actief op server" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "SMTP-transactie" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "DNS-opzoekvraag" -#: driver.c:1546 +#: driver.c:1561 msgid "undefined" msgstr "ongedefinieerde" -#: driver.c:1552 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "%s fout tijdens ophalen van %s@%s en bezorgen op SMTP-host %s\n" -#: driver.c:1554 +#: driver.c:1569 msgid "unknown" msgstr "onbekende" -#: driver.c:1556 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "%s fout tijdens het ophalen van %s@%s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "na-verbindingscommando is mislukt met afsluitwaarde %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "na-verbindingscommando is mislukt met afsluitwaarde %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Kerberos V4-ondersteuning is niet ingebouwd.\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Kerberos V5-ondersteuning is niet ingebouwd.\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Optie '--flush' is niet mogelijk met %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Optie '--all' is niet mogelijk met %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Optie '--limit' is niet mogelijk met %s\n" @@ -627,7 +637,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " @@ -657,52 +667,52 @@ msgstr "fetchmail: opgestart met" msgid "could not get current working directory\n" msgstr "kan huidige werkmap niet bepalen\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Dit is fetchmail versie %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Deze opties van opdrachtregel gehaald%s%s\n" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " en " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Geen mailservers ingesteld -- misschien ontbreekt %s?\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: geen mailservers opgegeven.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: er draait geen andere fetchmail\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: kan %s fetchmail op %d niet elimineren -- gestopt\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "achtergrond" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "voorgrond" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s fetchmail op %d geëlimineerd.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -710,7 +720,7 @@ msgstr "" "fetchmail: kan mail niet controleren terwijl er een andere fetchmail\n" "naar dezelfde host actief is.\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -718,230 +728,230 @@ msgstr "" "fetchmail: kan opgegeven hosts niet contacteren terwijl een andere fetchmail " "draait op %d.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: een andere fetchmail draait op de voorgrond op %d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: kan geen opties accepteren terwijl er een fetchmail op de " "achtergrond draait.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: fetchmail-service in de achtergrond op %d wakkergeschud.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "" "fetchmail: ouder zusterproces op %d is om onbekende redenen afgebroken.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: kan geen wachtwoord vinden voor %s@%s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Geef wachtwoord voor %s@%s: " -#: fetchmail.c:557 fetchmail.c:593 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: Waarschuwing: syslog en logfile zijn ingesteld; controleer beide " -"op informatie!\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: Kan niet naar de achtergrond gaan. Gestopt.\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "starten van fetchmail %s-service \n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "kan %s niet openen voor het toevoegen van loginformatie \n" -#: fetchmail.c:612 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: Waarschuwing: syslog en logfile zijn ingesteld; controleer beide " +"op informatie!\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "kan geen tijdcontrole op %s uitvoeren (fout %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "fetchmail wordt herstart (%s is gewijzigd)\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "poging tot herstarten kan mislukken omdat de map niet is hersteld\n" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "poging tot herstarten van fetchmail is mislukt\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "mail ophalen van %s wordt overgeslagen (aanmelden is mislukt of duurt te " "lang)\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "interval niet bereikt, %s wordt niet gecontroleerd\n" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Resultaatcode = 0 (GELUKT)\n" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Resultaatcode=1 (GEEN MAIL)\n" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Resultaatcode=2 (SOCKETFOUT)\n" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Resultaatcode=3 (AANMELDEN MISLUKT)\n" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Resultaatcode=4 (PROTOCOLFOUT)\n" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Resultaatcode=5 (SYNTAXFOUT)\n" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Resultaatcode=6 (I/O-fout)\n" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Resultaatcode=7 (ALGEMENE FOUT)\n" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Resultaatcode=8 (UITGESLOTEN)\n" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Resultaatcode=9 (VERGRENDELING ACTIEF)\n" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Resultaatcode=10 (SMTP-fout)\n" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Resultaatcode=11 (DNS-fout)\n" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Resultaatcode=12 (BSMTP-fout)\n" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Resultaatcode=13 (OPHAALLIMIET BEREIKT)\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Resultaatcode=%d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Alle verbindingen zijn vastgelopen. Gestopt.\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "slapen om %s gedurende %d seconden\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "gewekt door %s\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "gewekt door signaal %d\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "gewekt op %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "normale afsluiting, afsluitwaarde %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "kan geen tijdcontrole uitvoeren op het run-control-bestand\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "" "Waarschuwing: host %s is meerdere malen vermeld in configuratiebestand\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "fetchmail: Fout: meerder \"defaults\"-secties in configuratiebestand.\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "SSL-ondersteuning is niet ingebouwd.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "Kerberos V4-ondersteuning is geconfigureerd maar niet ingebouwd.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "Kerberos V5-ondersteuning is geconfigureerd maar niet ingebouwd.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "GSSAPI-ondersteuning is geconfigureerd maar niet ingebouwd.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" msgstr "fetchmail: Waarschuwing: geen DNS beschikbaar voor multidrop van %s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -950,298 +960,309 @@ msgstr "" "fetchmail: configuratie van %s is ongeldig -- poortnummer kan niet negatief " "zijn\n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: configuratie voor %s is ongeldig -- RPOP vereist een speciale " "poort\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "configuratie voor %s is ongeldig -- LMTP kan niet de standaard SMTP-poort " "gebruiken\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "Zowel 'fetchall' als 'keep on' in service-stand is een vergissing!\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "beëindigd door signaal %d\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s ondervraagt %s (protocol %s) op %s: ophaalsessie gestart\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "POP2-ondersteuning is niet geconfigureerd.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "POP3-ondersteuning is niet geconfigureerd.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "IMAP-ondersteuning is niet geconfigureerd.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "ETRN-ondersteuning is niet geconfigureerd.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "ODMR-ondersteuning is niet geconfigureerd.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "een niet-ondersteund protocol is geselecteerd.\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s ondervraagt %s (protocol %s) op %s: ophaalsessie voltooid\n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Ophaalinterval is %d seconden\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Logbestand is %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "ID-bestand is %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Voortgangsberichten worden via syslog opgeslagen\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail verstopt zich en maakt geen 'Received'-kopregels aan\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail toont voortgangspuntjes ook in logbestanden.\n" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "" "Fetchmail zal onjuist geadresseerde multidrop-berichten doorsturen naar %s.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail zal foutmeldingen naar de postmaster sturen.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail zal foutmeldingen naar de afzender sturen.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "" +"Fetchmail zal onjuist geadresseerde multidrop-berichten doorsturen naar %s.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Fetchmail zal foutmeldingen naar de afzender sturen.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Opties voor het ophalen van %s@%s:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Mail wordt opgehaald via %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Ondervragen van deze server vindt elk interval plaats.\n" msgstr[1] " Ondervragen van deze server vindt elke %d intervallen plaats.\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Werkelijke naam van server is %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr " Deze host wordt niet ondervraagd als er geen host is opgegeven.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " Deze host wordt ondervraagd als er geen host is opgegeven.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Wachtwoord wordt aan gebruiker gevraagd.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP-geheim = \"%s\".\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP-ID = \"%s\".\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Wachtwoord = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Protocol is KPOP met Kerberos %s-authenticatie" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Protocol is %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (gebruikmakend van service %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (gebruikmakend van de standaard poort)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (gebruik van UIDL wordt afgedwongen)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Alle beschikbare authenticatiemethoden worden geprobeerd.\n" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Wachtwoordauthenticatie wordt afgedwongen.\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " MSN-authenticatie wordt afgedwongen.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " NTLM-authenticatie wordt afgedwongen.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " OTP-authenticatie wordt afgedwongen.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " CRAM-MD5-authenticatie wordt afgedwongen.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " GSSAPI-authenticatie wordt afgedwongen.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Kerberos V4-authenticatie wordt afgedwongen.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Kerberos V5-authenticatie wordt afgedwongen.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Versleuteling van-eindpunt-tot-eindpunt wordt aangenomen.\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, fuzzy, c-format msgid " Mail service principal is: %s\n" msgstr " Mail-service principal is: %s\n" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " SSL-versleutelde sessies zijn ingeschakeld.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL-protocol: %s.\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Certificaat-controle voor SSL-server is ingeschakeld.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " Map voor vertrouwde SSL-certificaten: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, fuzzy, c-format msgid " SSL server CommonName: %s\n" msgstr "Gewone servernaam: %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " SSL-sleutel-afdruk (geverifieerd tegenover server-sleutel): %s\n" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Server-timeout voor geen respons is %d seconden" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (standaard).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Standaard mailbox geselecteerd.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Geselecteerde mailboxen zijn:" -#: fetchmail.c:1667 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Alle berichten zullen worden opgehaald ('--all on').\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Alleen nieuwe berichten zullen worden opgehaald ('--all off').\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr "" " Van opgehaalde berichten worden kopieën op de server bewaard ('--keep " "on').\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr "" " Opgehaalde berichten worden van de server verwijderd ('--keep off').\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " Oude berichten worden verwijderd voor het ophalen begint ('--flush on').\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " Oude berichten worden niet verwijderd voor het ophalen begint ('--flush " "off').\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1249,7 +1270,7 @@ msgstr "" " Te grote berichten worden verwijderd voor het ophalen begint ('--" "limitflush on').\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1257,346 +1278,346 @@ msgstr "" " Te grote berichten worden niet verwijderd voor het ophalen begint ('--" "limitflush off').\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr "" " Herschrijven van lokale server-adressen is ingeschakeld ('--norewrite " "off').\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr "" " Herschrijven van lokale server-adressen is uitgeschakeld ('--norewrite " "on').\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Verwijderen van CR-tekens is ingeschakeld ('stripcr on').\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Verwijderen van CR-tekens is uitgeschakeld ('stripcr off').\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Afdwingen van CR-tekens is ingeschakeld ('forcecr on').\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Afdwingen van CR-tekens is uitgeschakeld ('forcecr off').\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " Interpretatie van Content-Transfer-Encoding is uitgeschakeld ('pass8bits " "on').\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " Interpretatie van Content-Transfer-Encoding is ingeschakeld ('pass8bits " "off').\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " MIME decoderen is ingeschakeld ('mimedecode on').\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " MIME decoderen is uitgeschakeld ('mimedecode off').\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " Nietsdoen na ophalen is ingeschakeld ('idle on').\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " Nietsdoen na ophalen is uitgeschakeld ('idle off').\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Niet-lege Status-regels worden weggegooid ('dropstatus on')\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Niet-lege Status-regels worden behouden ('dropstatus off')\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Delivered-To-regels worden weggegooid ('dropdelivered on')\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Delivered-To-regels worden behouden ('dropdelivered off')\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Berichtgrootte-limiet is %d tekens ('--limit %d').\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Berichtgrootte is onbegrensd ('--limit 0').\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " Waarschuwingsinterval voor berichtgrootte is %d seconden ('--warnings %" "d').\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr "" " Waarschuwingen voor grootte tijdens elke ophaalronde ('--warnings 0').\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Aantal berichten per keer is beperkt tot %d ('--fetchlimit %d').\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr "" " Het aantal per keer opgehaalde berichten is onbeperkt ('--fetchlimit 0').\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " Maximale berichtgrootte is %d ('--fetchsizelimit %d').\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Geen beperking op berichtgrootte ('--fetchsizelimit 0').\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" " Er wordt binair naar UID's gezocht tijdens het ophalen ('--fastuidl 1').\n" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" " Er wordt binair naar UID's gezocht tijdens %d van de %d ophaalacties ('--" "fastuidl %d').\n" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" " Er wordt lineair naar UID's gezocht tijdens elke ophaalactie ('--fastuidl " "0').\n" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, fuzzy, c-format msgid " SMTP message batch limit is %d.\n" msgstr " SMTP bericht-stapel limiet is %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 #, fuzzy msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Er is geen SMTP bericht-stapel limiet (--batchlimit 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " Verwijderinterval tussen expunge-operaties geforceerd op %d (--expunge %" "d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Geen geforceerde expunges (--expunge 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Er wordt mail opgehaald voor de volgende domeinen:" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (standaard)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Berichten worden toegevoegd aan %s als BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Berichten worden bezorgd met \"%s\".\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Berichten worden %cMTP-geforward naar:" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Host-gedeelte van de MAIL FROM regel zal %szijn\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " Het adres in de RCPT TO regels naar SMTP zal %s zijn\n" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Herkende foutcodes van spam-blokkades zijn:" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Spam-blokkades uitgeschakeld\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Server connectie wordt tot stand gebracht met \"%s\".\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Geen voor-verbindingscommando.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Server connectie wordt verbroken met \"%s\".\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Geen na-verbindingscommando.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Geen lokale namen gedeclareerd voor deze host.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Multi-drop mode: " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Single-drop mode: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d lokale naam herkend.\n" msgstr[1] "%d lokale namen herkend.\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " DNS-zoekactie voor multidrop-adressen is ingeschakeld.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " DNS-zoekactie voor multidrop-adressen is uitgeschakeld.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Server-aliassen worden vergeleken met multidrop-adressen via het IP-" "adres.\n" -#: fetchmail.c:1848 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Server-aliassen worden vergeleken met multidrop-adressen via de naam.\n" -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Envelopadres-routering is uitgeschakeld\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Envelop-header is aangenomen als zijnde: %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Aantal over te slaan envelop-headers: %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Prefix %s zal van de user-ID worden verwijderd\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Geen prefix-verwijdering\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Voorgedefinieerde mailserver-aliassen:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Lokale domeinen:" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Connectie moet door interface %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Geen interface-eisen opgegeven.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Ophaal-lus monitort %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Geen monitor-interface opgegeven.\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " Server-connecties worden gelegd via plugin %s ('--plugin %s').\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Geen plugin-commando opgegeven.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " Luisterende connecties worden gelegd via plugout %s ('--plugout %s').\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Geen plugout-commando opgegeven.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Geen UID's opgeslagen voor deze host.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UID's opgeslagen.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " Poll trace informatie wordt toegevoegd aan de Received header.\n" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" msgstr "" " Er wordt geen poll trace informatie aan de Received header toegevoegd.\n" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Doorvoer-eigenschappen \"%s\".\n" @@ -1701,72 +1722,72 @@ msgstr "%s: opwaardering naar TLS is mislukt.\n" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "%s: poging tot opwaardering naar TLS is mislukt; doorgegaan\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Benodigde OTP-ondersteuning is niet in fetchmail gecompileerd\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Benodigde NTLM-ondersteuning is niet in fetchmail gecompileerd\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Benodigde LOGIN-mogelijkheid wordt niet door server ondersteund\n" -#: imap.c:667 +#: imap.c:676 #, fuzzy, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "" "bericht %s@%s:%d was niet van de verwachte lengte (was %d != verwachtte %d)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "opnieuw polsen is mislukt\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d bericht in wachtrij na nieuwe aanvraag\n" msgstr[1] "%d berichten in wachtrij na nieuwe aanvraag\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "mailbox-selectie is mislukt\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d bericht in wachtrij na eerste aanvraag\n" msgstr[1] "%d berichten in wachtrij na eerste aanvraag\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "expunge is mislukt\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d bericht in wachtrij na expunge\n" msgstr[1] "%d berichten in wachtrij na expunge\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "zoeken naar ongelezen berichten is mislukt\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu is nog niet gelezen\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u is als eerste nog niet gelezen\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -1965,82 +1986,82 @@ msgstr "Kan OTP-challenge niet decoderen\n" msgid "Secret pass phrase: " msgstr "Geheime wachtwoordzin: " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "String '%s' is geen geldige numerieke string.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "Waarde van string '%s' is %s dan %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "kleiner" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "groter" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "Ongeldig protocol '%s' opgegeven.\n" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "Ongeldige authenticatie '%s' opgegeven.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "Gebruik: fetchmail [opties] [server ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " Mogelijke opties zijn:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help deze hulptekst tonen\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version programmaversie tonen\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check op berichten controleren, maar deze niet ophalen\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent in stilte functioneren\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr "" " -v, --verbose gedetailleerde uitvoer produceren (diagnostische " "gegevens)\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon als systeemservice elke N seconden draaien\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr "" " -N, --nodetach wel systeemservice, maar terminal niet teruggeven\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit systeemserviceproces elimineren\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile te gebruiken logbestand\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" @@ -2048,223 +2069,234 @@ msgstr "" " --syslog syslog(3) gebruiken voor berichtgeving als " "systeemservice\n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr " --invisible onzichtbaar; geen Received-headers aanmaken\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr " -f, --fetchmailrc te gebruiken run-control-bestand \n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr " -i, --idfile te gebruiken bestand met UID's\n" -#: options.c:607 +#: options.c:617 msgid " --pidfile specify alternate PID (lock) file\n" msgstr " --pidfile te gebruiken PID-/vergrendelingsbestand\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr " --postmaster mail-ontvanger indien alles faalt\n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" " --nobounce geen bounces naar gebruikers sturen, alles naar " "postmaster\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface vereiste interface\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr " -M, --monitor deze interface op activiteit monitoren\n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl SSL-beveiligde sessies inschakelen\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey bestand met SSL-privésleutels\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert SSL-cliëntcertificaat\n" -#: options.c:618 +#: options.c:630 msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr "" " --sslcertck stricte controle van server-certificaat (aangeraden)\n" -#: options.c:619 +#: options.c:631 msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcertpath pad naar SSL-certificaten\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" msgstr "" -#: options.c:622 +#: options.c:634 msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr " --sslproto SSL-protocol afdwingen (SSL2/SSL3/TLS1)\n" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr " --plugin extern commando om verbinding te openen\n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr " --plugout extern commando om SMTP-verbinding te openen\n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr " -p, --protocol ophaal-protocol (zie man-pagina)\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl gebruik van UIDL's afdwingen (alleen POP3)\n" -#: options.c:629 +#: options.c:641 msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr "" " --port met deze TCP-poort verbinden (verouderd; gebruik --" "service)\n" -#: options.c:630 +#: options.c:642 msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr " -P, --service met deze TCP-poort verbinden (mag numeriek zijn)\n" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr " --auth authenticatietype (password/kerberos/ssh/otp)\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout server-timeout voor geen respons\n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope envelop-adres-header\n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr " -Q, --qvirtual prefix te verwijderen van lokaal user-ID\n" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr " --principal principal voor mail service\n" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" " --tracepolls poll-tracing information toevoegen aan de Received-" "header\n" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr " -u, --username loginnaam voor gebruiker op server\n" -#: options.c:639 +#: options.c:651 msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --[fetch]all zowel oude als nieuwe berichten ophalen\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr " -K, --nokeep nieuwe berichten verwijderen na het ophalen\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr "" " -k, --keep kopie van nieuwe berichten achterlaten op de server\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush oude berichten van de server verwijderen\n" -#: options.c:643 +#: options.c:655 msgid " --limitflush delete oversized messages\n" msgstr " --limitflush te grote berichten verwijderen\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite header-adressen niet herschrijven\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr " -l, --limit berichten boven de genoemde grootte niet ophalen\n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr " -w, --warnings interval tussen waarschuwingsmails\n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost SMTP forwarding host\n" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr " --fetchdomains mail voor deze domeinen ophalen\n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr " -D, --smtpaddress te gebruiken SMTP-afleverdomein\n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr " --smtpname SMTP volledige naam gebruikersnaam@domein\n" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr " -Z, --antispam antispam-responswaarden\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr " -b, --batchlimit stapel-limiet voor SMTP-connecties instellen\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr " -B, --fetchlimit maximum aantal berichten per ophaalsessie\n" -#: options.c:655 +#: options.c:667 msgid " --fetchsizelimit set fetch message size limit\n" msgstr " --fetchsizelimit maximumgrootte van op te halen berichten\n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr " --fastuidl UIDL's binair zoeken\n" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr " -e, --expunge maximaal aantal verwijderingen tussen expunges\n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " -m, --mda MDA voor forwarding\n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp BSMTP-uitvoerbestand\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp LMTP (RFC2033) gebruiken voor bezorging\n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder te gebruiken map op server\n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr " --showdots voortgangspuntjes ook in logbestanden tonen\n" @@ -2346,15 +2378,15 @@ msgstr "protocolfout tijdens het ophalen van UIDLs\n" msgid "Option --folder is not supported with POP3\n" msgstr "Optie '--folder' is niet mogelijk met POP3\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "serveroptie na gebruikersopties" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "SPDS niet ingeschakeld." -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2363,7 +2395,7 @@ msgstr "" "IPv6) \n" "en FreeBSD\n" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2372,38 +2404,38 @@ msgstr "" "IPv6) \n" "en FreeBSD\n" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "SSL is niet ingeschakeld" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "einde invoer" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "Bestand %s moet een regulier bestand zijn.\n" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, fuzzy, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "" "Bestandspermissies op %s mogen niet minder strak zijn dan -rwx--x--- " "(0710).\n" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "Je moet de eigenaar zijn van bestand %s.\n" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Onbekende systeemfout" -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s (log-entry niet compleet)" #: rfc822.c:76 @@ -2620,84 +2652,88 @@ msgstr "SMTP: (bounce-message-body)\n" msgid "mail from %s bounced to %s\n" msgstr "mail van %s gebounced naar %s\n" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "Opgeslagen fout is nog steeds %d\n" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "%cMTP-fout: %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, c-format msgid "BSMTP file open failed: %s\n" msgstr "Openen van BSMTP-bestand is mislukt: %s\n" -#: sink.c:758 +#: sink.c:776 msgid "BSMTP preamble write failed.\n" msgstr "Schrijven van BSMTP-voorwoord is mislukt.\n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "%cMTP-programma wijst ontvangeradres '%s' af\n" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "%cMTP-programma vindt ontvangeradres '%s' maar zozo\n" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr "geen adres komt overeen, geen postmaster ingesteld.\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "kan niet eens naar %s zenden!\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "geen adres komt overeen; forwarden naar %s.\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "Staat op het punt te bezorgen met: %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "Openen van MDA mislukt\n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "%cMTP-verbinding met %s is mislukt\n" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "kan geen contact krijgen met luisterend programma; valt terug naar %s" -#: sink.c:1346 +#: sink.c:1364 #, c-format msgid "Error writing to MDA: %s\n" msgstr "Fout bij schrijven naar MDA: %s\n" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr "MDA is geëlimineerd door signaal %d\n" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr "afsluitwaarde van MDA is niet nul: %d\n" -#: sink.c:1355 +#: sink.c:1373 #, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" @@ -2705,24 +2741,24 @@ msgstr "" "VreemdRaar: pclose() van MDA gaf %d terug en foutcode %d/%s;\n" "kan dit niet verwerken, op %s:%d\n" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "Berichtafsluiting of sluiten van BSMTP-bestand is mislukt\n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "SMTP-programma weigert te bezorgen\n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "LMTP-bezorgfout op EOM\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "Onverwachte respons (niet 503) op LMTP-EOM: %s\n" -#: sink.c:1587 +#: sink.c:1605 msgid "" "-- \n" "The Fetchmail Daemon" @@ -2730,32 +2766,32 @@ msgstr "" "-- \n" "De Fetchmail-service" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "ESMTP CRAM-MD5-authenticatie...\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "Server heeft AUTH-commando geweigerd.\n" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "Onjuiste Base64-respons van de server.\n" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "Challenge is gedecodeerd: %s\n" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "ESMTP-PLAIN-authenticatie...\n" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "ESMTP-LOGIN-authenticatie...\n" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr "SMTP-programma geeft protocolfout aan\n" @@ -2785,174 +2821,174 @@ msgstr "draait %s (host %s service %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) is mislukt\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "Fout in getaddrinfo(\"%s\",\"%s\"): %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "Probeer de optie '--service' toe te voegen (zie ook FAQ-item R12).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "onbekend (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Verbinding maken met %s/%s..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "kan geen socket aanmaken: %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "verbinding is mislukt.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "verbinding met %s:%s [%s/%s] is mislukt: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "verbonden.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Uitgevende organisatie: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" "Waarschuwing: naam van uitgevende organisatie is te lang (mogelijk " "afgebroken).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Onbekende organisatie\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Gewone uitgeversnaam: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "Waarschuwing: gewone uitgeversnaam is te lang (mogelijk afgebroken).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Onbekende gewone uitgeversnaam\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Gewone servernaam: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Ongeldig certificaat: Subject CN is te lang!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Gewone naam (CN) van server klopt niet: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Servernaam is niet ingesteld; kan certificaat niet verifiëren!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Onbekende gewone naam (CN) van server\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Servernaam is niet opgegeven in certificaat!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() is mislukt!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Onvoldoende geheugen beschikbaar!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Tekstbuffer voor digest is te klein!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s-sleutel-vingerafdruk: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s-vingerafdrukken komen overeen.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s-vingerafdrukken komen niet overeen!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Fout bij verificatie van servercertificaat: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "onbekende uitgever (eerste %d tekens): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Bestandsdescriptor valt buiten bereik voor SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" "Ongeldig SSL-protocol '%s' opgegeven; standaard (SSLv23) wordt gebruikt.\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "" "Verificatie van certificaat/vingerafdruk is op een of andere manier " "overslagen!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Poging om Cygwin-socket opnieuw te lezen\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Poging om Cygwin-socket opnieuw te lezen is mislukt!\n" -#: transact.c:67 +#: transact.c:65 #, c-format msgid "mapped address %s to local %s\n" msgstr "adres %s is op lokale %s afgebeeld\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "%s is op lokale %s afgebeeld\n" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -2961,66 +2997,66 @@ msgstr "" "analyseren van Received-regel:\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "regel is geaccepteerd, %s is een alias van de mailserver\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "regel is geweigerd, %s is geen alias van de mailserver\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "geen Received-adres gevonden\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "Received-adres gevonden: '%s'\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "berichtafsluiter gevonden tijdens scannen van de kopregels\n" -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr "incorrecte kopregel gevonden tijdens scannen van de kopregels\n" -#: transact.c:584 +#: transact.c:599 #, c-format msgid "line: %s" msgstr "regel: %s" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "geen lokale overeenkomsten; doorsturen naar %s\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "doorsturen en verwijderen is onderdrukt vanwege DNS-fouten\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "schrijven van RFC822 msgblk.headers\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "" "geen van de ontvangeradressen komt overeen met gedeclareerde lokale namen" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "ontvangeradres %s komt niet overeen met een lokale naam" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "bericht bevat NUL-tekens" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "SMTP-programma heeft de volgende lokale ontvangers geweigerd: " @@ -9,14 +9,15 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.10-pre1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2009-05-25 23:50+0200\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2009-05-31 23:43+0200\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" #: checkalias.c:179 #, c-format @@ -67,12 +68,15 @@ msgstr "Subject: Ostrzeenie fetchmaila o zbyt duych listach" #: driver.c:339 #, c-format msgid "The following oversized messages were deleted on server %s account %s:" -msgstr "Nastpujce zbyt due listy zostay usunite z konta %2$s na serwerze poczty %1$s:" +msgstr "" +"Nastpujce zbyt due listy zostay usunite z konta %2$s na serwerze poczty " +"%1$s:" #: driver.c:343 #, c-format msgid "The following oversized messages remain on server %s account %s:" -msgstr "Nastpujce zbyt due listy pozostay na koncie %2$s na serwerze poczty %1$s:" +msgstr "" +"Nastpujce zbyt due listy pozostay na koncie %2$s na serwerze poczty %1$s:" #: driver.c:362 #, c-format @@ -135,8 +139,11 @@ msgstr " (%d bajtw treci)" #: driver.c:751 #, c-format -msgid "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" -msgstr "dugo listu %s@%s:%d nie odpowiada dugoci zgoszonej przez serwer (%d != %d)\n" +msgid "" +"message %s@%s:%d was not the expected length (%d actual != %d expected)\n" +msgstr "" +"dugo listu %s@%s:%d nie odpowiada dugoci zgoszonej przez serwer (%d != " +"%d)\n" #: driver.c:783 msgid " retained\n" @@ -153,15 +160,23 @@ msgstr " nie zosta skasowany\n" #: driver.c:828 #, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" -msgid_plural "fetchlimit %d reached; %d messages left on server %s account %s\n" -msgstr[0] "limit pobranych listw %d osignity: %d pozosta na serwerze %s na koncie %s\n" -msgstr[1] "limit pobranych listw %d osignity: %d pozostay na serwerze %s na koncie %s\n" -msgstr[2] "limit pobranych listw %d osignity: %d pozostao na serwerze %s na koncie %s\n" +msgid_plural "" +"fetchlimit %d reached; %d messages left on server %s account %s\n" +msgstr[0] "" +"limit pobranych listw %d osignity: %d pozosta na serwerze %s na koncie %" +"s\n" +msgstr[1] "" +"limit pobranych listw %d osignity: %d pozostay na serwerze %s na koncie %" +"s\n" +msgstr[2] "" +"limit pobranych listw %d osignity: %d pozostao na serwerze %s na koncie %" +"s\n" #: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" -msgstr "limit czasu %d sekund przekroczony podczas oczekiwania na poczenie z %s.\n" +msgstr "" +"limit czasu %d sekund przekroczony podczas oczekiwania na poczenie z %s.\n" #: driver.c:889 #, c-format @@ -189,7 +204,9 @@ msgstr "Subject: fetchmail zgasza wielokrotne przekroczenie czasu oczekiwania" #: driver.c:916 #, c-format -msgid "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%s.\n" +msgid "" +"Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" +"s.\n" msgstr "Po %d timeoutach fetchmail nie mg pobra poczty z %s@%s.\n" #: driver.c:920 @@ -227,59 +244,59 @@ msgstr "nie mog znale skrzynki HESIOD dla %s\n" msgid "Lead server has no name.\n" msgstr "Serwer prowadzcy nie ma nazwy.\n" -#: driver.c:1018 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "nie mog znale kanonicznej nazwy DNS %s (%s): %s\n" -#: driver.c:1065 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "poczenie %s z %s nie powiodo si" -#: driver.c:1081 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Subject: Ostrzeenie fetchmaila o nieosigalnym serwerze." -#: driver.c:1083 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail nie mg poczy si z serwerem poczty %s:" -#: driver.c:1111 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "poczenie SSL nie powiodo si.\n" -#: driver.c:1164 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Bd blokady pliku dla %s@%s\n" -#: driver.c:1168 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Serwer zajty dla %s@%s\n" -#: driver.c:1173 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Bd autoryzacji dla %s@%s%s\n" -#: driver.c:1176 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (poprzednio zautoryzowano)" -#: driver.c:1197 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: bd uwierzytelnienia fetchmaila dla %s@%s" -#: driver.c:1201 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail nie mg pobra poczty z %s@%s.\n" -#: driver.c:1205 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -293,7 +310,7 @@ msgstr "" "ktrego fetchmail nie moe rozrni, poniewa serwer nie wysa\n" "przydatnego komunikatu o bdzie." -#: driver.c:1211 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -312,7 +329,7 @@ msgstr "" "Demon fetchmaila bdzie nadal prbowa si poczy w kadym cyklu.\n" "Dalsze powiadomienia do czasu odzyskania usugi nie bd wysyane." -#: driver.c:1221 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -331,60 +348,60 @@ msgstr "" "Demon fetchmaila bdzie nadal prbowa si poczy w kadym cyklu.\n" "Dalsze powiadomienia do czasu wznowienia usugi nie bd wysyane." -#: driver.c:1237 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Natychmiastowe ponowne ciganie z %s@%s\n" -#: driver.c:1242 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Nieznany login lub bd uwierzytelniania dla %s@%s\n" -#: driver.c:1266 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Autoryzacja powioda si dla %s@%s\n" -#: driver.c:1272 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: uwierzytelnienie fetchmaila powiodo si dla %s@%s" -#: driver.c:1276 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail mg zalogowa si na %s@%s.\n" -#: driver.c:1280 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Usuga zostaa wznowiona.\n" -#: driver.c:1312 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "ponowna prba poczenia z folderem %s\n" -#: driver.c:1314 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "ponowna prba poczenia z domylnym folderem\n" -#: driver.c:1326 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s na %s (folder %s)" -#: driver.c:1329 rcfile_y.y:384 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s na %s" -#: driver.c:1334 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Prba poczenia z %s\n" -#: driver.c:1338 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" @@ -392,14 +409,14 @@ msgstr[0] "%d list (%d %s) dla %s" msgstr[1] "%d listy (%d %s) dla %s" msgstr[2] "%d listw (%d %s) dla %s" -#: driver.c:1341 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "widziany" msgstr[1] "widziane" msgstr[2] "widzianych" -#: driver.c:1344 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" @@ -407,99 +424,99 @@ msgstr[0] "%d list dla %s" msgstr[1] "%d listy dla %s" msgstr[2] "%d listw dla %s" -#: driver.c:1351 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr "(%d bajtw).\n" -#: driver.c:1357 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Nie ma poczty dla %s\n" -#: driver.c:1390 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "bdna liczba listw!" -#: driver.c:1534 +#: driver.c:1537 msgid "socket" msgstr "gniazda" -#: driver.c:1537 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "w nagwkach RFC822 (brak lub bdne)" -#: driver.c:1540 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1543 +#: driver.c:1546 msgid "client/server synchronization" msgstr "synchronizacji midzy serwerem i klientem" -#: driver.c:1546 +#: driver.c:1549 msgid "client/server protocol" msgstr "protokou midzy serwerem i klientem" -#: driver.c:1549 +#: driver.c:1552 msgid "lock busy on server" msgstr "plik zablokowany na serwerze" -#: driver.c:1552 +#: driver.c:1555 msgid "SMTP transaction" msgstr "transakcji SMTP" -#: driver.c:1555 +#: driver.c:1558 msgid "DNS lookup" msgstr "DNS-u" -#: driver.c:1558 +#: driver.c:1561 msgid "undefined" msgstr "nieokrelony" -#: driver.c:1564 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "bd %s podczas pobierania z %s@%s i dostarczania po SMTP do %s\n" -#: driver.c:1566 +#: driver.c:1569 msgid "unknown" msgstr "nieznany" -#: driver.c:1568 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "bd %s podczas pobierania listw z %s@%s\n" -#: driver.c:1580 +#: driver.c:1583 #, c-format msgid "post-connection command terminated with signal %d\n" msgstr "polecenie wykonane po pobraniu poczty zakoczone sygnaem %d\n" -#: driver.c:1582 +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "polecenie wykonane po pobraniu poczty zwrcio bd %d\n" -#: driver.c:1601 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Obsuga Kerberosa V4 nie zostaa doczona do programu.\n" -#: driver.c:1609 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Obsuga Kerberosa V5 nie zostaa doczona do programu.\n" -#: driver.c:1620 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Opcja --flush nie dziaa z %s\n" -#: driver.c:1626 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Opcja --all nie dziaa za %s\n" -#: driver.c:1635 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Opcja --limit nie dziaa z %s\n" @@ -514,7 +531,8 @@ msgid "" "%s: Abort.\n" msgstr "" "%s: Zmienna rodowiskowa QMAILINJECT jest ustawiona.\n" -"Jest to niebezpieczne, poniewa moe spowodowa, e qmail-inject lub qmailowy\n" +"Jest to niebezpieczne, poniewa moe spowodowa, e qmail-inject lub " +"qmailowy\n" "zastpnik sendmaila namiesza z nagwkami From: lub Message-ID:.\n" "Prosz sprbowa \"env QMAILINJECT= %s WASNE PARAMETRY\"\n" "%s: Przerwano.\n" @@ -524,7 +542,8 @@ msgstr "" msgid "" "%s: The NULLMAILER_FLAGS environment variable is set.\n" "This is dangerous as it can make nullmailer-inject or nullmailer's\n" -"sendmail wrapper tamper with your From:, Message-ID: or Return-Path: headers.\n" +"sendmail wrapper tamper with your From:, Message-ID: or Return-Path: " +"headers.\n" "Try \"env NULLMAILER_FLAGS= %s YOUR ARGUMENTS HERE\"\n" "%s: Abort.\n" msgstr "" @@ -557,7 +576,8 @@ msgstr "Nie mona odnale wasnej nazwy hosta w bazie danych hosts!\n" #: env.c:174 msgid "" "Trying to continue with unqualified hostname.\n" -"DO NOT report broken Received: headers, HELO/EHLO lines or similar problems!\n" +"DO NOT report broken Received: headers, HELO/EHLO lines or similar " +"problems!\n" "DO repair your /etc/hosts, DNS, NIS or LDAP instead.\n" msgstr "" "Prba kontynuacji z nierozwizan nazw hosta.\n" @@ -632,12 +652,14 @@ msgstr "Opcja --check nie dziaa z ETRN\n" #: fetchmail.c:137 msgid "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" -"Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham Wilson\n" +"Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " +"Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" "Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" -"Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham Wilson\n" +"Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " +"Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" "Copyright (C) 2005 - 2009 Matthias Andree\n" @@ -647,7 +669,8 @@ msgid "" "are welcome to redistribute it under certain conditions. For details,\n" "please see the file COPYING in the source or documentation directory.\n" msgstr "" -"Fetchmail jest dostarczany BEZ JAKIEJKOLWIEK GWARANCJI. Jest to oprogramowanie\n" +"Fetchmail jest dostarczany BEZ JAKIEJKOLWIEK GWARANCJI. Jest to " +"oprogramowanie\n" "darmowe i mona je rozpowszechnia pod pewnymi warunkami. Szczegy mona\n" "znale w pliku COPYING w rdach lub katalogu z dokumentacj.\n" @@ -668,384 +691,413 @@ msgstr "nie mona uzyska biecego katalogu\n" msgid "This is fetchmail release %s" msgstr "Tu fetchmail, wersja %s" -#: fetchmail.c:398 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Pobieram opcje z linii polece%s%s\n" -#: fetchmail.c:399 +#: fetchmail.c:404 msgid " and " msgstr " i " -#: fetchmail.c:404 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Brak skonfigurowany serwerw pocztowych -- moe brakuje %s?\n" -#: fetchmail.c:425 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: nie podano adnych serwerw pocztowych.\n" -#: fetchmail.c:437 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: nie dziaa aden inny proces fetchmaila\n" -#: fetchmail.c:443 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" -msgstr "fetchmail: wystpi bd podczas prby zabicia %s fetchmaila, PID %d.\n" +msgstr "" +"fetchmail: wystpi bd podczas prby zabicia %s fetchmaila, PID %d.\n" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "dziaajcego w tle" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "dziaajcego na terminalu" -#: fetchmail.c:452 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: zabito %s fetchmaila o numerze procesu %d.\n" -#: fetchmail.c:475 -msgid "fetchmail: can't check mail while another fetchmail to same host is running.\n" -msgstr "fetchmail: nie mog sprawdzi poczty, bo dziaa inny fetchmail do tego serwera\n" +#: fetchmail.c:480 +msgid "" +"fetchmail: can't check mail while another fetchmail to same host is " +"running.\n" +msgstr "" +"fetchmail: nie mog sprawdzi poczty, bo dziaa inny fetchmail do tego " +"serwera\n" -#: fetchmail.c:481 +#: fetchmail.c:486 #, c-format -msgid "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" -msgstr "fetchmail: nie mog poczy si z podanym hostem, bo dziaa inny fetchmail (proces %d).\n" +msgid "" +"fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" +msgstr "" +"fetchmail: nie mog poczy si z podanym hostem, bo dziaa inny fetchmail " +"(proces %d).\n" -#: fetchmail.c:488 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: dziaa inny chodzcy z konsoli fetchmail (proces %d).\n" -#: fetchmail.c:498 -msgid "fetchmail: can't accept options while a background fetchmail is running.\n" -msgstr "fetchmail: nie mog przyjmowa opcji, poniewa inny fetchmail dziaa ju w tle.\n" +#: fetchmail.c:503 +msgid "" +"fetchmail: can't accept options while a background fetchmail is running.\n" +msgstr "" +"fetchmail: nie mog przyjmowa opcji, poniewa inny fetchmail dziaa ju w " +"tle.\n" -#: fetchmail.c:504 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: chodzcy w tle fetchmail (proces %d) zosta uaktywniony.\n" -#: fetchmail.c:516 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" -msgstr "fetchmail: starszy proces %d zgin w niewyjanionych okolicznociach.\n" +msgstr "" +"fetchmail: starszy proces %d zgin w niewyjanionych okolicznociach.\n" -#: fetchmail.c:531 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: nie mona znale hasa dla %s@%s.\n" -#: fetchmail.c:535 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Podaj haso dla %s@%s: " -#: fetchmail.c:560 fetchmail.c:596 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "fetchmail: Uwaga: ustawiono sysloga i plik loga. Logw naley szuka w obu!\n" - -#: fetchmail.c:572 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: Nie mona przej w to. Zakoczenie.\n" -#: fetchmail.c:576 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "startuje fetchmail %s w trybie demona\n" -#: fetchmail.c:592 fetchmail.c:594 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "nie mona otworzy %s w celu doczania logw \n" -#: fetchmail.c:615 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: Uwaga: ustawiono sysloga i plik loga. Logw naley szuka w obu!\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "tryb --check wczony, nie pobieranie poczty\n" -#: fetchmail.c:637 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "nie mona sprawdzi czasu %s (bd %d)\n" -#: fetchmail.c:642 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "restart fetchmaila (zmieniono %s)\n" -#: fetchmail.c:647 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" -msgstr "prba restartu moe si nie uda, poniewa katalog nie zosta odtworzony\n" +msgstr "" +"prba restartu moe si nie uda, poniewa katalog nie zosta odtworzony\n" -#: fetchmail.c:674 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "prba ponownego uruchomienia fetchmaila nie powioda si\n" -#: fetchmail.c:704 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "poczenie z %s pominite (bdy autoryzacji lub timeouty)\n" -#: fetchmail.c:716 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "fetchmail: nie nadszed jeszcze czas na poczenie z %s\n" -#: fetchmail.c:754 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Wynik zapytania=0 (SUKCES)\n" -#: fetchmail.c:756 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Wynik zapytania=1 (BRAK POCZTY)\n" -#: fetchmail.c:758 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Wynik zapytania=2 (GNIAZDO)\n" -#: fetchmail.c:760 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Wynik zapytania=3 (BD AUTORYZACJI)\n" -#: fetchmail.c:762 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Wynik zapytania=4 (PROTOKӣ)\n" -#: fetchmail.c:764 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Wynik zapytania=5 (SKADNIA)\n" -#: fetchmail.c:766 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Wynik zapytania=6 (BD IO)\n" -#: fetchmail.c:768 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Wynik zapytania=7 (BD)\n" -#: fetchmail.c:770 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Wynik zapytania=8 (WYCZENIE)\n" -#: fetchmail.c:772 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Wynik zapytania=9 (BLOKADA)\n" -#: fetchmail.c:774 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Wynik zapytania=10 (SMTP)\n" -#: fetchmail.c:776 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Wynik zapytania=11 (DNS)\n" -#: fetchmail.c:778 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Wynik zapytania=12 (BSMTP)\n" -#: fetchmail.c:780 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Wynik zapytania=13 (MAKSIMUM POBRANO)\n" -#: fetchmail.c:782 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Wynik zapytania=%d\n" -#: fetchmail.c:824 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Nie mog pobra poczty z adnego serwera. Kocz prac.\n" -#: fetchmail.c:831 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "usypiam o godzinie %s na %d sekund\n" -#: fetchmail.c:855 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "uaktywniony przez %s\n" -#: fetchmail.c:858 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "uaktywniony przez sygna %d\n" -#: fetchmail.c:865 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "uaktywniony o %s\n" -#: fetchmail.c:871 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "praca zakoczona poprawnie, kod wyjcia %d\n" -#: fetchmail.c:1025 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "nie mona sprawdzi czasu pliku kontroli uruchomienia\n" -#: fetchmail.c:1058 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Uwaga: host %s wystpuje wielokrotnie w pliku konfiguracyjnym\n" -#: fetchmail.c:1091 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" -msgstr "fetchmail: Bd: wiele rekordw \"defaults\" w pliku konfiguracyjnym.\n" +msgstr "" +"fetchmail: Bd: wiele rekordw \"defaults\" w pliku konfiguracyjnym.\n" -#: fetchmail.c:1213 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "obsuga SSL nie zostaa wkompilowana.\n" -#: fetchmail.c:1220 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" -msgstr "obsuga KERBEROSA v4 jest skonfigurowana, ale nie zostaa wkompilowana.\n" +msgstr "" +"obsuga KERBEROSA v4 jest skonfigurowana, ale nie zostaa wkompilowana.\n" -#: fetchmail.c:1226 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" -msgstr "obsuga KERBEROSA v5 jest skonfigurowana, ale nie zostaa wkompilowana.\n" +msgstr "" +"obsuga KERBEROSA v5 jest skonfigurowana, ale nie zostaa wkompilowana.\n" -#: fetchmail.c:1232 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "obsuga GSSAPI jest skonfigurowana, ale nie zostaa wkompilowana.\n" -#: fetchmail.c:1262 +#: fetchmail.c:1273 #, c-format -msgid "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" +msgid "" +"fetchmail: warning: no DNS available to check multidrop fetches from %s\n" msgstr "fetchmail: uwaga: brak serwera DNS potrzebnego do sprawdzenia %s\n" -#: fetchmail.c:1273 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "uwaga: multidrop dla %s wymaga opcji envelope!\n" -#: fetchmail.c:1274 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "uwaga: Nie pro o pomoc jeli caa poczta pjdzie do postmastera!\n" -#: fetchmail.c:1291 +#: fetchmail.c:1302 #, c-format -msgid "fetchmail: %s configuration invalid, specify positive port number for service or port\n" -msgstr "fetchmail: konfiguracja dla %s jest bdna - naley poda dodatni numer portu\n" +msgid "" +"fetchmail: %s configuration invalid, specify positive port number for " +"service or port\n" +msgstr "" +"fetchmail: konfiguracja dla %s jest bdna - naley poda dodatni numer " +"portu\n" -#: fetchmail.c:1298 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" -msgstr "fetchmail: konfiguracja dla %s jest bdna - RPOP wymaga uprzywilejowanego portu\n" +msgstr "" +"fetchmail: konfiguracja dla %s jest bdna - RPOP wymaga uprzywilejowanego " +"portu\n" -#: fetchmail.c:1316 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" -msgstr "konfiguracja dla %s jest bdna - LMTP nie uywa domylnego portu SMTP\n" +msgstr "" +"konfiguracja dla %s jest bdna - LMTP nie uywa domylnego portu SMTP\n" -#: fetchmail.c:1330 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" -msgstr "Jednoczesne fetchall i keep w trybie demona lub bezczynnoci to bd!\n" +msgstr "" +"Jednoczesne fetchall i keep w trybie demona lub bezczynnoci to bd!\n" -#: fetchmail.c:1355 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "przerwany sygnaem %d\n" -#: fetchmail.c:1428 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" -msgstr "%s czy si z %s (protok %s) o godzinie %s: odpytywanie rozpoczte\n" +msgstr "" +"%s czy si z %s (protok %s) o godzinie %s: odpytywanie rozpoczte\n" -#: fetchmail.c:1453 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "obsuga protokou POP2 nie zostaa wkompilowana.\n" -#: fetchmail.c:1465 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "obsuga protokou POP3 nie zostaa wkompilowana.\n" -#: fetchmail.c:1475 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "obsuga protokou IMAP nie zostaa wkompilowana.\n" -#: fetchmail.c:1481 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "obsuga polecenia ETRN nie zostaa wkompilowana.\n" -#: fetchmail.c:1489 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "obsuga protokou ODMR nie zostaa wkompilowana.\n" -#: fetchmail.c:1496 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "Wybrany protok nie jest obsugiwany przez fetchmaila.\n" -#: fetchmail.c:1506 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" -msgstr "%s czy si z %s (protok %s) o godzinie %s: odpytywanie zakoczone\n" +msgstr "" +"%s czy si z %s (protok %s) o godzinie %s: odpytywanie zakoczone\n" -#: fetchmail.c:1523 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Czas midzy sprawdzaniem skrzynek wynosi %d sekund\n" -#: fetchmail.c:1525 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Plik diagnostyczny to %s\n" -#: fetchmail.c:1527 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Plik identyfikacyjny to %s\n" -#: fetchmail.c:1530 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Komunikaty o postpach poczenia bd zgaszane przez sysloga\n" -#: fetchmail.c:1533 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail bdzie si ukrywa i nie wygeneruje nagwka Received\n" -#: fetchmail.c:1535 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail bdzie pokazywa znaki postpu nawet w plikach logw.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail wyle le zaadresowane listy do %s.\n" -#: fetchmail.c:1541 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail przekieruje poczt z bdami do postmastera.\n" -#: fetchmail.c:1543 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail przekieruje poczt z bdami do nadawcy.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" msgstr "Fetchmail bdzie traktowa trwae bdy jako trwae (usunie listy).\n" -#: fetchmail.c:1548 +#: fetchmail.c:1559 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" -msgstr "Fetchmail bdzie traktowa trwae bdy jako tymczasowe (zachowa listy).\n" +msgstr "" +"Fetchmail bdzie traktowa trwae bdy jako tymczasowe (zachowa listy).\n" -#: fetchmail.c:1555 +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Parametry pobierania poczty ze skrzynki %s@%s:\n" -#: fetchmail.c:1559 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Poczta bdzie pobierana przez %s\n" -#: fetchmail.c:1562 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" @@ -1053,387 +1105,428 @@ msgstr[0] " Poczenie z tym serwerem odbdzie si co %d okres.\n" msgstr[1] " Poczenie z tym serwerem odbdzie si co %d okresy.\n" msgstr[2] " Poczenie z tym serwerem odbdzie si co %d okresw.\n" -#: fetchmail.c:1566 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Prawdziwa nazwa serwera to %s.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" -msgstr " Z tym serwerem nie bd si czy jeli nie zostanie podany aden inny serwer.\n" +msgstr "" +" Z tym serwerem nie bd si czy jeli nie zostanie podany aden inny " +"serwer.\n" -#: fetchmail.c:1570 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" -msgstr " Z tym serwerem bd si czy jeli nie zostanie podany aden inny serwer.\n" +msgstr "" +" Z tym serwerem bd si czy jeli nie zostanie podany aden inny " +"serwer.\n" -#: fetchmail.c:1574 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Bd pyta o haso.\n" -#: fetchmail.c:1578 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " Haso APOP = \"%s\".\n" -#: fetchmail.c:1581 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " Uytkownik RPOP = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Haso = \"%s\".\n" # %s zawiera numer wersji protokou -PK -#: fetchmail.c:1593 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Uywam protokou KPOP z uwierzytelnieniem przez Kerberos %s" -#: fetchmail.c:1596 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Uywam protokou %s" -#: fetchmail.c:1598 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (usuga %s)" -#: fetchmail.c:1600 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (poczenie na domylny port)" -#: fetchmail.c:1602 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (bd stosowane UIDL)" -#: fetchmail.c:1608 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Bd prbowane wszystkie dostpne metody uwierzytelnienia.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Zostanie wymuszone uwierzytelnienie przy pomocy hasa.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " Zostanie wymuszone uwierzytelnienie MSN.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " Zostanie wymuszone uwierzytelnienie NTLM.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " Zostanie wymuszone uwierzytelnienie OTP.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " Zostanie wymuszone uwierzytelnienie CRAM-Md5.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " Zostanie wymuszone uwierzytelnienie GSSAPI.\n" -#: fetchmail.c:1629 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Zostanie wymuszone uwierzytelnienie Kerberos V4.\n" -#: fetchmail.c:1632 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Zostanie wymuszone uwierzytelnienie Kerberos V5.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Zakadam szyfrowanie end-to-end.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Zarzdc usugi pocztowej jest: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " Sesje kodowane SSL wczone.\n" -#: fetchmail.c:1644 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " Protok SSL: %s.\n" -#: fetchmail.c:1646 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Sprawdzanie certyfikatu SSL serwera wczone.\n" -#: fetchmail.c:1648 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " Katalog zaufanego certyfikatu SSL: %s\n" -#: fetchmail.c:1651 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr " CommonName serwera SSL: %s\n" -#: fetchmail.c:1653 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " Odcisk klucza SSL (sprawdzony z kluczem serwera): %s\n" -#: fetchmail.c:1656 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Limit czasu na odpowied serwera wynosi %d sekund" -#: fetchmail.c:1658 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (domylne).\n" -#: fetchmail.c:1665 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Wybrana jest domylna skrzynka odbiorcza.\n" -#: fetchmail.c:1670 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Wybrano nastpujce skrzynki:" -#: fetchmail.c:1676 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Zostan pobrane wszystkie listy (--all wczone).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Zostan pobrane tylko nowe listy (--all wyczone).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Pobrane listy bd pozostawione na serwerze (--keep wczone).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" -msgstr " Pobrane listy nie bd pozostawione na serwerze (--keep wyczone).\n" +msgstr "" +" Pobrane listy nie bd pozostawione na serwerze (--keep wyczone).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" -msgstr " Stare listy bd kasowane przed pobraniem poczty (--flush wczone).\n" +msgstr "" +" Stare listy bd kasowane przed pobraniem poczty (--flush wczone).\n" -#: fetchmail.c:1683 -msgid " Old messages will not be flushed before message retrieval (--flush off).\n" -msgstr " Stare listy nie bd kasowane przed pobraniem poczty (--flush wyczone).\n" +#: fetchmail.c:1694 +msgid "" +" Old messages will not be flushed before message retrieval (--flush off).\n" +msgstr "" +" Stare listy nie bd kasowane przed pobraniem poczty (--flush wyczone).\n" -#: fetchmail.c:1685 -msgid " Oversized messages will be flushed before message retrieval (--limitflush on).\n" -msgstr " Zbyt due listy bd kasowane przed pobraniem poczty (--limitflush wczone).\n" +#: fetchmail.c:1696 +msgid "" +" Oversized messages will be flushed before message retrieval (--limitflush " +"on).\n" +msgstr "" +" Zbyt due listy bd kasowane przed pobraniem poczty (--limitflush " +"wczone).\n" -#: fetchmail.c:1686 -msgid " Oversized messages will not be flushed before message retrieval (--limitflush off).\n" -msgstr " Zbyt due listy nie bd kasowane przed pobraniem poczty (--limitflush wyczone).\n" +#: fetchmail.c:1697 +msgid "" +" Oversized messages will not be flushed before message retrieval (--" +"limitflush off).\n" +msgstr "" +" Zbyt due listy nie bd kasowane przed pobraniem poczty (--limitflush " +"wyczone).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" -msgstr " Przepisywanie adresw na posta lokaln jest wczone (--norewrite wyczone).\n" +msgstr "" +" Przepisywanie adresw na posta lokaln jest wczone (--norewrite " +"wyczone).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" -msgstr " Przepisywanie adresw na posta lokaln jest wyczone (--norewrite wczone).\n" +msgstr "" +" Przepisywanie adresw na posta lokaln jest wyczone (--norewrite " +"wczone).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" -msgstr " Usuwanie znakw CR z kocw linii jest wczone (stripcr wczone).\n" +msgstr "" +" Usuwanie znakw CR z kocw linii jest wczone (stripcr wczone).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" -msgstr " Usuwanie znakw CR z kocw linii jest wyczone (stripcr wyczone).\n" +msgstr "" +" Usuwanie znakw CR z kocw linii jest wyczone (stripcr wyczone).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" -msgstr " Dodawanie znakw CR na kocach linii jest wczone (forcecr wczone).\n" +msgstr "" +" Dodawanie znakw CR na kocach linii jest wczone (forcecr wczone).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" -msgstr " Dodawanie znakw CR na kocach linii jest wyczone (forcecr wyczone).\n" +msgstr "" +" Dodawanie znakw CR na kocach linii jest wyczone (forcecr wyczone).\n" -#: fetchmail.c:1697 -msgid " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" -msgstr " Interpretowanie nagwka Content-Transfer-Encoding jest wyczone (pass8bits wczone).\n" +#: fetchmail.c:1708 +msgid "" +" Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" +msgstr "" +" Interpretowanie nagwka Content-Transfer-Encoding jest wyczone " +"(pass8bits wczone).\n" -#: fetchmail.c:1698 -msgid " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" -msgstr " Interpretowanie nagwka Content-Transfer-Encoding jest wczone (pass8bits wyczone).\n" +#: fetchmail.c:1709 +msgid "" +" Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" +msgstr "" +" Interpretowanie nagwka Content-Transfer-Encoding jest wczone " +"(pass8bits wyczone).\n" -#: fetchmail.c:1700 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " Dekodowanie MIME jest wczone (mimedecode wczone).\n" -#: fetchmail.c:1701 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " Dekodowanie MIME jest wyczone (mimedecode wyczone).\n" -#: fetchmail.c:1703 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " Zwoka po odpytaniu jest wczona (idle wczone).\n" -#: fetchmail.c:1704 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " Zwoka po odpytaniu jest wyczona (idle wyczone).\n" -#: fetchmail.c:1706 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Niepuste nagwki Status bd usuwane (dropstatus wczone).\n" -#: fetchmail.c:1707 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Niepuste nagwki Status bd zachowane (dropstatus wyczone).\n" -#: fetchmail.c:1709 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Linie Delivered-To bd usuwane (dropdelivered wczone).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Linie Delivered-To bd zachowane (dropdelivered wyczone).\n" -#: fetchmail.c:1714 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Limit wielkoci listu wynosi %d bajtw (--limit %d).\n" -#: fetchmail.c:1717 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Limit wielkoci listu nie jest ustawiony (--limit 0).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" -msgstr " Ostrzeenia o wielkoci listu bd wywietlane co %d sekund (--warnings %d).\n" +msgstr "" +" Ostrzeenia o wielkoci listu bd wywietlane co %d sekund (--warnings %" +"d).\n" -#: fetchmail.c:1722 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" -msgstr " Ostrzeenia o wielkoci bd wywietlane przy kadym czeniu (--warnings 0).\n" +msgstr "" +" Ostrzeenia o wielkoci bd wywietlane przy kadym czeniu (--warnings " +"0).\n" -#: fetchmail.c:1725 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Limit iloci otrzymanych listw wynosi %d (--fetchlimit %d).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" -msgstr " Limit iloci otrzymanych listw nie jest ustawiony (--fetchlimit 0).\n" +msgstr "" +" Limit iloci otrzymanych listw nie jest ustawiony (--fetchlimit 0).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " Limit wielkoci listu wynosi %d (--fetchsizelimit %d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Limit wielkoci listu nie jest ustawiony (--fetchsizelimit 0).\n" -#: fetchmail.c:1737 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" -msgstr " Binarne przeszukiwanie UID-w przy kadym ciganiu (--fastuidl 1).\n" +msgstr "" +" Binarne przeszukiwanie UID-w przy kadym ciganiu (--fastuidl 1).\n" -#: fetchmail.c:1739 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" -msgstr " Binarne przeszukiwanie UID-w przy %d z %d ciga (--fastuidl %d).\n" +msgstr "" +" Binarne przeszukiwanie UID-w przy %d z %d ciga (--fastuidl %d).\n" -#: fetchmail.c:1742 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" -msgstr " Liniowe przeszukiwanie UID-w przy kadym ciganiu (--fastuidl 0).\n" +msgstr "" +" Liniowe przeszukiwanie UID-w przy kadym ciganiu (--fastuidl 0).\n" -#: fetchmail.c:1744 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " Listy bd wysyane przez SMTP w grupach po %d.\n" -#: fetchmail.c:1746 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" -msgstr " Limit iloci listw wysyanych przez SMTP nie ustawiony (--batchlimit 0).\n" +msgstr "" +" Limit iloci listw wysyanych przez SMTP nie ustawiony (--batchlimit 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr " Odstp midzy kasowaniem listw wymuszony na %d (--expunge %d).\n" -#: fetchmail.c:1752 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Listy nie bd kasowane (--expunge 0).\n" -#: fetchmail.c:1759 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Domeny dla ktrych poczta bdzie cigana to:" -#: fetchmail.c:1764 fetchmail.c:1784 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (domyny)" -#: fetchmail.c:1769 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Listy bd dopisywane do %s jako BSMTP\n" -#: fetchmail.c:1771 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Listy bd lokalne dorczane przy uyciu \"%s\".\n" -#: fetchmail.c:1778 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Listy bd przesane przy pomocy %cMTP do:" -#: fetchmail.c:1789 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Nazwa hosta w MAIL FROM jest ustawiona na %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" -msgstr " Adresem do umieszczenia w liniach RCPT TO przekazanych SMTP bdzie %s\n" +msgstr "" +" Adresem do umieszczenia w liniach RCPT TO przekazanych SMTP bdzie %s\n" -#: fetchmail.c:1801 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Rozpoznawane odpowiedzi blokad antyspamowych to:" -#: fetchmail.c:1807 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Blokowanie spamu wyczone\n" -#: fetchmail.c:1810 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Poczenie do serwera zostanie nawizane przy pomocy \"%s\".\n" -#: fetchmail.c:1813 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Przed poczeniem nie bdzie wykonywane adne dodatkowe polecenie.\n" -#: fetchmail.c:1815 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Poczenie z serwerem zostanie zamknite przy pomocy \"%s\".\n" -#: fetchmail.c:1818 +#: fetchmail.c:1829 msgid " No post-connection command.\n" -msgstr " Po zamkniciu poczenia nie bdzie wykonywane adne dodatkowe polecenie.\n" +msgstr "" +" Po zamkniciu poczenia nie bdzie wykonywane adne dodatkowe polecenie.\n" -#: fetchmail.c:1821 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Brak nazw lokalnych ustawionych dla tego hosta.\n" -#: fetchmail.c:1831 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Tryb wielu skrzynek: " -#: fetchmail.c:1833 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Tryb jednej skrzynki: " -#: fetchmail.c:1835 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" @@ -1441,103 +1534,108 @@ msgstr[0] "%d znana nazwa lokalna.\n" msgstr[1] "%d znane nazwy lokalne.\n" msgstr[2] "%d znanych nazw lokalnych.\n" -#: fetchmail.c:1850 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " Odpytywanie DNS dla adresw wieloskrzynkowych jest wczone.\n" -#: fetchmail.c:1851 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " Odpytywanie DNS dla adresw wieloskrzynkowych jest wyczone.\n" -#: fetchmail.c:1855 -msgid " Server aliases will be compared with multidrop addresses by IP address.\n" +#: fetchmail.c:1866 +msgid "" +" Server aliases will be compared with multidrop addresses by IP address.\n" msgstr " Aliasy serwera bd porwnywane z adresami skrzynek po adresie IP.\n" -#: fetchmail.c:1857 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " Aliasy serwera bd porwnywane z adresami skrzynek po nazwie.\n" -#: fetchmail.c:1860 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Obsuga poczty wedug adresw w kopercie jest wyczone\n" -#: fetchmail.c:1863 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Nagwek koperty zosta ustawiony na: %s\n" -#: fetchmail.c:1866 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Liczba nagwkw koperty do pominicia: %d\n" -#: fetchmail.c:1869 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Przedrostek %s bdzie usuwany z nazwy uytkownika\n" -#: fetchmail.c:1872 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " adne przedrostki nie bd usuwane\n" -#: fetchmail.c:1879 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Zadeklarowane aliasy serwera pocztowego:" -#: fetchmail.c:1888 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Domeny lokalne:" -#: fetchmail.c:1898 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Poczenia bd nawizywane tylko przez interfejs %s.\n" -#: fetchmail.c:1900 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Nie jest okrelony aden obowizkowy interfejs.\n" -#: fetchmail.c:1902 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Podczas prb poczenia w ptli bdzie monitorowany %s.\n" -#: fetchmail.c:1904 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " aden interfejs nie bdzie monitorowany.\n" -#: fetchmail.c:1908 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" -msgstr " Poczenia z serwerem bd nawizywane przez wtyczk %s (--plugin %s).\n" +msgstr "" +" Poczenia z serwerem bd nawizywane przez wtyczk %s (--plugin %s).\n" -#: fetchmail.c:1910 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Nie jest skonfigurowane adne polecenie nawizujce poczenie\n" -#: fetchmail.c:1912 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" -msgstr " Poczenie z serwerem odbiorcy zostanie nawizane programem %s (--plugout %s).\n" +msgstr "" +" Poczenie z serwerem odbiorcy zostanie nawizane programem %s (--plugout %" +"s).\n" -#: fetchmail.c:1914 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Nie jest skonfigurowane adne polecenie zamykajce poczenie.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " adne UID-y nie zostay zachowane z sesji z tym hostem.\n" -#: fetchmail.c:1928 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " Zachowano %d UID-w.\n" -#: fetchmail.c:1936 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" -msgstr " Informacje o ledzeniu poczenia bd dodane do nagwka Received.\n" +msgstr "" +" Informacje o ledzeniu poczenia bd dodane do nagwka Received.\n" -#: fetchmail.c:1938 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1546,7 +1644,7 @@ msgstr "" ".\n" # XXX -PK -#: fetchmail.c:1941 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Wasnoci przepuszczania \"%s\".\n" @@ -1653,28 +1751,28 @@ msgstr "%s: przejcie na TLS nie powiodo si.\n" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "%s: zgodne przejcie na TLS nie powiodo si, prba kontynuacji\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Wymagana metoda uwierzytelnienia OTP nie wkompilowana w fetchmaila\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Wymagana metoda uwierzytelnienia NTLM nie wkompilowana w fetchmaila\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Serwer nie obsuguje wymaganej metody uwierzytelnienia LOGIN\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "niezgodno przy usuwaniu poczty (faktyczna %d != oczekiwana %d)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "ponowne poczenie nie powiodo si\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" @@ -1682,11 +1780,11 @@ msgstr[0] "%d list oczekujcy po ponownym pobraniu\n" msgstr[1] "%d listy oczekujce po ponownym pobraniu\n" msgstr[2] "%d listw oczekujcych po ponownym pobraniu\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "wybr skrzynki zakoczy si niepowodzeniem\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" @@ -1694,11 +1792,11 @@ msgstr[0] "%d list oczekujcy po pierwszym pobraniu\n" msgstr[1] "%d listy oczekujce po pierwszym pobraniu\n" msgstr[2] "%d listw oczekujcych po pierwszym pobraniu\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "usuwanie nie powiodo si\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" @@ -1706,27 +1804,31 @@ msgstr[0] "%d list oczekujcy po usuwaniu\n" msgstr[1] "%d listy oczekujce po usuwaniu\n" msgstr[2] "%d listw oczekujcych po usuwaniu\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "poszukiwanie nieprzeczytanych listw nie powiodo si\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu jest nieprzeczytany\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u jest pierwszym nieprzeczytanym\n" -#: imap.c:993 -msgid "Warning: ignoring bogus data for message sizes returned by the server.\n" -msgstr "Uwaga: zignorowano nieprawdziwe dane o rozmiarze wiadomoci zwrcone przez serwer.\n" +#: imap.c:1002 +msgid "" +"Warning: ignoring bogus data for message sizes returned by the server.\n" +msgstr "" +"Uwaga: zignorowano nieprawdziwe dane o rozmiarze wiadomoci zwrcone przez " +"serwer.\n" #: interface.c:256 msgid "Unable to open kvm interface. Make sure fetchmail is SGID kmem." -msgstr "Nie mona otworzy interfejsu kvm. By moe fetchmail nie jest SGID kmem." +msgstr "" +"Nie mona otworzy interfejsu kvm. By moe fetchmail nie jest SGID kmem." #: interface.c:396 #, c-format @@ -1993,12 +2095,17 @@ msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile podaje nazw pliku kroniki\n" #: options.c:613 -msgid " --syslog use syslog(3) for most messages when running as a daemon\n" -msgstr " --syslog wcza wywietlanie wikszoci komunikatw przez syslog(3)\n" +msgid "" +" --syslog use syslog(3) for most messages when running as a " +"daemon\n" +msgstr "" +" --syslog wcza wywietlanie wikszoci komunikatw przez syslog" +"(3)\n" #: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" -msgstr " --invisible wcza udawanie hosta i nie dodaje nagwkw Received\n" +msgstr "" +" --invisible wcza udawanie hosta i nie dodaje nagwkw Received\n" #: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" @@ -2021,12 +2128,19 @@ msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr " --nobounce przekierowuje odbit poczt do postmastera.\n" #: options.c:620 -msgid " --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" -msgstr " --nosoftbounce fetchmail usunie listy trwale niemoliwe do dostarczenia.\n" +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" +" --nosoftbounce fetchmail usunie listy trwale niemoliwe do " +"dostarczenia.\n" #: options.c:621 -msgid " --softbounce keep permanently undeliverable messages on server (default).\n" -msgstr " --softbounce zachowa listy trwale niemoliwe do dostarczenia (domylne).\n" +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" +" --softbounce zachowa listy trwale niemoliwe do dostarczenia " +"(domylne).\n" #: options.c:623 msgid " -I, --interface interface required specification\n" @@ -2050,19 +2164,26 @@ msgstr " --sslcert certyfikat klienta ssl\n" #: options.c:630 msgid " --sslcertck do strict server certificate check (recommended)\n" -msgstr " --sslcertck dokadne sprawdzanie certyfikatu serwera (zalecane)\n" +msgstr "" +" --sslcertck dokadne sprawdzanie certyfikatu serwera (zalecane)\n" #: options.c:631 msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcertpath cieka do certyfikatw ssl\n" #: options.c:632 -msgid " --sslcommonname expect this CommonName from server (discouraged)\n" -msgstr " --sslcommonname oczekiwanie od serwera tego CommonName (niezalecane)\n" +msgid "" +" --sslcommonname expect this CommonName from server (discouraged)\n" +msgstr "" +" --sslcommonname oczekiwanie od serwera tego CommonName (niezalecane)\n" #: options.c:633 -msgid " --sslfingerprint fingerprint that must match that of the server's cert.\n" -msgstr " --sslfingerprint odcisk, ktry musi pasowa do odcisku certyfikatu serwera.\n" +msgid "" +" --sslfingerprint fingerprint that must match that of the server's " +"cert.\n" +msgstr "" +" --sslfingerprint odcisk, ktry musi pasowa do odcisku certyfikatu " +"serwera.\n" #: options.c:634 msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" @@ -2070,15 +2191,21 @@ msgstr " --sslproto wymusza protok ssl (SSL2/SSL3/TLS1)\n" #: options.c:636 msgid " --plugin specify external command to open connection\n" -msgstr " --plugin cieka do zewntrznego polecenia otwierajcego poczenie\n" +msgstr "" +" --plugin cieka do zewntrznego polecenia otwierajcego " +"poczenie\n" #: options.c:637 msgid " --plugout specify external command to open smtp connection\n" -msgstr " --plugout cieka do zewn. polecenia otwierajcego poczenie smtp\n" +msgstr "" +" --plugout cieka do zewn. polecenia otwierajcego poczenie " +"smtp\n" #: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" -msgstr " -p, --protocol okrela protok ktrym bd pobierane listy (patrz manual)\n" +msgstr "" +" -p, --protocol okrela protok ktrym bd pobierane listy (patrz " +"manual)\n" #: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" @@ -2086,15 +2213,22 @@ msgstr " -U, --uidl wymusza uywanie UIDL (tylko POP3)\n" #: options.c:641 msgid " --port TCP port to connect to (obsolete, use --service)\n" -msgstr " --port czenie z portem TCP (przestarzae, naley uywa --service)\n" +msgstr "" +" --port czenie z portem TCP (przestarzae, naley uywa --" +"service)\n" #: options.c:642 -msgid " -P, --service TCP service to connect to (can be numeric TCP port)\n" -msgstr " -P, --service czenie z podan usug TCP (moe by numerem portu TCP)\n" +msgid "" +" -P, --service TCP service to connect to (can be numeric TCP port)\n" +msgstr "" +" -P, --service czenie z podan usug TCP (moe by numerem portu " +"TCP)\n" #: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" -msgstr " --auth okrela metod uwierzytelnienia (haso/Kerberos/ssh/otp)\n" +msgstr "" +" --auth okrela metod uwierzytelnienia (haso/Kerberos/ssh/" +"otp)\n" #: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" @@ -2102,11 +2236,13 @@ msgstr " -t, --timeout limit czasu oczekiwania na odpowied serwera\n" #: options.c:645 msgid " -E, --envelope envelope address header\n" -msgstr " -E, --envelope okrela nazw nagwka zawierajcego adres z koperty\n" +msgstr "" +" -E, --envelope okrela nazw nagwka zawierajcego adres z koperty\n" #: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" -msgstr " -Q, --qvirtual przedrostek, ktry bdzie usuwany z nazwy uytkownika\n" +msgstr "" +" -Q, --qvirtual przedrostek, ktry bdzie usuwany z nazwy uytkownika\n" #: options.c:647 msgid " --principal mail service principal\n" @@ -2114,7 +2250,8 @@ msgstr " --principal zarzdca usugi pocztowej\n" #: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" -msgstr " --tracepolls dodaje informacje o ledzeniu poczenia do Received\n" +msgstr "" +" --tracepolls dodaje informacje o ledzeniu poczenia do Received\n" #: options.c:650 msgid " -u, --username specify users's login on server\n" @@ -2154,7 +2291,8 @@ msgstr " -w, --warnings czas midzy powiadomieniami o poczcie\n" #: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" -msgstr " -S, --smtphost okrela nazw hosta SMTP przesyajcego nasze listy\n" +msgstr "" +" -S, --smtphost okrela nazw hosta SMTP przesyajcego nasze listy\n" #: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" @@ -2162,7 +2300,9 @@ msgstr " --fetchdomains pobiera poczt dla podanych domen\n" #: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" -msgstr " -D, --smtpaddress okrela nazw domeny SMTP uywan przy dorczaniu poczty\n" +msgstr "" +" -D, --smtpaddress okrela nazw domeny SMTP uywan przy dorczaniu " +"poczty\n" #: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" @@ -2174,11 +2314,13 @@ msgstr " -Z, --antispam okrela odpowiedzi blokad antyspamowych\n" #: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" -msgstr " -b, --batchlimit okrela limit listw wysanych w jednym poczeniu SMTP\n" +msgstr "" +" -b, --batchlimit okrela limit listw wysanych w jednym poczeniu SMTP\n" #: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" -msgstr " -B, --fetchlimit okrela limit listw pobieranych w jednym poczeniu\n" +msgstr "" +" -B, --fetchlimit okrela limit listw pobieranych w jednym poczeniu\n" #: options.c:667 msgid " --fetchsizelimit set fetch message size limit\n" @@ -2190,11 +2332,13 @@ msgstr " --fastuidl wykonuje binarne poszukiwanie UIDL-i\n" #: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" -msgstr " -e, --expunge liczba skasowanych listw midzy czyszczeniem skrzynki\n" +msgstr "" +" -e, --expunge liczba skasowanych listw midzy czyszczeniem skrzynki\n" #: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" -msgstr " -m, --mda okrela ciek do MDA dorczajcego pobrane listy\n" +msgstr "" +" -m, --mda okrela ciek do MDA dorczajcego pobrane listy\n" #: options.c:671 msgid " --bsmtp set output BSMTP file\n" @@ -2210,11 +2354,16 @@ msgstr " -r, --folder okrela nazw skrzynki na serwerze\n" #: options.c:674 msgid " --showdots show progress dots even in logfiles\n" -msgstr " --showdots pokazuje kropki oznaczajce postp take w logach\n" +msgstr "" +" --showdots pokazuje kropki oznaczajce postp take w logach\n" #: pop3.c:355 -msgid "Warning: \"Maillennium POP3/PROXY server\" found, using RETR command instead of TOP.\n" -msgstr "Uwaga: Odkryto serwer \"POP3/PROXY Maillennium\", uycie polecenia RETR zamiast TOP.\n" +msgid "" +"Warning: \"Maillennium POP3/PROXY server\" found, using RETR command instead " +"of TOP.\n" +msgstr "" +"Uwaga: Odkryto serwer \"POP3/PROXY Maillennium\", uycie polecenia RETR " +"zamiast TOP.\n" #: pop3.c:454 msgid "TLS is mandatory for this session, but server refused CAPA command.\n" @@ -2231,7 +2380,8 @@ msgstr "%s: zgodne przejcie na TLS nie powiodo si, prba kontynuacji.\n" #: pop3.c:646 msgid "We've run out of allowed authenticators and cannot continue.\n" -msgstr "Wyczerpano dozwolone sposoby uwierzytelnienia, nie mona kontynuowa.\n" +msgstr "" +"Wyczerpano dozwolone sposoby uwierzytelnienia, nie mona kontynuowa.\n" #: pop3.c:660 msgid "Required APOP timestamp not found in greeting\n" @@ -2273,7 +2423,8 @@ msgstr "%u jest nieprzeczytany\n" #: pop3.c:965 msgid "Messages inserted into list on server. Cannot handle this.\n" -msgstr "Przesyki zostay dodane do listy na serwerze. Nie mog tego obsuy.\n" +msgstr "" +"Przesyki zostay dodane do listy na serwerze. Nie mog tego obsuy.\n" #: pop3.c:1057 msgid "protocol error\n" @@ -2296,12 +2447,20 @@ msgid "SDPS not enabled." msgstr "SDPS nie wczone." #: rcfile_y.y:215 -msgid "fetchmail: interface option is only supported under Linux (without IPv6) and FreeBSD\n" -msgstr "fetchmail: opcja interface jest obsugiwana tylko pod Linuksem (bez IPv6) i FreeBSD\n" +msgid "" +"fetchmail: interface option is only supported under Linux (without IPv6) and " +"FreeBSD\n" +msgstr "" +"fetchmail: opcja interface jest obsugiwana tylko pod Linuksem (bez IPv6) i " +"FreeBSD\n" #: rcfile_y.y:222 -msgid "fetchmail: monitor option is only supported under Linux (without IPv6) and FreeBSD\n" -msgstr "fetchmail: opcja monitor jest obsugiwana tylko pod Linuksem (bez IPv6) i FreeBSD\n" +msgid "" +"fetchmail: monitor option is only supported under Linux (without IPv6) and " +"FreeBSD\n" +msgstr "" +"fetchmail: opcja monitor jest obsugiwana tylko pod Linuksem (bez IPv6) i " +"FreeBSD\n" #: rcfile_y.y:335 msgid "SSL is not enabled" @@ -2633,8 +2792,10 @@ msgstr "MDA zwrci niezerowy kod bdu %d\n" #: sink.c:1373 #, c-format -msgid "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" -msgstr "Dziwne: MDA pclose zwrcio %d a errno %d/%s, nie mona obsuy w %s:%d\n" +msgid "" +"Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" +msgstr "" +"Dziwne: MDA pclose zwrcio %d a errno %d/%s, nie mona obsuy w %s:%d\n" #: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" @@ -2716,150 +2877,150 @@ msgstr "uruchamiam %s (host %s usuga %s)\n" msgid "execvp(%s) failed\n" msgstr "bd execvp(%s)\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "bd getaddrinfo(\"%s\",\"%s\"): %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "Prosz sprbowa doda opcj --service (p. take punkt R12 FAQ).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "nieznany (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Prba poczenia z %s/%s..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "nie mona utworzy gniazda: %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "poczenie nie powiodo si.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "poczenie z %s:%s [%s/%s] nie powiodo si: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "poczono.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Organizacja wystawcy: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "Uwaga: nazwa Organizacji wystawcy za duga (prawdopodobnie ucita).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Nieznana organizacja\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "CommonName wystawcy: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "Uwaga: CommonName wystawcy za dugie (prawdopodobnie ucite).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Nieznane CommonName wystawcy\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "CommonName serwera: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Bdny certyfikat: za dugie CommonName podmiotu!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Niezgodno CommonName serwera: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Nazwa serwera nie ustawiona, nie mona sprawdzi certyfikatu!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Nieznane CommonName serwera\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Nazwa serwera nie podana w certyfikacie!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "bd EVP_md5()!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Brak pamici!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Bufor skrtu tekstu za may!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "Odcisk klucza %s: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s odciskw si zgadza.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s odciskw si nie zgadza!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Bd weryfikacji certyfikatu serwera: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "nieznany wystawca (pierwsze %d znakw): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Deskryptor pliku poza zakresem dla SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "Podano bdny protok SSL `%s', uywam domylnego (SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Weryfikacja certyfikatu/odcisku klucza z jakiego powodu pominita!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Powtrzenie odczytu z gniazda cygwinowego\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Powtrzenie odczytu z gniazda cygwinowego nie powiodo si!\n" @@ -3005,7 +3166,8 @@ msgstr "Zapisuj plik fetchids.\n" #: uid.c:645 #, c-format msgid "Error writing to fetchids file %s, old file left in place.\n" -msgstr "Bd podczas zapisu pliku fetchids %s, stary plik pozostawiono na miejscu.\n" +msgstr "" +"Bd podczas zapisu pliku fetchids %s, stary plik pozostawiono na miejscu.\n" #: uid.c:649 #, c-format diff --git a/po/pt_BR.po b/po/pt_BR.po index a2ee1d65..099aa736 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail-5.4.4\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2000-07-28 09:40-03:00\n" "Last-Translator: Marcia Norie Nakaza <norie@conectiva.com.br>\n" "Language-Team: pt_BR <ldp-br@bazar.conectiva.com.br>\n" @@ -16,26 +16,26 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Checando se %s realmente o mesmo n que %s\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Sim, o endereo IP deles bate\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "No, o endereo IP deles no bate\n" -#: checkalias.c:198 +#: checkalias.c:203 #, fuzzy, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "" "falha na resoluo de nomes ao procurar por `%s' durante a consulta de %s.\n" -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "" @@ -92,69 +92,69 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] "\t%d mensagem %d octetos de tamanho pulada pelo fetchmail.\n" msgstr[1] "\t%d mensagem %d octetos de tamanho pulada pelo fetchmail.\n" -#: driver.c:503 +#: driver.c:511 #, fuzzy, c-format msgid "skipping message %s@%s:%d" msgstr "pulando a mensagem %d (%d octetos)" -#: driver.c:557 +#: driver.c:565 #, fuzzy, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "pulando a mensagem %d (%d octetos)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr "" -#: driver.c:576 +#: driver.c:584 #, fuzzy msgid " (oversized)" msgstr " (muito grande, %d octetos)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "" -#: driver.c:611 +#: driver.c:619 #, fuzzy, c-format msgid "reading message %s@%s:%d of %d" msgstr "lendo mensagem %d de %d" -#: driver.c:616 +#: driver.c:624 #, fuzzy, c-format msgid " (%d octets)" msgstr " (%d %soctetos)" -#: driver.c:617 +#: driver.c:625 #, fuzzy, c-format msgid " (%d header octets)" msgstr " (%d octetos no corpo da mensagem) " -#: driver.c:685 +#: driver.c:692 #, fuzzy, c-format msgid " (%d body octets)" msgstr " (%d octetos no corpo da mensagem) " -#: driver.c:746 +#: driver.c:751 #, fuzzy, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" msgstr "mensagem %d no possui o tamanho esperado (%d atual != %d esperado)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " retida\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " eliminada\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " no eliminada\n" -#: driver.c:822 +#: driver.c:828 #, fuzzy, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -166,40 +166,40 @@ msgstr[1] "" "limite de %d mensagens a recuperar atingido; %d mensagens mantidas no " "servidor\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "" "tempo esgotado aps %d segundos esperando para conectar ao servidor %s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "tempo esgotado aps %d segundos esperando pelo servidor %s.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "tempo esgotado aps %d segundos esperando por %s.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "tempo esgotado aps %d segundos esperando pelo receptor responder.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "tempo esgotado aps %d segundos.\n" -#: driver.c:907 +#: driver.c:913 #, fuzzy msgid "Subject: fetchmail sees repeated timeouts" msgstr "" "Assunto: o fetchmail tem notado repetidos vencimentos de temporizao\n" "\n" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -208,7 +208,7 @@ msgstr "" "Fetchmail notou mais que %d vencimentos de temporizao enquanto tentava " "baixar mensagens de %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -224,76 +224,81 @@ msgstr "" "\n" "Fetchmail no vai consultar mais esta caixa postal at que seja reiniciado.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "comando de pr-conexo falhou com status %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "comando de pr-conexo falhou com status %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "no foi possvel encontrar caixa postal HESIOD para %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "Servidor lder no possui nome.\n" -#: driver.c:1008 +#: driver.c:1021 #, fuzzy, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "no foi possvel encontrar o nome de DNS cannico para %s\n" -#: driver.c:1055 +#: driver.c:1068 #, fuzzy, c-format msgid "%s connection to %s failed" msgstr "Conexo %cMTP com %s falhou\n" -#: driver.c:1071 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "" -#: driver.c:1073 +#: driver.c:1086 #, fuzzy, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "O fetchmail no pde receber o correio eletrnico de %s@%s.\n" -#: driver.c:1101 +#: driver.c:1114 #, fuzzy msgid "SSL connection failed.\n" msgstr "Conexo %cMTP com %s falhou\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Erro de travamento (lock-busy) para %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, fuzzy, c-format msgid "Server busy error on %s@%s\n" msgstr "Erro de travamento (lock-busy) para %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, fuzzy, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Falha de autorizao para %s@%s\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr "" -#: driver.c:1187 +#: driver.c:1200 #, fuzzy, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "" "Assunto: falha de autenticao do fetchmail\n" "\n" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "O fetchmail no pde receber o correio eletrnico de %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -302,7 +307,7 @@ msgid "" "error message." msgstr "" -#: driver.c:1201 +#: driver.c:1214 #, fuzzy msgid "" "\n" @@ -319,7 +324,7 @@ msgstr "" "possuem outros tipos de falhas que fetchmail no consegue distinguir desta\n" "pois eles no enviam mensagens de erro teis durante a falha no login.\n" -#: driver.c:1211 +#: driver.c:1224 #, fuzzy msgid "" "The attempt to get authorization failed.\n" @@ -336,172 +341,177 @@ msgstr "" "possuem outros tipos de falhas que fetchmail no consegue distinguir desta\n" "pois eles no enviam mensagens de erro teis durante a falha no login.\n" -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Erro desconhecido de login ou autenticao em %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, fuzzy, c-format msgid "Authorization OK on %s@%s\n" msgstr "Falha de autorizao para %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, fuzzy, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "" "Assunto: falha de autenticao do fetchmail\n" "\n" -#: driver.c:1266 +#: driver.c:1279 #, fuzzy, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "O fetchmail no pde receber o correio eletrnico de %s@%s.\n" -#: driver.c:1270 +#: driver.c:1283 #, fuzzy msgid "Service has been restored.\n" msgstr "Servio escolheu a verso %d.%d do RPA\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "selecionando ou tentando novamente baixar mensagens da pasta %s\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "selecionando ou tentando novamente baixar mensagens da pasta padro\n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s em %s (pasta %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s em %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Baixando %s\n" -#: driver.c:1328 +#: driver.c:1341 #, fuzzy, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d %s (%d visualizadas) para %s" msgstr[1] "%d %s (%d visualizadas) para %s" -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "" msgstr[1] "" -#: driver.c:1334 +#: driver.c:1347 #, fuzzy, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d %s para %s" msgstr[1] "%d %s para %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d octetos).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Nenhuma mensagem para %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "socket" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "cabealho RFC822 ruim ou faltando" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "sincronizao cliente/servidor" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "protocolo cliente/servidor" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "arquivo de lock existente no servidor" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "Transao SMTP" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "Busca no DNS" -#: driver.c:1546 +#: driver.c:1561 #, fuzzy msgid "undefined" msgstr "erro no definido\n" -#: driver.c:1552 +#: driver.c:1567 #, fuzzy, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "erro %s enquanto baixando mensagens de %s\n" -#: driver.c:1554 +#: driver.c:1569 #, fuzzy msgid "unknown" msgstr "a mquina desconhecida." -#: driver.c:1556 +#: driver.c:1571 #, fuzzy, c-format msgid "%s error while fetching from %s@%s\n" msgstr "erro %s enquanto baixando mensagens de %s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "comando de ps-conexo falhou com status %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "comando de ps-conexo falhou com status %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Suporte a Kerberos V4 no includo (linkado).\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Suporte a Kerberos V5 no includo (linkado).\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Opo --flush no suportada com %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Opo --all no suportada com %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Opo --limit no suportada com %s\n" @@ -625,7 +635,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" #: fetchmail.c:142 @@ -648,54 +658,54 @@ msgstr "fetchmail: fork falhou\n" msgid "could not get current working directory\n" msgstr "" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Este o fetchmail verso %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Utilizando opes da linha de comando%s%s\n" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " e " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "" "Nenhum servidor de correio eletrnico configurado -- talvez %s esteja " "faltando?\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: nenhum servidor de correio eletrnico foi especificado.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: nenhum outro fetchmail est rodando\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: erro eliminando %s fetchmail em %d; desistindo.\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "segundo plano" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "primeiro plano" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s fetchmail em %d terminado.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -703,7 +713,7 @@ msgstr "" "fetchmail: no possvel checar por mensagens enquanto outro fetchmail est " "rodando para a mesma mquina.\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -711,236 +721,236 @@ msgstr "" "fetchmail: no possvel receber mensagens das mquinas especificadas\n" "enquanto houver outro fetchmail rodando em %d.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: outro fetchmail est rodando em primeiro plano em %d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: no possvel aceitar opes com outro fetchmail rodando em \n" "segundo plano.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: fetchmail rodando em segundo plano em %d despertado.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "" "fetchmail: processo mais antigo rodando em %d morreu misteriosamente.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, fuzzy, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: no possvel encontrar uma senha para %s@s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Digite a senha para %s@%s: " -#: fetchmail.c:557 fetchmail.c:593 -#, fuzzy -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: warning: nenhum DNS disponvel para checar buscas com mltiplas\n" -"entregas de %s\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 #, fuzzy msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: nenhum outro fetchmail est rodando\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "iniciando fetchmail %s como daemon \n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "" -#: fetchmail.c:612 +#: fetchmail.c:606 +#, fuzzy +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: warning: nenhum DNS disponvel para checar buscas com mltiplas\n" +"entregas de %s\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "no foi possvel fazer checagem de horrio de %s (erro %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "reiniciando fetchmail (%s mudou) \n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "tentativa de re-executar fetchmail falhou.\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "consulta de %s pulada (falha de autenticao ou muitos vencimentos de " "temporizao)\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "intervalo no atingido, no consultando %s\n" -#: fetchmail.c:751 +#: fetchmail.c:764 #, fuzzy msgid "Query status=0 (SUCCESS)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:753 +#: fetchmail.c:766 #, fuzzy msgid "Query status=1 (NOMAIL)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:755 +#: fetchmail.c:768 #, fuzzy msgid "Query status=2 (SOCKET)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:757 +#: fetchmail.c:770 #, fuzzy msgid "Query status=3 (AUTHFAIL)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:759 +#: fetchmail.c:772 #, fuzzy msgid "Query status=4 (PROTOCOL)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:761 +#: fetchmail.c:774 #, fuzzy msgid "Query status=5 (SYNTAX)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:763 +#: fetchmail.c:776 #, fuzzy msgid "Query status=6 (IOERR)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:765 +#: fetchmail.c:778 #, fuzzy msgid "Query status=7 (ERROR)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:767 +#: fetchmail.c:780 #, fuzzy msgid "Query status=8 (EXCLUDE)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:769 +#: fetchmail.c:782 #, fuzzy msgid "Query status=9 (LOCKBUSY)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:771 +#: fetchmail.c:784 #, fuzzy msgid "Query status=10 (SMTP)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:773 +#: fetchmail.c:786 #, fuzzy msgid "Query status=11 (DNS)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:775 +#: fetchmail.c:788 #, fuzzy msgid "Query status=12 (BSMTP)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:777 +#: fetchmail.c:790 #, fuzzy msgid "Query status=13 (MAXFETCH)\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Situao da consulta=%d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Todas as conexes esto travadas. Encerrando.\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, fuzzy, c-format msgid "sleeping at %s for %d seconds\n" msgstr "fetchmail: `dormindo' em %s\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "acordado por %s\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "acordado pelo sinal %d\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "acordado em %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "encerramento normal, status %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "no foi possvel checar o horrio do arquivo de controle de execuo\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "" "Ateno: mltiplas entradas para a mquina %s no arquivo de configurao\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 #, fuzzy msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "Ateno: mltiplas entradas para a mquina %s no arquivo de configurao\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 #, fuzzy msgid "SSL support is not compiled in.\n" msgstr "O suporte a POP2 no est configurado.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 #, fuzzy msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "O suporte a POP2 no est configurado.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 #, fuzzy msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "O suporte a POP2 no est configurado.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 #, fuzzy msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "O suporte a POP2 no est configurado.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -948,322 +958,332 @@ msgstr "" "fetchmail: warning: nenhum DNS disponvel para checar buscas com mltiplas\n" "entregas de %s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, fuzzy, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " "service or port\n" msgstr "configurao de %s invlida, nmero da porta no pode ser negativo\n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, fuzzy, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "configurao de %s invlida, o RPOP exige uma porta privilegiada\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "configurao de %s invlida, LMTP no pode usar a porta SMTP padro\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 #, fuzzy msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "fetchall e modo daemon juntos est errado!\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "encerrado com o sinal %d\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, fuzzy, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s consultando %s (protocolo %s) em %s\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "O suporte a POP2 no est configurado.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "O suporte a POP3 no est configurado.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "O suporte a IMAP no est configurado.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "O suporte a ETRN no est configurado.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 #, fuzzy msgid "ODMR support is not configured.\n" msgstr "O suporte a POP2 no est configurado.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "protocolo no suportado escolhido.\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, fuzzy, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s consultando %s (protocolo %s) em %s\n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Intervalo de consulta %d segundos\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Arquivo de registro %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Arquivo de identificao %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Mensagens de progresso sero gravadas pelo syslog\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail far mascaramento e no gerar `Received'\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail reenviar mensagens multidrop mal endereadas para %s.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail ir enviar mensagens de correio de erro para o postmaster.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail ir enviar mensagens de correio de erro para o remetente.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "Fetchmail reenviar mensagens multidrop mal endereadas para %s.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Fetchmail ir enviar mensagens de correio de erro para o remetente.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Opes para consulta de %s@%s:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Mensagens sero recuperadas via %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, fuzzy, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Consulta deste servidor ir ocorrer a cada %d intervalos.\n" msgstr[1] " Consulta deste servidor ir ocorrer a cada %d intervalos.\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " O verdadeiro nome do servidor %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 #, fuzzy msgid " This host will not be queried when no host is specified.\n" msgstr "" " Esta mquina %s ser consultada quando nenhuma mquina for\n" "especificada.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 #, fuzzy msgid " This host will be queried when no host is specified.\n" msgstr "" " Esta mquina %s ser consultada quando nenhuma mquina for\n" "especificada.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " A senha ser solicitada.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " Segredo APOP = \"%s\".\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " Identificao RPOP = \"%s\".\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Senha = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Protocolo KPOP com autenticao Kerberos %s" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Protocolo %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (usando servio %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (usando porta padro)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (forando o uso de UIDL)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr "" -#: fetchmail.c:1602 +#: fetchmail.c:1622 #, fuzzy msgid " Password authentication will be forced.\n" msgstr "Autenticao OTP suportada\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 #, fuzzy msgid " MSN authentication will be forced.\n" msgstr "Autenticao NTLM suportada\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 #, fuzzy msgid " NTLM authentication will be forced.\n" msgstr "Autenticao NTLM suportada\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 #, fuzzy msgid " OTP authentication will be forced.\n" msgstr "Autenticao OTP suportada\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 #, fuzzy msgid " CRAM-Md5 authentication will be forced.\n" msgstr "Autenticao CRAM-MD5 suportada\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 #, fuzzy msgid " GSSAPI authentication will be forced.\n" msgstr "Autenticao GSS suportada\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 #, fuzzy msgid " Kerberos V4 authentication will be forced.\n" msgstr " Pr-autenticao Kerberos V4 ativada.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 #, fuzzy msgid " Kerberos V5 authentication will be forced.\n" msgstr " Pr-autenticao Kerberos V5 ativada.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Criptografia end-to-end assumida.\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr "" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr "" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, fuzzy, c-format msgid " SSL protocol: %s.\n" msgstr " Protocolo %s" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr "" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr "" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, fuzzy, c-format msgid " SSL server CommonName: %s\n" msgstr "Data/horrio do servio %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr "" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr "" " O tempo mximo para no obteno de resposta do servidor %d segundos" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (padro).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Caixa de correio padro selecionada.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " As caixas de correio selecionadas so:" -#: fetchmail.c:1667 +#: fetchmail.c:1687 #, fuzzy msgid " All messages will be retrieved (--all on).\n" msgstr " %s mensagens sero recuperadas (--all %s).\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 #, fuzzy msgid " Only new messages will be retrieved (--all off).\n" msgstr " %s mensagens sero recuperadas (--all %s).\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 #, fuzzy msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " As Mensagens baixadas %s sero mantidas no servidor (--keep %s).\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 #, fuzzy msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " As Mensagens baixadas %s sero mantidas no servidor (--keep %s).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 #, fuzzy msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " Mensagens antigas %s sero eliminadas antes da recuperao de mensagens \n" "(--flush %s).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 #, fuzzy msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" @@ -1271,7 +1291,7 @@ msgstr "" " Mensagens antigas %s sero eliminadas antes da recuperao de mensagens \n" "(--flush %s).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 #, fuzzy msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " @@ -1280,7 +1300,7 @@ msgstr "" " Mensagens antigas %s sero eliminadas antes da recuperao de mensagens \n" "(--flush %s).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 #, fuzzy msgid "" " Oversized messages will not be flushed before message retrieval (--" @@ -1289,251 +1309,251 @@ msgstr "" " Mensagens antigas %s sero eliminadas antes da recuperao de mensagens \n" "(--flush %s).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 #, fuzzy msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr "" " A reescrita de endereos no servidor local est %s (--norewrite %s).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 #, fuzzy msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr "" " A reescrita de endereos no servidor local est %s (--norewrite %s).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 #, fuzzy msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " A eliminao do retorno de carro (CR) est %s (stripcr %s).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 #, fuzzy msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " A eliminao do retorno de carro (CR) est %s (stripcr %s).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 #, fuzzy msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Forar retorno de carro (CR) est %s (forcecr %s).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 #, fuzzy msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Forar retorno de carro (CR) est %s (forcecr %s).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " A interpretao de Content-Transfer-Encoding est %s (pass8bits %s).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " A interpretao de Content-Transfer-Encoding est %s (pass8bits %s).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 #, fuzzy msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " A decodificao MIME est %s (mimedecode %s).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 #, fuzzy msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " A decodificao MIME est %s (mimedecode %s).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 #, fuzzy msgid " Idle after poll is enabled (idle on).\n" msgstr " Inatividade aps consulta %s (inatividade %s).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 #, fuzzy msgid " Idle after poll is disabled (idle off).\n" msgstr " Inatividade aps consulta %s (inatividade %s).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 #, fuzzy msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " As linhas de status no vazias sero %s (dropstatus %s)\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 #, fuzzy msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " As linhas de status no vazias sero %s (dropstatus %s)\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 #, fuzzy msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " As linhas de status no vazias sero %s (dropstatus %s)\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 #, fuzzy msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " As linhas de status no vazias sero %s (dropstatus %s)\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " O tamanho limite por mensagem %d octetos (--limit %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Nenhum limite para tamanho de mensagens (--limit 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " O intervalo de aviso de tamanho de mensagem de %d segundos (--warnings \n" "%d).\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Avisos de tamanho a cada recebimento (--warnings 0).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " O limite de mensagem recebida %d (--fetchlimit %d).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Nenhum limite para mensagem recebida (--fetchlimit 0).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, fuzzy, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " O limite de mensagem recebida %d (--fetchlimit %d).\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 #, fuzzy msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Nenhum limite para tamanho de mensagens (--limit 0).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " O limite de lote de mensagens SMTP %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Nenhum limite de lote de mensagens SMTP (--batchlimit 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr " O intervalo de deleo entre eliminaes %d (--expunge %d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Nenhuma eliminao (--expunge 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr "" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (padro)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " As mensagens sero anexadas a %s como BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " As mensagens sero entregues com \"%s\".\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " As mensagens sero re-enviadas via %cMTP para:" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " O nome da mquina na linha MAIL FROM ser %s\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr "" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " As respostas reconhecidas de blocos spam so:" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Bloqueio de spam desabilitado\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " A conexo do servidor ser efetuada com \"%s\".\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Nenhum comando de pr-conexo.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " A conexo com o servidor ser derrubada com \"%s\".\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Nenhum comando de ps-conexo.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Nenhum nome local declarado para esta mquina.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Modo de mltipla entrega (multi-drop): " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Modo de entrega simples (single-drop): " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, fuzzy, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d nome(s) local(is) reconhecido(s).\n" msgstr[1] "%d nome(s) local(is) reconhecido(s).\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 #, fuzzy msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " A busca no DNS por endereos de mltipla entrega est %s.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 #, fuzzy msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " A busca no DNS por endereos de mltipla entrega est %s.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 #, fuzzy msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" @@ -1541,101 +1561,101 @@ msgstr "" " Os apelidos de servidores sero comparados com endereos de mltipla\n" "entrega por " -#: fetchmail.c:1848 +#: fetchmail.c:1868 #, fuzzy msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Os apelidos de servidores sero comparados com endereos de mltipla\n" "entrega por " -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " O roteamento de endereos de envelope est desabilitado\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Assume-se que o cabealho do envelope esteja: %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, fuzzy, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Nmero de cabealhos de envelope a serem processados: %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " O prefixo %s ser removido da identificao do usurio\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Nenhuma remoo de prefixo\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Apelidos pr-declarados do servidor de correio eletrnico:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Domnios locais:" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " A conexo precisa se dar pela interface %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " No foi especificada nenhuma exigncia de interface.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Ciclo de consultas monitorar %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Nenhuma interface de monitoramento foi especificada.\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " As conexes com o servidor se daro via plugin %s (--plugin %s).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Nenhum comando \"plugin\" especificado.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " As conexes com o cliente se daro via \"plugout\" %s (--plugout %s).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Nenhum comando \"plugout\" especificado.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Nenhuma identificao de usurio gravada a partir desta mquina.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d identificaes de usurios gravadas.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr "" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" msgstr "" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Propriedades de passagem \"%s\".\n" @@ -1742,74 +1762,74 @@ msgstr "" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" -#: imap.c:570 +#: imap.c:579 #, fuzzy msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Capacidade de LOGIN exigida no suportada pelo servidor\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 #, fuzzy msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Capacidade de LOGIN exigida no suportada pelo servidor\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Capacidade de LOGIN exigida no suportada pelo servidor\n" -#: imap.c:667 +#: imap.c:676 #, fuzzy, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "mensagem %d no possui o tamanho esperado (%d atual != %d esperado)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "nova tentativa de baixar mensagens falhou\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, fuzzy, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "Nenhuma mensagem esperando para %s\n" msgstr[1] "Nenhuma mensagem esperando para %s\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "seleo de caixa postal falhou\n" -#: imap.c:802 +#: imap.c:811 #, fuzzy, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "Nenhuma mensagem esperando para %s\n" msgstr[1] "Nenhuma mensagem esperando para %s\n" -#: imap.c:816 +#: imap.c:825 #, fuzzy msgid "expunge failed\n" msgstr "execl(%s) falhou\n" -#: imap.c:820 +#: imap.c:829 #, fuzzy, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "Nenhuma mensagem esperando para %s\n" msgstr[1] "Nenhuma mensagem esperando para %s\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "falha na busca por mensagens no vistas\n" -#: imap.c:890 +#: imap.c:899 #, fuzzy, c-format msgid "%lu is unseen\n" msgstr "%u no vista\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, fuzzy, c-format msgid "%u is first unseen\n" msgstr "%u no vista\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2018,81 +2038,81 @@ msgstr "No foi possvel decodificar o desafio OTP\n" msgid "Secret pass phrase: " msgstr "Frase-senha secreta: " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "Cadeia '%s' no uma cadeia de nmeros vlidos.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "Valor da cadeia '%s' %s que %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "menor" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "maior" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "Protocolo `%s' invlido foi especificado.\n" -#: options.c:386 +#: options.c:396 #, fuzzy, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "Pr-autenticao `%s' invlida foi especificada.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "uso: fetchmail [opes] [servidor ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " As opes so:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help mostra esta tela de ajuda\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version mostra informaes sobre a verso\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check checa por mensagens sem baix-las\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent trabalha silenciosamente\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr "" " -v, --verbose trabalha barulhentamente (sadas para diagnstico)\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon roda como um servidor uma vez a cada n segundos\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr "" " -N, --nodetach no desconecta o processo servidor do seu terminal\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit elimina processo servidor\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile especifica o nome do arquivo de log\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" @@ -2100,247 +2120,258 @@ msgstr "" " --syslog usa o syslog(3) para a maioria das mensagens quando\n" " estiver rodando como servidor\n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr "" " --invisible no escreve `Received' & ativa mascaramento da mquina\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr "" " -f, --fetchmailrc especifica arquivo de controle de execuo alternativo\n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr "" " -i, --idfile especifica arquivo de identidades de usurios \n" " alternativo\n" -#: options.c:607 +#: options.c:617 #, fuzzy msgid " --pidfile specify alternate PID (lock) file\n" msgstr "" " -i, --idfile especifica arquivo de identidades de usurios \n" " alternativo\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr " --postmaster especifica o destinatrio usado em ltimo caso\n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr " --nobounce redireciona mensagens erradas para o postmaster.\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface especificao de interface exigida\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr " -M, --monitor monitora a atividade na interface\n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl habilita sesso ssl criptografada\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey arquivo contendo a chave ssl privada\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert certificado ssl do cliente\n" -#: options.c:618 +#: options.c:630 #, fuzzy msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr " --sslcert certificado ssl do cliente\n" -#: options.c:619 +#: options.c:631 #, fuzzy msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcert certificado ssl do cliente\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" msgstr "" -#: options.c:622 +#: options.c:634 msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr "" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr "" " --plugin especifica um comando externo para abrir uma conexo\n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" " --plugout especifica um comando externo para abrir uma conexo " "smtp\n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr "" " -p, --protocol especifica o protocolo de retirada (ver pgina de \n" " manual)\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl fora o uso de UIDLs (somente para pop3)\n" -#: options.c:629 +#: options.c:641 #, fuzzy msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr " -P, --port Porta TCP para conexo\n" -#: options.c:630 +#: options.c:642 #, fuzzy msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr " -P, --port Porta TCP para conexo\n" -#: options.c:631 +#: options.c:643 #, fuzzy msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr " --preauth tipo de pr-autenticao (senha/kerberos/ssh)\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr "" " -t, --timeout tempo limite para no obteno de resposta do servidor\n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope cabealho do endereo de envelope\n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr "" " -Q, --qvirtual prefixo para remover da identificao de um usurio " "local\n" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr "" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr "" " -u, --username especifica a identificao do usurio no servidor\n" -#: options.c:639 +#: options.c:651 #, fuzzy msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --all recupera mensagens antigas e novas\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr " -K, --nokeep apaga novas mensagens aps a recuperao\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr " -k, --keep no apaga novas mensagens aps recuperao\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush apaga mensagens antigas do servidor\n" -#: options.c:643 +#: options.c:655 #, fuzzy msgid " --limitflush delete oversized messages\n" msgstr " -F, --flush apaga mensagens antigas do servidor\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite no reescreve os cabealhos das mensagens\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr " -l, --limit no recupera mensagens acima de um dado tamanho\n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr " -w, --warnings intervalo entre avisos de notificao de e-mail\n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost configura a mquina SMTP para reenvio\n" -#: options.c:649 +#: options.c:661 #, fuzzy msgid " --fetchdomains fetch mail for specified domains\n" msgstr "" " -B, --fetchlimit configura o limite de recepo para conexes com o\n" " servidor\n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr "" " -D, --smtpaddress configura o domnio de entrega do SMTP a ser usado\n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr "" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr " -Z, --antispam configura o valor das respostas anti-spam\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr " -b, --batchlimit configura o limite de lote para conexes SMTP\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr "" " -B, --fetchlimit configura o limite de recepo para conexes com o\n" " servidor\n" -#: options.c:655 +#: options.c:667 #, fuzzy msgid " --fetchsizelimit set fetch message size limit\n" msgstr "" " -B, --fetchlimit configura o limite de recepo para conexes com o\n" " servidor\n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr "" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr " -e, --expunge configura o mximo de delees entre eliminaes\n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " --mda configura o MDA a ser usado para reenvio\n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp configura o arquivo de sada BSMTP\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp usa LMTP (RFC2033) para entrega\n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder especifica o nome da pasta remota\n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr "" @@ -2422,56 +2453,56 @@ msgstr "erro de protocolo durante a obteno de UIDLs\n" msgid "Option --folder is not supported with POP3\n" msgstr "Opo --remote no compatvel com POP3\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "" -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" msgstr "" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" msgstr "" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Erro desconhecido do sistema" -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s (mensagem de registro incompleta)" #: rfc822.c:76 @@ -2689,142 +2720,146 @@ msgstr "" msgid "mail from %s bounced to %s\n" msgstr "" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "Erro %cMTP: %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, fuzzy, c-format msgid "BSMTP file open failed: %s\n" msgstr "Abertura de arquivo BSMTP ou escrita de prembulo falhou\n" -#: sink.c:758 +#: sink.c:776 #, fuzzy msgid "BSMTP preamble write failed.\n" msgstr "Abertura de arquivo BSMTP ou escrita de prembulo falhou\n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "Cliente %cMTP no gosta do endereo do destinatrio `%s'\n" -#: sink.c:979 +#: sink.c:997 #, fuzzy, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "Cliente %cMTP no gosta do endereo do destinatrio `%s'\n" -#: sink.c:1025 +#: sink.c:1043 #, fuzzy msgid "no address matches; no postmaster set.\n" msgstr "no combina com nada localmente, repassando para %s\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "no possvel nem mandar para %s!\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "no combina com nada localmente, repassando para %s\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "prestes a entregar para: %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "Abertura MDA falhou\n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "Conexo %cMTP com %s falhou\n" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "" -#: sink.c:1346 +#: sink.c:1364 #, fuzzy, c-format msgid "Error writing to MDA: %s\n" msgstr "Erro na liberao de credenciais\n" -#: sink.c:1349 +#: sink.c:1367 #, fuzzy, c-format msgid "MDA died of signal %d\n" msgstr "acordado pelo sinal %d\n" -#: sink.c:1352 +#: sink.c:1370 #, fuzzy, c-format msgid "MDA returned nonzero status %d\n" msgstr "" "O MDA foi encerrado anormalmente ou retornou status diferente de zero\n" -#: sink.c:1355 +#: sink.c:1373 #, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" msgstr "" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "Encerramento de mensagem ou fechamento de arquivo BSMTP falhou\n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "Cliente SMTP recusou a entrega\n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "Erro na entrega LMTP no EOM\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "Resposta no-503 para o EOM LMTP: %s\n" -#: sink.c:1587 +#: sink.c:1605 msgid "" "-- \n" "The Fetchmail Daemon" msgstr "" -#: smtp.c:79 +#: smtp.c:80 #, fuzzy msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "Autenticao CRAM-MD5 suportada\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 #, fuzzy msgid "smtp listener protocol error\n" msgstr "erro de protocolo\n" @@ -2856,171 +2891,171 @@ msgstr "rodando %s %s %s\n" msgid "execvp(%s) failed\n" msgstr "execl(%s) falhou\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, fuzzy, c-format msgid "unknown (%s)" msgstr "a mquina desconhecida." -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "" -#: socket.c:310 +#: socket.c:313 #, fuzzy, c-format msgid "cannot create socket: %s\n" msgstr "no possvel nem mandar para %s!\n" -#: socket.c:326 +#: socket.c:329 #, fuzzy msgid "connection failed.\n" msgstr "Conexo %cMTP com %s falhou\n" -#: socket.c:328 +#: socket.c:331 #, fuzzy, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "Conexo %cMTP com %s falhou\n" -#: socket.c:334 +#: socket.c:337 #, fuzzy msgid "connected.\n" msgstr "Conexo %cMTP com %s falhou\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "" -#: socket.c:625 +#: socket.c:628 #, fuzzy, c-format msgid "Server CommonName: %s\n" msgstr "Data/horrio do servio %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "" -#: socket.c:842 +#: socket.c:845 #, fuzzy, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "Protocolo `%s' invlido foi especificado.\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "" -#: transact.c:67 +#: transact.c:65 #, fuzzy, c-format msgid "mapped address %s to local %s\n" msgstr "%s mapeado localmente para %s\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "%s mapeado localmente para %s\n" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "passou por %s combinando com %s\n" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -3029,68 +3064,68 @@ msgstr "" "analisando linha Received:\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "linha aceita, %s um apelido do servidor de email\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "linha rejeitada, %s no um apelido do servidor de email\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "nenhum endereo Received encontrado\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "encontrado endereo Received `%s'\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "" "encontrado o delimitador de mensagens durante varredura de cabealhos\n" -#: transact.c:582 +#: transact.c:597 #, fuzzy msgid "incorrect header line found while scanning headers\n" msgstr "" "encontrado o delimitador de mensagens durante varredura de cabealhos\n" -#: transact.c:584 +#: transact.c:599 #, fuzzy, c-format msgid "line: %s" msgstr "Baixando %s\n" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "no combina com nada localmente, repassando para %s\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "reenvio e remoo suprimidos devido a erro de DNS\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "escrevendo cabealhos RFC822\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "nenhum endereo de destino combina com o valor local declarado" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "endereo do destinatrio %s no combina com nenhum nome local" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "a mensagem possui NULs inseridos" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "Cliente SMTP rejeitou o endereo do destinatrio: " @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.10-pre1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2009-06-05 14:12+0200\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2009-06-05 14:53+0200\n" "Last-Translator: Pavel Maryanov <acid_jack@ukr.net>\n" "Language-Team: Russian <gnu@mx.ru>\n" @@ -241,59 +241,59 @@ msgstr "невозможно было найти HESIOD pobox для %s\n" msgid "Lead server has no name.\n" msgstr "Ведущий сервер без имени.\n" -#: driver.c:1018 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "невозможно было найти каноническое имя DNS %s (%s): %s\n" -#: driver.c:1065 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "сбой %s-подключения к %s" -#: driver.c:1081 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Тема: Предупреждение Fetchmail о недоступности сервера." -#: driver.c:1083 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail не смог установить связь с почтовым сервером %s:" -#: driver.c:1111 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "Сбой подключения через SSL.\n" -#: driver.c:1164 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Ошибка блокировки занятости для %s@%s\n" -#: driver.c:1168 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Ошибка занятости сервера для %s@%s\n" -#: driver.c:1173 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Ошибка авторизации для %s@%s%s\n" -#: driver.c:1176 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (ранее авторизовано)" -#: driver.c:1197 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Тема: Ошибка аутентификации fetchmail для %s@%s" -#: driver.c:1201 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail не смог получить почту из %s@%s.\n" -#: driver.c:1205 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -307,7 +307,7 @@ msgstr "" "fetchmail не смог распознать из-за того, что сервер не отправил\n" "сообщение об ошибке." -#: driver.c:1211 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -327,7 +327,7 @@ msgstr "" "подключиться. В дальнейшем уведомления отправляться не будут до тех\n" "пор, пока служба не будет восстановлена." -#: driver.c:1221 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -350,172 +350,172 @@ msgstr "" "отправляться не будут до тех пор, пока служба не будет\n" "восстановлена." -#: driver.c:1237 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Немедленно повторить опрос для %s@%s\n" -#: driver.c:1242 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Неизвестный логин или ошибка аутентификации для %s@%s\n" -#: driver.c:1266 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Авторизация выполнена для %s@%s\n" -#: driver.c:1272 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Тема: Выполнена авторизация fetchmail для %s@%s" -#: driver.c:1276 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail вошел в систему %s@%s.\n" -#: driver.c:1280 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Служба была восстановлена.\n" -#: driver.c:1312 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "выбирается или повторяется опрос каталога %s\n" -#: driver.c:1314 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "выбирается или повторяется опрос каталога по умолчанию\n" -#: driver.c:1326 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s на %s (каталог %s)" -#: driver.c:1329 rcfile_y.y:384 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s на %s" -#: driver.c:1334 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Опрашивается %s\n" -#: driver.c:1338 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d сообщение (%d %s) для %s" msgstr[1] "%d сообщений (%d %s) для %s" -#: driver.c:1341 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "просмотрено" msgstr[1] "просмотрено" -#: driver.c:1344 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d сообщение для %s" msgstr[1] "%d сообщений для %s" -#: driver.c:1351 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d октетов).\n" -#: driver.c:1357 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Для %s почты нет\n" -#: driver.c:1390 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "фиктивное количество сообщений!" -#: driver.c:1534 +#: driver.c:1537 msgid "socket" msgstr "сокет" -#: driver.c:1537 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "отсутствует или неверный заголовок RFC822" -#: driver.c:1540 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1543 +#: driver.c:1546 msgid "client/server synchronization" msgstr "синхронизация клиент/сервер" -#: driver.c:1546 +#: driver.c:1549 msgid "client/server protocol" msgstr "протокол клиент/сервер" -#: driver.c:1549 +#: driver.c:1552 msgid "lock busy on server" msgstr "блокировка занятости на сервере" -#: driver.c:1552 +#: driver.c:1555 msgid "SMTP transaction" msgstr "SMTP-транзакция" -#: driver.c:1555 +#: driver.c:1558 msgid "DNS lookup" msgstr "DNS-запрос" -#: driver.c:1558 +#: driver.c:1561 msgid "undefined" msgstr "неопределённый" -#: driver.c:1564 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "Ошибка %s при выборке из %s@%s и доставке на хост SMTP %s\n" -#: driver.c:1566 +#: driver.c:1569 msgid "unknown" msgstr "неизв." -#: driver.c:1568 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "Ошибка %s при выборке из %s@%s\n" -#: driver.c:1580 +#: driver.c:1583 #, c-format msgid "post-connection command terminated with signal %d\n" msgstr "выполняемая после соединения команда завершена с сигналом %d\n" -#: driver.c:1582 +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "сбой команды, выполняемой после соединения; статус: %d\n" -#: driver.c:1601 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Поддержка Kerberos V4 не связана.\n" -#: driver.c:1609 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Поддержка Kerberos V5 не связана.\n" -#: driver.c:1620 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Опция --flush не поддерживается с %s\n" -#: driver.c:1626 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Опция --all не поддерживается с %s\n" -#: driver.c:1635 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Опция --limit не поддерживается с %s\n" @@ -1738,71 +1738,71 @@ msgstr "" "%s: сбой принудительного обновления до TLS; выполняется попытка продолжить " "работу\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Fetchmail скомпилирован без требуемой поддержки OTP\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Fetchmail скомпилирован без требуемой поддержки NTLM\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Требуемая опция LOGIN не поддерживается сервером\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "разногласие при удалении писем (%d на самом деле != %d ожидалось)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "не удалось повторить опрос\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "ожидается %d сообщение после повторного опроса\n" msgstr[1] "ожидается %d сообщений после повторного опроса\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "не удалось выбрать почтовый ящик\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "ожидается %d сообщение после первого опроса\n" msgstr[1] "ожидается %d сообщений после первого опроса\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "не удалось удалить\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "ожидается %d сообщение после удаления\n" msgstr[1] "ожидается %d сообщений после удаления\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "сбой поиска непросмотренных сообщений\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu не просмотрено\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u первое не просмотренное\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2860,155 +2860,155 @@ msgstr "запущен %s (хост %s служба %s)\n" msgid "execvp(%s) failed\n" msgstr "сбой execvp(%s)\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "ошибка getaddrinfo(\"%s\",\"%s\"): %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "Попробуйте добавить опцию --service (см. FAQ, пункт R12).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "неизв. (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Попытка подключения к %s/%s..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "невозможно создать сокет: %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "не удалось подключиться.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "сбой подключения к %s:%s [%s/%s]: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "соединение установлено.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Запрашивающая организация: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" "Предупреждение: имя запрашивающей организации слишком длинное (возможно " "укорочено).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Неизвестная организация\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Общепринятое имя: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" "Предупреждение: общепринятое имя слишком длинное (возможно укорочено).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Неизвестное общепринятое имя\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Общепринятое имя сервера: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Неправильный сертификат: общее название Темы слишком длинное!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Несовпадение общепринятого имени сервера: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Имя сервера не установлено, невозможно проверить сертификат!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Неизвестное общепринятое имя сервера\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Имя сервера не указано в сертификате!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "сбой EVP_md5()!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Нехватка памяти!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Буфер текстового журнала слишком мал!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "Отпечаток ключа %s: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "Отпечатки %s совпадают.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "Отпечатки %s не совпадают!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Ошибка проверки сертификата сервера: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "неизвестная запрашивающая сторона (первые %d символов): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Дескриптор файла вне диапазона SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" "Указан неверный протокол SSL '%s', используется протокол по умолчанию " "(SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Проверка сертификата/отпечатка была как-то пропущена!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Повторная попытка чтения сокета Cygwin\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Сбой повторного чтения сокета Cygwin!\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.2.2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2003-06-12 15:02+00\n" "Last-Translator: Lubos Vitek <lubos_vitek@yahoo.com>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -15,25 +15,25 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Kontrolujem, i %s je naozaj ten ist uzol ako %s\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "no, ich IP adresy shlasia\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "Nie, ich IP adresy neshlasia\n" -#: checkalias.c:198 +#: checkalias.c:203 #, fuzzy, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "Nameserver-zlyhanie pri hadan `%s' poas komunikcie s %s.\n" -#: checkalias.c:223 +#: checkalias.c:228 #, fuzzy, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "Nameserver-zlyhanie pri hadan `%s' poas komunikcie s %s.\n" @@ -85,68 +85,68 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] "\t%d msg %d oktetov dlh vynechan fetchmailom.\n" msgstr[1] "\t%d msg %d oktetov dlh vynechan fetchmailom.\n" -#: driver.c:503 +#: driver.c:511 #, fuzzy, c-format msgid "skipping message %s@%s:%d" msgstr "vynechvam sprvu %s@%s:%d (%d oktetov)" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "vynechvam sprvu %s@%s:%d (%d oktetov)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr "(dka -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr "(nadrozmern)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "nemem zska zhlavie, sprva %s@%s:%d (%d oktetov)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr "tam sprvu %s@%s:%d z %d" -#: driver.c:616 +#: driver.c:624 #, fuzzy, c-format msgid " (%d octets)" msgstr " (%d %s oktetov)" -#: driver.c:617 +#: driver.c:625 #, fuzzy, c-format msgid " (%d header octets)" msgstr " (%d oktetov v tele sprvy)" -#: driver.c:685 +#: driver.c:692 #, fuzzy, c-format msgid " (%d body octets)" msgstr " (%d oktetov v tele sprvy)" -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" msgstr "sprva %s@%s:%d nemala oakvan dku (%d aktulne != %d oakvan)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " ponechan\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " vyprzdnen\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " nevyprzdnen\n" -#: driver.c:822 +#: driver.c:828 #, fuzzy, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -156,43 +156,43 @@ msgstr[0] "" msgstr[1] "" "fetchlimit %d dosiahnut; %d sprv ponechnch na serveri %s et %s\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "" "vypranie asovho limitu po %d sekundch pri akan na pripojenie na server " "%s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "" "vypranie asovho limitu po %d sekundch pri akan na odpove zo servera %" "s.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "vypranie asovho limitu po %d sekundch pri akan na %s.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "" "vypranie asovho limitu po %d sekundch pri akan na odpove z " "prijmaa.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "vypranie asovho limitu po %d sekundch.\n" -#: driver.c:907 +#: driver.c:913 #, fuzzy msgid "Subject: fetchmail sees repeated timeouts" msgstr "Predmet: fetchmail spozoroval opakovan vypranie asovch limitov\n" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -201,7 +201,7 @@ msgstr "" "Fetchmail zistil viac ako %d vypran asovch limitov pri pokusoch\n" "zska potu z %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -217,31 +217,36 @@ msgstr "" "\n" "Fetchmail nebude pracova s tmto prieinkom, pokia ho nespustte znova.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "prkaz span pred spojenm nebol spen, nvratov stav: %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "prkaz span pred spojenm nebol spen, nvratov stav: %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "nemem njs HESIOD potov schrnku pre %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "Vedci server nem meno.\n" -#: driver.c:1008 +#: driver.c:1021 #, fuzzy, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "nemem njs kanonick DNS meno pre %s\n" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%s spojen s %s bolo nespench" -#: driver.c:1071 +#: driver.c:1084 #, fuzzy msgid "Subject: Fetchmail unreachable-server warning." msgstr "" @@ -249,45 +254,45 @@ msgstr "" "\n" "Fetchmail sa nemohol spoji s potovm serverom %s:" -#: driver.c:1073 +#: driver.c:1086 #, fuzzy, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail nemohol zska potu z %s@%s.\n" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "SSL spojenie nespen.\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Zmka-chyba zaneprzdnenia pri %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Chyba zaneprzdnenia servra pri %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Chyba autorizcie pri %s@%s%s\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (predtm autorizovan)" -#: driver.c:1187 +#: driver.c:1200 #, fuzzy, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Predmet: autentifikcia fetchmailu nespen pri %s@%s\n" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail nemohol zska potu z %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 #, fuzzy msgid "" "The attempt to get authorization failed.\n" @@ -310,7 +315,7 @@ msgstr "" "o spojenie. alie upozornenia nebud zasielan, pokia sluba\n" "nebude obnoven." -#: driver.c:1201 +#: driver.c:1214 #, fuzzy msgid "" "\n" @@ -336,7 +341,7 @@ msgstr "" "o spojenie. alie upozornenia nebud zasielan, pokia sluba\n" "nebude obnoven." -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -356,169 +361,174 @@ msgstr "" "o spojenie. alie upozornenia nebud zasielan, pokia sluba\n" "nebude obnoven." -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Okamit stiahnutie z %s@%s\n" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Neznma chyba pri prihlsen alebo autentifikcii na %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Autentifikcia OK na %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, fuzzy, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Predmet: fetchmail autentifikcia OK na %s@%s\n" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail bol spen pri prihlsen na %s@%s.\n" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Sluba bola obnoven.\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "vber alebo stiahnutie prieinka %s\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "vber alebo stiahnutie tandardnho prieinka\n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s pri %s (prieinok %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s pri %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Obnovujem %s\n" -#: driver.c:1328 +#: driver.c:1341 #, fuzzy, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d %s (%d viden) pre %s" msgstr[1] "%d %s (%d viden) pre %s" -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "" msgstr[1] "" -#: driver.c:1334 +#: driver.c:1347 #, fuzzy, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d %s pre %s" msgstr[1] "%d %s pre %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d oktetov).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "iadna pota pre %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "neplatn poet sprv!" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "Socket" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "chbajce alebo neplatn zhlavie RFC822" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "klient/server synchronizcia" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "klient/server protokol" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "zmka na servri zaneprzdnen" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "SMTP transakcia" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "DNS vyhadvanie" -#: driver.c:1546 +#: driver.c:1561 #, fuzzy msgid "undefined" msgstr "neznma chyba\n" -#: driver.c:1552 +#: driver.c:1567 #, fuzzy, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "%s-chyba pri doruovan na SMTP server %s\n" -#: driver.c:1554 +#: driver.c:1569 #, fuzzy msgid "unknown" msgstr "hostite je neznmy." -#: driver.c:1556 +#: driver.c:1571 #, fuzzy, c-format msgid "%s error while fetching from %s@%s\n" msgstr "%s-chyba pri sahovan poty z %s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "prkaz span po spojen nebol spen, nvratov stav: %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "prkaz span po spojen nebol spen, nvratov stav: %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Podpora Kerberos V4 nebola pripojen.\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Podpora Kerberos V5 nebola pripojen.\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Voba --flush nie je podporovan s %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Voba --all nie je podporovan s %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Voba --limit nie je podporovan s %s\n" @@ -652,7 +662,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" #: fetchmail.c:142 @@ -674,52 +684,52 @@ msgstr "fetchmail: vyvolan s" msgid "could not get current working directory\n" msgstr "nemem njs aktulny pracovn adresr\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Toto je fetchmail verzia %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Preberm voby z prkazovho riadku%s%s\n" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " a " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Nie s nakongifurovan potov sevre -- mono chba %s?\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: neboli pecifikovan potov servre.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: nie je spusten iadny al fetchmail\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: chyba pri stopovan %s-fetchmailu pri %d; zastaven.\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "pozadie" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "popredie" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s-fetchmail pri %d ukonen.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -727,7 +737,7 @@ msgstr "" "nemem skontrolova potu pokia je spusten in fetchmail pre rovnakho " "hostitea.\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -735,216 +745,216 @@ msgstr "" "fetchmail: nemem aha z uvedench hostiteov pokia be in fetchmail na " "%d.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: je spusten in fetchmail v popred na %d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: nemem akceptova voby pokia be in fetchmail v pozad.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: fetchmail beiaci v pozad na %d bol prebuden.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: star srodenec na %d zhadne zomrel.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: nemem njs heslo pre %s@%s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Zadaj heslo pre %s@%s: " -#: fetchmail.c:557 fetchmail.c:593 -#, fuzzy -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: varovanie: nie je dostupn DNS pre kontrolu Multidrop-spracovan " -"z %s\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 #, fuzzy msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: nie je spusten iadny al fetchmail\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "tartujem fetchmail %s dmona \n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "nemem otvori %s pre pripojenie logov k \n" -#: fetchmail.c:612 +#: fetchmail.c:606 +#, fuzzy +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: varovanie: nie je dostupn DNS pre kontrolu Multidrop-spracovan " +"z %s\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "nemem vykona asov kontrolu %s (chyba %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "fetchmail retartovan (%s zmenench)\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "pokus o nov spustenie me zlyha, pretoe prieinok nebol obnoven\n" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "pokus o nov spustenie fetchmail zlyhal\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "obnovenie %s vynechan (zlyhala autentifikcia alebo vypral as spojenia)\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "interval nebol dosiahnut, nebudem posiela dotaz na %s\n" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Stav dotazu=0 (SUCCESS)\n" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Stav dotazu=1 (NOMAIL)\n" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Stav dotazu=2 (SOCKET)\n" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Stav dotazu=3 (AUTHFAIL)\n" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Stav dotazu=4 (PROTOCOL)\n" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Stav dotazu=5 (SYNTAX)\n" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Stav dotazu=6 (IOERR)\n" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Stav dotazu=7 (ERROR)\n" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Stav dotazu=8 (EXCLUDE)\n" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Stav dotazu=9 (LOCKBUSY)\n" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Stav dotazu=10 (SMTP)\n" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Stav dotazu=11 (DNS)\n" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Stav dotazu=12 (BSMTP)\n" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Stav dotazu=13 (MAXFETCH)\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Stav dotazu=%d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "iadne spojenie nefunguje. Konm.\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, fuzzy, c-format msgid "sleeping at %s for %d seconds\n" msgstr "spm o %s\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "zobuden od %s\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "zobuden signlom %d\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "zobuden o %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "normlne ukonenie, stav %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "nemem vykona asov kontrolu run-control sboru\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Upozornenie: viacer zmienky o hostiteli %s v konfiguranom sbore\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 #, fuzzy msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "Upozornenie: viacer zmienky o hostiteli %s v konfiguranom sbore\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "SSL podpora nebola preloen.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 #, fuzzy msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "SSL podpora nebola preloen.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 #, fuzzy msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "SSL podpora nebola preloen.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 #, fuzzy msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "SSL podpora nebola preloen.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -952,315 +962,325 @@ msgstr "" "fetchmail: varovanie: nie je dostupn DNS pre kontrolu Multidrop-spracovan " "z %s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, fuzzy, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " "service or port\n" msgstr "nesprvna konfigurcia %s, slo portu neme by zporn\n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, fuzzy, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "nesprvna konfigurcia %s, RPOP vyaduje privilegovan port\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "nesprvna konfigurcia %s, LMTP neme poui tandardn SMTP port\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 #, fuzzy msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "Pouitie fetchall ako aj keep on v reime dmona je chybn!\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "ukonen signlom %d\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s dotazuje %s (protokol %s) na %s: ahanie spusten\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "POP2 podpora nebola nakonfigurovan.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "POP3 podpora nebola nakonfigurovan.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "IMAP podpora nebola nakonfigurovan.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "ETRN podpora nebola nakonfigurovan.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "ODMR podpora nebola nakonfigurovan.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "vybran nepodporovan protokol.\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s dotazuje %s (protokol %s) na %s: ahanie dokonen\n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Dotazovac interval je %d seknd\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Log-sbor je %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Idfile je %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Protokol o sprvach bude zaznamenan syslog-om\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail sa bude maskova a nebude generova Received\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail bude zobrazova priebeh pomocou bodiek aj v log-sbore.\n" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail bude nesprvne adresovan sprvy posiela alej na %s.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail bude smerova chybov sprvy sprvcovi poty.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail bude smerova chybov sprvy odosielateovi.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "Fetchmail bude nesprvne adresovan sprvy posiela alej na %s.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Fetchmail bude smerova chybov sprvy odosielateovi.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Voby pre prjem z %s@%s:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Pota bude prijat cez %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, fuzzy, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Dotazovanie tohoto servra bude vykonan kad %d intervaly.\n" msgstr[1] " Dotazovanie tohoto servra bude vykonan kad %d intervaly.\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Skuton nzov servera je %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 #, fuzzy msgid " This host will not be queried when no host is specified.\n" msgstr " Tento hostite %s dotazovan, ke nebude pecifikovan iadny in.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 #, fuzzy msgid " This host will be queried when no host is specified.\n" msgstr " Tento hostite %s dotazovan, ke nebude pecifikovan iadny in.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Heslo bude poadovan.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP tajomstvo = \"%s\".\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP id = \"%s\".\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Heslo = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Protokol je KPOP s Kerberos %s autentifikciou" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Protokol je %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (pouvam slubu %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (pouvam tandardn port)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (povinn pouitie UIDL)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Vetky dostupn metdy autentifikcie bud vyskan.\n" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Autentifikcia heslom bude povinn.\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 #, fuzzy msgid " MSN authentication will be forced.\n" msgstr " NTLM autentifikcia bude povinn.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " NTLM autentifikcia bude povinn.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " OTP autentifikcia bude povinn.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " CRAM-Md5 autentifikcia bude povinn.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " GSSAPI autentifikcia bude povinn.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Kerberos V4 autentifikcia bude povinn.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Kerberos V5 autentifikcia bude povinn.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Predpokladan ifrovanie na rovni koncovho zariadenia.\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Vedci potovej sluby je: %s\n" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " SSL ifrovan spojenia povolen.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL Protokol je %s.\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Kontrola certifiktu SSL servra povolen.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " SSL prieinok pre dvern certifikty: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr "" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " Odtlaok SSL ka (kontrolovan proti ku servra): %s\n" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " asov limit pre ne-odpovedanie servra je %d seknd" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (implicitn hodnota).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Vybran tandardn potov prieinok.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Vybran potov prieinky s:" -#: fetchmail.c:1667 +#: fetchmail.c:1687 #, fuzzy msgid " All messages will be retrieved (--all on).\n" msgstr " %s sprvy budu prijat (--all %s).\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 #, fuzzy msgid " Only new messages will be retrieved (--all off).\n" msgstr " %s sprvy budu prijat (--all %s).\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 #, fuzzy msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Stiahnut sprvy %s ponechan na servri (--keep %s).\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 #, fuzzy msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " Stiahnut sprvy %s ponechan na servri (--keep %s).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 #, fuzzy msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " Star sprvy %s bud zmazan pred prjmom novch sprv (--flush %s).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 #, fuzzy msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " Star sprvy %s bud zmazan pred prjmom novch sprv (--flush %s).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 #, fuzzy msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " @@ -1268,7 +1288,7 @@ msgid "" msgstr "" " Star sprvy %s bud zmazan pred prjmom novch sprv (--flush %s).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 #, fuzzy msgid "" " Oversized messages will not be flushed before message retrieval (--" @@ -1276,342 +1296,342 @@ msgid "" msgstr "" " Star sprvy %s bud zmazan pred prjmom novch sprv (--flush %s).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 #, fuzzy msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " Prepis loklnej adresy servra je %s (--norewrite %s).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 #, fuzzy msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " Prepis loklnej adresy servra je %s (--norewrite %s).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 #, fuzzy msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Vynechanie znaku \"nvrat vozka\"-CR je %s (stripcr %s).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 #, fuzzy msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Vynechanie znaku \"nvrat vozka\"-CR je %s (stripcr %s).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 #, fuzzy msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Vyntenie znaku \"nvrat vozka\"-CR je %s (forcecr %s).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 #, fuzzy msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Vyntenie znaku \"nvrat vozka\"-CR je %s (forcecr %s).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr " Interpretcia ifrovania obsahu pri prenose je %s (pass8bits %s).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr " Interpretcia ifrovania obsahu pri prenose je %s (pass8bits %s).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 #, fuzzy msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " Dekdovanie MIME je %s (mimedecode %s).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 #, fuzzy msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " Dekdovanie MIME je %s (mimedecode %s).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 #, fuzzy msgid " Idle after poll is enabled (idle on).\n" msgstr " Neinnos po stiahnut je %s (idle %s).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 #, fuzzy msgid " Idle after poll is disabled (idle off).\n" msgstr " Neinnos po stiahnut je %s (idle %s).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 #, fuzzy msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Neprzdne stavov riadky bud %s (dropstatus %s)\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 #, fuzzy msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Neprzdne stavov riadky bud %s (dropstatus %s)\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 #, fuzzy msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Delivered-To riadky bud %s (dropdelivered %s)\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 #, fuzzy msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Delivered-To riadky bud %s (dropdelivered %s)\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Limit pre vekos sprvy je %d oktetov (--limit %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Sprvy nemaj limitovan vekos (--limit 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " Interval pre varovanie ohadom vekosti sprvy je %d seknd (--warnings %" "d).\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Varovanie o vekosti sprv pri kadom sahovan (--warnings 0).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Limit pre prijat sprvy je %d (--fetchlimit %d).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Prjem sprv nie je limitovan (--fetchlimit 0).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, fuzzy, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " Limit pre prijat sprvy je %d (--fetchlimit %d).\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 #, fuzzy msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Sprvy nemaj limitovan vekos (--limit 0).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " Limit dvky SMTP sprv je %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Dvka SMTP sprv nie je limitovan (--batchlimit 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " Interval medzi skutonmi vymazaniami nastaven na %d (--expunge %d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Nevynten vymazania (--expunge 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Domny pre ktor bude doruen pota s:" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr "(implicitn hodnota)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Sprvy bud pripojen k %s ako BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Sprvy bud doruen s \"%s\".\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Sprvy bud %cMTP-dopraven na:" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Hosov as z MAIL FROM riadku bude %s\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " Adresa, ktor sa pouije v RCPT TO a bude doruen v SMTP bude %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Rozpoznan SPAM-blokovan odpovede prijmaa s:" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " SPAM-blokovanie vypnut\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Spojenie so servrom bude aktivovan s \"%s\".\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Prkaz span pred spojenm neexistuje.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Spojenie so servrom bude ukonen s \"%s\".\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Prkaz span po spojen neexistuje.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Nie s definovan iadne loklne nzvy pre tohto hostitea.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Multi-drop md: " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Single-drop md: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, fuzzy, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "%d rozpoznanch loklnych nzvov.\n" msgstr[1] "%d rozpoznanch loklnych nzvov.\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 #, fuzzy msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " DNS vyhadvanie pre multi-drop adresy je %s.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 #, fuzzy msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " DNS vyhadvanie pre multi-drop adresy je %s.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 #, fuzzy msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr " Prezvky servra bud porovnvan s multi-drop adresami pomocou " -#: fetchmail.c:1848 +#: fetchmail.c:1868 #, fuzzy msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " Prezvky servra bud porovnvan s multi-drop adresami pomocou " -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Smerovanie adries oblok nie je aktivovan\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Predpoklad sa zhlavie oblky: %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, fuzzy, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Poet zhlav oblok na analzu: %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Prefix %s bude odstrnen z pouvateovho id\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " iadne odstrnenie prefixu\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Preddeklarovan prezvky potovho servra:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Loklne domny:" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Spojenie mus by realizovan pomocou rozhrania %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Neboli pecifikovan iadne poiadavky na rozhranie.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Dotazovac cyklus s monitorom %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Nebolo pecifikovan iadne monitorovacie rozhranie.\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr "" " Spojenie so servrom bude realizovan pomocou plugin-u %s (--plugin %s).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Nebol pecifikovan iadny prkaz pre plugin.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " Spojenia s prijmaom bud realizovan pomocou plugout-u %s (--plugout %" "s).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Nebol pecifikovan iadny prkaz pre plugout.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Neboli uloen iadne UID-y z tohoto hostitea.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UID-ov uloench.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " Informcia o trase dotazu bude pridan do zhlavia Received.\n" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1619,7 +1639,7 @@ msgstr "" " Do zhlavia Received nebude pridan iadna informcia o trase sahovania.\n" ".\n" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Vlastnosti prechodu \"%s\".\n" @@ -1724,71 +1744,71 @@ msgstr "" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Poadovan funkcia OTP nebola preloen do fetchmail-u\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Poadovan funkcia NTLM nebola preloen do fetchmail-u\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Poadovan funkcia LOGIN nie je podporovan servrom\n" -#: imap.c:667 +#: imap.c:676 #, fuzzy, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "sprva %s@%s:%d nemala oakvan dku (%d aktulne != %d oakvan)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "stiahnutie zlyhalo\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, fuzzy, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d sprv ak po stiahnut\n" msgstr[1] "%d sprv ak po stiahnut\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "vber potovho prieinka zlyhal\n" -#: imap.c:802 +#: imap.c:811 #, fuzzy, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d sprv ak po prvom stiahnut\n" msgstr[1] "%d sprv ak po prvom stiahnut\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "vymazanie zlyhalo\n" -#: imap.c:820 +#: imap.c:829 #, fuzzy, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d sprv ak po prvom vymazan\n" msgstr[1] "%d sprv ak po prvom vymazan\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "vyhadvanie nepretanch sprv zlyhalo\n" -#: imap.c:890 +#: imap.c:899 #, fuzzy, c-format msgid "%lu is unseen\n" msgstr "%u je nepretanch\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, fuzzy, c-format msgid "%u is first unseen\n" msgstr "%u je prv nepretan\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -1994,296 +2014,307 @@ msgstr "Nie je mon dekdova OTP vzvu\n" msgid "Secret pass phrase: " msgstr "Heslo: " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "Reazec '%s' nie je platn selny reazec.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "Hodnota reazca '%s' je %s ako %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "menia" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "via" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "pecifikovan neplatn protokol `%s'.\n" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "pecifikovan neplatn autentifikcia `%s'.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "pouitie: fetchmail [prepnae] [server ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " Prepnae s nasledovn:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help zobraz tohto pomocnka\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version zobraz informciu o verzii\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check skontroluj sprvy bez stiahnutia\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent pracuj potichu\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose pracuj hlune (diagnostick vstup)\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon spusti ako dmon raz za n seknd\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr " -N, --nodetach neodpjaj proces dmona\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit zabi proces dmona\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile pecifikuj nzov log-sboru\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" msgstr "" " --syslog poui syslog(3) pre vinu sprv ke be ako dmon\n" -#: options.c:604 +#: options.c:614 #, fuzzy msgid " --invisible don't write Received & enable host spoofing\n" msgstr " --invisible nezapisuj Received & povo podvrhnutie hostitea\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr " -f, --fetchmailrc pecifikuj nhradn spac riadiaci sbor\n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr " -i, --idfile pecifikuj nhradn sbor UID-ov\n" -#: options.c:607 +#: options.c:617 #, fuzzy msgid " --pidfile specify alternate PID (lock) file\n" msgstr " -i, --idfile pecifikuj nhradn sbor UID-ov\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr "" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr "" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr "" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr "" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr "" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr "" -#: options.c:618 +#: options.c:630 msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr "" -#: options.c:619 +#: options.c:631 msgid " --sslcertpath path to ssl certificates\n" msgstr "" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" msgstr "" -#: options.c:622 +#: options.c:634 msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr "" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr "" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr "" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr "" -#: options.c:629 +#: options.c:641 msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr "" -#: options.c:630 +#: options.c:642 msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr "" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr "" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr "" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr "" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr "" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr "" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr "" -#: options.c:639 +#: options.c:651 msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr "" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr "" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr "" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr "" -#: options.c:643 +#: options.c:655 msgid " --limitflush delete oversized messages\n" msgstr "" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr "" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr "" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr "" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr "" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr "" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr "" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr "" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr "" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr "" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr "" -#: options.c:655 +#: options.c:667 msgid " --fetchsizelimit set fetch message size limit\n" msgstr "" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr "" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr "" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr "" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr "" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr "" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr "" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr "" @@ -2365,56 +2396,56 @@ msgstr "" msgid "Option --folder is not supported with POP3\n" msgstr "Voba --flush nie je podporovan s ODMR\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "" -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" msgstr "" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" msgstr "" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "" -#: report.c:104 +#: report.c:92 #, c-format -msgid "%s (log message incomplete)" +msgid "%s (log message incomplete)\n" msgstr "" #: rfc822.c:76 @@ -2631,138 +2662,142 @@ msgstr "" msgid "mail from %s bounced to %s\n" msgstr "" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, c-format msgid "BSMTP file open failed: %s\n" msgstr "" -#: sink.c:758 +#: sink.c:776 msgid "BSMTP preamble write failed.\n" msgstr "" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr "" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "" -#: sink.c:1346 +#: sink.c:1364 #, c-format msgid "Error writing to MDA: %s\n" msgstr "" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr "" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr "" -#: sink.c:1355 +#: sink.c:1373 #, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" msgstr "" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "" -#: sink.c:1587 +#: sink.c:1605 msgid "" "-- \n" "The Fetchmail Daemon" msgstr "" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr "" @@ -2792,171 +2827,171 @@ msgstr "" msgid "execvp(%s) failed\n" msgstr "" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "" -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "" -#: socket.c:326 +#: socket.c:329 #, fuzzy msgid "connection failed.\n" msgstr "SSL spojenie nespen.\n" -#: socket.c:328 +#: socket.c:331 #, fuzzy, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "%s spojen s %s bolo nespench" -#: socket.c:334 +#: socket.c:337 #, fuzzy msgid "connected.\n" msgstr "SSL spojenie nespen.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "" -#: socket.c:733 +#: socket.c:736 #, fuzzy, c-format msgid "Server certificate verification error: %s\n" msgstr " SSL prieinok pre dvern certifikty: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "" -#: transact.c:67 +#: transact.c:65 #, c-format msgid "mapped address %s to local %s\n" msgstr "" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -2965,66 +3000,66 @@ msgstr "" "analza riadku Received:\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "riadok akceptovan, %s je alias potovho servra\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "riadok zamietnut, %s nie je alias potovho servra\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "nenjden adresa Received\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "njden adresa Received `%s'\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "oddeova sprvy njden pri prezeran zhlav\n" -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr "nesprvny riadok zhlavia njden pri prezeran zhlav\n" -#: transact.c:584 +#: transact.c:599 #, fuzzy, c-format msgid "line: %s" msgstr "Obnovujem %s\n" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "iadne loklne zhody, posielam na %s\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "odoslanie a zmazanie odloen kvli DNS chybm\n" -#: transact.c:1255 +#: transact.c:1263 #, fuzzy msgid "writing RFC822 msgblk.headers\n" msgstr "zpis msgblk.hlaviiek RFC822\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "iadna adresa prjemcu nezodpoved zadanm loklnym menm" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "adresa prjemcu %s nezodpoved iadnemu loklnemu menu" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "sprva obsahuje NUL-y" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "SMTP prijma zamietol loklne adresy prjemcu: " @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail-6.3.8\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2008-02-29 00:24+0200\n" "Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n" "Language-Team: Albanian <translation-team-sq@lists.sourceforge.net>\n" @@ -15,26 +15,26 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Po kontrolloj nëse vërtet %s është e njëjta nyje si %s\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Po, vendndodhjet e tyre IP përputhen\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "Jo, vendndodhjet e tyre IP nuk përputhen\n" -#: checkalias.c:198 +#: checkalias.c:203 #, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "" "dështim emri shërbyesi ndërsa kërkoja për `%s' gjatë vjeljes së %s: %s\n" -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "dështim emri shërbyesi ndërsa kërkoja për `%s' gjatë vjeljes së %s.\n" @@ -87,69 +87,69 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] " %d msg me gjatësi %d oktete u anashkaluan prej fetchmail-it." msgstr[1] " %d msg me gjatësi %d oktete u anashkaluan prej fetchmail-it." -#: driver.c:503 +#: driver.c:511 #, c-format msgid "skipping message %s@%s:%d" msgstr "po anashkaloj mesazh %s@%s:%d" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "po anashkaloj mesazh %s@%s:%d (%d tetëshe)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr " (gjatësi -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr " (tej mase)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "nuk munda të sjell tituj, mesazh %s@%s:%d (%d tetëshe)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr "po lexoj mesazh %s@%s:%d nga %d" -#: driver.c:616 +#: driver.c:624 #, c-format msgid " (%d octets)" msgstr " (%d oktete)" -#: driver.c:617 +#: driver.c:625 #, c-format msgid " (%d header octets)" msgstr " (%d tetëshe titulli) " -#: driver.c:685 +#: driver.c:692 #, fuzzy, c-format msgid " (%d body octets)" msgstr " (%d tetëshe trupi) " -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" msgstr "" "mesazhi %s@%s:%d nuk pat gjatësinë e pritur (%d aktualja != %d e pritshmja)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr "mbjatur\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " zbrazur\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " i pa zbrazur\n" -#: driver.c:822 +#: driver.c:828 #, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -159,37 +159,37 @@ msgstr[0] "" msgstr[1] "" "mbrritur në kufi prurjesh %d; %d mesazhe lënë në shërbyesin %s llogaria %s\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "" "mbarim kohe pas %d sekondash po pres për t'u lidhur me shërbyesin %s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "mbarim kohe pas %d sekondash po pres për shërbyesin %s.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "mbarim kohe pas %d sekondash po pres për %s.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "mbarim kohe pas %d sekondash po pres të përgjigjet dëgjuesi.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "mbarim kohe pas %d sekondash.\n" -#: driver.c:907 +#: driver.c:913 msgid "Subject: fetchmail sees repeated timeouts" msgstr "Subjekt: fetchmail-i sheh mbarime të përsëritur kohe" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -198,7 +198,7 @@ msgstr "" "Fetchmail-i vërejti më tepër se %d mbarime kohe ndërsa përpiqej të merrte " "postë prej %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -215,73 +215,78 @@ msgstr "" "\n" "Fetchmail-i nuk do të vjelë sërish prej kësaj kutie para se ta rinisni.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "urdhri para-lidhje dështoi me përfundim %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "urdhri para-lidhje dështoi me përfundim %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "nuk munda të gjej kuti postare HESIOD for %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "Shërbyesi udhëheqës nuk ka emër.\n" -#: driver.c:1008 +#: driver.c:1021 #, fuzzy, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "nuk munda të gjej emër DNS kanonikal të %s (%s)\n" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "lidhja %s me %s dështoi" -#: driver.c:1071 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Subjekt: Sinjalizim Fetchmail për shërbyes të pakapshëm." -#: driver.c:1073 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail-i nuk mundi të lidhet me shërbyesin e postës %s:" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "Lidhja SSL dështoi.\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Gabim duket-i-zënë te %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Gabim shërbyes i zënë te %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Dështim autorizimi te %s@%s%s\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (autorizuar dikur)" -#: driver.c:1187 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subjekt: mirëfilltësimi fetchmail dështoi te %s@%s" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail-i nuk mundi të marrë postë prej %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 #, fuzzy msgid "" "The attempt to get authorization failed.\n" @@ -305,7 +310,7 @@ msgstr "" "në çdo cikël. Nuk do të dërgohen njoftime në të ardhmen para se\n" " të rikthehet shërbimi." -#: driver.c:1201 +#: driver.c:1214 #, fuzzy msgid "" "\n" @@ -332,7 +337,7 @@ msgstr "" "në çdo cikël. Nuk do të dërgohen njoftime në të ardhmen para se\n" " të rikthehet shërbimi." -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -353,168 +358,173 @@ msgstr "" "në çdo cikël. Nuk do të dërgohen njoftime në të ardhmen para se\n" " të rikthehet shërbimi." -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Rivil menjëherë te %s@%s\n" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Gabim mirëfilltësimi ose hyrje e panjohur te %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "OK autorizimi te %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subjekt: OK mirëfilltësimi fetchmail-i te %s@%s" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail-i mundi të hyjë te %s@%s.\n" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Shërbimi është rivendosur.\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "po përzgjedh ose vjel prej dosjes %s\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "po përzgjedh ose vjel prej dosjes parazgjedhje\n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s te %s (dosja %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s te %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Po mbledh %s\n" -#: driver.c:1328 +#: driver.c:1341 #, fuzzy, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d mesazh për %s" msgstr[1] "%d mesazhe për %s" -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "" msgstr[1] "" -#: driver.c:1334 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d mesazh për %s" msgstr[1] "%d mesazhe për %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d oktete).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Pa postë për %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "numërim mesazhesh me gabime!" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "\"socket\"" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "titull RFC822 mungues ose i dëmtuar" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "njëkohësim klient/server" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "protokoll klient/server" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "kyçje e zënë te shërbyes" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "shkëmbim SMTP" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "kërkim DNS" -#: driver.c:1546 +#: driver.c:1561 msgid "undefined" msgstr "e papërcaktuar" -#: driver.c:1552 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "" "gabim %s gjatë prurjes prej %s@%s-së dhe shpërndarjes te strehë SMTP %s\n" -#: driver.c:1554 +#: driver.c:1569 msgid "unknown" msgstr "i/e panjohur" -#: driver.c:1556 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "gabim %s gjatë sjelljes prej %s@%s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "urdhër pas-lidhjeje dështoi me gjendje %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "urdhër pas-lidhjeje dështoi me gjendje %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Mundësia --zbrazje nuk mbulohet me %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Mundësia --all nuk mbulohet me %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Mundësi --limit nuk mbulohet me %s\n" @@ -654,7 +664,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Rob F. Funk, Graham " @@ -684,54 +694,54 @@ msgstr "fetchmail: thirrur me" msgid "could not get current working directory\n" msgstr "nuk munda të kem drejtori punuese të çastit\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Ky është versioni %s i fetchmail-it" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Po marr mundësi prej rresht urdhrash%s%s\n" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " dhe " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Nuk ka shërbyesa poste të rregulluar -- mundet mungon %s?\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: nuk janë treguar shërbyesa poste.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: nuk po xhiron tjetër fetchmail\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "" "fetchmail: gabim gjatë asgjësimit të %s fetchmail te %d; po qërohem që " "këtej.\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "prapaskenë" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "paraskenë" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s fetchmail te %d u asgjësua.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -739,7 +749,7 @@ msgstr "" "fetchmail: nuk mund kontrolloj për postë kur një tjetër fetchmail xhiron te " "e njëjta strehë.\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -747,218 +757,218 @@ msgstr "" "fetchmail: nuk mund të vjel prej strehëve të treguara me një tjetër " "fetchmail në xhirim e sipër në to %d.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: një tjetër fetchmail xhiron në paraskenë te %d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: nuk mund të pranoj mundësira kur një fetchmail xhiron në " "prapaskenë.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: fetchmail-i në prapaskenë te %d u përmend.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: vëllam më i vjetër te %d vdiq misteriozisht.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: nuk mund të gjej fjalëkalim për %s@%s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Jepni fjalëkalim për %s@%s: " -#: fetchmail.c:557 fetchmail.c:593 -#, fuzzy -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: sinjalizim: pa DNS të mundshëm nga i cili të kotrollohen prurje " -"shpërndarjesh të shumëfishta %s\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 #, fuzzy msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: nuk po xhiron tjetër fetchmail\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "po nis demon fetchmail-i %s\n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "nuk munda të hap %s ku të vargëzoj regjistrime \n" -#: fetchmail.c:612 +#: fetchmail.c:606 +#, fuzzy +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: sinjalizim: pa DNS të mundshëm nga i cili të kotrollohen prurje " +"shpërndarjesh të shumëfishta %s\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "s'munda të kontrolloj kohën e %s (gabim %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "po rinis fetchmail (%s ndryshoi)\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" "përpjekja për rinisje mund të dështojë ngaqë drejtoria nuk është rikthyer\n" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "përpjekja për rinisje të fetchmail-it dështoi\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "vjelja te %s u anashkalua (dështim mirëfilltësimi ose shumë mbarime kohe)\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "interval që nuk kapet, nuk po kërkoj %s\n" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Gjendje kërkimi=0 (SUKSES)\n" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Gjendje kërkimi=1 (PAPOSTË)\n" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Gjendje kërkimi=2 (\"SOCKET\")\n" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Gjendje kërkimi=3 (DËSHTMIR)\n" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Gjendje kërkimi=4 (PROTOKOLL)\n" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Gjendje kërkimi=5 (SYNTAKSË)\n" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Gjendje kërkimi=6 (GABIO)\n" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Gjendje kërkimi=7 (GABIM)\n" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Gjendje kërkimi=8 (PËRJASHTO)\n" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Gjendje kërkimi=9 (LOCKBUSY)\n" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Gjendje kërkimi=10 (SMTP)\n" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Gjendje kërkimi=11 (DNS)\n" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Gjendje kërkimi=12 (BSMTP)\n" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Gjendje kërkimi=13 (MAKSJELL)\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Gjendje kërkimi=%d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Tërë lidhjet janë bllokur. Po dal.\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, fuzzy, c-format msgid "sleeping at %s for %d seconds\n" msgstr "gjumë më %s\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "përmendur prej %s\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "përmendur prej sinjali %d\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "përmendur më %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "përfundim normal, gjendje %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "s'munda të kontrolloj kohën për kartelën run-control\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "" "Sinjalizim: përmendje e shumëfishtë e strehës %s në kartelën formësim\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "fetchmail: Gabim: \"defaults\" të shumëfishtë në kartelën formësim.\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "Nuk është përpiluar mbulimi i SSL-së.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 #, fuzzy msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "Nuk është përpiluar mbulimi i SSL-së.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 #, fuzzy msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "Nuk është përpiluar mbulimi i SSL-së.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 #, fuzzy msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "Nuk është përpiluar mbulimi i SSL-së.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -966,17 +976,17 @@ msgstr "" "fetchmail: sinjalizim: pa DNS të mundshëm nga i cili të kotrollohen prurje " "shpërndarjesh të shumëfishta %s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" "sinjalizim: Mos kërkoni ndihmë nëse tërë posta i shkon postmaster-it!\n" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -985,297 +995,309 @@ msgstr "" "fetchmail: formësimi i %s i pavlefshëm, jepni numër pozitiv porte për " "shërbimin ose portën\n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: formësimi i %s i pavlefshëm, RPOP lyp një portë të privilegjuar\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "formësimi i %s i pavlefshëm, LMTP nuk mund të përdorë portën SMTP " "parazgjedhje\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 #, fuzzy msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "" "\"fetchall\" e njëkohësisht \"keep on\" gjatë mënyrës demon përbën gabim!\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "përfunduar me sinjal %d\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s po kërkon %s (protokolli %s) te %s: vjelja filloi\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "Nuk është formësuar mbulim për POP2.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "Nuk është formësuar mbulim për POP3.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "Nuk është formësuar mbulim për IMAP.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "Nuk është formësuar mbulim për ETRN.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "Nuk është formësuar mbulim për ODMR.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "përzgjedhur protokoll i pambuluar.\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s po kërkon %s (protokolli %s) te %s: vjelja u plotësua\n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Intervali i vjeljes është %d sekonda\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Jetëgjatësia e regjistrit është %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Idfile është %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "Mesazhe ecurie do të regjistrohen përmes syslog\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail do të kryejë maskim dhe nuk do të prodhojë Të Marrë\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail-i do të tregojë pika ecurie edhe në kartela regjistrimesh.\n" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "" "Fetchmail-i do të përcjellë mesazhe të keqadresuar me shpërndarje të " "shumëfishtë te %s.\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail-i do të drejtojë gabime poste drejt ustait të postës.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail-i do të drejtojë gabime poste te dërguesi.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "" +"Fetchmail-i do të përcjellë mesazhe të keqadresuar me shpërndarje të " +"shumëfishtë te %s.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Fetchmail-i do të drejtojë gabime poste te dërguesi.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Mundësi për marrje prej %s@%s:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Posta do të merret përmes %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] "" msgstr[1] "" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Emri i vërtetë i shërbyesit është %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr " Kjo strehë nuk do pyetet kur nuk ka strehë të treguar.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " Kjo strehë do të pyetet kur nuk ka strehë të treguar.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Do të kërkohet fjalëkalim.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " Sekret APOP= \"%s\".\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " Id RPOP = \"%s\".\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Fjalëkalim = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Protokolli është KPOP me mirëfilltësim Kerberos %s" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Protokoll është %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (po përdor shërbim %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (po përdor portë parazgjedhje)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (po detyroj përdorim UIDL)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Do të provohen tërë metodat e mundshme për mirëfilltësim.\n" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Do të detyrohet mirëfilltësim me fjalëkalim.\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " Do të detyrohet mirëfilltësim MSN.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " Do të detyrohet mirëfilltësim NTLM.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " Do të detyrohet mirëfilltësim OTP.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " Do të detyrohet mirëfilltësim CRAM-Md5.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " Do të detyrohet mirëfilltësim GSSAPI.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Do të detyrohet mirëfilltësim Kerberos V4.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Do të detyrohet mirëfilltësim Kerberos V5.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Nënkuptohet kodim cep-më-cep.\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Parësori i shërbimit postar është: %s\n" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " Mundësuar sesione SSL të koduar.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " Protokoll SSL: %s.\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Mundësuar kontroll dëshmie shërbyesi SSL.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " drejtori dëshmish SSL të besueshme: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, fuzzy, c-format msgid " SSL server CommonName: %s\n" msgstr "Emër i Zakonshëm Shërbyesi: %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " shenjë gishtash kyçi SSL (kontrolluar kundrejt kyçi shërbyesi): %s\n" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Afati i mospërgjigjes së shërbyesit është %d sekonda" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (parazgjedhje).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Kuti postare parazgjedhje e përzgjedhur.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Kutitë postare të përzgjedhura janë:" -#: fetchmail.c:1667 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Do të merren tërë mesazhet (--all on).\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Do të merren vetëm mesazhet e rinj (--all off).\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Mesazhet e sjellë %s mbahen në shërbyes (--keep on).\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " Mesazhet e sjellë nuk do të mbahen në shërbyes (--keep off).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr "" " Mesazhet e vjetër do të zbrazen para marrjes së mesazheve (--flush on).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " Mesazhet e vjetër nuk do të zbrazen para marrjes së mesazheve (--flush " "off).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1283,7 +1305,7 @@ msgstr "" " Mesazhet tej masës do të zbrazen para marrjes së mesazheve (--limitflush " "on).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1291,340 +1313,340 @@ msgstr "" " Mesazhet tej masës nuk do të zbrazen para marrjes së mesazheve (--" "limitflush off).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr "" " Rishkrimi i vendndodhjeve vendore të shërbyesit është veprues (--norewrite " "off).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr "" " Rishkrimi i vendndodhjeve vendore të shërbyesit është joveprues (--" "norewrite on).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Heqja e \"carriage-return\"-it është vepruese (stripcr on).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Heqja e \"carriage-return\"-it është jovepruese (stripcr off).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr "Detyrimi i \"carriage-return\"-it është veprues (forcecr on).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr "Detyrimi i \"carriage-return\"-it është joveprues (forcecr off).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " Interpretimi i Kodimit të Shpërnguljes së Përmbajtjes është joveprues " "(pass8bits on).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " Interpretimi i Kodimit të Shpërnguljes së Përmbajtjes është veprues " "(pass8bits off).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " Çkodimi MIME është veprues (mimedecode on).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " Çkodimi MIME është joveprues (mimedecode off).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr "Plogështia pas vjeljes është vepruese (idle on).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr "Plogështia pas vjeljes është jovepruese (idle off).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr "" " Nuk do të merren parasysh rreshta Gjendjeje Joboshe (dropstatus on)\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr "" " Do të merren parasysh rreshta Gjendjeje Joboshe do të jenë (dropstatus " "off)\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Rreshtat Nisur Për nuk do të merren parasysh (dropdelivered on)\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Rreshtat Nisur Për do të merren parasysh (dropdelivered off)\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Kufiri i madhësisë së mesazheve është %d tetëshe (--limit %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Pa kufi madhësie mesazhesh (--limit 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr "" " Intervali i sinjalizimit të madhësisë së mesazheve është %d sekonda (--" "warnings %d).\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Sinjalizim madhësie në çdo vjelje (--warnings 0).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Kufiri për mesazhe të marrë është %d (--fetchlimit %d).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Pa kufi për mesazhe të marrë (--fetchlimit 0).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " Kufi madhësie mesazhesh që sillen është %d (--fetchsizelimit %d).\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Pa kufi madhësie mesazhesh që sillen (--fetchsizelimit 0).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr " Kryej kërkim dyor të UID-ve gjatë çdo vjeljeje (--fastuidl 1).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" " Kryej kërkim dyor të UID-ve gjatë %d prej %d vjeljeve (--fastuidl %d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr " Kryej kërkim linear të UID-ve gjatë çdo vjeljeje (--fastuidl 0).\n" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " Kufiri për tufë mesazhesh SMTP është %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Pa kufi për tufë mesazhe SMTP (--batchlimit 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " Interval fshirjesh ndërmjet shuarjesh detyruar në %d (--expunge %d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Pa shuarje të detyruara (--expunge 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Përkatësitë për të cilat do të jepet postë janë:" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (parazgjedhje)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Mesazhet do të vargëzohen te %s si BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Mesazhet do të shpërndahen me \"%s\".\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Mesazhet do të përcillen si %cMTP te:" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Pjesa strehë e rreshtit POSTË PREJ do të jetë %s\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr "" " Vendndodhja që do vendoset tek rreshtat RCPT TO të dërguar te SMTP do të " "jetë %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Përgjigje të pranuara blloqesh spam dëgjuesi janë:" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Bllokim spamesh i çaktivizuar\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Lidhja me shërbyesin do të sillet me \"%s\".\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Pa urdhër para-lidhjeje.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Lidhja me shërbyesin do të lihet me \"%s\".\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Pa urdhër pas-lidhjeje.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Pa emra vendorë të deklaruar për këtë strehë.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Mënyrë shpërndarje e shumëfishtë: " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Mënyrë shpërndarje njëshe: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "" msgstr[1] "" -#: fetchmail.c:1841 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr "" " Kërkimi DNS për vendndodhje shpërndarjesh të shumëfishta është veprues.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr "" " Kërkimi DNS për vendndodhje shpërndarjesh të shumëfishta është joveprues.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Aliase shërbyesish do të krahasohen me vendndodhje shpërndarjesh të " "shumëfishta nga prej vendndodhjes IP.\n" -#: fetchmail.c:1848 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Aliase shërbyesish do të krahasohen me vendndodhje shpërndarjesh të " "shumëfishta prej emrit.\n" -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Përcjellje vendndodhjesh zarf është çaktivizuar\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Titulli zarf nënkuptohet të jetë: %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Numër titujsh zarf për t'u anashkaluar: %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Parashtesa %s do të hiqet prej id-je përdoruesi\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Pa heqje parashtese\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Aliase emrash shërbyesi të paradeklaruar:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Përkatësi vendore:" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Lidhja duhet të jetë përmes ndërfaqes %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Pa kusht të përcaktuar rreth ndërfaqes.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Qerthulli i vjeljes do të mbikqyrë %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Pa ndërfaqe mbikqyrjeje të përcaktuar.\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr "" " Lidhjet me shërbyesin do të kryhen përmes shtojcës %s (--plugin %s).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Pa urdhër shtojce të përcaktuar.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr "" " Lidhje dëgjuesi do të kryhen përmes shtojce daljeje %s (--plugout %s).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Pa urdhër shtojce daljeje të përcaktuar.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Pa UID të ruajtura prej kësaj strehe.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UID të ruajtur.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " Të dhëna gjurmimi vjeljeje do të shtohen te titulli Të Marrë.\n" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1632,7 +1654,7 @@ msgstr "" " Nuk do të shtohen të dhëna gjurmimi vjeljeje te titulli Të Marrë.\n" ".\n" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Veti kalimi-nëpër \"%s\".\n" @@ -1737,72 +1759,72 @@ msgstr "" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Aftësi e nevojshme OTP e papërpiluar tek fetchmail-i\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Aftësi e nevojshme NTML e papërpiluar tek fetchmail-i\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Aftësi e nevojshme LOGIN e pambuluar prej shërbyesit\n" -#: imap.c:667 +#: imap.c:676 #, fuzzy, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "" "mesazhi %s@%s:%d nuk pat gjatësinë e pritur (%d aktualja != %d e pritshmja)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "rivjelja dështoi\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d mesazh në pritje pas rivjeljes\n" msgstr[1] "%d mesazhe në pritje pas rivjeljes\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "përzgjedhja e kutisë postare dështoi\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d mesazh në pritje pas vjeljes së parë\n" msgstr[1] "%d mesazhe në pritje pas vjeljes së parë\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "shuarja dështoi\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d mesazh në pritje pas shuarjes\n" msgstr[1] "%d mesazhe në pritje pas shuarjes\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "kërkimi për mesazhe të pavërejtur dështoi\n" -#: imap.c:890 +#: imap.c:899 #, fuzzy, c-format msgid "%lu is unseen\n" msgstr "%u është i pavërejtur\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u është i pari i pavërejtur\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2002,79 +2024,79 @@ msgstr "" msgid "Secret pass phrase: " msgstr "Frazë pass sekrete: " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "Vargu '%s' nuk është një varg numerik i vlefshëm.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "Vlera e vargut '%s' është %s se %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "më e vogël" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "më e madhe" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "Është treguar protokoll i pavlefshëm `%s'.\n" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "Është treguar mirëfilltësim i pavlefshëm `%s'.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "përdorimi: fetchmail [mundësi] [shërbyes ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " Mundësitë janë si vijon:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help shfaq ndihmën për këtë mundësi\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version shfaq të dhëna versioni\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check kontrollon për mesazhe por pa sjellë\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent puno në heshtje\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose puno me zhurmë (diagnostiko ecurinë)\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon xhiro si demon njëherë në n sekonda\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr " -N, --nodetach mos shkëput proces demoni\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit asgjëso proces demoni\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile përcakto emër kartele regjistrimi\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" @@ -2082,67 +2104,78 @@ msgstr "" " --syslog përdor syslog(3) për shumicën e mesazheve kur xhiron si " "demon\n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr "" " --invisible mos shkruaj Të Marrë & dhe mundëso \"host spoofing\"\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr " -f, --fetchmailrc përcakto kartelë \"run control\" alternative\n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr " -i, --idfile përcakto tjetër kartelë UID-rash\n" -#: options.c:607 +#: options.c:617 #, fuzzy msgid " --pidfile specify alternate PID (lock) file\n" msgstr " -i, --idfile përcakto tjetër kartelë UID-rash\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr " --postmaster përcakto marrës të zonës së fundit\n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" " --nobounce ridrejto kapërcime prej përdoruesve te ustai i postës.\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface përcaktim i ndërfaqes së nevojshme\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr " -M, --monitor mbikqyr ndërfaqen për veprimtari\n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl mundëso sesion të koduar me ssl\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey kartelë kyçi ssl vetiak\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert dëshmi ssl klienti\n" -#: options.c:618 +#: options.c:630 msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr "" -#: options.c:619 +#: options.c:631 msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcertpath shteg për te dëshmi ssl\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" @@ -2150,163 +2183,163 @@ msgstr "" " --sslfingerprint shenjë gishtash që duhet të përputhet me atë të " "dëshmisë së shërbyesit.\n" -#: options.c:622 +#: options.c:634 #, fuzzy msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr " --sslproto detyro protokoll ssl (ssl2/ssl3/tls1)\n" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr " --plugin përcakto urdhër të jashtëm për hapje lidhjeje\n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" " --plugout përcakto urdhër të jashtëm për hapje lidhjeje smtp\n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr " -p, --protocol përcakto protokoll marrjeje (shih faqen man)\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl detyro përdorimin e UIDL-rave (vetëm pop3)\n" -#: options.c:629 +#: options.c:641 msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr "" " --port portë TCP për lidhje (e vjetëruar, përdorni --service)\n" -#: options.c:630 +#: options.c:642 msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr "" " -P, --service shërbim TCP për lidhje (mund të jetë portë numerike " "TCP)\n" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr "" " --auth lloj mirëfilltësimi (fjalëkalim/kerberos/ssh/otp)\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout afat mospërgjigjeje shërbyesi\n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope titull vendndodhje si të qe zarf\n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr "" " -Q, --qvirtual parashtesë për t'u hequr pre id-je përdoruesi vendor\n" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr " --principal parësori i shërbimit postar\n" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" " --tracepolls shton të dhëna gjurmimi vjeljeje te titull Të marrë\n" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr " -u, --username përcakto futjen e përdoruesit te shërbyesi\n" -#: options.c:639 +#: options.c:651 #, fuzzy msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --all merr mesazhe të rinj dhe të vjetër\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr " -K, --nokeep fshi mesazhe të rinj pas marrjeje\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr " -k, --keep ruaj mesazhe të rinj pas marrjejel\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush fshi mesazhe të vjetër prej shërbyesit\n" -#: options.c:643 +#: options.c:655 msgid " --limitflush delete oversized messages\n" msgstr " --limitflush fshij mesazhe tej mase\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite mos rishkruaj titull vendndodhjesh\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr " -l, --limit mos sill mesazhe tej madhësisë së dhënë\n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr " -w, --warnings interval midis njoftimesh sinjalizimi poste\n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost cakto strehë SMTP përcjelljeje\n" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr " --fetchdomains sill postë për përkatësitë e caktuar\n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr "" " -D, --smtpaddress cakto përkatësi SMTP shpërndarje për t'u përdorur\n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr "" " --smtpname cakto emër të plotë SMTP emërpërdoruesi@përkatësi\n" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr " -Z, --antispam, cakto vlera përgjigjesh antispam\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr " -b, --batchlimit cakto kufi tufe për lidhje SMTP\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr " -B, --fetchlimit cakto kufi prurjeje për lidhje shërbyesish\n" -#: options.c:655 +#: options.c:667 msgid " --fetchsizelimit set fetch message size limit\n" msgstr " --fetchsizelimit cakto kufi madhësie mesazhesh që sillen\n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr " --fastuidl kryej një kërkim dyor për UIDL-ra\n" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr " -e, --expunge cakto maksimum fshirjesh ndërmjet shuarjesh\n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " -m, --mda cakto MDA për t'u përdorur për përcjellje\n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp cakto kartelë përfundimesh BSMTP\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp përdor LMTP (RFC2033) për shpërndarje\n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder cakto emër dosjeje të largët\n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr " --showdots shfaq pika përparimi edhe në kartela regjistrimi\n" @@ -2390,15 +2423,15 @@ msgstr "gabim protokolli gjatë sjelljes së UIDL-ve\n" msgid "Option --folder is not supported with POP3\n" msgstr "Mundësia --dosje nuk mbulohet me POP3\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "mundësi shërbyesi pas mundësish përdoruesi" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "SDPS jo vepruese." -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2406,7 +2439,7 @@ msgstr "" "fetchmail: mundësia e ndërfaqes mbulohet vetëm nën Linux (pa IPv6) dhe " "FreeBSD\n" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2414,36 +2447,36 @@ msgstr "" "fetchmail: mundësia e mbikqyrjes mbulohet vetëm nën Linux (pa IPv6) dhe " "FreeBSD\n" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "SSL nuk është vepruese" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "fund futjeje" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "Kartela %s duhet të jetë një kartelë e rregullt.\n" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, fuzzy, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "Kartela %s duhet të ketë jo më shumë se lejet -rwx--x--- (0710).\n" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "Kartela %s duhet të jetë prona juaj.\n" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Gabim i panjohur sistemi" -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s (mesazh regjistrimi jo i plotë)" #: rfc822.c:76 @@ -2662,108 +2695,112 @@ msgstr "SMTP: (tekst mesazhi kërcimesh)\n" msgid "mail from %s bounced to %s\n" msgstr "postë prej %s kërceu për te %s\n" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "Gabimi i ruajtur është ende %d\n" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "gabim %cMTP: %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, fuzzy, c-format msgid "BSMTP file open failed: %s\n" msgstr "Dështoi hapja e kartelës BSMTP ose shkrimi i parathënies\n" -#: sink.c:758 +#: sink.c:776 #, fuzzy msgid "BSMTP preamble write failed.\n" msgstr "Dështoi hapja e kartelës BSMTP ose shkrimi i parathënies\n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "Dëgjesi %cMTP nuk e pëlqen vendndodhjen e marrësit `%s'\n" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "dëgjuesi %cMTP nuk e ka dhe aq qejf vendndodhjen e marrësit `%s'\n" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr "pa përputhje vendndodhjesh; s'është caktuar \"postmaster\".\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "s'mund as të dërgoj te %s!\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "pa përputhje vendndodhjesh; po përcjell drejt %s.\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "gati për të shpërndarë me: %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "Hapja e MDA-s dështoi\n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "Lidhja %cMTP me %s dështoi\n" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "s'ia dal dot me dëgjuesin; po rikthehem te %s" -#: sink.c:1346 +#: sink.c:1364 #, fuzzy, c-format msgid "Error writing to MDA: %s\n" msgstr "Gabim në fshirjen e kartelës \"%s\": %s\n" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr "MDA-ja vdiq nga sinjali %d\n" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr "MDA riktheu gjendje jo zero %d\n" -#: sink.c:1355 +#: sink.c:1373 #, fuzzy, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" msgstr "Çudi: MDA pclose riktheu %d, nuk mund të trajtojë %s:%d\n" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "Dështoi përfundim mesazhi ose mbyllje e kartelës BSMTP\n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "Dëgjuesi SMTP nuk pranoi shpërndarjen\n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "Gabim shpërndarjeje LMTP në EOM\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "Përgjigje jo-503 e papritur për LMTP EOM: %s\n" -#: sink.c:1587 +#: sink.c:1605 msgid "" "-- \n" "The Fetchmail Daemon" @@ -2771,32 +2808,32 @@ msgstr "" "-- \n" "Demoni Fetchmail" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "Mirëfilltësim ESMTP CRAM-MD5...\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "Shërbyesi hodhi poshtë urdhrin AUTH.\n" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "Përgjigje base64 e gabuar prej shërbyesit.\n" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "Mirëfilltësim ESMTP PLAIN...\n" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "Mirëfilltësim ESMTP LOGIN...\n" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr "gabim protokolli dëgjuesi smtp\n" @@ -2826,175 +2863,175 @@ msgstr "po xhiroj %s (streha %s shërbimi %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) dështoi\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "gabim getaddrinfo(\"%s\",\"%s\"): %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" "Provoni të shtoni mundësinë --service (shihni po ashtu FAQ, zëri R12).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, fuzzy, c-format msgid "unknown (%s)" msgstr "i/e panjohur" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "" -#: socket.c:310 +#: socket.c:313 #, fuzzy, c-format msgid "cannot create socket: %s\n" msgstr "s'mund as të dërgoj te %s!\n" -#: socket.c:326 +#: socket.c:329 #, fuzzy msgid "connection failed.\n" msgstr "Lidhja SSL dështoi.\n" -#: socket.c:328 +#: socket.c:331 #, fuzzy, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "lidhja %s me %s dështoi" -#: socket.c:334 +#: socket.c:337 #, fuzzy msgid "connected.\n" msgstr "Lidhja SSL dështoi.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Organizëm Lëshues: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "Sinjalizim: Emër Organizmi Lëshues shumë i gjatë (mundet u cungua).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Organizëm i Panjohur\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Emër i Zakonshëm Lëshuesi: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" "Sinjalizim: Emër i Zakonshëm Lëshues shumë i gjatë (mundet u cungua).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Emër i Zakonshëm Lëshuesi i Panjohur\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Emër i Zakonshëm Shërbyesi: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Dëshmi e gabuar: Emër i Zakonshëm Subjekti shumë i gjatë!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Ngatërrim Emri të Zakonshëm Shërbyesi: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Emër shërbyesi i pacaktuar, nuk munda të verifikoj dëshminë!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Emër i Zakonshëm Shërbyesi I panjohur\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Emër shërbyesi i pacaktuar në dëshmi!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() dështoi!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Kujtesë e pamjaftueshme!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Shtytëz përmbledhjeje tekstesh shumë e vogël!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "gjurmë gishtash kyçi %s: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s gjurmat e gishtave përputhen.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s gjurmat e gishtave nuk përputhen!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Gabim verifikim dëshmie shërbyesi: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "lëshues i panjohur (%d gërmat e para): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Përshkrues kartele jashtë intervali për SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" "Treguar protokoll SSL i pavlefshëm '%s', po përdor të parazgjedhurin " "(SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Verifikimi i dëshmisë/gjurmës së gishtave pak a shumë u anashkalua!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Riprovë për lexim prej një \"socket\"-i Cygwin\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Leximi dhe shkrimi prej një \"socket\"-i Cygwin dështuan!\n" -#: transact.c:67 +#: transact.c:65 #, fuzzy, c-format msgid "mapped address %s to local %s\n" msgstr "kalova %s te %s vendore\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "kalova %s te %s vendore\n" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -3003,65 +3040,65 @@ msgstr "" "po analizoj rreshtin Të Marrë:\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "rresht i pranuar, %s është një alias i shërbyesit postar\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "rresht i papranuar, %s nuk është një alias i shërbyesit postar\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "nuk u gjet vendndodhje Të Marrë\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "u gjet vendndodhje Të Marrë `%s'\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "u gjet kufizues mesazhesh ndërkohë që skanoheshin titujt\n" -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr "u gjet rresht i pasaktë titulli ndërkohë që skanoheshin titujt\n" -#: transact.c:584 +#: transact.c:599 #, c-format msgid "line: %s" msgstr "rreshti: %s" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "pa përputhje vendore, po përcjell te %s\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "përcjellje dhe fshirje lënë përgjysmë për shkak gabimesh DNS\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "po shkruaj tituj RFC822 msgblk\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "asnjë vendndodhje marrësi nuk përputhet me emra vendorë të deklaruar" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "vendndodhja e marrësit %s nuk u përputh me ndonjë emër vendor" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "mesazhi ka NULe të trupëzuar" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "dëgjuesi SMTP hodhi tej vendndodhje vendore marrësish: " @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.2.5\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2003-10-17 17:27+0200\n" "Last-Translator: Engin Gndz <engin@ripe.net>\n" "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n" @@ -14,26 +14,26 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-9\n" "Content-Transfer-Encoding: 8bit\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "`%s' dmnn gerekten `%s' ile ayn olup olmadna baklyor\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Evet, IP adresleri birbirine uyuyor\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "Hayr, IP adresleri birbirine uymuyor\n" -#: checkalias.c:198 +#: checkalias.c:203 #, fuzzy, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "" "%2$s yoklanrken `%1$s'in aranmas srasnda DNS sorgusu baarsz oldu.\n" -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "" @@ -88,50 +88,50 @@ msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] "\tfetchmail %2$d sekizlik byklndeki %1$d. iletiyi atlyor.\n" msgstr[1] "\tfetchmail %2$d sekizlik byklndeki %1$d. iletiyi atlyor.\n" -#: driver.c:503 +#: driver.c:511 #, c-format msgid "skipping message %s@%s:%d" msgstr "ileti %s@%s:%d atlanyor" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "ileti %s@%s:%d atlanyor (%d sekizlik)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr " (byklk -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr " (ok byk)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "balklar getirilemedi, ileti %s@%s:%d (%d sekizlik)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr "ileti %s@%s:%d okunuyor (%d taneden)" -#: driver.c:616 +#: driver.c:624 #, fuzzy, c-format msgid " (%d octets)" msgstr " (%d %ssekizlik)" -#: driver.c:617 +#: driver.c:625 #, fuzzy, c-format msgid " (%d header octets)" msgstr " (ileti gvdesi %d sekizlik) " -#: driver.c:685 +#: driver.c:692 #, fuzzy, c-format msgid " (%d body octets)" msgstr " (ileti gvdesi %d sekizlik) " -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" @@ -139,19 +139,19 @@ msgstr "" "%s@%s:%d iletisinin uzunluu beklendii kadar deil (gerekte %d != beklenen " "%d)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " brakld\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " boaltld\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " boaltlmad\n" -#: driver.c:822 +#: driver.c:828 #, fuzzy, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" @@ -161,38 +161,38 @@ msgstr[0] "" msgstr[1] "" "`fetchlimit' %d ulald; %d ileti %s sunucusunda %s hesabnda brakld\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "" "%d saniye %s sunucusuna balanmak beklendi ve zamanam sresi doldu.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "sunucu %2$s %1$d saniye beklendi ve zamanam sresi doldu.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "%2$s %1$d saniye beklendi ve zamanam sresi doldu.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "dinleyici %d saniye beklendikten sonra zamanamna urand.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "%d saniye beklendi ve zamanam sresi doldu.\n" -#: driver.c:907 +#: driver.c:913 #, fuzzy msgid "Subject: fetchmail sees repeated timeouts" msgstr "Subject: fetchmail ok sayda zamanam ile karlayor\n" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" @@ -201,7 +201,7 @@ msgstr "" "Fetchmail %2$s@%3$s'den posta almaya alrken %1$d'den ok zamanam ile " "karlat.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -218,32 +218,37 @@ msgstr "" "Fetchmail yeniden altrlana dek bir daha bu posta kutusuna\n" "bakmayacak.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "balant sonras komut baarsz oldu, durum kodu %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "balant sonras komut baarsz oldu, durum kodu %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "%s iin HESIOD pobox bulunamad\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "Lead sunucunun ad yok.\n" # canonical'in Trkesi ne ola? kanonik hi ho deil. -#: driver.c:1008 +#: driver.c:1021 #, fuzzy, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "%s (%s)'in kanonik DNS adn bulamadm\n" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%2$s'ye %1$s balants baarsz oldu" -#: driver.c:1071 +#: driver.c:1084 #, fuzzy msgid "Subject: Fetchmail unreachable-server warning." msgstr "" @@ -251,45 +256,45 @@ msgstr "" "\n" "Fetchmail posta sunucusuna (%s) ulaamad:" -#: driver.c:1073 +#: driver.c:1086 #, fuzzy, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail %s@%s'den posta alamad.\n" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "SSL balants baarsz oldu.\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Megul kilit hatas (%s@%s)\n" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Sunucu megul hatas (%s@%s)\n" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "%s@%s%s'te yetkilendirme hatas\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (nceden yetkilendirilmi)" -#: driver.c:1187 +#: driver.c:1200 #, fuzzy, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Subject: %s@%s'te fetchmail kimlik denetlemesi baarsz oldu\n" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail %s@%s'den posta alamad.\n" -#: driver.c:1195 +#: driver.c:1208 #, fuzzy msgid "" "The attempt to get authorization failed.\n" @@ -312,7 +317,7 @@ msgstr "" "Fetchmail daemon' almaya devam edecek ve sras geldike balanmaya\n" "alacak. Hizmet yeniden salanana dek baka bir bildirim gnderilmeyecek." -#: driver.c:1201 +#: driver.c:1214 #, fuzzy msgid "" "\n" @@ -338,7 +343,7 @@ msgstr "" "Fetchmail daemon' almaya devam edecek ve sras geldike balanmaya\n" "alacak. Hizmet yeniden salanana dek baka bir bildirim gnderilmeyecek." -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -357,71 +362,71 @@ msgstr "" "Fetchmail daemon' almaya devam edecek ve sras geldike balanmaya\n" "alacak. Hizmet yeniden salanana dek baka bir bildirim gnderilmeyecek." -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "%s@%s'de hemen yeniden kontrol\n" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "%s@%s'te bilinmeyen giri ya da kimlik denetleme hatas\n" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "%s@%s'te yetki denetleme tamam\n" -#: driver.c:1262 +#: driver.c:1275 #, fuzzy, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Subject: %s@%s'te fetchmail kimlik denetleme tamam\n" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail %s@%s'e girmeyi baard.\n" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Hizmet yeniden salanyor.\n" # Bunu kaynak kodunda kontrol et. -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "%s klasrn seiyor ya da yeniden kontrol ediyorum\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "ntanml klasr seiyor ya da yeniden kotrol ediyorum\n" # kaynak koduna baklacak -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%2$s'de %1$s (klasr %3$s)" # kaynak koduna baklacak -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%2$s'de %1$s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "%s yoklanyor\n" # sonraki iki ileti ile ilgili -#: driver.c:1328 +#: driver.c:1341 #, fuzzy, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%5$s iin (%3$d adedi %4$s) %1$d %2$s" msgstr[1] "%5$s iin (%3$d adedi %4$s) %1$d %2$s" -#: driver.c:1331 +#: driver.c:1344 #, fuzzy msgid "seen" msgid_plural "seen" @@ -429,104 +434,109 @@ msgstr[0] "grlm" msgstr[1] "grlm" # nceki iki ileti ile ilgili. -#: driver.c:1334 +#: driver.c:1347 #, fuzzy, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%3$s iin %1$d %2$s" msgstr[1] "%3$s iin %1$d %2$s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d sekizli).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "%s iin mektup yok\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "sahte ileti says!" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "soket" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "RFC822 bal ya hi yok ya da format kt" -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "istemci/sunucu senkronizasyonu" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "istemci/sunucu protokol" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "sunucuda kilit megul" # transaction' ilem diye evirdim. Doru mu? -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "SMTP ilemi" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "DNS sorgusu" -#: driver.c:1546 +#: driver.c:1561 #, fuzzy msgid "undefined" msgstr "tanmlanmam hata\n" -#: driver.c:1552 +#: driver.c:1567 #, fuzzy, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "SMTP makinas %2$s'e datlrken %1$s hatas\n" -#: driver.c:1554 +#: driver.c:1569 #, fuzzy msgid "unknown" msgstr "makina bilinmiyor." -#: driver.c:1556 +#: driver.c:1571 #, fuzzy, c-format msgid "%s error while fetching from %s@%s\n" msgstr "%2$s'den getirilirken %1$s hatas\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "balant sonras komut %d durum kodu ile baarsz oldu\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "balant sonras komut %d durum kodu ile baarsz oldu\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Kerberos V4 destei yok.\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Kerberos V5 destei yok.\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "--flush seenei %s ile desteklenmiyor\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "--all seenei %s ile desteklenmiyor\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "--limit seenei %s ile desteklenmiyor\n" @@ -662,7 +672,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" #: fetchmail.c:142 @@ -685,60 +695,60 @@ msgstr "fetchmail: bunlarla balatld" msgid "could not get current working directory\n" msgstr "alma dizini bulunamad\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "fetchmail srm %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Seenekler komut satrndan alnyor%s%s\n" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " ve " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Hibir posta sunucusu yok; belki %s eksik?\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: hibir posta sunucusu belirtilmedi.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: baka bir fetchmail almyor\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "" "fetchmail: %2$d'de %1$sda alan fetchmail'i ldrrken hata; kyorum.\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "arkaplan" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "nplan" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %2$d'de %1$sde alan fetchmail ldrld.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" msgstr "" "fetchmail: ayn makinaya baka bir fetchmail alrken iletilere bakamam.\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -746,84 +756,84 @@ msgstr "" "fetchmail: %d'de alan baka bir fetchmail ile belirtilen makinalar " "yoklayamam.\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: %d'de baka bir fetchmail nplanda alyor.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: arkaplanda bir fetchmail alrken seenekleri kabul edemem.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: %d'de arkaplanda alan fetchmail uyandrld.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: %d byk karde sre gizemli bir biimde ld.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: %s@%s'in parolasn bulamyorum.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "%s@%s'in parolasn yaznz: " -# multidrop'u eviremedim. -#: fetchmail.c:557 fetchmail.c:593 -#, fuzzy -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: uyar: %s'den multidrop iletileri kontrol etmek iin DNS yok\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 #, fuzzy msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: baka bir fetchmail almyor\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "fetchmail %s daemon balatlyor \n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "kayt eklemek iin %s alamad \n" -#: fetchmail.c:612 +# multidrop'u eviremedim. +#: fetchmail.c:606 +#, fuzzy +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: uyar: %s'den multidrop iletileri kontrol etmek iin DNS yok\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "dosya zaman kontrol edilemedi %s (hata kodu %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "fetchmail yeniden balatlyor (%s deiti)\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" "yeniden balatma denemesi, dizin eski haline dndrlmediinden baarsz " "olabilir\n" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "fetchmail'i yeniden balatma denemesi baarsz oldu\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" @@ -831,155 +841,155 @@ msgstr "" "zamamam)\n" # interval ne? time interval mi?? kaynak koduna bak -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "aralk ulalmad, %s'i sorgulamyorum\n" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Sorgulama durumu=0 (SUCCESS)\n" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Sorgulama durumu=1 (NOMAIL)\n" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Sorgulama durumu=2 (SOCKET)\n" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Sorgulama durumu=3 (AUTHFAIL)\n" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Sorgulama durumu=4 (PROTOCOL)\n" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Sorgulama durumu=5 (SYNTAX)\n" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Sorgulama durumu=6 (IOERR)\n" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Sorgulama durumu=7 (ERROR)\n" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Sorgulama durumu=8 (EXCLUDE)\n" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Sorgulama durumu=9 (LOCKBUSY)\n" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Sorgulama durumu=10 (SMTP)\n" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Sorgulama durumu=11 (DNS)\n" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Sorgulama durumu=12 (BSMTP)\n" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Sorgulama durumu=13 (MAXFETCH)\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Sorgulama durumu=%d\n" # wedge'yi skmak diye evirdim. Uygun mu? -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Tm balantlar skt. kyorum.\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, fuzzy, c-format msgid "sleeping at %s for %d seconds\n" msgstr "fetchmail: %s'de uyuyorum\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "%s tarafndan uyandrldm\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "%d sinyali ile tarafndan uyandrldm\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "%s'de uyandrldm\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "normal biti, durum kodu %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "alma denetimi (run-control) dosyasnn zaman kontrol edilemedi\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "" "Uyar: yaplandrma dosyasnda %s makinasnn ad birden ok kez geiyor\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 #, fuzzy msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "Uyar: yaplandrma dosyasnda %s makinasnn ad birden ok kez geiyor\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "SSL destei derlenirken eklenmemi.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 #, fuzzy msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "SSL destei derlenirken eklenmemi.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 #, fuzzy msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "SSL destei derlenirken eklenmemi.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 #, fuzzy msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "SSL destei derlenirken eklenmemi.\n" # multidrop'u eviremedim. -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" msgstr "" "fetchmail: uyar: %s'den multidrop iletileri kontrol etmek iin DNS yok\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, fuzzy, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -987,58 +997,58 @@ msgid "" msgstr "%s yaplandrma geersiz, port sfrdan kk bir say olamaz\n" # priviledged port = ayrcalkl port??? -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, fuzzy, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "%s yaplandrma geersiz, RPOP ayrcalkl bir port gerektirir\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "%s yaplandrma geersiz, LMTP, SMTP'nin ntanml portunu kullanamaz\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 #, fuzzy msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "`fetchall' ve daemon kipinde alma birlikte olmaz!\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "%d sinyali ile sona erdirildi\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%4$s'de %1$s %2$s'i sorguluyor (protokol %3$s): yoklama balatld\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "POP2 destei yaplandrlmam.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "POP3 destei yaplandrlmam.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "IMAP destei yaplandrlmam.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "ETRN destei yaplandrlmam.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "ODMR destei yaplandrlmam.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "desteklenmeyen protokol seilmi.\n" # bunu kontrol et kaynak kodunda. -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "" @@ -1046,514 +1056,526 @@ msgstr "" "\n" # poll = yoklama -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Nabz yoklama aral %d saniye\n" # logfile = kayt dosyas ? -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Kayt dosyas = %s\n" # Idfile'i Trke'ye evirebilir miyim burada (kimlik dosyas?) Kaynak koduna bak -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Kimlik dosyas %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "lerleme durumu iletileri syslog ile kaydedilecek.\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail klk deitirecek ve Received satr oluturmayacak\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "" "Fetchmail ilerleme durumunu gsteren noktalar kayt dosyalarnda bile " "gsterecek.\n" # multidrop message ne demek? -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "" "Fetchmail yanl adrese gnderilmi multidrop iletileri %s'e iletecek.\n" # postmaster = postmaster ?? -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail hata iletisini postmaster'a iletecek.\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail hata iletisini gndericiye iletecek.\n" -#: fetchmail.c:1546 +# multidrop message ne demek? +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "" +"Fetchmail yanl adrese gnderilmi multidrop iletileri %s'e iletecek.\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Fetchmail hata iletisini gndericiye iletecek.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "%s@%s'den getirmek iin seenekler:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Mektuplar %s yoluyla getirilecek\n" # poll = yoklama -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, fuzzy, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Bu sunucunun yoklamas her %d zaman aralnda yaplacak.\n" msgstr[1] " Bu sunucunun yoklamas her %d zaman aralnda yaplacak.\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Sunucunun gerek ad %s.\n" # Bu eviriyi kontrol et. -#: fetchmail.c:1560 +#: fetchmail.c:1580 #, fuzzy msgid " This host will not be queried when no host is specified.\n" msgstr " Hibir makina belirtilmediinde %s sorgulanacak.\n" # Bu eviriyi kontrol et. -#: fetchmail.c:1561 +#: fetchmail.c:1581 #, fuzzy msgid " This host will be queried when no host is specified.\n" msgstr " Hibir makina belirtilmediinde %s sorgulanacak.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Parola sorulacak.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP secret'i = \"%s\".\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP kullanc ad = \"%s\".\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Parola = \"%s\".\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr "Protokol olarak Kerberos %s kimlik denetlemesi ile KPOP kullanlyor" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Protokol %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (%s hizmetini kullanyorum)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (ntanml port kullanlyor)" # 'to force' nasl evrilebilir? -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (UIDL kullanm istenecek)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Tm kimlik denetleme yntemleri denenecek.\n" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Parola ile kimlik kantlamas istenecek.\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 #, fuzzy msgid " MSN authentication will be forced.\n" msgstr " NTLM kimlik kantlamas istenecek.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " NTLM kimlik kantlamas istenecek.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " OTP kimlik kantlamas istenecek.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " CRAM-Md5 kimlik kantlamas istenecek.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " GSSAPI kimlik kantlamas istenecek.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Kerberos V4 kimlik kantlamas istenecek.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Kerberos V5 kimlik kantlamas istenecek.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " Utan uca ifreleme varsaylyor.\n" # mail service principal ne demek? -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Posta hizmeti 'pricipal'i: %s\n" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " SSL ile ifrelenmi oturumlar etkinletirildi.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL protokol: %s.\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " SSL sunucu sertifikas kontrol etkinletirildi.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " SSL gvenilir sertifika dizini: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, fuzzy, c-format msgid " SSL server CommonName: %s\n" msgstr "Sunucu `CommonName'i: %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " SSL anahtar parmakizi (sunucu anahtar ile denetlendi): %s\n" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Sunucu zamanam %d saniye" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (ntanml).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " ntanml posta kutusu seildi.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Seilen posta kutular:" # bu eviriyi kontrol et -#: fetchmail.c:1667 +#: fetchmail.c:1687 #, fuzzy msgid " All messages will be retrieved (--all on).\n" msgstr " %s ileti getirilecek (--all %s).\n" # bu eviriyi kontrol et -#: fetchmail.c:1668 +#: fetchmail.c:1688 #, fuzzy msgid " Only new messages will be retrieved (--all off).\n" msgstr " %s ileti getirilecek (--all %s).\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 #, fuzzy msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Getirilen iletiler %s sunucuda tutulacak (--keep %s).\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 #, fuzzy msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " Getirilen iletiler %s sunucuda tutulacak (--keep %s).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 #, fuzzy msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr " Eski iletiler %s ileti almndan nce boaltlacak (--flush %s).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 #, fuzzy msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr " Eski iletiler %s ileti almndan nce boaltlacak (--flush %s).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 #, fuzzy msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" msgstr " Eski iletiler %s ileti almndan nce boaltlacak (--flush %s).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 #, fuzzy msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" msgstr " Eski iletiler %s ileti almndan nce boaltlacak (--flush %s).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 #, fuzzy msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " server-local adreslerin yeniden yazlmas %s (--norewrite %s).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 #, fuzzy msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " server-local adreslerin yeniden yazlmas %s (--norewrite %s).\n" # carriage-return?? Bakalarna sor -#: fetchmail.c:1682 +#: fetchmail.c:1702 #, fuzzy msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Carriage-return'lerin silinmesi %s (stripcr %s).\n" # carriage-return?? Bakalarna sor -#: fetchmail.c:1683 +#: fetchmail.c:1703 #, fuzzy msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Carriage-return'lerin silinmesi %s (stripcr %s).\n" # carriage-return?? Bakalarna sor -#: fetchmail.c:1685 +#: fetchmail.c:1705 #, fuzzy msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Carriage-return'lerin zorunlu kullanm %s (orcecr %s).\n" # carriage-return?? Bakalarna sor -#: fetchmail.c:1686 +#: fetchmail.c:1706 #, fuzzy msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Carriage-return'lerin zorunlu kullanm %s (orcecr %s).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr " Content-Transfer-Encoding'in yorumu %s (pass8bits %s).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 #, fuzzy msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr " Content-Transfer-Encoding'in yorumu %s (pass8bits %s).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 #, fuzzy msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " MIME kod zm %s (mimedecode %s).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 #, fuzzy msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " MIME kod zm %s (mimedecode %s).\n" # idle = ?? Bakalarna sor -#: fetchmail.c:1694 +#: fetchmail.c:1714 #, fuzzy msgid " Idle after poll is enabled (idle on).\n" msgstr " Yoklamadan sonra 'idle' kalma %s (idle %s).\n" # idle = ?? Bakalarna sor -#: fetchmail.c:1695 +#: fetchmail.c:1715 #, fuzzy msgid " Idle after poll is disabled (idle off).\n" msgstr " Yoklamadan sonra 'idle' kalma %s (idle %s).\n" # Bunun aadaki 'discarded' ve 'kept' ile ilikisi var, birlikte # dnlmeliler. -#: fetchmail.c:1697 +#: fetchmail.c:1717 #, fuzzy msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Bo olmayan Status satrlar %s (dropstatus %s)\n" # Bunun aadaki 'discarded' ve 'kept' ile ilikisi var, birlikte # dnlmeliler. -#: fetchmail.c:1698 +#: fetchmail.c:1718 #, fuzzy msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Bo olmayan Status satrlar %s (dropstatus %s)\n" # Bunun yukardaki 'discarded' ve 'kept' ile ilikisi var, birlikte # dnlmeliler. -#: fetchmail.c:1700 +#: fetchmail.c:1720 #, fuzzy msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Delivered-To satrlar %s (dropdelivered %s)\n" # Bunun yukardaki 'discarded' ve 'kept' ile ilikisi var, birlikte # dnlmeliler. -#: fetchmail.c:1701 +#: fetchmail.c:1721 #, fuzzy msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Delivered-To satrlar %s (dropdelivered %s)\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " leti boyut snr %d sekizlik (--limit %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " leti boyut snr yok (--limit 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr " leti boyut uyars aral %d saniye (--warnings %d).\n" # poll = yoklama -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Her yoklamada byklk uyars (--warnings 0).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Alnan ileti snr %d (--fetchlimit %d).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Alnan ileti snr yok (--fetchlimit 0).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " Getirilen ileti boyut snr %d (--fetchsizelimit %d).\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Getirilen ileti boyut snr yok (--fetchsizelimit 0).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" " Her yoklama srasnda UID'lerin 'binary' aramasn yap (--fastuidl %d).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" " Her %2$d yoklamann %1$d tanesinde UID'lerin 'binary' aramasn yap (--" "fastuidl %3$d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" " Her yoklama srasnda UID'ler iin dorusal arama yap (--fastuidl 0).\n" # batch = ? -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " SMTP ileti 'batch' limiti %d.\n" # batch = ?? -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " SMTP iletisi 'batch' limiti yok (--batchlimit 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " Silmeler arasndaki zaman aral olarak %d kullanlacak (--expunge %d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Silmeler zorlanmayacak (--expunge 0).\n" # bu eviriye bir bak. domain=alan deyince 'alanlar' sanki 'recipients' gibi anlalabilir?? -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " u alanlar (domains) iin posta getirilecek:" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (ntanml)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " letiler %s'e BSMTP olarak eklenecek\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " letiler \"%s\" ile ulatrlacak.\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " letiler %cMTP ile aadakilere iletilecek:" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " MAIL FROM satrnn bilgisayar blm %s olacak\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " SMTP'ye gnderilecek RCPT TO satrlarna konacak adres %s olacak\n" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Bilinen dinleyici spam engelleme yantlar yle:" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Spam engelleme etkin deil\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Sunucu balants \"%s\" ile alacak.\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Hibir balant ncesi komutu yok.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Sunucu balants \"%s\" ile kopatlacak.\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Hibir balant ncesi komutu yok.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Bu makina iin hibir yerel ad tanmlanmam.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Multi-drop kipi: " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Single-drop kipi: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, fuzzy, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" @@ -1561,13 +1583,13 @@ msgstr[0] "%d yerel ad tannd.\n" msgstr[1] "%d yerel ad tannd.\n" # buradaki %s 'enabled' ve 'disabled' oluyor :( -#: fetchmail.c:1841 +#: fetchmail.c:1861 #, fuzzy msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " Multidrop adresler iin DNS sorgulamas %s.\n" # buradaki %s 'enabled' ve 'disabled' oluyor :( -#: fetchmail.c:1842 +#: fetchmail.c:1862 #, fuzzy msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " Multidrop adresler iin DNS sorgulamas %s.\n" @@ -1576,7 +1598,7 @@ msgstr " Multidrop adresler iin DNS sorgulamas %s.\n" # ve "name.". Dilbilgisi yaps Trkeye tmyle ters olduundan # bunlar aadaki iki iletide evirmeyi uygun buldum. Kaynak koduna # bakmak gerek niye byle olduunu anlamak iin. -#: fetchmail.c:1846 +#: fetchmail.c:1866 #, fuzzy msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" @@ -1586,94 +1608,94 @@ msgstr " " # ve "name.". Dilbilgisi yaps Trkeye tmyle ters olduundan # bunlar aadaki iki iletide evirmeyi uygun buldum. Kaynak koduna # bakmak gerek niye byle olduunu anlamak iin. -#: fetchmail.c:1848 +#: fetchmail.c:1868 #, fuzzy msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " " -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Envelope-address routing etkin deil\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Envelope bal yle varsaylyor: %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, fuzzy, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Parse edilecek envelope bal says: %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " %s neki kullanc kimliinden silinecek\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Sonekler silinmeyecek\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " nceden tanmlanm posta sunucusu takma adlar:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Yerel alanlar:" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Balat %s arayznden olmal.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Belirli bir arayzn kullanlmas zorunlu koulmam.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Yoklama dngs %s'i gzleyecek.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Gzleme arayz belirtilmemi.\n" # plugin == ? -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " Sunucu balantlar %s plugin'i ile yaplacak (--plugin %s).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Plugin komutu belirtilmemi.\n" # plugout da ne demek? -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr " Dinleyici balantlar %s plugout'u ile yaplacak (--plugput %s).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Plugout komutu belirtilmemi.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Bu makineden hibir UID saklanmad.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UID sakland.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " Received balna yoklama izleme bilgisi eklenecek.\n" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1681,7 +1703,7 @@ msgstr "" " Received balna yoklama izleme bilgisi eklenmeyecek.\n" ".\n" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " zellikler geiriliyor \"%s\".\n" @@ -1786,73 +1808,73 @@ msgstr "" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "fetchmail gerekli OTP destei ile derlenmemi\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "fetchmail gerekli NTLM destei ile derlenmemi\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "Sunucu gerekli LOGIN yeteneini desteklemiyor\n" -#: imap.c:667 +#: imap.c:676 #, fuzzy, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "" "%s@%s:%d iletisinin uzunluu beklendii kadar deil (gerekte %d != beklenen " "%d)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "yeniden yoklama baarsz oldu\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, fuzzy, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "yeniden yokladktan sonra %d ileti bekliyor\n" msgstr[1] "yeniden yokladktan sonra %d ileti bekliyor\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "posta kutusu seimi baarsz oldu\n" -#: imap.c:802 +#: imap.c:811 #, fuzzy, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "ilk yoklamadan sonra %d ileti bekliyor\n" msgstr[1] "ilk yoklamadan sonra %d ileti bekliyor\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "silme baarsz oldu\n" -#: imap.c:820 +#: imap.c:829 #, fuzzy, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "silinmeden sonra %d ileti bekliyor\n" msgstr[1] "silinmeden sonra %d ileti bekliyor\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "grlmemi iletileri arama ilemi baarsz oldu\n" -#: imap.c:890 +#: imap.c:899 #, fuzzy, c-format msgid "%lu is unseen\n" msgstr "%u grlmemi\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u ilk grlmemi\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -2053,79 +2075,79 @@ msgstr "OPT challenge'nn kodu zlemedi\n" msgid "Secret pass phrase: " msgstr "Parola: " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "'%s' katar geerli bir say katar deil.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "'%1$s'in deeri %3$d'den %2$s.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "kk" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "byk" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "Geersiz protokol `%s' belirtilmi.\n" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "Geersiz kimlik denetlemesi yntemi `%s' belirtilmi.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "kullanm: fetchmail [seenekler] [sunucu ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " Aadaki seenekler kullanlabilir:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help bu yardm iletisini gster\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version srm bilgisini gster\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check iletileri kontrol et ama getirme\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent sessizce al\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose ok ayrntl bilgi ver (tanlama kts)\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon n saniye iin bir kez daemon olarak al\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr " -N, --nodetach deamon srecini 'detach' etme\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit daemon srecini ldr\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile kayt dosyas adn belirle\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" @@ -2133,232 +2155,243 @@ msgstr "" " --syslog daemon olarak alrken ou ileti iin syslog(3) " "kullan\n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr "" " --invisible 'Received' satrlarn yazma ve 'spoof' etmeye izin ver\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr " -f, --fetchmailrc baka bir yaplandrma dosyas kullan\n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr " -i, --idfile baka bir UID dosyas kullan\n" -#: options.c:607 +#: options.c:617 #, fuzzy msgid " --pidfile specify alternate PID (lock) file\n" msgstr " -i, --idfile baka bir UID dosyas kullan\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr " --postmaster baka bir \"son are\" alcs belirle\n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" " --nobounce bounce eden iletileri kullancdan postmaster'a gnder.\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface interface required specification\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr " -M, --monitor arayzn etkinliini gzle\n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl ssl ile ifrelenmi oturumu etkinletir\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey ssl zel anahtar dosyas\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert ssl istemci sertifikas\n" -#: options.c:618 +#: options.c:630 #, fuzzy msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr " --sslcert ssl istemci sertifikas\n" -#: options.c:619 +#: options.c:631 #, fuzzy msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcert ssl istemci sertifikas\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" msgstr "" -#: options.c:622 +#: options.c:634 #, fuzzy msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr " --sslproto ssl protokoln se (ssl2/ssl3/tls1)\n" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr "" " --plugin balatlar amak iin dardan bir program belirle\n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" " --plugout SMTP balantlarn yapmak iin dardan bir program " "belirle\n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr "" " -p, --protocol belirtilen protokol kullan (man sayfasna baknz)\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr "" " -U, --uidl UIDL kullanmn zorunlu kl (yalnzca pop3 iin)\n" -#: options.c:629 +#: options.c:641 #, fuzzy msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr " -P, --port balanlacak TCP/IP portu\n" -#: options.c:630 +#: options.c:642 #, fuzzy msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr " -P, --port balanlacak TCP/IP portu\n" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr " --auth kimlik kantama tr (parola/kerberos/ssh/otp)\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout sunucu zamanam sresi\n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope envelope adresi bal\n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr " -Q, --qvirtual yerel kullanc kimliinden silinecek nek\n" # 'principal' ne demek? -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr " --principal posta hizmeti pricipal'\n" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr " --tracepolls Received balklarna yoklama bilgisi ekle\n" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr " -u, --username kullancnn sunucudak kullanc ad\n" -#: options.c:639 +#: options.c:651 #, fuzzy msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --all eski ve yeni iletileri getir\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr " -K, --nokeep getirdikten sonra yeni iletileri sil\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr " -k, --keep getirdikten sonra yeni iletileri sakla\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush eski iletileri sunucudan sil\n" -#: options.c:643 +#: options.c:655 #, fuzzy msgid " --limitflush delete oversized messages\n" msgstr " -F, --flush eski iletileri sunucudan sil\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite balk adreslerini yeniden yazma\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr " -w, --limit belirtilenden daha byk iletileri getirme\n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr " -w, --warnings posta bildirimleri arasndaki zaman aral\n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost bu SMTP sunucusunu kullan\n" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr "" " --fetchdomains belirtilen alan adlar iin gelen postalar getir\n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr " -D, --smtpaddress kullanlacak SMTP datm alan (domain) belirle\n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr " --smtpname bu SMTP kullanc@alanad adresini kullan\n" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr " -Z, --antispam antispam yant deerlerini kullan\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr " -b, --batchlimit SMTP balantlar iin batch limiti belirle\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr " -B, --fetchlimit sunucu balantlar iin getirme snr\n" -#: options.c:655 +#: options.c:667 msgid " --fetchsizelimit set fetch message size limit\n" msgstr " --fetchsizelimit getirilen iletilerin boyut snrn ayarla\n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr " --fastuidl UIDL'ler iin 'binary' arama yap\n" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr " -e, --expunge set max deletions between expunges\n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " -m, --mda iletim iin kullanlacak MDA'y belirle\n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp BSMTP ktsn bu dosyaya al\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp datm iin LMTP (RFC2033) kullan\n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder uzaktaki klasr ad olarak bunu kullan\n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr "" " --showdots ilerlemeyi gsteren noktalar kayt dosyalarnda bile " @@ -2444,15 +2477,15 @@ msgstr "UIDL'leri getirirken protokol hatas\n" msgid "Option --folder is not supported with POP3\n" msgstr "--remote seenei POP3 ile desteklenmiyor\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "kullanc seeneklerinden sonra sunucu seenei verilmi" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "SDPS etkin deil." -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2460,7 +2493,7 @@ msgstr "" "fetchmail: 'interface' seenei yalnzca Linux'ta (IPv6'sz) ve FreeBSD'de " "destekleniyor\n" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2468,37 +2501,37 @@ msgstr "" "fetchmail: 'monitor' seenei yalnzca Linux'ta (IPv6'sz) ve FreeBSD'de " "destekleniyor\n" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "SSL etkin deil." -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "girdi sonu" # symbolic link? -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "%s dosyas normal bir dosya olmal.\n" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, fuzzy, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" msgstr "Dosyann (%s) izinleri -rwx--x--- (0710)'den ok olmamal.\n" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "Dosyanin (%s) sahibi siz olmalsnz.\n" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Bilinmeyen sistem hatas" -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s (kayt iletisi tam deil)" #: rfc822.c:76 @@ -2718,112 +2751,116 @@ msgstr "SMTP: ('bounce' iletisi gvdesi)\n" msgid "mail from %s bounced to %s\n" msgstr "%s'den gelen ileti %s'e `bounce' edildi\n" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "Kaydedilen hata hala %d\n" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "%cMTP hatas: %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, fuzzy, c-format msgid "BSMTP file open failed: %s\n" msgstr "BSMTP dosya alamad ya da nsz yazlamad\n" -#: sink.c:758 +#: sink.c:776 #, fuzzy msgid "BSMTP preamble write failed.\n" msgstr "BSMTP dosya alamad ya da nsz yazlamad\n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "%cMTP dinleyicisi alc adresi olarak `%s'i sevmedi\n" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "%cMTP dinleyicisi alc adresi olarak `%s'i sevmedi\n" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr "hibir adres uyumad; postmaster yok.\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "" "%s'e bile gnderilemedi!\n" "\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "hibir adres uymuyor; %s'e iletiyorum.\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "iletmek zereyim: %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "MDA ama baarsz oldu\n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "%2$s'e %1$cMTP balants baarsz oldu\n" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "dinleyici altrlamad; %s denenecek" -#: sink.c:1346 +#: sink.c:1364 #, fuzzy, c-format msgid "Error writing to MDA: %s\n" msgstr "%s'e iletiliyor\n" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr "MDA %d sinyali ile ldrld\n" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr "MDA sfrdan baka bir durum kodu dndrd (%d)\n" -#: sink.c:1355 +#: sink.c:1373 #, fuzzy, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" msgstr "Garip: MDA pclose durum kodu olarak %d dndrd, %s:%d'de sorun\n" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "" "letiyi bitirme ya da BSMTP dosyasn kapatma ilemi baarszlkla " "sonuland\n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "SMTP dinleyicisi datm reddetti\n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "leti sonunda LMTP datm hatas\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "LMTP EOM'a beklenmeyen, 503 olmayan yant: %s\n" -#: sink.c:1587 +#: sink.c:1605 #, fuzzy msgid "" "-- \n" @@ -2832,32 +2869,32 @@ msgstr "" "--\n" "\t\t\t\tFetchmail Daemon'u\n" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "ESMTP CRAM-Md5 Kimlik kantlamas...\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "Sunucu AUTH komutunu reddetti.\n" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "Sunucudan geersiz base64 yant.\n" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "'Challenge'n kodu zld: %s\n" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "ESMTP PLAIN Kimlik kantlamas...\n" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "ESMTP LOGIN Kimlik kantlamas...\n" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr "smtp dinleyicisi protokol hatas\n" @@ -2887,176 +2924,176 @@ msgstr "%s altrlyor (makina %s hizmet %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) baarsz oldu\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, fuzzy, c-format msgid "unknown (%s)" msgstr "bilinmeyen" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "" -#: socket.c:310 +#: socket.c:313 #, fuzzy, c-format msgid "cannot create socket: %s\n" msgstr "" "%s'e bile gnderilemedi!\n" "\n" -#: socket.c:326 +#: socket.c:329 #, fuzzy msgid "connection failed.\n" msgstr "SSL balants baarsz oldu.\n" -#: socket.c:328 +#: socket.c:331 #, fuzzy, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "%2$s'ye %1$s balants baarsz oldu" -#: socket.c:334 +#: socket.c:337 #, fuzzy msgid "connected.\n" msgstr "SSL balants baarsz oldu.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "karan Kurum: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "Uyar: karan Kurum Ad ok uzun (sonundan kesilmi olabilir).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Bilinmeyen Kurum\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "karan `CommonName'i: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "Uyar: karan `CommonName'i ok uzun (sonundan kesilmi olabilir).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Bilinmeyen karan `CommonName'i\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Sunucu `CommonName'i: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Kt sertifika: `Subject CommonName' ok uzun!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Sunucu CommonName'i uyumazl: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Sunucu ad ayarlanmam, sertifikay dorulayamyorum!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Bilinmeyen Sunucu `CommonName'i\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Sunucu ad sertifikada belirtilmemi!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() baarsz oldu!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Bellek yetmedi!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "`Digest' metni tamponu ok kk!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s anahtar parmak izi: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s parmak izleri uyuuyor.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s parmak izleri uyumuyor!\n" -#: socket.c:733 +#: socket.c:736 #, fuzzy, c-format msgid "Server certificate verification error: %s\n" msgstr "Uyar: sunucu sertifikas dorulamas: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "bilinmeyen karan firma ad (ilk %d karakter): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Dosya belirteci SSL iin snrlar dnda" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" "Geersiz SSL protokol '%s' belirtildi, ntanml olan kullanlyor " "(SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Sertifika/parmak izi dorulamas bir biimde atland!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Cygwin soketinden okuma yeniden deneniyor\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Cygwin soketinden okuma baarsz oldu!\n" -#: transact.c:67 +#: transact.c:65 #, fuzzy, c-format msgid "mapped address %s to local %s\n" msgstr "%s yerel %s'e elendi\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "%s yerel %s'e elendi\n" # kaynak koduna baklacak -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "%2$s ile uyuan %1$s geirildi\n" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -3065,69 +3102,69 @@ msgstr "" "'Received' satr zmleniyor:\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "satr kabul edildi, %s posta sunucusu iin bir takma ad\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "satr kabul edilmedi, %s posta sunucusu iin bir takma ad deil\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "hibir Received adresi bulunamad\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "`%s' Received adresi bulundu\n" # delimiter = snr belirteci (Sankur'un szlnden) -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "balklar taranrken ileti snr belirteci bulundu\n" # delimiter = snr belirteci (Sankur'un szlnden) -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr "balklar taranrken geersiz balk satr bulundu\n" -#: transact.c:584 +#: transact.c:599 #, c-format msgid "line: %s" msgstr "satr: %s" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "yerelde uyan bulunamad, %s'e iletiliyor\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "iletme ve silme DNS hatalar nedeniyle yaplmyor\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "RFC822 msgblk.headers yazlyor\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "" "alc adreslerinden hibiri bildirilen yerel adlardan hibirine uymuyor" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "alc adresi %s yerel adlardan hibirine uymuyor" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "iletinin iinde NUL karakterleri var" # listener = dinleyici -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "SMTP dinleyicisi yerel alc adreslerini reddetti: " @@ -1,12 +1,12 @@ # Vietnamese translation for Fetchmail. # Copyright © 2007 Eric S. Raymond # Clytie Siddall <clytie@riverland.net.au>, 2006-2007. -# +# msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.8\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2008-11-13 15:00+0100\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2007-05-28 21:48+0930\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" @@ -16,26 +16,26 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactory Editor 1.6.3b1\n" -#: checkalias.c:174 +#: checkalias.c:179 #, c-format msgid "Checking if %s is really the same node as %s\n" msgstr "Đang kiểm tra nếu %s thật sự là cùng một nút với %s\n" -#: checkalias.c:178 +#: checkalias.c:183 msgid "Yes, their IP addresses match\n" msgstr "Có phải, hai địa chỉ IP là trùng\n" -#: checkalias.c:182 +#: checkalias.c:187 msgid "No, their IP addresses don't match\n" msgstr "Không phải, hai địa chỉ IP không trùng\n" -#: checkalias.c:198 +#: checkalias.c:203 #, c-format msgid "nameserver failure while looking for '%s' during poll of %s: %s\n" msgstr "" "trình phục vụ tên thất bại trong khi tìm « %s » trong việc thăm dò %s: %s\n" -#: checkalias.c:223 +#: checkalias.c:228 #, c-format msgid "nameserver failure while looking for `%s' during poll of %s.\n" msgstr "" @@ -87,111 +87,111 @@ msgid " %d message %d octets long skipped by fetchmail." msgid_plural " %d messages %d octets long skipped by fetchmail." msgstr[0] " %d thư độ dài %d octet bị fetchmail bỏ qua." -#: driver.c:503 +#: driver.c:511 #, c-format msgid "skipping message %s@%s:%d" msgstr "đang bỏ qua thư %s@%s:%d" -#: driver.c:557 +#: driver.c:565 #, c-format msgid "skipping message %s@%s:%d (%d octets)" msgstr "đang bỏ qua thư %s@%s:%d (%d octet)" -#: driver.c:573 +#: driver.c:581 msgid " (length -1)" msgstr " (độ dài -1)" -#: driver.c:576 +#: driver.c:584 msgid " (oversized)" msgstr " (quá lớn)" -#: driver.c:594 +#: driver.c:602 #, c-format msgid "couldn't fetch headers, message %s@%s:%d (%d octets)\n" msgstr "không thể lấy các dòng đầu, thư %s@%s:%d (%d octet)\n" -#: driver.c:611 +#: driver.c:619 #, c-format msgid "reading message %s@%s:%d of %d" msgstr "đang đọc thư %s@%s:%d trên %d" -#: driver.c:616 +#: driver.c:624 #, c-format msgid " (%d octets)" msgstr " (%d octet)" -#: driver.c:617 +#: driver.c:625 #, c-format msgid " (%d header octets)" msgstr " (%d octet dòng đầu)" -#: driver.c:685 +#: driver.c:692 #, c-format msgid " (%d body octets)" msgstr " (%d octet thân)" -#: driver.c:746 +#: driver.c:751 #, c-format msgid "" "message %s@%s:%d was not the expected length (%d actual != %d expected)\n" msgstr "thư %s@%s:%d không có độ dài đã ngờ (%d thật != %d đã ngờ)\n" -#: driver.c:777 +#: driver.c:783 msgid " retained\n" msgstr " vẫn giữ\n" -#: driver.c:787 +#: driver.c:793 msgid " flushed\n" msgstr " đã xoá sạch\n" -#: driver.c:804 +#: driver.c:810 msgid " not flushed\n" msgstr " chưa xoá sạch\n" -#: driver.c:822 +#: driver.c:828 #, c-format msgid "fetchlimit %d reached; %d message left on server %s account %s\n" msgid_plural "" "fetchlimit %d reached; %d messages left on server %s account %s\n" msgstr[0] "tới hạn lấy %d; %d thư còn lại trên máy phục vụ %s tài khoản %s\n" -#: driver.c:879 +#: driver.c:885 #, c-format msgid "timeout after %d seconds waiting to connect to server %s.\n" msgstr "quá giờ sau %d giây đợi kết nối đến máy phục vụ %s.\n" -#: driver.c:883 +#: driver.c:889 #, c-format msgid "timeout after %d seconds waiting for server %s.\n" msgstr "quá giờ sau %d giây đợi máy phục vụ %s.\n" -#: driver.c:887 +#: driver.c:893 #, c-format msgid "timeout after %d seconds waiting for %s.\n" msgstr "quá giờ sau %d giây đợi %s.\n" -#: driver.c:892 +#: driver.c:898 #, c-format msgid "timeout after %d seconds waiting for listener to respond.\n" msgstr "quá giờ sau %d giây đợi bộ lắng nghe đáp ứng.\n" -#: driver.c:895 +#: driver.c:901 #, c-format msgid "timeout after %d seconds.\n" msgstr "quá giờ sau %d giây.\n" -#: driver.c:907 +#: driver.c:913 msgid "Subject: fetchmail sees repeated timeouts" msgstr "Chủ đề : fetchmail thấy nhiều việc quá giờ" -#: driver.c:910 +#: driver.c:916 #, c-format msgid "" "Fetchmail saw more than %d timeouts while attempting to get mail from %s@%" "s.\n" msgstr "Fetchmail thấy hơn %d việc quá giờ trong khi cố lấy thư từ %s@%s.\n" -#: driver.c:914 +#: driver.c:920 msgid "" "This could mean that your mailserver is stuck, or that your SMTP\n" "server is wedged, or that your mailbox file on the server has been\n" @@ -206,73 +206,78 @@ msgstr "" "\n" "Fetchmail sẽ không thăm dò hộp thư này cho đến khi bạn khởi động nó.\n" -#: driver.c:939 +#: driver.c:946 +#, fuzzy, c-format +msgid "pre-connection command terminated with signal %d\n" +msgstr "lệnh tiền kết nối đã thất bại với trạng thái là %d\n" + +#: driver.c:949 #, c-format msgid "pre-connection command failed with status %d\n" msgstr "lệnh tiền kết nối đã thất bại với trạng thái là %d\n" -#: driver.c:963 +#: driver.c:973 #, c-format msgid "couldn't find HESIOD pobox for %s\n" msgstr "không tìm thấy pobox HESIOD cho %s\n" -#: driver.c:984 +#: driver.c:994 msgid "Lead server has no name.\n" msgstr "Máy phục vụ đi trước không có tên.\n" -#: driver.c:1008 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "không tìm thấy tên DNS đúng tiêu chuẩn của %s (%s): %s\n" -#: driver.c:1055 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "kết nối %s đến %s bị lỗi" -#: driver.c:1071 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "Chủ đề : cảnh báo Fetchmail về máy phục vụ không tới được" -#: driver.c:1073 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail không thể tới máy phục vụ thư %s:" -#: driver.c:1101 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "Kết nối SSL đã thất bại.\n" -#: driver.c:1154 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "Gặp lỗi kiểu khoá-bận trên %s@%s\n" -#: driver.c:1158 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "Gặp lỗi kiểu máy phục vụ bận trên %s@%s\n" -#: driver.c:1163 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "Việc xác thực bị lỗi trên %s@%s%s\n" -#: driver.c:1166 +#: driver.c:1179 msgid " (previously authorized)" msgstr " (đã cho quyền trước này)" -#: driver.c:1187 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "Chủ đề : việc xác thực fetchmail bị lỗi trên %s@%s" -#: driver.c:1191 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail không thể lấy thư từ %s@%s.\n" -#: driver.c:1195 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -285,7 +290,7 @@ msgstr "" "chế độ thất bại khác (v.d. máy phục vụ bận tạm) mà fetchmail\n" "không thể phân biệt vì máy phục vụ chưa gởi thông điệp lỗi hữu ích." -#: driver.c:1201 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -304,7 +309,7 @@ msgstr "" "Trình nền fetchmail sẽ tiếp tục chạy, và cố kết nối, trong mỗi chu kỳ.\n" "Không có thông báo sau sẽ được gởi đến khi dịch vụ được phục hồi." -#: driver.c:1211 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -323,165 +328,170 @@ msgstr "" "Trình nền fetchmail sẽ tiếp tục chạy, và cố kết nối, trong mỗi chu kỳ.\n" "Không có thông báo sau sẽ được gởi đến khi dịch vụ được phục hồi." -#: driver.c:1227 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "Thăm dò lại ngay trên %s@%s\n" -#: driver.c:1232 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "Lỗi đăng nhập hay xác thực không rõ trên %s@%s\n" -#: driver.c:1256 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "Đã được quyền trên %s@%s\n" -#: driver.c:1262 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "Chủ đề : fetchmail đã được quyền trên %s@%s" -#: driver.c:1266 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail đã đăng nhập được vào %s@%s.\n" -#: driver.c:1270 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "Dịch vụ đã được phục hồi.\n" -#: driver.c:1302 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "đang chọn hoặc thăm dò thư mục %s\n" -#: driver.c:1304 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "đang chọn hoặc thăm dò thư mục mặc định\n" -#: driver.c:1316 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s lúc %s (thư mục %s)" -#: driver.c:1319 rcfile_y.y:382 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s lúc %s" -#: driver.c:1324 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "Đang thăm dò %s...\n" -#: driver.c:1328 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%d thư (%d %s) cho %s" -#: driver.c:1331 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "đã thấy" -#: driver.c:1334 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%d thư cho %s" -#: driver.c:1341 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr " (%d octet).\n" -#: driver.c:1347 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "Không có thư cho %s\n" -#: driver.c:1380 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "số đếm thư giả !" -#: driver.c:1522 +#: driver.c:1537 msgid "socket" msgstr "ổ cắm" -#: driver.c:1525 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "dòng đầu RFC822 xấu hay còn thiếu" # Name: don't translate / Tên: đừng dịch -#: driver.c:1528 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1531 +#: driver.c:1546 msgid "client/server synchronization" msgstr "đồng bộ hoá ứng dụng khách/trình phục vụ" -#: driver.c:1534 +#: driver.c:1549 msgid "client/server protocol" msgstr "giao thức ứng dụng khách/trình phục vụ" -#: driver.c:1537 +#: driver.c:1552 msgid "lock busy on server" msgstr "khoá bận trên máy phục vụ" -#: driver.c:1540 +#: driver.c:1555 msgid "SMTP transaction" msgstr "giao tác SMTP" -#: driver.c:1543 +#: driver.c:1558 msgid "DNS lookup" msgstr "Tra cứu DNS" -#: driver.c:1546 +#: driver.c:1561 msgid "undefined" msgstr "chưa xác định" -#: driver.c:1552 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "Gặp lỗi %s trong khi lấy từ %s@%s và phát cho máy SMTP %s\n" -#: driver.c:1554 +#: driver.c:1569 msgid "unknown" msgstr "không rõ" -#: driver.c:1556 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "Gặp lỗi %s trong khi lấy từ %s@%s\n" -#: driver.c:1567 +#: driver.c:1583 +#, fuzzy, c-format +msgid "post-connection command terminated with signal %d\n" +msgstr "lệnh cuối cùng kết nối đã thất bại với trạng thái là %d\n" + +#: driver.c:1585 #, c-format msgid "post-connection command failed with status %d\n" msgstr "lệnh cuối cùng kết nối đã thất bại với trạng thái là %d\n" -#: driver.c:1586 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "Chưa liên kết cách hỗ trợ Kerberos V4.\n" -#: driver.c:1594 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "Chưa liên kết cách hỗ trợ Kerberos V5.\n" -#: driver.c:1605 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "Không hỗ trợ tùy chọn « --flush » (xoá sạch) với %s\n" -#: driver.c:1611 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "Không hỗ trợ tùy chọn « --all » (tất cả) với %s\n" -#: driver.c:1620 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "Không hỗ trợ tùy chọn « --limit » (hạn chế) với %s\n" @@ -623,7 +633,7 @@ msgid "" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham " "Wilson\n" "Copyright (C) 2005 - 2006 Sunil Shetye\n" -"Copyright (C) 2005 - 2008 Matthias Andree\n" +"Copyright (C) 2005 - 2009 Matthias Andree\n" msgstr "" "Tác quyền © năm 2002, 2003 của Eric S. Raymond\n" "Tác quyền © năm 2004 của Matthias Andree, Eric S. Raymond, Robert F. Funk, " @@ -654,53 +664,53 @@ msgstr "fetchmail: được gọi bằng" msgid "could not get current working directory\n" msgstr "không thể lấy thư mục hoạt động hiện có\n" -#: fetchmail.c:280 +#: fetchmail.c:283 #, c-format msgid "This is fetchmail release %s" msgstr "Đây là fetchmail bản phát hành %s" -#: fetchmail.c:395 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Đang lấy các tùy chọn trên dòng lệnh%s%s\n" -#: fetchmail.c:396 +#: fetchmail.c:404 msgid " and " msgstr " và " -#: fetchmail.c:401 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Chưa thiết lập trình phục vụ thư nào — có lẽ còn thiếu %s ?\n" -#: fetchmail.c:422 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: chưa xác định trình phục vụ thư.\n" -#: fetchmail.c:434 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: không có thẻ hiện fetchmail khác đang chạy\n" -#: fetchmail.c:440 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "" "fetchmail: gặp lỗi khi buộc kết thúc của fetchmail %s tại %d nên hủy bỏ.\n" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "nền" -#: fetchmail.c:441 fetchmail.c:450 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "cảnh gần" -#: fetchmail.c:449 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: fetchmail %s tại %d được buộc kết thúc.\n" -#: fetchmail.c:472 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -708,7 +718,7 @@ msgstr "" "fetchmail: không thể kiểm tra có thư mới trong khi một thể hiện fetchmail " "khác đang chạy tới cùng một máy.\n" -#: fetchmail.c:478 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" @@ -716,214 +726,214 @@ msgstr "" "fetchmail: không thể thăm dò các máy đã xác định khi có thể hiện fetchmail " "khác chạy tại %d\n" -#: fetchmail.c:485 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: một thể hiện fetchmail cảnh gần khác đang chạy tại %d.\n" -#: fetchmail.c:495 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "" "fetchmail: không thể chấp nhận tùy chọn trong khi một thể hiện fetchmail nền " "đang chạy.\n" -#: fetchmail.c:501 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: thể hiện fetchmail nền tại %d đã được kích hoạt.\n" -#: fetchmail.c:513 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: tiến trình ngang hàng tại %d đã kết thúc bất thường.\n" -#: fetchmail.c:528 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: không tìm thấy mật khẩu cho %s@%s.\n" -#: fetchmail.c:532 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "Hãy gõ mật khẩu cho %s@%s: " -#: fetchmail.c:557 fetchmail.c:593 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "" -"fetchmail: cảnh báo : cả syslog (bản ghi hệ thống) lẫn logfile (tập tin ghi " -"lưu) đều đã được đặt. Hãy kiểm tra cả hai tìm tập tin ghi lưu.\n" - -#: fetchmail.c:569 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: không thể tháo bỏ vào nền nên hủy bỏ.\n" -#: fetchmail.c:573 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "đang khởi chạy trình nền fetchmail %s...\n" -#: fetchmail.c:589 fetchmail.c:591 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "không thể mở %s để phụ thêm các bản ghi vào nó\n" -#: fetchmail.c:612 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "" +"fetchmail: cảnh báo : cả syslog (bản ghi hệ thống) lẫn logfile (tập tin ghi " +"lưu) đều đã được đặt. Hãy kiểm tra cả hai tìm tập tin ghi lưu.\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "" -#: fetchmail.c:634 +#: fetchmail.c:647 #, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "không thể kiểm tra giờ %s (lỗi %d)\n" -#: fetchmail.c:639 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "đang khởi chạy lại fetchmail (%s đã được thay đổi)\n" -#: fetchmail.c:644 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "việc cố thực hiện lại có thể thất bại vì thư mục chưa được phục hồi\n" -#: fetchmail.c:671 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "việc cố thực hiện lại fetchmail đã thất bại\n" -#: fetchmail.c:701 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "" "việc thăm dò %s bị bỏ qua (xác thực đã thất bại hoặc quá giờ quá nhiều lần)\n" -#: fetchmail.c:713 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "Chưa tới khoảng nên không truy vấn %s\n" -#: fetchmail.c:751 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "Trạng thái truy vấn=0 (THÀNH CÔNG)\n" -#: fetchmail.c:753 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "Trạng thái truy vấn=1 (KHÔNG THƯ)\n" -#: fetchmail.c:755 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "Trạng thái truy vấn=2 (Ổ CẮM)\n" -#: fetchmail.c:757 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Trạng thái truy vấn=3 (XÁC THỰC THẤT BẠI)\n" -#: fetchmail.c:759 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "Trạng thái truy vấn=4 (GIAO THỨC)\n" -#: fetchmail.c:761 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "Trạng thái truy vấn=5 (CÚ PHÁP)\n" -#: fetchmail.c:763 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "Trạng thái truy vấn=6 (LỖI NHẬP/XUẤT)\n" -#: fetchmail.c:765 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "Trạng thái truy vấn=7 (LỖI)\n" -#: fetchmail.c:767 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "Trạng thái truy vấn=8 (LOẠI TRỪ)\n" -#: fetchmail.c:769 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Trạng thái truy vấn=9 (KHOÁ BẬN)\n" -#: fetchmail.c:771 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "Trạng thái truy vấn=10 (SMTP)\n" -#: fetchmail.c:773 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "Trạng thái truy vấn=11 (DNS)\n" -#: fetchmail.c:775 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "Trạng thái truy vấn=12 (BSMTP)\n" -#: fetchmail.c:777 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "Trạng thái truy vấn=13 (LẤY TỐI ĐA)\n" -#: fetchmail.c:779 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "Trạng thái truy vấn=%d\n" -#: fetchmail.c:821 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "Mọi sự kết nối là bế tắc nên thoát.\n" -#: fetchmail.c:828 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "đang ngủ tại %s trong %d giây\n" -#: fetchmail.c:852 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "bị %s kích hoạt lại\n" -#: fetchmail.c:855 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "bị tín hiệu %d kích hoạt lại\n" -#: fetchmail.c:862 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "được kích hoạt lại tại %s\n" -#: fetchmail.c:868 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "đã kết thúc chuẩn, trạng thái %d\n" -#: fetchmail.c:1021 +#: fetchmail.c:1036 msgid "couldn't time-check the run-control file\n" msgstr "không thể kiểm tra giờ của tập tin điều kiển việc chạy (run-control)\n" -#: fetchmail.c:1054 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Cảnh báo : gặp tên máy %s nhiều lần trong tập tin cấu hình\n" -#: fetchmail.c:1087 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "" "fetchmail: lỗi : gặp nhiều mục ghi « mặc định » trong tập tin cấu hình.\n" -#: fetchmail.c:1209 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "Chưa biên dịch cách hỗ trợ SSL.\n" -#: fetchmail.c:1216 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "" "Khả năng hỗ trợ KERBEROS v4 đã được cấu hình còn chưa được biên dịch vào.\n" -#: fetchmail.c:1222 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "" "Khả năng hỗ trợ KERBEROS v5 đã được cấu hình còn chưa được biên dịch vào.\n" -#: fetchmail.c:1228 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "Khả năng hỗ trợ GSSAPI đã được cấu hình còn chưa được biên dịch vào.\n" -#: fetchmail.c:1258 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -931,18 +941,18 @@ msgstr "" "fetchmail: cảnh báo : không có DNS sẵn sàng để kiểm tra việc lấy đa thả từ %" "s\n" -#: fetchmail.c:1269 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "cảnh báo : việc đa thả cho %s cần thiết tùy chọn bao bọc (envelope).\n" -#: fetchmail.c:1270 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "" "cảnh báo : đừng yêu cầu sự hỗ trợ nếu mọi thư được phát cho postmaster (giám " "đốc sở bưu điện).\n" -#: fetchmail.c:1287 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -951,303 +961,312 @@ msgstr "" "fetchmail: cấu hình %s không hợp lệ; hãy xác định số hiệu cổng dương cho " "dịch vụ hay cổng\n" -#: fetchmail.c:1294 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "" "fetchmail: cấu hình %s không hợp lệ; RPOP cần thiết một cổng có quyền đặc " "biệt\n" -#: fetchmail.c:1312 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "cấu hình %s không hợp lệ; LMTP không thể sử dụng cổng SMTP mặc định\n" -#: fetchmail.c:1326 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "" "Việc chạy fetchall (lấy hết) cùng với tiếp tục trong chế độ trình nền là " "trường hợp xấu.\n" -#: fetchmail.c:1351 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "đã kết thúc với tín hiệu %d\n" -#: fetchmail.c:1424 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%s truy vấn %s (giao thức %s) tại %s: việc thăm dò đã khởi chạy\n" -#: fetchmail.c:1449 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "Chưa cấu hình cách hỗ trợ POP2.\n" -#: fetchmail.c:1461 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "Chưa cấu hình cách hỗ trợ POP3.\n" -#: fetchmail.c:1471 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "Chưa cấu hình cách hỗ trợ IMAP.\n" -#: fetchmail.c:1477 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "Chưa cấu hình cách hỗ trợ ETRN.\n" -#: fetchmail.c:1485 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "Chưa cấu hình cách hỗ trợ ODMR.\n" -#: fetchmail.c:1492 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "đã chọn giao thức không được hỗ trợ.\n" -#: fetchmail.c:1502 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%s truy vấn %s (giao thức %s) tại %s: việc thăm dò đã chạy xong\n" -#: fetchmail.c:1519 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Khoảng thăm dò là %d giây\n" -#: fetchmail.c:1521 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "Tập tin bản ghi là %s\n" -#: fetchmail.c:1523 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Tập tin Id là %s\n" -#: fetchmail.c:1526 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "" "Các thông điệp tiến hành sẽ được ghi lưu bằng syslog (bản ghi hệ thống)\n" -#: fetchmail.c:1529 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "" "Fetchmail sẽ giả trang và sẽ không tạo ra dòng đầu « Received » (đã nhận)\n" -#: fetchmail.c:1531 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "" "Fetchmail sẽ hiển thị các chấm tiến hành ngay cả trong tập tin ghi lưu.\n" -#: fetchmail.c:1533 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail sẽ chuyển tiếp các thư đa thả có địa chỉ sai tới %s\n" -#: fetchmail.c:1537 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail sẽ chỉ các thư lỗi tới postmaster (giám đốc sở bưu điện).\n" -#: fetchmail.c:1539 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail sẽ chỉ các thư lỗi tới người gởi.\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 +#, fuzzy +msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" +msgstr "Fetchmail sẽ chuyển tiếp các thư đa thả có địa chỉ sai tới %s\n" + +#: fetchmail.c:1559 +#, fuzzy +msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" +msgstr "Fetchmail sẽ chỉ các thư lỗi tới người gởi.\n" + +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Tùy chọn về việc lấy từ %s@%s:\n" -#: fetchmail.c:1550 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " Thư sẽ được lấy bằng %s\n" -#: fetchmail.c:1553 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] " Máy phục vụ này sẽ được thăm dò mỗi %d khoảng.\n" -#: fetchmail.c:1557 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " Tên đúng của máy phục vụ là %s.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr " Máy này sẽ không được truy vấn khi chưa xác định máy nào.\n" -#: fetchmail.c:1561 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " Máy này sẽ được truy vấn khi chưa xác định máy nào.\n" -#: fetchmail.c:1565 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr " Sẽ nhắc với mật khẩu.\n" -#: fetchmail.c:1569 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " Bí mất APOP = « %s ».\n" -#: fetchmail.c:1572 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " ID RPOP = « %s ».\n" -#: fetchmail.c:1575 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " Mật khẩu = « %s ».\n" -#: fetchmail.c:1584 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Giao thức là KPOP cùng với sự xác thực Kerberos %s" -#: fetchmail.c:1587 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " Giao thức là %s" -#: fetchmail.c:1589 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (dùng dịch vụ %s)" -#: fetchmail.c:1591 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (dùng cổng mặc định)" -#: fetchmail.c:1593 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (buộc dùng UIDL)" -#: fetchmail.c:1599 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " Sẽ cố dùng mọi phương pháp xác thực sẵn sàng.\n" -#: fetchmail.c:1602 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " Sẽ buộc xác thức bằng mật khẩu.\n" -#: fetchmail.c:1605 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " Sẽ buộc xác thức MSN.\n" -#: fetchmail.c:1608 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " Sẽ buộc xác thức NTLM.\n" -#: fetchmail.c:1611 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " Sẽ buộc xác thức OTP.\n" -#: fetchmail.c:1614 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " Sẽ buộc xác thức CRAM-Md5.\n" -#: fetchmail.c:1617 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " Sẽ buộc xác thức GSSAPI.\n" -#: fetchmail.c:1620 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Sẽ buộc xác thức Kerberos V4.\n" -#: fetchmail.c:1623 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Sẽ buộc xác thức Kerberos V5.\n" -#: fetchmail.c:1626 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " GIả sử sự mật mã cuối đến cuối.\n" -#: fetchmail.c:1630 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " Điều chính trong dịch vụ thư là : %s\n" -#: fetchmail.c:1633 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr " Phiên chạy đã mật mã bằng SSL đã được bật.\n" -#: fetchmail.c:1635 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " Giao thức SSL: %s\n" -#: fetchmail.c:1637 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " Khả năng kiểm tra chứng nhận máy phục vụ SSL đã được bật.\n" -#: fetchmail.c:1639 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " Thư mục chứng nhận đáng tin SSL: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1662 #, fuzzy, c-format msgid " SSL server CommonName: %s\n" msgstr "Tên Chung trình phục vụ: %s\n" -#: fetchmail.c:1644 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " Vân tay khoá SSL (so sánh với khoá máy phục vụ): %s\n" -#: fetchmail.c:1647 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Thời hạn không đáp ứng của máy phục vụ là %d giây" -#: fetchmail.c:1649 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (mặc định).\n" -#: fetchmail.c:1656 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " Hộp thư mặc định đã được chọn.\n" -#: fetchmail.c:1661 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " Các hộp thư đã chọn là :" -#: fetchmail.c:1667 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " Mọi thư sẽ được lấy (« --all » bật).\n" -#: fetchmail.c:1668 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Chỉ thư mới sẽ được lấy (« --all » tắt).\n" -#: fetchmail.c:1670 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " Các thư đã lấy sẽ được giữ lại trên máy phục vụ (« --keep » bật).\n" -#: fetchmail.c:1671 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr "" " Các thư đã lấy sẽ không được giữ lại trên máy phục vụ (« --keep » tắt).\n" -#: fetchmail.c:1673 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr " Các thư cũ sẽ được xoá sạch trước khi lấy thư (« --flush » bật).\n" -#: fetchmail.c:1674 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr "" " Các thư cũ sẽ không được xoá sạch trước khi lấy thư (« --flush » tắt).\n" -#: fetchmail.c:1676 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" msgstr "" -" Các thư quá lớn sẽ được xoá sạch trước khi lấy thư (« --limitflush » " -"bật).\n" +" Các thư quá lớn sẽ được xoá sạch trước khi lấy thư (« --limitflush » bật).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1255,342 +1274,338 @@ msgstr "" " Các thư quá lớn sẽ không được xoá sạch trước khi lấy thư (« --limitflush » " "tắt).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr "" " Khả năng ghi lại các địa chỉ cục bộ với máy phục vụ đã được bật (« --" "norewrite » tắt).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr "" " Khả năng ghi lại các địa chỉ cục bộ với máy phục vụ đã được tắt (« --" "norewrite » bật).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" -msgstr "" -" Khả năng gỡ bỏ mọi ký tự về đầu dòng đã được bật (« stripcr » bật).\n" +msgstr " Khả năng gỡ bỏ mọi ký tự về đầu dòng đã được bật (« stripcr » bật).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" -msgstr "" -" Khả năng gỡ bỏ mọi ký tự về đầu dòng đã được tắt (« stripcr » tắt).\n" +msgstr " Khả năng gỡ bỏ mọi ký tự về đầu dòng đã được tắt (« stripcr » tắt).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Việc buộc ký tự về đầu dòng đã được bật (« forcecr » bật).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Việc buộc ký tự về đầu dòng đã được tắt (« forcecr » tắt).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " Khả năng giải thích Content-Transfer-Encoding (cách mã hoá nội dung được " "truyền) đã được tắt (« pass8bits » bật).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " Khả năng giải thích Content-Transfer-Encoding (cách mã hoá nội dung được " "truyền) đã được bật (« pass8bits » tắt).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " Khả năng giải mã MIME đã được bật (« mimedecode » bật).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " Khả năng giải mã MIME đã được tắt (« mimedecode » tắt).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " Nghỉ sau khi việc thăm dò được bật (nghỉ bật).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " Nghỉ sau khi việc thăm dò được tắt (nghỉ tắt).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Các dòng Trạng thái sẽ được hủy (« dropstatus » bật).\n" -#: fetchmail.c:1698 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Các dòng Status (Trạng thái) sẽ được giữ (« dropstatus » tắt).\n" -#: fetchmail.c:1700 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr "" -" Các dòng Delivered-To (Được phát cho) sẽ được hủy (« dropdelivered » " -"bật).\n" +" Các dòng Delivered-To (Được phát cho) sẽ được hủy (« dropdelivered » bật).\n" -#: fetchmail.c:1701 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr "" -" Các dòng Delivered-To (Được phát cho) sẽ được giữ (« dropdelivered » " -"tắt).\n" +" Các dòng Delivered-To (Được phát cho) sẽ được giữ (« dropdelivered » tắt).\n" -#: fetchmail.c:1705 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " Giới hạn kích cỡ thư là %d octet (« --limit » %d).\n" -#: fetchmail.c:1708 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " Không có giới hạn kích cỡ thư (« --limit » 0).\n" -#: fetchmail.c:1710 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr " Khoảng cảnh báo kích cỡ thư là %d giây (« --warnings » %d).\n" -#: fetchmail.c:1713 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Cảnh báo về kích cỡ mỗi lần thăm dò (« --warnings » 0).\n" -#: fetchmail.c:1716 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Giới hạn thư đã nhận là %d (« --fetchlimit » %d).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Không có giới hạn thư đã nhận (« --fetchlimit » 0).\n" -#: fetchmail.c:1721 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " Giới hạn kích cỡ thư lấy là %d (« (--fetchsizelimit » %d).\n" -#: fetchmail.c:1724 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Không có giới hạn kích cỡ thư lấy (« (--fetchsizelimit » 0).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr "" " Tìm kiếm nhị phân các UID trong khi mỗi việc thăm dò (« --fastuidl » 1).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr "" -" Tìm kiếm nhị phân các UID trong khi %d trên %d việc thăm dò (« --fastuidl " -"» %d).\n" +" Tìm kiếm nhị phân các UID trong khi %d trên %d việc thăm dò (« --fastuidl » " +"%d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr "" " Tìm kiếm tuyến các UID trong khi mỗi việc thăm dò (« --fastuidl » 0).\n" -#: fetchmail.c:1735 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " Giới hạn bó thư SMTP là %d.\n" -#: fetchmail.c:1737 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Không có giới hạn bó thư SMTP (« --batchlimit » 0).\n" -#: fetchmail.c:1741 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr "" " Khoảng xoá bỏ giữa hai lần xoá hẳn đã được buộc thành %d (« --expunge » %" "d).\n" -#: fetchmail.c:1743 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " Không có việc xoá hẳn đã buộc) (« --expunge » 0).\n" -#: fetchmail.c:1750 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " Các miền cho đó sẽ lấy thư là :" -#: fetchmail.c:1755 fetchmail.c:1775 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (mặc định)" -#: fetchmail.c:1760 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Các thư sẽ được phụ thêm vào %s là BSMTP\n" -#: fetchmail.c:1762 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Các thư sẽ được phát bằng « %s ».\n" -#: fetchmail.c:1769 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Các thư sẽ được chuyển tiếp %cMTP tới :" -#: fetchmail.c:1780 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " Phần máy của dòng MAIL FROM (thư từ) sẽ là %s\n" -#: fetchmail.c:1783 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " Địa chỉ cần chèn vào dòng RCPT TO được gởi cho SMTP sẽ là %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " Các đáp ứng chặn thư rác đã nhận diện của bộ lắng nghe là :" -#: fetchmail.c:1798 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " Khả năng chặn thư rác được tắt\n" -#: fetchmail.c:1801 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Sự kết nối đến máy phục vụ sẽ được tạo bằng « %s ».\n" -#: fetchmail.c:1804 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " Không có lệnh tiền kết nối.\n" -#: fetchmail.c:1806 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Sự kết nối đến máy phục vụ sẽ được đóng bằng « %s ».\n" -#: fetchmail.c:1809 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " Không có lệnh hậu kết nối.\n" -#: fetchmail.c:1812 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " Chưa xác định tên cục bộ (localname) cho máy này.\n" -#: fetchmail.c:1822 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " Chế độ đa thả : " -#: fetchmail.c:1824 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " Chế độ thả đơn: " -#: fetchmail.c:1826 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "Chấp nhân %d tên cục bộ.\n" -#: fetchmail.c:1841 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " Khả năng tra tìm DNS cho địa chỉ đa thả đã được bật.\n" -#: fetchmail.c:1842 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " Khả năng tra tìm DNS cho địa chỉ đa thả đã được tắt.\n" -#: fetchmail.c:1846 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Bí danh máy phục vụ sẽ được so sánh với địa chỉ đa thả theo địa chỉ IP.\n" -#: fetchmail.c:1848 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " Bí danh máy phục vụ sẽ được so sánh với địa chỉ đa thả theo tên.\n" -#: fetchmail.c:1851 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " Khả năng định tuyến phong bì-địa chỉ đã được tắt\n" -#: fetchmail.c:1854 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Giả sử dòng đầu phong bì là : %s\n" -#: fetchmail.c:1857 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Số dòng đầu phong bì cần bỏ qua : %d\n" -#: fetchmail.c:1860 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Tiền tố %s sẽ được gỡ bỏ ra ID người dùng\n" -#: fetchmail.c:1863 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " Không gỡ bỏ tiền tố\n" -#: fetchmail.c:1870 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " Các bí danh trình phục vụ thư xác định sẵn:" -#: fetchmail.c:1879 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " Miền cục bộ :" -#: fetchmail.c:1889 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Phải kết nối qua giao diện %s.\n" -#: fetchmail.c:1891 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " Chưa xác định giao diện cần thiết.\n" -#: fetchmail.c:1893 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Vòng lặp thăm dò sẽ theo dõi %s.\n" -#: fetchmail.c:1895 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " Chưa xác định giao diện theo dõi.\n" -#: fetchmail.c:1899 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " Sẽ kết nối đến máy phục vụ bằng bộ cầm phít %s (« --plugin » %s).\n" -#: fetchmail.c:1901 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " Chưa xác định lệnh bộ cầm phít.\n" -#: fetchmail.c:1903 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr " Sẽ kết nối lắng nghe bằng bộ kéo phít %s (« --plugout » %s).\n" -#: fetchmail.c:1905 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " Chưa xác định lệnh bộ kéo phít.\n" -#: fetchmail.c:1910 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " Không có UID được lưu từ máy này.\n" -#: fetchmail.c:1919 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UID đã được lưu.\n" -#: fetchmail.c:1927 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " Thông tin vết thăm dò sẽ được thêm vào dòng đầu « Received ».\n" -#: fetchmail.c:1929 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" msgstr "" " Không có thông tin vết thăm dò sẽ được thêm vào dòng đầu « Received ».\n" -#: fetchmail.c:1932 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Tài sản gởi qua « %s ».\n" @@ -1696,69 +1711,69 @@ msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "" "%s: việc nâng cấp lên TLS một cách cơ hội chủ nghĩa bị lỗi nên thử tiếp tục\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "Khả năng OTP cần thiết không được biên dịch vào fetchmail\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "Khả năng NTLM cần thiết không được biên dịch vào fetchmail\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "" "Khả năng LOGIN (đăng nhập) cần thiết không được hỗ trợ bởi máy phục vụ\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "không khớp được khi xoá hẳn thư (%d thật != %d ngờ)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "việc thăm dò lại bị lỗi\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "%d thư đợi sau khi thăm dò lại\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "việc chọn hộp thư bị lỗi\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "%d thư đợi sau khi thăm dò lần thứ nhất\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "việc xoá hẳn bị lỗi\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "%d thư đợi sau khi xoá hẳn\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "việc tìm kiếm các thư chưa xem bị lỗi\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu chưa xem\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u là thư đầu chưa xem\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "" @@ -1959,79 +1974,79 @@ msgstr "Không thể giải mã yêu cầu OTP\n" msgid "Secret pass phrase: " msgstr "Cụm từ mật khẩu bí mật: " -#: options.c:168 options.c:212 +#: options.c:172 options.c:216 #, c-format msgid "String '%s' is not a valid number string.\n" msgstr "Chuỗi « %s » không phải là một chuỗi số hợp lệ.\n" -#: options.c:177 +#: options.c:181 #, c-format msgid "Value of string '%s' is %s than %d.\n" msgstr "Giá trị của chuỗi « %s » là %s hơn %d.\n" -#: options.c:178 +#: options.c:182 msgid "smaller" msgstr "nhỏ hơn" -#: options.c:178 +#: options.c:182 msgid "larger" msgstr "lớn hơn" -#: options.c:339 +#: options.c:349 #, c-format msgid "Invalid protocol `%s' specified.\n" msgstr "Xác định giao thức « %s » không hợp lệ.\n" -#: options.c:386 +#: options.c:396 #, c-format msgid "Invalid authentication `%s' specified.\n" msgstr "Xác định sự xác thực « %s » không hợp lệ.\n" -#: options.c:591 +#: options.c:601 msgid "usage: fetchmail [options] [server ...]\n" msgstr "usage: fetchmail [các_tùy_chọn] [máy phục vụ ...]\n" -#: options.c:592 +#: options.c:602 msgid " Options are as follows:\n" msgstr " Các tùy chọn có sẵn:\n" -#: options.c:593 +#: options.c:603 msgid " -?, --help display this option help\n" msgstr " -?, --help hiển thì _trợ giúp_ này về tùy chọn\n" -#: options.c:594 +#: options.c:604 msgid " -V, --version display version info\n" msgstr " -V, --version hiển thị thông tin _phiên bản_\n" -#: options.c:596 +#: options.c:606 msgid " -c, --check check for messages without fetching\n" msgstr " -c, --check _kiểm tra_ có thư mới, không lấy gì\n" -#: options.c:597 +#: options.c:607 msgid " -s, --silent work silently\n" msgstr " -s, --silent không xuất chi tiết (_im_)\n" -#: options.c:598 +#: options.c:608 msgid " -v, --verbose work noisily (diagnostic output)\n" msgstr " -v, --verbose xuất _chi tiết_ chẩn đoán\n" -#: options.c:599 +#: options.c:609 msgid " -d, --daemon run as a daemon once per n seconds\n" msgstr " -d, --daemon chạy là _trình nền_ một lần trong n giây\n" -#: options.c:600 +#: options.c:610 msgid " -N, --nodetach don't detach daemon process\n" msgstr " -N, --nodetach _không tách rời_ tiến trình nền\n" -#: options.c:601 +#: options.c:611 msgid " -q, --quit kill daemon process\n" msgstr " -q, --quit buộc tiến trình nền _thoát_\n" -#: options.c:602 +#: options.c:612 msgid " -L, --logfile specify logfile name\n" msgstr " -L, --logfile xác định tên _tập tin ghi lưu_\n" -#: options.c:603 +#: options.c:613 msgid "" " --syslog use syslog(3) for most messages when running as a " "daemon\n" @@ -2040,76 +2055,87 @@ msgstr "" "thông điệp\n" "\t\t\t\ttrong khi chạy là trình nền\n" -#: options.c:604 +#: options.c:614 msgid " --invisible don't write Received & enable host spoofing\n" msgstr "" " --invisible không ghi Received (dòng đầu Đã nhận) và bật khả năng ẩn " "máy đúng)\n" "\t\t\t\t(_vô hình_)\n" -#: options.c:605 +#: options.c:615 msgid " -f, --fetchmailrc specify alternate run control file\n" msgstr "" " -f, --fetchmailrc \t\txác định tập tin _điều khiển chạy_ (rc) xen kẽ\n" -#: options.c:606 +#: options.c:616 msgid " -i, --idfile specify alternate UIDs file\n" msgstr "" " -i, --idfile xác định _tập tin nhận diện_ người dùng (UID) xen kẽ\n" -#: options.c:607 +#: options.c:617 msgid " --pidfile specify alternate PID (lock) file\n" msgstr "" " --pidfile xác định _tập tin nhận diện tiến trình_ (PID) (khoá) xen " "kẽ\n" -#: options.c:608 +#: options.c:618 msgid " --postmaster specify recipient of last resort\n" msgstr "" " --postmaster xác định người nhận cuối cùng (_giám đốc sở bưu điện_)\n" -#: options.c:609 +#: options.c:619 msgid " --nobounce redirect bounces from user to postmaster.\n" msgstr "" " --nobounce chuyển tiếp các thư nảy về từ người dùng\n" "\t\t\t\tsang giám đốc sở bưu điện (_không nảy_)\n" -#: options.c:611 +#: options.c:620 +msgid "" +" --nosoftbounce fetchmail deletes permanently undeliverable messages.\n" +msgstr "" + +#: options.c:621 +msgid "" +" --softbounce keep permanently undeliverable messages on server " +"(default).\n" +msgstr "" + +#: options.c:623 msgid " -I, --interface interface required specification\n" msgstr " -I, --interface đặc tả cần thiết _giao diện_\n" -#: options.c:612 +#: options.c:624 msgid " -M, --monitor monitor interface for activity\n" msgstr " -M, --monitor _theo dõi_ hoạt động trên giao diện\n" -#: options.c:615 +#: options.c:627 msgid " --ssl enable ssl encrypted session\n" msgstr " --ssl bật phiên chạy đã mật mã bằng SSL\n" -#: options.c:616 +#: options.c:628 msgid " --sslkey ssl private key file\n" msgstr " --sslkey tập tin _khoá SSL_ riêng\n" -#: options.c:617 +#: options.c:629 msgid " --sslcert ssl client certificate\n" msgstr " --sslcert _chứng nhận_ ứng dụng khách SSL\n" -#: options.c:618 +#: options.c:630 msgid " --sslcertck do strict server certificate check (recommended)\n" msgstr "" " --sslcertck _kiểm tra_ chặt chẽ _chứng nhận SSL_ máy phục vụ (khuyên " "dùng)\n" -#: options.c:619 +#: options.c:631 msgid " --sslcertpath path to ssl certificates\n" msgstr " --sslcertpath \t_đường dẫn đến các chứng nhận SSL_\n" -#: options.c:620 +#: options.c:632 msgid "" " --sslcommonname expect this CommonName from server (discouraged)\n" msgstr "" -#: options.c:621 +#: options.c:633 msgid "" " --sslfingerprint fingerprint that must match that of the server's " "cert.\n" @@ -2117,169 +2143,169 @@ msgstr "" " --sslfingerprint \t_vân tay SSL_ phải khớp điều trong chứng nhận\n" "\t\t\t\t\t\tcủa máy phục vụ\n" -#: options.c:622 +#: options.c:634 msgid " --sslproto force ssl protocol (SSL2/SSL3/TLS1)\n" msgstr " --sslproto buộc dùng _giao thức SSL_ (SSL2/SSL3/TLS1)\n" -#: options.c:624 +#: options.c:636 msgid " --plugin specify external command to open connection\n" msgstr "" " --plugin xác định lệnh bên ngoài để mở kết nối (_bộ cầm phít_)\n" -#: options.c:625 +#: options.c:637 msgid " --plugout specify external command to open smtp connection\n" msgstr "" " --plugout xác định lệnh bên ngoài để mở kết nối SMTP (_bộ kéo " "phít_)\n" -#: options.c:627 +#: options.c:639 msgid " -p, --protocol specify retrieval protocol (see man page)\n" msgstr "" " -p, --protocol xác định _giao thức_ lấy thư (xem trang hướng dẫn)\n" -#: options.c:628 +#: options.c:640 msgid " -U, --uidl force the use of UIDLs (pop3 only)\n" msgstr " -U, --uidl buộc dùng UIDL (chỉ pop3)\n" -#: options.c:629 +#: options.c:641 msgid " --port TCP port to connect to (obsolete, use --service)\n" msgstr "" " --port _cổng_ TCP nơi cần kết nối (quá cũ, hãy dùng « --service " "»)\n" -#: options.c:630 +#: options.c:642 msgid "" " -P, --service TCP service to connect to (can be numeric TCP port)\n" msgstr "" " -P, --service _dịch vụ_ TCP nơi cần kết nối (có thể có dạng cổng TCP " "số)\n" -#: options.c:631 +#: options.c:643 msgid " --auth authentication type (password/kerberos/ssh/otp)\n" msgstr " --auth kiểu _xác thực_ (mật khẩu/kerberos/ssh/otp)\n" -#: options.c:632 +#: options.c:644 msgid " -t, --timeout server nonresponse timeout\n" msgstr " -t, --timeout _thời hạn_ máy phục vụ không đáp ứng\n" -#: options.c:633 +#: options.c:645 msgid " -E, --envelope envelope address header\n" msgstr " -E, --envelope dòng đầu địa chỉ _phong bì_\n" -#: options.c:634 +#: options.c:646 msgid " -Q, --qvirtual prefix to remove from local user id\n" msgstr "" " -Q, --qvirtual tiền tố cần gỡ bỏ ra mã nhận diện người dùng (UID) cục " "bộ\n" "\t\t\t\t(_q ảo_)\n" -#: options.c:635 +#: options.c:647 msgid " --principal mail service principal\n" msgstr " --principal _điều chính_ dịch vụ thư\n" -#: options.c:636 +#: options.c:648 msgid " --tracepolls add poll-tracing information to Received header\n" msgstr "" " --tracepolls thêm thông tin _tìm đường thăm dò_\n" "\t\t\t\tvào dòng đầu Received (Đã nhận)\n" -#: options.c:638 +#: options.c:650 msgid " -u, --username specify users's login on server\n" msgstr " -u, --username xác định _tên người dùng_ trên máy phục vụ\n" -#: options.c:639 +#: options.c:651 msgid " -a, --[fetch]all retrieve old and new messages\n" msgstr " -a, --[fetch]all _lấy mọi_ thư : cả cũ lẫn mới\n" -#: options.c:640 +#: options.c:652 msgid " -K, --nokeep delete new messages after retrieval\n" msgstr " -K, --nokeep xoá bỏ các thư mới sau khi lấy (_không giữ_)\n" -#: options.c:641 +#: options.c:653 msgid " -k, --keep save new messages after retrieval\n" msgstr " -k, --keep lưu các thư mới sau khi lấy (_giữ_)\n" -#: options.c:642 +#: options.c:654 msgid " -F, --flush delete old messages from server\n" msgstr " -F, --flush xoá bỏ các thư cũ ra máy phục vụ (_xoá sạch_)\n" -#: options.c:643 +#: options.c:655 msgid " --limitflush delete oversized messages\n" msgstr " --limitflush xoá bỏ các thư quá lớn (_xoá sạch đã hạn chế_)\n" -#: options.c:644 +#: options.c:656 msgid " -n, --norewrite don't rewrite header addresses\n" msgstr " -n, --norewrite _không ghi lại_ các địa chỉ dòng đầu\n" -#: options.c:645 +#: options.c:657 msgid " -l, --limit don't fetch messages over given size\n" msgstr "" " -l, --limit không lấy thư nào lớn hơn kích cỡ đưa ra (_hạn chế_)\n" -#: options.c:646 +#: options.c:658 msgid " -w, --warnings interval between warning mail notification\n" msgstr " -w, --warnings khoảng giữa hai lần thông báo thư _cảnh báo_\n" -#: options.c:648 +#: options.c:660 msgid " -S, --smtphost set SMTP forwarding host\n" msgstr " -S, --smtphost đặt _máy_ chuyển tiếp SMTP\n" -#: options.c:649 +#: options.c:661 msgid " --fetchdomains fetch mail for specified domains\n" msgstr "" " --fetchdomains \t_lấy_ thư chỉ cho _những miền_ đã xác định này\n" -#: options.c:650 +#: options.c:662 msgid " -D, --smtpaddress set SMTP delivery domain to use\n" msgstr " -D, --smtpaddress \tđặt _miền_ phát thư SMTP cần dùng (_địa chỉ_)\n" -#: options.c:651 +#: options.c:663 msgid " --smtpname set SMTP full name username@domain\n" msgstr " --smtpname đặt tên đầy đủ SMTP <tên_người_dùng@miền>\n" -#: options.c:652 +#: options.c:664 msgid " -Z, --antispam, set antispam response values\n" msgstr " -Z, --antispam, đặt các giá trị đáp ứng _chống thư rác_\n" -#: options.c:653 +#: options.c:665 msgid " -b, --batchlimit set batch limit for SMTP connections\n" msgstr " -b, --batchlimit \tđặt _hạn chế bó_ thư cho sự kết nối SMTP\n" -#: options.c:654 +#: options.c:666 msgid " -B, --fetchlimit set fetch limit for server connections\n" msgstr "" " -B, --fetchlimit \tđặt _hạn chế lấy_ thư cho sự kết nối máy phục vụ\n" -#: options.c:655 +#: options.c:667 msgid " --fetchsizelimit set fetch message size limit\n" msgstr " --fetchsizelimit \tđặt _hạn chế kích cỡ_ thư khi _lấy_ thư\n" -#: options.c:656 +#: options.c:668 msgid " --fastuidl do a binary search for UIDLs\n" msgstr " --fastuidl tìm kiếm UIDL một cách nhị phân (_nhanh_)\n" -#: options.c:657 +#: options.c:669 msgid " -e, --expunge set max deletions between expunges\n" msgstr "" " -e, --expunge đặt số thư đã xoá bỏ tối đa giữa hai lần _xoá hẳn_\n" -#: options.c:658 +#: options.c:670 msgid " -m, --mda set MDA to use for forwarding\n" msgstr " -m, --mda đặt MDA cần dùng để chuyển tiếp thư\n" -#: options.c:659 +#: options.c:671 msgid " --bsmtp set output BSMTP file\n" msgstr " --bsmtp đặt tập tin xuất BSMTP\n" -#: options.c:660 +#: options.c:672 msgid " --lmtp use LMTP (RFC2033) for delivery\n" msgstr " --lmtp dùng LMTP (RFC2033) để phát thư\n" -#: options.c:661 +#: options.c:673 msgid " -r, --folder specify remote folder name\n" msgstr " -r, --folder xác định tên _thư mục_ từ xa\n" -#: options.c:662 +#: options.c:674 msgid " --showdots show progress dots even in logfiles\n" msgstr "" " --showdots _hiện các chấm_ tiến hành ngay cả trong tập tin ghi lưu\n" @@ -2289,8 +2315,8 @@ msgid "" "Warning: \"Maillennium POP3/PROXY server\" found, using RETR command instead " "of TOP.\n" msgstr "" -"Cảnh báo : tìm thấy « Maillennium POP3/PROXY server » nên dùng lệnh RETR " -"thay vào TOP.\n" +"Cảnh báo : tìm thấy « Maillennium POP3/PROXY server » nên dùng lệnh RETR thay " +"vào TOP.\n" #: pop3.c:454 msgid "TLS is mandatory for this session, but server refused CAPA command.\n" @@ -2370,15 +2396,15 @@ msgstr "gặp lỗi giao thức khi lấy các UIDL\n" msgid "Option --folder is not supported with POP3\n" msgstr "Không hỗ trợ tùy chọn « --folder » (thư mục) với POP3\n" -#: rcfile_y.y:124 +#: rcfile_y.y:126 msgid "server option after user options" msgstr "tùy chọn máy phục vụ nằm sau các tùy chọn người dùng" -#: rcfile_y.y:167 +#: rcfile_y.y:169 msgid "SDPS not enabled." msgstr "Chưa bật SDPS." -#: rcfile_y.y:213 +#: rcfile_y.y:215 msgid "" "fetchmail: interface option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2386,7 +2412,7 @@ msgstr "" "fetchmail: tùy chọn giao diện chỉ được hỗ trợ dưới LInux (không có IPv6) và " "FreeBSD (kiểu UNIX)\n" -#: rcfile_y.y:220 +#: rcfile_y.y:222 msgid "" "fetchmail: monitor option is only supported under Linux (without IPv6) and " "FreeBSD\n" @@ -2394,37 +2420,36 @@ msgstr "" "fetchmail: tùy chọn theo dõi chỉ được hỗ trợ dưới LInux (không có IPv6) và " "FreeBSD (kiểu UNIX)\n" -#: rcfile_y.y:333 +#: rcfile_y.y:335 msgid "SSL is not enabled" msgstr "Chưa bật SSL" -#: rcfile_y.y:383 +#: rcfile_y.y:385 msgid "end of input" msgstr "kết thúc kết nhập" -#: rcfile_y.y:421 +#: rcfile_y.y:423 #, c-format msgid "File %s must be a regular file.\n" msgstr "Tập tin %s phải là một tập tin chuẩn.\n" -#: rcfile_y.y:431 +#: rcfile_y.y:433 #, fuzzy, c-format msgid "File %s must have no more than -rwx------ (0700) permissions.\n" -msgstr "" -"Không cho phép tập tin %s có quyền hạn lớn hơn « -rws--x--- » (0710).\n" +msgstr "Không cho phép tập tin %s có quyền hạn lớn hơn « -rws--x--- » (0710).\n" -#: rcfile_y.y:443 +#: rcfile_y.y:445 #, c-format msgid "File %s must be owned by you.\n" msgstr "Tập tin %s phải bị bạn sở hữu.\n" -#: report.c:77 +#: report.c:67 msgid "Unknown system error" msgstr "Gặp lỗi hệ thống không rõ" -#: report.c:104 -#, c-format -msgid "%s (log message incomplete)" +#: report.c:92 +#, fuzzy, c-format +msgid "%s (log message incomplete)\n" msgstr "%s (thông điệp ghi lưu không hoàn toàn)" #: rfc822.c:76 @@ -2641,84 +2666,88 @@ msgstr "SMTP: (thân thư nảy về)\n" msgid "mail from %s bounced to %s\n" msgstr "thư từ %s đã nảy về %s\n" -#: sink.c:442 +#: sink.c:446 #, c-format msgid "Saved error is still %d\n" msgstr "Lỗi đã lưu vẫn còn là %d\n" -#: sink.c:502 sink.c:587 +#: sink.c:506 sink.c:605 #, c-format msgid "%cMTP error: %s\n" msgstr "Lỗi %cMTP: %s\n" -#: sink.c:712 +#: sink.c:550 +msgid "SMTP server requires STARTTLS, keeping message.\n" +msgstr "" + +#: sink.c:730 #, c-format msgid "BSMTP file open failed: %s\n" msgstr "Việc mở tập tin BSMTP bị lỗi: %s\n" -#: sink.c:758 +#: sink.c:776 msgid "BSMTP preamble write failed.\n" msgstr "Việc ghi lời mở đầu BSMTP bị lỗi.\n" -#: sink.c:972 +#: sink.c:990 #, c-format msgid "%cMTP listener doesn't like recipient address `%s'\n" msgstr "Bộ lắng nghe %cMTP không chấp nhận địa chỉ người nhận « %s »\n" -#: sink.c:979 +#: sink.c:997 #, c-format msgid "%cMTP listener doesn't really like recipient address `%s'\n" msgstr "Bộ lắng nghe %cMTP không thật chấp nhận địa chỉ người nhận « %s »\n" -#: sink.c:1025 +#: sink.c:1043 msgid "no address matches; no postmaster set.\n" msgstr "không có địa chỉ khớp; chưa đặt giám đốc sở bưu điện.\n" -#: sink.c:1037 +#: sink.c:1055 #, c-format msgid "can't even send to %s!\n" msgstr "không thể gởi ngay cả cho %s.\n" -#: sink.c:1043 +#: sink.c:1061 #, c-format msgid "no address matches; forwarding to %s.\n" msgstr "không có địa chỉ khớp; đang chuyển tiếp tới %s.\n" -#: sink.c:1199 +#: sink.c:1217 #, c-format msgid "about to deliver with: %s\n" msgstr "sắp phát với: %s\n" -#: sink.c:1223 +#: sink.c:1241 msgid "MDA open failed\n" msgstr "Việc mở MDA bị lỗi\n" -#: sink.c:1260 +#: sink.c:1278 #, c-format msgid "%cMTP connect to %s failed\n" msgstr "Việc kết nối %cMTP đến %s bị lỗi\n" -#: sink.c:1284 +#: sink.c:1302 #, c-format msgid "can't raise the listener; falling back to %s" msgstr "không thể liên lạc với bộ lắng nghe nên dự trữ về %s" -#: sink.c:1346 +#: sink.c:1364 #, c-format msgid "Error writing to MDA: %s\n" msgstr "Gặp lỗi khi ghi vào MDA: %s\n" -#: sink.c:1349 +#: sink.c:1367 #, c-format msgid "MDA died of signal %d\n" msgstr "MDA đã kết thúc vì tín hiệu %d\n" -#: sink.c:1352 +#: sink.c:1370 #, c-format msgid "MDA returned nonzero status %d\n" msgstr "MDA đã trả về trạng thái không phải số không %d\n" -#: sink.c:1355 +#: sink.c:1373 #, c-format msgid "" "Strange: MDA pclose returned %d and errno %d/%s, cannot handle at %s:%d\n" @@ -2726,24 +2755,24 @@ msgstr "" "Lạ : việc pclose MDA đã trả lại %d và số hiệu lỗi %d/%s nên không thể xử lý " "tại %s:%d\n" -#: sink.c:1377 +#: sink.c:1395 msgid "Message termination or close of BSMTP file failed\n" msgstr "Việc kết thúc thư hay đóng tập tin BSMTP bị lỗi\n" -#: sink.c:1399 +#: sink.c:1417 msgid "SMTP listener refused delivery\n" msgstr "Bộ lắng nghe SMTP đã từ chối việc phát\n" -#: sink.c:1429 +#: sink.c:1447 msgid "LMTP delivery error on EOM\n" msgstr "Lỗi phát LMTP tại kết thúc thư\n" -#: sink.c:1432 +#: sink.c:1450 #, c-format msgid "Unexpected non-503 response to LMTP EOM: %s\n" msgstr "Gặp đáp ứng không phải 503 không mong đợi với kết thúc thư LMTP: %s\n" -#: sink.c:1587 +#: sink.c:1605 msgid "" "-- \n" "The Fetchmail Daemon" @@ -2751,32 +2780,32 @@ msgstr "" "-- \n" "Trình nền Fetchmail" -#: smtp.c:79 +#: smtp.c:80 msgid "ESMTP CRAM-MD5 Authentication...\n" msgstr "Xác thực CRAM-MD5 ESMTP...\n" -#: smtp.c:86 smtp.c:137 +#: smtp.c:87 smtp.c:138 msgid "Server rejected the AUTH command.\n" msgstr "Máy phục vụ đã từ chối lệnh AUTH.\n" -#: smtp.c:94 smtp.c:144 smtp.c:154 smtp.c:160 +#: smtp.c:95 smtp.c:145 smtp.c:155 smtp.c:161 msgid "Bad base64 reply from server.\n" msgstr "Nhận trả lời base64 sai từ máy phục vụ.\n" -#: smtp.c:98 +#: smtp.c:99 #, c-format msgid "Challenge decoded: %s\n" msgstr "Yêu cầu đã được giải mã : %s\n" -#: smtp.c:115 +#: smtp.c:116 msgid "ESMTP PLAIN Authentication...\n" msgstr "Xác thực PLAIN ESMTP...\n" -#: smtp.c:130 +#: smtp.c:131 msgid "ESMTP LOGIN Authentication...\n" msgstr "Xác thực LOGIN ESMTP...\n" -#: smtp.c:331 smtp.c:354 +#: smtp.c:339 smtp.c:362 msgid "smtp listener protocol error\n" msgstr "lỗi giao thức bộ lắng nghe SMTP\n" @@ -2806,172 +2835,172 @@ msgstr "đang chạy %s (máy %s dịch vụ %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) bị lỗi\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "Lỗi getaddrinfo(\"%s\",\"%s\"): %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "" "Hãy cố thêm tùy chọn « --service » (dịch vụ) (xem cũng mục FAQ [Hỏi Đáp] " "R12).\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "không rõ (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "Đang thử kết nối đến %s/%s..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "không thể tạo ổ cắm: %s.\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "lỗi kết nối.\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "lỗi kết nối đến %s:%s [%s/%s]: %s.\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "đã kết nối.\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "Tổ chức phát hành: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "Cảnh báo : tên Tổ chức Phát hành quá dài (có thể bị cắt xén).\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "Không biết Tổ chức\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Tên Chung phát hành: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "Cảnh báo : Tên Chung nhà phát hành quá dài (có thể bị cắt xén).\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "Không biết Tên Chung nhà phát hành\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "Tên Chung trình phục vụ: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Chứng nhận sai: Tên Chung Chủ đề quá dài.\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Tên Chung máy phục vụ không khớp: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "Chpa đặt tên máy phục vụ nên không thể thẩm tra chứng nhận.\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "Không biết Tên Chung máy phục vụ\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "Không xác định tên máy phục vụ trong chứng nhận.\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() bị lỗi.\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "Hết bộ nhớ.\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Bộ đệm digest quá nhỏ.\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "Vân tay khoá %s: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "Vân tay khoá %s trùng.\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "Vân tay khoá %s không trùng.\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Lỗi thẩm tra chứng nhận máy phục vụ : %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "không biết nhà phát hành (%d ký tự đầu): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "Bộ mô tả tập tin ở ngoại phạm vị SSL" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "" "Xác định giao thức SSL không hợp lệ « %s » nên dùng mặc định (SSLv23).\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Việc thẩm tra chứng nhận/vân tay bị bỏ qua vì lý do nào.\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "Việc cố lại đọc ổ cắm Cygwin\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "Việc cố lại đọc ổ cắm Cygwin bị lỗi.\n" -#: transact.c:67 +#: transact.c:65 #, c-format msgid "mapped address %s to local %s\n" msgstr "đã ảnh xạ địa chỉ %s thành %s cục bộ\n" -#: transact.c:89 +#: transact.c:87 #, c-format msgid "mapped %s to local %s\n" msgstr "đã ảnh xạ %s thành %s cục bộ\n" -#: transact.c:156 +#: transact.c:154 #, c-format msgid "passed through %s matching %s\n" msgstr "đã đi qua %s khớp %s\n" -#: transact.c:226 +#: transact.c:224 #, c-format msgid "" "analyzing Received line:\n" @@ -2980,65 +3009,65 @@ msgstr "" "đang phân tích dòng Received (Đã nhận):\n" "%s" -#: transact.c:265 +#: transact.c:263 #, c-format msgid "line accepted, %s is an alias of the mailserver\n" msgstr "dòng đã được chấp nhận, %s là bí danh của máy phục vụ thư\n" -#: transact.c:271 +#: transact.c:269 #, c-format msgid "line rejected, %s is not an alias of the mailserver\n" msgstr "dòng bị từ chối, %s không phải là bí danh của máy phục vụ thư\n" -#: transact.c:345 +#: transact.c:343 msgid "no Received address found\n" msgstr "không tìm thấy địa chỉ Received (Đã nhận)\n" -#: transact.c:354 +#: transact.c:352 #, c-format msgid "found Received address `%s'\n" msgstr "tìm thấy địa chỉ Received (Đã nhận) « %s »\n" -#: transact.c:551 +#: transact.c:566 msgid "message delimiter found while scanning headers\n" msgstr "tìm thấy bộ giới hạn thư trong khi quét các dòng đầu\n" -#: transact.c:582 +#: transact.c:597 msgid "incorrect header line found while scanning headers\n" msgstr "tìm thấy dòng đầu không đúng trong khi quét các dòng đầu\n" -#: transact.c:584 +#: transact.c:599 #, c-format msgid "line: %s" msgstr "dòng: %s" -#: transact.c:1130 +#: transact.c:1138 #, c-format msgid "no local matches, forwarding to %s\n" msgstr "không khớp gì cục bộ nên chuyển tiếp tới %s\n" -#: transact.c:1145 +#: transact.c:1153 msgid "forwarding and deletion suppressed due to DNS errors\n" msgstr "khả năng chuyển tiếp và xoá bỏ đã được thu hồi vì gặp nhiều lỗi DNS\n" -#: transact.c:1255 +#: transact.c:1263 msgid "writing RFC822 msgblk.headers\n" msgstr "đang ghi msgblk.headers RFC822\n" -#: transact.c:1273 +#: transact.c:1282 msgid "no recipient addresses matched declared local names" msgstr "không có địa chỉ người nhận khớp với tên cục bộ đã xác định" -#: transact.c:1280 +#: transact.c:1289 #, c-format msgid "recipient address %s didn't match any local name" msgstr "địa chỉ người nhận %s không khớp với tên cục bộ đã xác định nào" -#: transact.c:1289 +#: transact.c:1298 msgid "message has embedded NULs" msgstr "thư có NUL nhúng" -#: transact.c:1297 +#: transact.c:1306 msgid "SMTP listener rejected local recipient addresses: " msgstr "Bộ lắng nghe SMTP đã từ chối các địa chỉ người nhận cục bộ : " diff --git a/po/zh_CN.po b/po/zh_CN.po index b043cd08..e1e0d54d 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.10-pre1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.berlios.de\n" -"POT-Creation-Date: 2009-05-26 15:28+0200\n" +"POT-Creation-Date: 2009-07-02 21:31+0200\n" "PO-Revision-Date: 2009-05-27 22:41中国标准时间\n" "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n" "Language-Team: Chinese (simplified) <translation-team-zh-cn@lists." @@ -224,59 +224,59 @@ msgstr "HESIOD pobox 中找不到 %s\n" msgid "Lead server has no name.\n" msgstr "主服务器无名字。\n" -#: driver.c:1018 +#: driver.c:1021 #, c-format msgid "couldn't find canonical DNS name of %s (%s): %s\n" msgstr "无法找到规范的 %s (%s) 的 DNS 名称: %s\n" -#: driver.c:1065 +#: driver.c:1068 #, c-format msgid "%s connection to %s failed" msgstr "%s 连接至 %s 时失败" -#: driver.c:1081 +#: driver.c:1084 msgid "Subject: Fetchmail unreachable-server warning." msgstr "主题: Fetchmail 警告,找不到服务器。" -#: driver.c:1083 +#: driver.c:1086 #, c-format msgid "Fetchmail could not reach the mail server %s:" msgstr "Fetchmail 不能找到邮件服务器 %s:" -#: driver.c:1111 +#: driver.c:1114 msgid "SSL connection failed.\n" msgstr "SSL 连接失败。\n" -#: driver.c:1164 +#: driver.c:1167 #, c-format msgid "Lock-busy error on %s@%s\n" msgstr "%s@%s 出现死锁错误\n" -#: driver.c:1168 +#: driver.c:1171 #, c-format msgid "Server busy error on %s@%s\n" msgstr "%s@%s 出现服务器繁忙错误\n" -#: driver.c:1173 +#: driver.c:1176 #, c-format msgid "Authorization failure on %s@%s%s\n" msgstr "%s@%s%s 出现授权失败错误\n" -#: driver.c:1176 +#: driver.c:1179 msgid " (previously authorized)" msgstr "(事先已授权)" -#: driver.c:1197 +#: driver.c:1200 #, c-format msgid "Subject: fetchmail authentication failed on %s@%s" msgstr "主题: fetchmail 在 %s@%s 上验证失败" -#: driver.c:1201 +#: driver.c:1204 #, c-format msgid "Fetchmail could not get mail from %s@%s.\n" msgstr "Fetchmail 无法从 %s@%s 中获取邮件。\n" -#: driver.c:1205 +#: driver.c:1208 msgid "" "The attempt to get authorization failed.\n" "Since we have already succeeded in getting authorization for this\n" @@ -289,7 +289,7 @@ msgstr "" "提示信息,因此这可能是另一种错误情况(比如服务器忙),从而导致\n" " fetchmail 无法区分这些错误。" -#: driver.c:1211 +#: driver.c:1214 msgid "" "\n" "However, if you HAVE changed your account details since starting the\n" @@ -307,7 +307,7 @@ msgstr "" "fetchmail 后台服务会继续运行并在每次被唤醒时尝试进行连接。除非\n" "服务重置,否则它不会再发送任何提示信息了。" -#: driver.c:1221 +#: driver.c:1224 msgid "" "The attempt to get authorization failed.\n" "This probably means your password is invalid, but some servers have\n" @@ -325,169 +325,169 @@ msgstr "" "fetchmail 后台服务会继续运行并在每次被唤醒时尝试进行连接。除非服务\n" "重置,否则它不会再发送任何提示信息了。" -#: driver.c:1237 +#: driver.c:1240 #, c-format msgid "Repoll immediately on %s@%s\n" msgstr "立即从 %s@%s 中重新收件\n" -#: driver.c:1242 +#: driver.c:1245 #, c-format msgid "Unknown login or authentication error on %s@%s\n" msgstr "%s@%s 有未知的登录或验证错误\n" -#: driver.c:1266 +#: driver.c:1269 #, c-format msgid "Authorization OK on %s@%s\n" msgstr "验证正确 %s@%s\n" -#: driver.c:1272 +#: driver.c:1275 #, c-format msgid "Subject: fetchmail authentication OK on %s@%s" msgstr "主题: fetchmail 验证正确 %s@%s" -#: driver.c:1276 +#: driver.c:1279 #, c-format msgid "Fetchmail was able to log into %s@%s.\n" msgstr "Fetchmail 可登录 %s@%s。\n" -#: driver.c:1280 +#: driver.c:1283 msgid "Service has been restored.\n" msgstr "服务已经被重置。\n" -#: driver.c:1312 +#: driver.c:1315 #, c-format msgid "selecting or re-polling folder %s\n" msgstr "正在选择或重新检索邮箱 %s\n" -#: driver.c:1314 +#: driver.c:1317 msgid "selecting or re-polling default folder\n" msgstr "正在选择或重检默认邮箱\n" -#: driver.c:1326 +#: driver.c:1329 #, c-format msgid "%s at %s (folder %s)" msgstr "%s 在 %s (邮箱 %s)" -#: driver.c:1329 rcfile_y.y:384 +#: driver.c:1332 rcfile_y.y:384 #, c-format msgid "%s at %s" msgstr "%s 在 %s" -#: driver.c:1334 +#: driver.c:1337 #, c-format msgid "Polling %s\n" msgstr "正在检取 %s\n" -#: driver.c:1338 +#: driver.c:1341 #, c-format msgid "%d message (%d %s) for %s" msgid_plural "%d messages (%d %s) for %s" msgstr[0] "%4$s 有 %1$d 封邮件 (%2$d %3$s)" -#: driver.c:1341 +#: driver.c:1344 msgid "seen" msgid_plural "seen" msgstr[0] "已读" -#: driver.c:1344 +#: driver.c:1347 #, c-format msgid "%d message for %s" msgid_plural "%d messages for %s" msgstr[0] "%2$s 有 %1$d 封邮件" -#: driver.c:1351 +#: driver.c:1354 #, c-format msgid " (%d octets).\n" msgstr "(%d 字节)。\n" -#: driver.c:1357 +#: driver.c:1360 #, c-format msgid "No mail for %s\n" msgstr "%s 无邮件\n" -#: driver.c:1390 imap.c:90 +#: driver.c:1393 imap.c:90 msgid "bogus message count!" msgstr "发现无效邮件!" -#: driver.c:1534 +#: driver.c:1537 msgid "socket" msgstr "套接口" -#: driver.c:1537 +#: driver.c:1540 msgid "missing or bad RFC822 header" msgstr "未找到或错误的 RFC822 协议头" -#: driver.c:1540 +#: driver.c:1543 msgid "MDA" msgstr "MDA" -#: driver.c:1543 +#: driver.c:1546 msgid "client/server synchronization" msgstr "客户端/服务器同步" -#: driver.c:1546 +#: driver.c:1549 msgid "client/server protocol" msgstr "客户端/服务器协议" -#: driver.c:1549 +#: driver.c:1552 msgid "lock busy on server" msgstr "服务器死锁" -#: driver.c:1552 +#: driver.c:1555 msgid "SMTP transaction" msgstr "处理 SMTP" -#: driver.c:1555 +#: driver.c:1558 msgid "DNS lookup" msgstr "查询 DNS" -#: driver.c:1558 +#: driver.c:1561 msgid "undefined" msgstr "未定义" -#: driver.c:1564 +#: driver.c:1567 #, c-format msgid "%s error while fetching from %s@%s and delivering to SMTP host %s\n" msgstr "从 %2$s@%3$s 收邮件并投递至 SMTP 主机 %4$s 时出现错误 %1$s\n" -#: driver.c:1566 +#: driver.c:1569 msgid "unknown" msgstr "未知" -#: driver.c:1568 +#: driver.c:1571 #, c-format msgid "%s error while fetching from %s@%s\n" msgstr "从 %2$s@%3$s 收件时产生错误 %1$s\n" -#: driver.c:1580 +#: driver.c:1583 #, fuzzy, c-format msgid "post-connection command terminated with signal %d\n" msgstr "连接后执行程序失败,错误代码 %d\n" -#: driver.c:1582 +#: driver.c:1585 #, fuzzy, c-format msgid "post-connection command failed with status %d\n" msgstr "连接后执行程序失败,错误代码 %d\n" -#: driver.c:1601 +#: driver.c:1604 msgid "Kerberos V4 support not linked.\n" msgstr "未连接 Kerberos V4 支持\n" -#: driver.c:1609 +#: driver.c:1612 msgid "Kerberos V5 support not linked.\n" msgstr "未连接 Kerberos V5 支持\n" -#: driver.c:1620 +#: driver.c:1623 #, c-format msgid "Option --flush is not supported with %s\n" msgstr "%s 不支持 --flush 选项\n" -#: driver.c:1626 +#: driver.c:1629 #, c-format msgid "Option --all is not supported with %s\n" msgstr "%s 不支持 --all 选项\n" -#: driver.c:1635 +#: driver.c:1638 #, c-format msgid "Option --limit is not supported with %s\n" msgstr "%s 不支持 --limit 选项\n" @@ -658,889 +658,889 @@ msgstr "无法得到当前工作目录\n" msgid "This is fetchmail release %s" msgstr "这是 fetchmail 发行版 %s" -#: fetchmail.c:398 +#: fetchmail.c:403 #, c-format msgid "Taking options from command line%s%s\n" msgstr "正从命令行获得选项 %s%s\n" -#: fetchmail.c:399 +#: fetchmail.c:404 msgid " and " msgstr "和" -#: fetchmail.c:404 +#: fetchmail.c:409 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "未设置邮件服务器 -- 可能未找到 %s?\n" -#: fetchmail.c:425 +#: fetchmail.c:430 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: 未指定邮件服务器\n" -#: fetchmail.c:437 +#: fetchmail.c:442 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: 无其它 fetchmail 正在运行\n" -#: fetchmail.c:443 +#: fetchmail.c:448 #, c-format msgid "fetchmail: error killing %s fetchmail at %d; bailing out.\n" msgstr "fetchmail: 终止 %s fetchmail 进程号 %d 时出错;退出\n" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "background" msgstr "后台" -#: fetchmail.c:444 fetchmail.c:453 +#: fetchmail.c:449 fetchmail.c:458 msgid "foreground" msgstr "前台" -#: fetchmail.c:452 +#: fetchmail.c:457 #, c-format msgid "fetchmail: %s fetchmail at %d killed.\n" msgstr "fetchmail: %s fetchmail 进程号 %d 终止\n" -#: fetchmail.c:475 +#: fetchmail.c:480 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" msgstr "fetchmail: 有另一个 fetchmail 在同一主机上运行时无法检查邮件。\n" -#: fetchmail.c:481 +#: fetchmail.c:486 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at %d.\n" msgstr "" "fetchmail: 有另一个 fetchmail 进程号 %d 在指定主机上运行时无法收邮件。\n" -#: fetchmail.c:488 +#: fetchmail.c:493 #, c-format msgid "fetchmail: another foreground fetchmail is running at %d.\n" msgstr "fetchmail: 另一个前台 fetchmail 进程号 %d 正在运行。\n" -#: fetchmail.c:498 +#: fetchmail.c:503 msgid "" "fetchmail: can't accept options while a background fetchmail is running.\n" msgstr "fetchmail: 有后台 fetchmail 正在运行时无法接受选项\n" -#: fetchmail.c:504 +#: fetchmail.c:509 #, c-format msgid "fetchmail: background fetchmail at %d awakened.\n" msgstr "fetchmail: 后台 fetchmail 进程号 %d 被唤醒\n" -#: fetchmail.c:516 +#: fetchmail.c:521 #, c-format msgid "fetchmail: elder sibling at %d died mysteriously.\n" msgstr "fetchmail: 上次 fetchmail 进程号 %d 不明原因的终止\n" -#: fetchmail.c:531 +#: fetchmail.c:536 #, c-format msgid "fetchmail: can't find a password for %s@%s.\n" msgstr "fetchmail: 无法找到 %s@%s 的密码\n" -#: fetchmail.c:535 +#: fetchmail.c:540 #, c-format msgid "Enter password for %s@%s: " msgstr "输入 %s@%s 的密码:" -#: fetchmail.c:560 fetchmail.c:596 -msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" -msgstr "fetchmail: 警告: 设置了 syslog 和 logfile。通过两者查看记录!\n" - -#: fetchmail.c:572 +#: fetchmail.c:582 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: 无法转入后台。退出\n" -#: fetchmail.c:576 +#: fetchmail.c:586 #, c-format msgid "starting fetchmail %s daemon \n" msgstr "开启 fetchmail %s 后台服务\n" -#: fetchmail.c:592 fetchmail.c:594 +#: fetchmail.c:602 fetchmail.c:604 #, c-format msgid "could not open %s to append logs to \n" msgstr "无法打开 %s 添加记录\n" -#: fetchmail.c:615 +#: fetchmail.c:606 +msgid "fetchmail: Warning: syslog and logfile are set. Check both for logs!\n" +msgstr "fetchmail: 警告: 设置了 syslog 和 logfile。通过两者查看记录!\n" + +#: fetchmail.c:625 msgid "--check mode enabled, not fetching mail\n" msgstr "开启 --check 模式, 而非真正取回邮件\n" -#: fetchmail.c:637 +#: fetchmail.c:647 #, fuzzy, c-format msgid "couldn't time-check %s (error %d)\n" msgstr "无法时限检测 %s (错误号 %d)\n" -#: fetchmail.c:642 +#: fetchmail.c:652 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "正在重启 fetchmail (%s 改变了)\n" -#: fetchmail.c:647 +#: fetchmail.c:657 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "由于目录尚未重置,因此重新执行的尝试可能失败\n" -#: fetchmail.c:674 +#: fetchmail.c:684 msgid "attempt to re-exec fetchmail failed\n" msgstr "重新执行 fetchmail 的尝试失败了\n" -#: fetchmail.c:704 +#: fetchmail.c:714 #, c-format msgid "poll of %s skipped (failed authentication or too many timeouts)\n" msgstr "忽略收取 %s 的邮件 (验证失败或多次超时)\n" -#: fetchmail.c:716 +#: fetchmail.c:726 #, c-format msgid "interval not reached, not querying %s\n" msgstr "时间间隔未到,不查寻 %s \n" -#: fetchmail.c:754 +#: fetchmail.c:764 msgid "Query status=0 (SUCCESS)\n" msgstr "查询状态=0 (成功)\n" -#: fetchmail.c:756 +#: fetchmail.c:766 msgid "Query status=1 (NOMAIL)\n" msgstr "查询状态=1 (无邮件)\n" -#: fetchmail.c:758 +#: fetchmail.c:768 msgid "Query status=2 (SOCKET)\n" msgstr "查询状态=2 (套接字输入输出错误)\n" -#: fetchmail.c:760 +#: fetchmail.c:770 msgid "Query status=3 (AUTHFAIL)\n" msgstr "查询状态=3 (用户验证失败)\n" -#: fetchmail.c:762 +#: fetchmail.c:772 msgid "Query status=4 (PROTOCOL)\n" msgstr "查询状态=4 (协议无效)\n" -#: fetchmail.c:764 +#: fetchmail.c:774 msgid "Query status=5 (SYNTAX)\n" msgstr "查询状态=5 (命令行语法错误)\n" -#: fetchmail.c:766 +#: fetchmail.c:776 msgid "Query status=6 (IOERR)\n" msgstr "查询状态=6 (配置文件权限错误)\n" -#: fetchmail.c:768 +#: fetchmail.c:778 msgid "Query status=7 (ERROR)\n" msgstr "查询状态=7 (协议错误)\n" -#: fetchmail.c:770 +#: fetchmail.c:780 msgid "Query status=8 (EXCLUDE)\n" msgstr "查询状态=8 (客户端受到排斥)\n" -#: fetchmail.c:772 +#: fetchmail.c:782 msgid "Query status=9 (LOCKBUSY)\n" msgstr "查询状态=9 (服务器死锁)\n" -#: fetchmail.c:774 +#: fetchmail.c:784 msgid "Query status=10 (SMTP)\n" msgstr "查询状态=10 (SMTP 错误)\n" -#: fetchmail.c:776 +#: fetchmail.c:786 msgid "Query status=11 (DNS)\n" msgstr "查询状态=11 (DNS 错误)\n" -#: fetchmail.c:778 +#: fetchmail.c:788 msgid "Query status=12 (BSMTP)\n" msgstr "查询状态=12 (无法打开批量输出)\n" -#: fetchmail.c:780 +#: fetchmail.c:790 msgid "Query status=13 (MAXFETCH)\n" msgstr "查询状态=13 (到达收件上限)\n" -#: fetchmail.c:782 +#: fetchmail.c:792 #, c-format msgid "Query status=%d\n" msgstr "查询状态=%d\n" -#: fetchmail.c:824 +#: fetchmail.c:834 msgid "All connections are wedged. Exiting.\n" msgstr "所有连接堵塞。退出\n" -#: fetchmail.c:831 +#: fetchmail.c:842 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "在 %s 休眠 %d 秒\n" -#: fetchmail.c:855 +#: fetchmail.c:866 #, c-format msgid "awakened by %s\n" msgstr "通过信号 %s 唤醒\n" -#: fetchmail.c:858 +#: fetchmail.c:869 #, c-format msgid "awakened by signal %d\n" msgstr "通过信号 %d 唤醒\n" -#: fetchmail.c:865 +#: fetchmail.c:877 #, c-format msgid "awakened at %s\n" msgstr "在 %s 被唤醒\n" -#: fetchmail.c:871 +#: fetchmail.c:882 #, c-format msgid "normal termination, status %d\n" msgstr "正常结束,返回值 %d\n" -#: fetchmail.c:1025 +#: fetchmail.c:1036 #, fuzzy msgid "couldn't time-check the run-control file\n" msgstr "无法对 run-control 文件进行时限检测\n" -#: fetchmail.c:1058 +#: fetchmail.c:1069 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "警告: 在配置文件中多次提及主机 %s\n" -#: fetchmail.c:1091 +#: fetchmail.c:1102 msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" msgstr "fetchmail: 错误: 在配置文件中有多个 “default” 记录。\n" -#: fetchmail.c:1213 +#: fetchmail.c:1224 msgid "SSL support is not compiled in.\n" msgstr "SSL 支持未编译在内\n" -#: fetchmail.c:1220 +#: fetchmail.c:1231 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "设置了 KERBEROS v4 支持,但未编译在内\n" -#: fetchmail.c:1226 +#: fetchmail.c:1237 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "设置了 KERBEROS v5 支持,但未编译在内\n" -#: fetchmail.c:1232 +#: fetchmail.c:1243 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "设置了 GSSAPI 支持,但未编译在内\n" -#: fetchmail.c:1262 +#: fetchmail.c:1273 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" msgstr "fetchmail: 警告: 无可用的 DNS 来检查取自 %s 的多投邮件\n" -#: fetchmail.c:1273 +#: fetchmail.c:1284 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "警告: %s 设置了多投邮件,需设置 envelope 选项!\n" -#: fetchmail.c:1274 +#: fetchmail.c:1285 msgid "warning: Do not ask for support if all mail goes to postmaster!\n" msgstr "警告: 如果所有邮件均被邮件管理员收取,不要寻求支持!\n" -#: fetchmail.c:1291 +#: fetchmail.c:1302 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " "service or port\n" msgstr "fetchmail: %s 配置无效,为服务或端口指定大于零的端口\n" -#: fetchmail.c:1298 +#: fetchmail.c:1309 #, c-format msgid "fetchmail: %s configuration invalid, RPOP requires a privileged port\n" msgstr "fetchmail: %s 配置无效,RPOP 要求开放一个特许端口\n" -#: fetchmail.c:1316 +#: fetchmail.c:1327 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "%s 配置无效,LMTP 不能用默认的 SMTP 端口\n" -#: fetchmail.c:1330 +#: fetchmail.c:1341 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "收取所有邮件并保留服务器上的备份或使用 idle 模式是错误的!\n" -#: fetchmail.c:1355 +#: fetchmail.c:1366 #, c-format msgid "terminated with signal %d\n" msgstr "以信号 %d 终止\n" -#: fetchmail.c:1428 +#: fetchmail.c:1439 #, c-format msgid "%s querying %s (protocol %s) at %s: poll started\n" msgstr "%1$s 在 %4$s 查寻 %2$s (协议 %3$s): 收件开始\n" -#: fetchmail.c:1453 +#: fetchmail.c:1464 msgid "POP2 support is not configured.\n" msgstr "未设置 POP2 支持\n" -#: fetchmail.c:1465 +#: fetchmail.c:1476 msgid "POP3 support is not configured.\n" msgstr "未设置 POP3 支持\n" -#: fetchmail.c:1475 +#: fetchmail.c:1486 msgid "IMAP support is not configured.\n" msgstr "未设置 IMAP 支持\n" -#: fetchmail.c:1481 +#: fetchmail.c:1492 msgid "ETRN support is not configured.\n" msgstr "未设置 ETRN 支持\n" -#: fetchmail.c:1489 +#: fetchmail.c:1500 msgid "ODMR support is not configured.\n" msgstr "未设置 ODMR 支持\n" -#: fetchmail.c:1496 +#: fetchmail.c:1507 msgid "unsupported protocol selected.\n" msgstr "选中了不支持的协议\n" -#: fetchmail.c:1506 +#: fetchmail.c:1517 #, c-format msgid "%s querying %s (protocol %s) at %s: poll completed\n" msgstr "%1$s 在 %4$s 查询 %2$s (协议 %3$s): 收件完成\n" -#: fetchmail.c:1523 +#: fetchmail.c:1534 #, c-format msgid "Poll interval is %d seconds\n" msgstr "收件间隔 %d 秒\n" -#: fetchmail.c:1525 +#: fetchmail.c:1536 #, c-format msgid "Logfile is %s\n" msgstr "日志文件为 %s\n" -#: fetchmail.c:1527 +#: fetchmail.c:1538 #, c-format msgid "Idfile is %s\n" msgstr "Idfile 文件为 %s\n" -#: fetchmail.c:1530 +#: fetchmail.c:1541 msgid "Progress messages will be logged via syslog\n" msgstr "邮件情况将通过 syslog 来记录\n" -#: fetchmail.c:1533 +#: fetchmail.c:1544 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail 将进行伪装且不会生成 Receiverd 部分\n" -#: fetchmail.c:1535 +#: fetchmail.c:1546 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail 将在日志文件中显示进度条(以点的形式)\n" -#: fetchmail.c:1537 +#: fetchmail.c:1548 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "Fetchmail 将转发地址错误的多投邮件给 %s。\n" -#: fetchmail.c:1541 +#: fetchmail.c:1552 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail 将把错误邮件转给邮件管理员\n" -#: fetchmail.c:1543 +#: fetchmail.c:1554 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail 将把错误邮件退给发送者\n" -#: fetchmail.c:1546 +#: fetchmail.c:1557 msgid "Fetchmail will treat permanent errors as permanent (drop messsages).\n" msgstr "Fetchmail 将把惯性错误当成不可恢复的错误(删除邮件)。\n" -#: fetchmail.c:1548 +#: fetchmail.c:1559 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" msgstr "Fetchmail 将把惯性错误当成临时问题(保留邮件)。\n" -#: fetchmail.c:1555 +#: fetchmail.c:1566 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "从 %s@%s 收件时的选项:\n" -#: fetchmail.c:1559 +#: fetchmail.c:1570 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " 邮件将通过 %s 收取\n" -#: fetchmail.c:1562 +#: fetchmail.c:1573 #, c-format msgid " Poll of this server will occur every %d interval.\n" msgid_plural " Poll of this server will occur every %d intervals.\n" msgstr[0] "每隔 %d 秒将收取此服务器中的邮件\n" -#: fetchmail.c:1566 +#: fetchmail.c:1577 #, c-format msgid " True name of server is %s.\n" msgstr " 服务器的实名为 %s。\n" -#: fetchmail.c:1569 +#: fetchmail.c:1580 msgid " This host will not be queried when no host is specified.\n" msgstr " 若不指明主机将不查询此主机\n" -#: fetchmail.c:1570 +#: fetchmail.c:1581 msgid " This host will be queried when no host is specified.\n" msgstr " 若不指明主机将查询此主机\n" -#: fetchmail.c:1574 +#: fetchmail.c:1585 msgid " Password will be prompted for.\n" msgstr "密码会被提示\n" -#: fetchmail.c:1578 +#: fetchmail.c:1589 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP 密码 = “%s”\n" -#: fetchmail.c:1581 +#: fetchmail.c:1592 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP 密码 = “%s”\n" -#: fetchmail.c:1584 +#: fetchmail.c:1595 #, c-format msgid " Password = \"%s\".\n" msgstr " 密码 = “%s”\n" -#: fetchmail.c:1593 +#: fetchmail.c:1604 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " 协议是带有 Kerberos %s 认证协议的 KPOP" -#: fetchmail.c:1596 +#: fetchmail.c:1607 #, c-format msgid " Protocol is %s" msgstr " 协议是 %s" -#: fetchmail.c:1598 +#: fetchmail.c:1609 #, c-format msgid " (using service %s)" msgstr " (正在使用服务 %s)" -#: fetchmail.c:1600 +#: fetchmail.c:1611 msgid " (using default port)" msgstr " (正在使用默认端口)" -#: fetchmail.c:1602 +#: fetchmail.c:1613 msgid " (forcing UIDL use)" msgstr " (正在强制使用 UIDL)" -#: fetchmail.c:1608 +#: fetchmail.c:1619 msgid " All available authentication methods will be tried.\n" msgstr " 将尝试所有有效的验证方式\n" -#: fetchmail.c:1611 +#: fetchmail.c:1622 msgid " Password authentication will be forced.\n" msgstr " 强制密码验证\n" -#: fetchmail.c:1614 +#: fetchmail.c:1625 msgid " MSN authentication will be forced.\n" msgstr " 强制 MSN 验证\n" -#: fetchmail.c:1617 +#: fetchmail.c:1628 msgid " NTLM authentication will be forced.\n" msgstr " 强制 NTLM 验证\n" -#: fetchmail.c:1620 +#: fetchmail.c:1631 msgid " OTP authentication will be forced.\n" msgstr " 强制 OTP 验证\n" -#: fetchmail.c:1623 +#: fetchmail.c:1634 msgid " CRAM-Md5 authentication will be forced.\n" msgstr " 强制 CRAM-Md5 验证\n" -#: fetchmail.c:1626 +#: fetchmail.c:1637 msgid " GSSAPI authentication will be forced.\n" msgstr " 强制 GSSAPI 验证\n" -#: fetchmail.c:1629 +#: fetchmail.c:1640 msgid " Kerberos V4 authentication will be forced.\n" msgstr " 强制 Kerberos V4 验证\n" -#: fetchmail.c:1632 +#: fetchmail.c:1643 msgid " Kerberos V5 authentication will be forced.\n" msgstr " 强制 Kerberos V5 验证\n" -#: fetchmail.c:1635 +#: fetchmail.c:1646 msgid " End-to-end encryption assumed.\n" msgstr " 假设为终端到终端加密\n" -#: fetchmail.c:1639 +#: fetchmail.c:1650 #, c-format msgid " Mail service principal is: %s\n" msgstr " 邮件服务协议验证方为: %s\n" -#: fetchmail.c:1642 +#: fetchmail.c:1653 msgid " SSL encrypted sessions enabled.\n" msgstr "启用 SSL 加密会话\n" -#: fetchmail.c:1644 +#: fetchmail.c:1655 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL 协议: %s\n" -#: fetchmail.c:1646 +#: fetchmail.c:1657 msgid " SSL server certificate checking enabled.\n" msgstr " 启用 SSL 服务器证书检查\n" -#: fetchmail.c:1648 +#: fetchmail.c:1659 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " SSL 受信证书目录: %s\n" -#: fetchmail.c:1651 +#: fetchmail.c:1662 #, c-format msgid " SSL server CommonName: %s\n" msgstr "服务器的 CommonName: %s\n" -#: fetchmail.c:1653 +#: fetchmail.c:1664 #, c-format msgid " SSL key fingerprint (checked against the server key): %s\n" msgstr " SSL 密钥指纹 (与服务器密钥对比过): %s\n" -#: fetchmail.c:1656 +#: fetchmail.c:1667 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " 服务器未响应,超时 %d 秒" -#: fetchmail.c:1658 +#: fetchmail.c:1669 msgid " (default).\n" msgstr " (默认)。\n" -#: fetchmail.c:1665 +#: fetchmail.c:1676 msgid " Default mailbox selected.\n" msgstr " 已选中默认邮箱。\n" -#: fetchmail.c:1670 +#: fetchmail.c:1681 msgid " Selected mailboxes are:" msgstr " 选中的邮箱是:" -#: fetchmail.c:1676 +#: fetchmail.c:1687 msgid " All messages will be retrieved (--all on).\n" msgstr " 收取所有邮件( --all 选项开启).\n" -#: fetchmail.c:1677 +#: fetchmail.c:1688 msgid " Only new messages will be retrieved (--all off).\n" msgstr " 只收取新邮件( --all 选项关闭).\n" -#: fetchmail.c:1679 +#: fetchmail.c:1690 msgid " Fetched messages will be kept on the server (--keep on).\n" msgstr " 收取的邮件会在服务器上保留副本( --keep 开启).\n" -#: fetchmail.c:1680 +#: fetchmail.c:1691 msgid " Fetched messages will not be kept on the server (--keep off).\n" msgstr " 收取的邮件不会保留在服务器上( --keep 关闭).\n" -#: fetchmail.c:1682 +#: fetchmail.c:1693 msgid " Old messages will be flushed before message retrieval (--flush on).\n" msgstr " 在收取新邮件前删除旧邮件(--flush 开启).\n" -#: fetchmail.c:1683 +#: fetchmail.c:1694 msgid "" " Old messages will not be flushed before message retrieval (--flush off).\n" msgstr " 在收取新邮件前不删除旧邮件(--flush 关闭).\n" -#: fetchmail.c:1685 +#: fetchmail.c:1696 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" msgstr " 收件前将删除超大的邮件(--limitflush 开启).\n" -#: fetchmail.c:1686 +#: fetchmail.c:1697 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" msgstr " 收件前将不删除超大的邮件(--limitflush 关闭).\n" -#: fetchmail.c:1688 +#: fetchmail.c:1699 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " 本地收件人地址重写(--norewrite 关闭).\n" -#: fetchmail.c:1689 +#: fetchmail.c:1700 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " 不重写本地收件人地址(--norewrite 开启).\n" -#: fetchmail.c:1691 +#: fetchmail.c:1702 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " 回车符清除(stripcr 开启).\n" -#: fetchmail.c:1692 +#: fetchmail.c:1703 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " 不清除回车符(stripcr 关闭).\n" -#: fetchmail.c:1694 +#: fetchmail.c:1705 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " 强行在换行前插入回车符(forcecr 开启).\n" -#: fetchmail.c:1695 +#: fetchmail.c:1706 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " 不在换行前强行插入回车符(forcecr 关闭).\n" -#: fetchmail.c:1697 +#: fetchmail.c:1708 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr " 忽略 Content-Transfer-Encoding (pass8bits 开启).\n" -#: fetchmail.c:1698 +#: fetchmail.c:1709 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr " 不忽略 Content-Transfer-Encoding (pass8bits 关闭).\n" -#: fetchmail.c:1700 +#: fetchmail.c:1711 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " 解开 MIME 编码 (mimedecode 开启).\n" -#: fetchmail.c:1701 +#: fetchmail.c:1712 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " 不解开 MIME 编码 (mimedecode 关闭).\n" -#: fetchmail.c:1703 +#: fetchmail.c:1714 msgid " Idle after poll is enabled (idle on).\n" msgstr " 收件后回到 idle 模式 (idle 开启).\n" -#: fetchmail.c:1704 +#: fetchmail.c:1715 msgid " Idle after poll is disabled (idle off).\n" msgstr " 收件后不回到 idle 模式 (idle 关闭).\n" -#: fetchmail.c:1706 +#: fetchmail.c:1717 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " 删除带有 Status 字样的行 (dropstatus 开启)\n" -#: fetchmail.c:1707 +#: fetchmail.c:1718 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " 保留带有 Status 字样的 行 (dropstatus 关闭)\n" -#: fetchmail.c:1709 +#: fetchmail.c:1720 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " 删除带有 Delivered-to 的行 (dropdelivered 开启)\n" -#: fetchmail.c:1710 +#: fetchmail.c:1721 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " 保留带有 Delivered-to 的行 (dropdelivered 关闭)\n" -#: fetchmail.c:1714 +#: fetchmail.c:1725 #, c-format msgid " Message size limit is %d octets (--limit %d).\n" msgstr " 邮件大小被限制为 %d 字节 (--limit %d).\n" -#: fetchmail.c:1717 +#: fetchmail.c:1728 msgid " No message size limit (--limit 0).\n" msgstr " 邮件大小无限制 (--limit 0).\n" -#: fetchmail.c:1719 +#: fetchmail.c:1730 #, c-format msgid " Message size warning interval is %d seconds (--warnings %d).\n" msgstr " 每隔 %d 秒发出邮件大小警告 (--warnings %d).\n" -#: fetchmail.c:1722 +#: fetchmail.c:1733 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " 每次收件都给出邮件大小警告 (--warnings 0).\n" -#: fetchmail.c:1725 +#: fetchmail.c:1736 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " 单次收件限制为 %d 封(--fetchlimit %d).\n" -#: fetchmail.c:1728 +#: fetchmail.c:1739 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " 无收件限制 (--fetchlimit 0).\n" -#: fetchmail.c:1730 +#: fetchmail.c:1741 #, c-format msgid " Fetch message size limit is %d (--fetchsizelimit %d).\n" msgstr " 限制所收邮件大小为 %d 字节(--fetchsizelimit %d).\n" -#: fetchmail.c:1733 +#: fetchmail.c:1744 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " 所收邮件大小无限制 (--fetchsizelimit 0).\n" -#: fetchmail.c:1737 +#: fetchmail.c:1748 msgid " Do binary search of UIDs during each poll (--fastuidl 1).\n" msgstr " 每次收件期间对 UIDs 进行折半查找 (--fastuidl 1).\n" -#: fetchmail.c:1739 +#: fetchmail.c:1750 #, c-format msgid " Do binary search of UIDs during %d out of %d polls (--fastuidl %d).\n" msgstr " 每 %2$d 次收件中有 %1$d 次对 UIDs 进行折半查找 (--fastuidl %3$d).\n" -#: fetchmail.c:1742 +#: fetchmail.c:1753 msgid " Do linear search of UIDs during each poll (--fastuidl 0).\n" msgstr " 每次收件期间对 UIDs 进行线性查找 (--fastuidl 0).\n" -#: fetchmail.c:1744 +#: fetchmail.c:1755 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " 单次 SMTP 会话中最多传送 %d 封邮件。\n" -#: fetchmail.c:1746 +#: fetchmail.c:1757 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " 单次 SMTP 会话中无传送邮件限制 (--batchlimit 0)。\n" -#: fetchmail.c:1750 +#: fetchmail.c:1761 #, c-format msgid " Deletion interval between expunges forced to %d (--expunge %d).\n" msgstr " 两次删除操作之间最多传送 %d 封邮件(--expunge %d)。\n" -#: fetchmail.c:1752 +#: fetchmail.c:1763 msgid " No forced expunges (--expunge 0).\n" msgstr " 两次删除操作之间无传送邮件限制(--expunge 0)。\n" -#: fetchmail.c:1759 +#: fetchmail.c:1770 msgid " Domains for which mail will be fetched are:" msgstr " 要收取的邮件位于服务器:" -#: fetchmail.c:1764 fetchmail.c:1784 +#: fetchmail.c:1775 fetchmail.c:1795 msgid " (default)" msgstr " (默认)" -#: fetchmail.c:1769 +#: fetchmail.c:1780 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " 邮件作为 BSMTP 附加至 %s\n" -#: fetchmail.c:1771 +#: fetchmail.c:1782 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " 邮件通过 “%s” 投递。\n" -#: fetchmail.c:1778 +#: fetchmail.c:1789 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " 邮件将被 %cMPT 转发到:" -#: fetchmail.c:1789 +#: fetchmail.c:1800 #, c-format msgid " Host part of MAIL FROM line will be %s\n" msgstr " MAIL FROM 这一行的 Host 部分是 %s\n" -#: fetchmail.c:1792 +#: fetchmail.c:1803 #, c-format msgid " Address to be put in RCPT TO lines shipped to SMTP will be %s\n" msgstr " RCPT TO 这一行中将要被送往 SMTP 的地址是 %s\n" -#: fetchmail.c:1801 +#: fetchmail.c:1812 msgid " Recognized listener spam block responses are:" msgstr " 识别出的监听端垃圾邮件拒收响应为:" # fetchmail.c:1809 -#: fetchmail.c:1807 +#: fetchmail.c:1818 msgid " Spam-blocking disabled\n" msgstr " 关闭垃圾邮件拒收\n" -#: fetchmail.c:1810 +#: fetchmail.c:1821 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " 服务器连接将被 “%s” 唤起\n" -#: fetchmail.c:1813 +#: fetchmail.c:1824 msgid " No pre-connection command.\n" msgstr " 无连接前要执行的程序。\n" -#: fetchmail.c:1815 +#: fetchmail.c:1826 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " 服务器连接将被 “%s” 关闭。\n" -#: fetchmail.c:1818 +#: fetchmail.c:1829 msgid " No post-connection command.\n" msgstr " 无连接后要执行的程序。\n" -#: fetchmail.c:1821 +#: fetchmail.c:1832 msgid " No localnames declared for this host.\n" msgstr " 此服务器没有要关联的本地用户名。\n" -#: fetchmail.c:1831 +#: fetchmail.c:1842 msgid " Multi-drop mode: " msgstr " 多投模式: " -#: fetchmail.c:1833 +#: fetchmail.c:1844 msgid " Single-drop mode: " msgstr " 单投模式: " -#: fetchmail.c:1835 +#: fetchmail.c:1846 #, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" msgstr[0] "识别出 %d 个本地用户名。\n" -#: fetchmail.c:1850 +#: fetchmail.c:1861 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " 启用 DNS 搜寻多投地址。\n" -#: fetchmail.c:1851 +#: fetchmail.c:1862 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " 关闭 DNS 搜寻多投地址。\n" -#: fetchmail.c:1855 +#: fetchmail.c:1866 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr " 服务器昵称将以 IP 地址与多投地址进行比较\n" -#: fetchmail.c:1857 +#: fetchmail.c:1868 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr " 服务器昵称将以名字与多投地址进行比较\n" -#: fetchmail.c:1860 +#: fetchmail.c:1871 msgid " Envelope-address routing is disabled\n" msgstr " 禁用 Envelope-address 路由\n" -#: fetchmail.c:1863 +#: fetchmail.c:1874 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " 邮件头假定为: %s\n" -#: fetchmail.c:1866 +#: fetchmail.c:1877 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " 跳过的邮件头数目为: %d\n" -#: fetchmail.c:1869 +#: fetchmail.c:1880 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " 将从用户 id 中移除前缀 %s\n" -#: fetchmail.c:1872 +#: fetchmail.c:1883 msgid " No prefix stripping\n" msgstr " 没有要从用户 id 中清除的前缀\n" -#: fetchmail.c:1879 +#: fetchmail.c:1890 msgid " Predeclared mailserver aliases:" msgstr " 预先声明的邮件服务器昵称: " -#: fetchmail.c:1888 +#: fetchmail.c:1899 msgid " Local domains:" msgstr " 本地域:" -#: fetchmail.c:1898 +#: fetchmail.c:1909 #, c-format msgid " Connection must be through interface %s.\n" msgstr " 必须通过地址 %s 连接\n" -#: fetchmail.c:1900 +#: fetchmail.c:1911 msgid " No interface requirement specified.\n" msgstr " 未指定地址要求。\n" -#: fetchmail.c:1902 +#: fetchmail.c:1913 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " 收件轮循将监听 %s。\n" -#: fetchmail.c:1904 +#: fetchmail.c:1915 msgid " No monitor interface specified.\n" msgstr " 未指定监听地址。\n" -#: fetchmail.c:1908 +#: fetchmail.c:1919 #, c-format msgid " Server connections will be made via plugin %s (--plugin %s).\n" msgstr " 通过外部程序 %s 进行服务器连接 (--plugin %s)。\n" -#: fetchmail.c:1910 +#: fetchmail.c:1921 msgid " No plugin command specified.\n" msgstr " 未指定外部程序。\n" -#: fetchmail.c:1912 +#: fetchmail.c:1923 #, c-format msgid " Listener connections will be made via plugout %s (--plugout %s).\n" msgstr " 通过外部程序 %s 进行 SMTP 连接(--plugout %s)。\n" -#: fetchmail.c:1914 +#: fetchmail.c:1925 msgid " No plugout command specified.\n" msgstr " 未指定外部程序。\n" -#: fetchmail.c:1919 +#: fetchmail.c:1930 msgid " No UIDs saved from this host.\n" msgstr " 未从此主机上保存 UIDs。\n" -#: fetchmail.c:1928 +#: fetchmail.c:1939 #, c-format msgid " %d UIDs saved.\n" msgstr " 保存了 %d 个UIDs。\n" -#: fetchmail.c:1936 +#: fetchmail.c:1947 msgid " Poll trace information will be added to the Received header.\n" msgstr " 收件跟踪信息将被加入 Received 邮件头。\n" -#: fetchmail.c:1938 +#: fetchmail.c:1949 msgid "" " No poll trace information will be added to the Received header.\n" ".\n" @@ -1548,7 +1548,7 @@ msgstr "" " 无收件跟踪信息要被加入 Received 邮件头。\n" "。\n" -#: fetchmail.c:1941 +#: fetchmail.c:1952 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " 传送的 properties 选项为 “%s” 。\n" @@ -1653,68 +1653,68 @@ msgstr "%s: 升级至 TLS 协议失败。\n" msgid "%s: opportunistic upgrade to TLS failed, trying to continue\n" msgstr "%s: 升级至 TLS 失败,继续尝试\n" -#: imap.c:570 +#: imap.c:579 msgid "Required OTP capability not compiled into fetchmail\n" msgstr "需要的 OTP 功能未被编译进 fetchmail\n" -#: imap.c:592 pop3.c:385 +#: imap.c:601 pop3.c:385 msgid "Required NTLM capability not compiled into fetchmail\n" msgstr "需要的 NTLM 功能未被编译进 fetchmail\n" -#: imap.c:601 +#: imap.c:610 msgid "Required LOGIN capability not supported by server\n" msgstr "需要的 LOGIN 功能未被编译进 fetchmail\n" -#: imap.c:667 +#: imap.c:676 #, c-format msgid "mail expunge mismatch (%d actual != %d expected)\n" msgstr "邮件删除数不相等 (实际删除 %d 封!= 已删除 %d 封)\n" -#: imap.c:773 imap.c:832 +#: imap.c:782 imap.c:841 msgid "re-poll failed\n" msgstr "重新收件失败\n" -#: imap.c:781 imap.c:837 +#: imap.c:790 imap.c:846 #, c-format msgid "%d message waiting after re-poll\n" msgid_plural "%d messages waiting after re-poll\n" msgstr[0] "重新收件后又有 %d 封邮件等待收取\n" -#: imap.c:798 +#: imap.c:807 msgid "mailbox selection failed\n" msgstr "邮箱选择失败\n" -#: imap.c:802 +#: imap.c:811 #, c-format msgid "%d message waiting after first poll\n" msgid_plural "%d messages waiting after first poll\n" msgstr[0] "首次收件后又有 %d 封邮件等待收取\n" -#: imap.c:816 +#: imap.c:825 msgid "expunge failed\n" msgstr "删除操作失败\n" -#: imap.c:820 +#: imap.c:829 #, c-format msgid "%d message waiting after expunge\n" msgid_plural "%d messages waiting after expunge\n" msgstr[0] "删除操作后有 %d 封邮件等待收取\n" -#: imap.c:862 +#: imap.c:871 msgid "search for unseen messages failed\n" msgstr "查找未读邮件失败\n" -#: imap.c:890 +#: imap.c:899 #, c-format msgid "%lu is unseen\n" msgstr "%lu 封未读\n" -#: imap.c:902 pop3.c:889 +#: imap.c:911 pop3.c:889 #, c-format msgid "%u is first unseen\n" msgstr "%u 是首个未读邮件\n" -#: imap.c:993 +#: imap.c:1002 msgid "" "Warning: ignoring bogus data for message sizes returned by the server.\n" msgstr "警告: 忽略服务器返回的邮件大小的无效数据。\n" @@ -2724,150 +2724,150 @@ msgstr "正在运行 %s (主机 %s 服务 %s)\n" msgid "execvp(%s) failed\n" msgstr "execvp(%s) 失败\n" -#: socket.c:282 +#: socket.c:285 #, c-format msgid "getaddrinfo(\"%s\",\"%s\") error: %s\n" msgstr "getaddrinfo(“%s”,“%s”) 错误: %s\n" -#: socket.c:285 +#: socket.c:288 msgid "Try adding the --service option (see also FAQ item R12).\n" msgstr "试着加入 --service 选项(参见 FAQ 条目 R12)。\n" -#: socket.c:296 socket.c:299 +#: socket.c:299 socket.c:302 #, c-format msgid "unknown (%s)" msgstr "未知 (%s)" -#: socket.c:302 +#: socket.c:305 #, c-format msgid "Trying to connect to %s/%s..." msgstr "正在尝试连接至 %s/%s..." -#: socket.c:310 +#: socket.c:313 #, c-format msgid "cannot create socket: %s\n" msgstr "无法创建套接字: %s\n" -#: socket.c:326 +#: socket.c:329 msgid "connection failed.\n" msgstr "连接失败。\n" -#: socket.c:328 +#: socket.c:331 #, c-format msgid "connection to %s:%s [%s/%s] failed: %s.\n" msgstr "连接至 %s:%s [%s/%s] 失败: %s。\n" -#: socket.c:334 +#: socket.c:337 msgid "connected.\n" msgstr "已连接。\n" -#: socket.c:611 +#: socket.c:614 #, c-format msgid "Issuer Organization: %s\n" msgstr "发行组织: %s\n" -#: socket.c:613 +#: socket.c:616 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "警告: 发行组织名字太长 (可能截短)。\n" -#: socket.c:615 +#: socket.c:618 msgid "Unknown Organization\n" msgstr "未知的组织\n" -#: socket.c:617 +#: socket.c:620 #, c-format msgid "Issuer CommonName: %s\n" msgstr "发行者 CommonName: %s\n" -#: socket.c:619 +#: socket.c:622 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "警告: 发行者 CommonName 太长 (可能截短)。\n" -#: socket.c:621 +#: socket.c:624 msgid "Unknown Issuer CommonName\n" msgstr "未知的发行者 CommonName\n" -#: socket.c:625 +#: socket.c:628 #, c-format msgid "Server CommonName: %s\n" msgstr "服务器 CommonName: %s\n" -#: socket.c:629 +#: socket.c:632 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "证书错误: 主 CommonName 太长!\n" -#: socket.c:675 +#: socket.c:678 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "服务器 CommonName 不匹配: %s != %s\n" -#: socket.c:681 +#: socket.c:684 msgid "Server name not set, could not verify certificate!\n" msgstr "未设置服务器名称,无法验证证书!\n" -#: socket.c:686 +#: socket.c:689 msgid "Unknown Server CommonName\n" msgstr "未知的服务器 CommonName\n" -#: socket.c:688 +#: socket.c:691 msgid "Server name not specified in certificate!\n" msgstr "服务器名称未在证书中指定!\n" -#: socket.c:700 +#: socket.c:703 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() 失败!\n" -#: socket.c:704 +#: socket.c:707 msgid "Out of memory!\n" msgstr "超出内存!\n" -#: socket.c:712 +#: socket.c:715 msgid "Digest text buffer too small!\n" msgstr "Digest 文本缓冲区太小!\n" -#: socket.c:718 +#: socket.c:721 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s 密钥指纹: %s\n" -#: socket.c:722 +#: socket.c:725 #, c-format msgid "%s fingerprints match.\n" msgstr "%s 指纹匹配。\n" -#: socket.c:724 +#: socket.c:727 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s 指纹不匹配!\n" -#: socket.c:733 +#: socket.c:736 #, c-format msgid "Server certificate verification error: %s\n" msgstr "服务器证书验证错误: %s\n" -#: socket.c:739 +#: socket.c:742 #, c-format msgid "unknown issuer (first %d characters): %s\n" msgstr "未知的发行者 (前 %d 个字符): %s\n" -#: socket.c:826 +#: socket.c:829 msgid "File descriptor out of range for SSL" msgstr "文件描述符超出 SSL 的范围" -#: socket.c:842 +#: socket.c:845 #, c-format msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n" msgstr "指定了无效的 SSL 协议 ‘%s’,将用默认的协议(SSLv23)代替。\n" -#: socket.c:918 +#: socket.c:921 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "证书(指纹)验证被不明原因地跳过!\n" -#: socket.c:996 +#: socket.c:999 msgid "Cygwin socket read retry\n" msgstr "重试读取 Cygwin 接口\n" -#: socket.c:999 +#: socket.c:1002 msgid "Cygwin socket read retry failed!\n" msgstr "重试读取 Cygwin 接口失败!\n" |