From a0a6b190226dde33827e5508864c34c8bb73bb83 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 4 May 2020 11:13:36 +0200 Subject: Release 6.4.5-rc1. Initial tests done by David Hough, now formal release candidate for translators. --- NEWS | 22 ++++++++++++++++++++++ env.c | 4 ++-- fetchmail.man | 2 +- po/ca.po | 10 +++++----- po/cs.po | 10 +++++----- po/da.po | 13 ++++++------- po/de.po | 10 +++++----- po/en_GB.po | 21 ++++++++++----------- po/eo.po | 10 +++++----- po/es.po | 10 +++++----- po/fr.po | 10 +++++----- po/id.po | 13 ++++++------- po/it.po | 10 +++++----- po/ja.po | 10 +++++----- po/nl.po | 10 +++++----- po/pl.po | 10 +++++----- po/ru.po | 10 +++++----- po/sq.po | 10 +++++----- po/sv.po | 10 +++++----- po/vi.po | 10 +++++----- po/zh_CN.po | 10 +++++----- 21 files changed, 122 insertions(+), 103 deletions(-) diff --git a/NEWS b/NEWS index 1ab73926..b388b9f2 100644 --- a/NEWS +++ b/NEWS @@ -65,6 +65,28 @@ removed from a 6.5.0 or newer release.) -------------------------------------------------------------------------------- +fetchmail-6.4.5 (unreleased): + +## REGRESSION FIX: +* fetchmail 6.4.0 and 6.4.1 changed the resolution of the home directory + in a way that requires SUSv4 semantics of realpath(), which leads to + 'Cannot find absolute path for... directory' error messages followed by aborts + on systems where realpath() follows strict SUSv2 semantics and returns + EINVAL if the 2nd argument is NULL. + + On such systems, for instance, Solaris 10, fetchmail requires PATH_MAX to be + defined, and will then work again. Regression reported by David Hough. + + On systems that neither provide auto-allocation semantics for realpath(), + nor PATH_MAX, fetchmail will print this error and abort. Such systems + are unsupported, see README. + +## CHANGES: +* Add a test program fm_realpath, and a t.realpath script, neither to be + installed. These will test resolution of the current working directory. + +-------------------------------------------------------------------------------- + fetchmail-6.4.4 (released 2020-04-26, 27530 LoC): ## UPDATED TRANSLATIONS - WITH THANKS TO THE TRANSLATOR: diff --git a/env.c b/env.c index 4ee0d23f..a45d0e96 100644 --- a/env.c +++ b/env.c @@ -136,7 +136,7 @@ void envquery(int argc, char **argv) static char *_home_abs; char *tmp; if (_home_abs) free(_home_abs), _home_abs = 0; - tmp = realpath(home, NULL); + tmp = fm_realpath(home); if (tmp) { home = _home_abs = tmp; } else { @@ -160,7 +160,7 @@ void envquery(int argc, char **argv) static char *_fmhome_abs; char *tmp; if (_fmhome_abs) free(_fmhome_abs), _fmhome_abs = 0; - tmp = realpath(fmhome, NULL); + tmp = fm_realpath(fmhome); if (tmp) { fmhome = _fmhome_abs = tmp; } else { diff --git a/fetchmail.man b/fetchmail.man index facba8eb..2ff7175c 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -10,7 +10,7 @@ .\" Load www macros to process .URL requests, this requires groff: .mso www.tmac .\" -.TH fetchmail 1 2020-03-30 "fetchmail 6.4.4" "fetchmail reference manual" +.TH fetchmail 1 2020-03-30 "fetchmail 6.4.5" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server diff --git a/po/ca.po b/po/ca.po index 171cdd8a..1dd597cf 100644 --- a/po/ca.po +++ b/po/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.0.rc4\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2019-09-05 21:30+0200\n" "Last-Translator: Ernest Adrogué Calveras \n" "Language-Team: Catalan \n" @@ -3345,11 +3345,11 @@ msgstr "" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "SSL/TLS: protocol %s, xifratge %s, bits secret/processats %d/%d\n" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "No s'ha verificat el certificat o l'empremta!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3357,11 +3357,11 @@ msgstr "" "Atenció: la connexió no és segura, però es continua igualment. (Millor que\n" "utilitzeu --sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Es torna a intentar llegir el socket Cygwin\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Ha fallat la lectura del socket Cygwin per segon cop!\n" diff --git a/po/cs.po b/po/cs.po index cbaa1fbf..75f39480 100644 --- a/po/cs.po +++ b/po/cs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.3-rc2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2020-03-31 22:06+02:00\n" "Last-Translator: Petr Pisar \n" "Language-Team: Czech \n" @@ -3343,11 +3343,11 @@ msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" "SSL/TLS: používá se protokol %s, Å¡ifra %s, %d/%d bitů tajemství/procesních\n" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Ověření certifikátu/otisku bylo nÄ›jak pÅ™eskoÄeno!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3355,11 +3355,11 @@ msgstr "" "Pozor: spojení není zabezpeÄeno, pÅ™esto se bude pokraÄovat. (RadÄ›ji použijte " "--sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Další pokus Ätení ze socketu Cygwin\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Další pokus Ätení ze socketu Cygwin selhal!\n" diff --git a/po/da.po b/po/da.po index 52419fbd..ae17eb0b 100644 --- a/po/da.po +++ b/po/da.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.24.1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2013-03-11 07:50+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -698,9 +698,8 @@ msgid "This is fetchmail release %s" msgstr "Dette er fetchmail udgave %s" #: fetchmail.c:308 -#, fuzzy msgid "WARNING: Your SSL/TLS library does not support TLS v1.3.\n" -msgstr "Dit operativsystem understøtter ikke SSLv2.\n" +msgstr "" #: fetchmail.c:311 msgid "" @@ -3328,13 +3327,13 @@ msgstr "" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "" "Certifikat/fingeraftryk-verifikation blev pÃ¥ en eller anden mÃ¥de sprunget " "over!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3342,11 +3341,11 @@ msgstr "" "Advarsel: Forbindelsen er usikker, fortsætter alligevel. (Brug hellere --" "sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Forsøger igen at læse cygwin-sokkel\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Forsøg pÃ¥ at læse cygwin-sokkel mislykkedes!\n" diff --git a/po/de.po b/po/de.po index 68d04758..b764a721 100644 --- a/po/de.po +++ b/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2020-03-30 21:44+0200\n" "Last-Translator: Matthias Andree \n" "Language-Team: German \n" @@ -3392,11 +3392,11 @@ msgstr "" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "SSL/TLS: Protokoll %s, Chiffre %s, %d/%d geheime/verarbeitete bits\n" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Zertifikat-/Fingerabdruck-Ãœberprüfung wurde irgendwie übersprungen!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3404,11 +3404,11 @@ msgstr "" "Warnung: Die Verbindung ist unsicher, mache trotzdem weiter. (Nehmen Sie " "lieber --sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Cygwin-Socket-Lese-Wiederholung\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Cygwin-Socket-Lese-Wiederholung fehlgeschlagen!\n" diff --git a/po/en_GB.po b/po/en_GB.po index e8cff70c..38d9295c 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.5\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" -"PO-Revision-Date: 2020-03-30 13:25+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" +"PO-Revision-Date: 2006-11-02 06:58-0000\n" "Last-Translator: David Lodge \n" "Language-Team: English (British) \n" "Language: en_GB\n" @@ -645,7 +645,7 @@ msgid "Option --check is not supported with ETRN\n" msgstr "Option --check is not supported with ETRN\n" #: fetchmail.c:142 -#, c-format +#, fuzzy, c-format msgid "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond,\n" @@ -654,10 +654,9 @@ msgid "" "Copyright (C) 2005 - %d Matthias Andree\n" msgstr "" "Copyright (C) 2002, 2003 Eric S. Raymond\n" -"Copyright (C) 2004 Matthias Andree, Eric S. Raymond,\n" -" Robert M. Funk, Graham Wilson\n" -"Copyright (C) 2005 - 2012 Sunil Shetye\n" -"Copyright (C) 2005 - %d Matthias Andree\n" +"Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Rob F. Funk, Graham " +"Wilson\n" +"Copyright (C) 2005-2006 Matthias Andree, Sunil Shetye\n" #: fetchmail.c:148 msgid "" @@ -3268,21 +3267,21 @@ msgstr "" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Certificate/fingerprint verification was somehow skipped!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" msgstr "" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Cygwin socket read retry\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Cygwin socket read retry failed!\n" diff --git a/po/eo.po b/po/eo.po index 9f3e483c..6eeeaf3f 100644 --- a/po/eo.po +++ b/po/eo.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.3-rc2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2020-04-03 10:46-0400\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" @@ -3323,11 +3323,11 @@ msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" "SSL/TLS: uzas protokolon %s, ĉifron %s, %d/%d sekretaj/procezitaj bitoj\n" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Atestila/fingroprema kontrolo estis iel preterpasita!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3335,11 +3335,11 @@ msgstr "" "Averto: la konekto estas nesekura, ni daÅ­rigas tamen. (Plibonas uzi --" "sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Reprovo legi Cygwin-ingon\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Reprovo legi Cygwin-ingon fiaskis!\n" diff --git a/po/es.po b/po/es.po index 8d5f521e..71948988 100644 --- a/po/es.po +++ b/po/es.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.12\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2009-10-06 19:04+0200\n" "Last-Translator: Francisco Molinero \n" "Language-Team: Spanish \n" @@ -3401,22 +3401,22 @@ msgstr "" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" -#: socket.c:1280 +#: socket.c:1282 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:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" msgstr "" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Reintento de lectura del zócalo cygwin\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "¡Falló el reintento de lectura del zócalo cygwin\n" diff --git a/po/fr.po b/po/fr.po index 3e95a60f..b49cd76c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail-6.4.3-rc2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2020-04-01 10:04+0200\n" "Last-Translator: Frédéric Marchal \n" "Language-Team: French \n" @@ -3435,11 +3435,11 @@ msgstr "" "SSL/TLS : utilisation du protocole %s, chiffrement %s, %d/%d bits dans le " "secret/traité\n" -#: socket.c:1280 +#: socket.c:1282 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:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3447,11 +3447,11 @@ msgstr "" "Attention: la connexion n'est pas sûre mais on continue quand même (il vaut " "mieux utiliser --sslcertck !).\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Nouvel essai de lecture sur la socket Cygwin\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Le nouvel essai de lecture sur la socket Cygwin a échoué !\n" diff --git a/po/id.po b/po/id.po index 5b671fc4..eb43075e 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.24.1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2014-01-27 18:25+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" @@ -684,9 +684,8 @@ msgid "This is fetchmail release %s" msgstr "Ini adalah fetchmail rilis %s" #: fetchmail.c:308 -#, fuzzy msgid "WARNING: Your SSL/TLS library does not support TLS v1.3.\n" -msgstr "Sistem operasi anda tidak mendukung SSLv2.\n" +msgstr "" #: fetchmail.c:311 msgid "" @@ -3310,11 +3309,11 @@ msgstr "" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Verifikasi sertifikat/sidik jari entah bagaimana terlewatkan!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3322,11 +3321,11 @@ msgstr "" "Peringatan: koneksi tidak aman, tetap melanjutkan (Lebih baik gunakan --" "sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Coba ulang baca soket Cygwin\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Coba ulang baca soket Cygwin gagal!\n" diff --git a/po/it.po b/po/it.po index dfa08ab0..eb4d5e60 100644 --- a/po/it.po +++ b/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.19-pre1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2010-12-06 20:51+0100\n" "Last-Translator: Vincenzo Campanella \n" "Language-Team: Italian \n" @@ -3463,11 +3463,11 @@ msgstr "" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Verifica del certificato o dell'impronta digitale ignorata.\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3475,11 +3475,11 @@ msgstr "" "Attenzione: si continua malgrado la connessione non sia sicura (si " "raccomanda l'utilizzo di --sslcertck)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Nuovo tentativo di lettura del socket Cygwin\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Lettura del socket Cygwin fallita.\n" diff --git a/po/ja.po b/po/ja.po index 348a37fc..f675e28e 100644 --- a/po/ja.po +++ b/po/ja.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.3-rc2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2020-04-18 19:00+0900\n" "Last-Translator: Takeshi Hamasaki \n" "Language-Team: Japanese \n" @@ -3372,22 +3372,22 @@ msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" "SSL/TLS: プロトコル %s æš—å· %s を使用中〠%d/%d 秘密/処ç†æ¸ˆã¿ ビット数\n" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "証明書/fingerprint 検証ãŒå¹¾ã¤ã‹é£›ã°ã•ã‚Œã¾ã—ãŸã€‚\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" msgstr "" "警告:接続ã¯ä¿è­·ã•ã‚Œã¦ã„ã¾ã›ã‚“ã€ç¶šã‘ã¾ã™ã€‚(--sslcertckã®ä½¿ç”¨ã‚’ãŠå‹§ã‚ã—ã¾ã™!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Cygwin ソケット読ã¿è¾¼ã¿ リトライ\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Cygwin ソケット読ã¿è¾¼ã¿ リトライ ãŒå¤±æ•—ã—ã¾ã—ãŸ!\n" diff --git a/po/nl.po b/po/nl.po index 9c2fa0f4..3166e29d 100644 --- a/po/nl.po +++ b/po/nl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail-6.3.20-rc3\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2011-05-31 07:47+0200\n" "Last-Translator: Erwin Poeze \n" "Language-Team: Dutch \n" @@ -3347,13 +3347,13 @@ msgstr "" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "" "Verificatie van certificaat/vingerafdruk is op een of andere manier " "overslagen!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3361,11 +3361,11 @@ msgstr "" "Waarschuwing: de verbinding is niet beveiligd, er wordt wel verder gegaan. " "(Gebruik bijvoorkeur --sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Poging om Cygwin-socket opnieuw te lezen\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Poging om Cygwin-socket opnieuw te lezen is mislukt!\n" diff --git a/po/pl.po b/po/pl.po index e22a92c3..426c8e80 100644 --- a/po/pl.po +++ b/po/pl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.3-rc2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2020-03-31 20:15+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -3396,11 +3396,11 @@ msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" "SSL/TLS: użycie protokoÅ‚u %s, szyfr %s, %d/%d bitów tajnych/przetworzonych\n" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Weryfikacja certyfikatu/odcisku klucza z jakiegoÅ› powodu pominiÄ™ta!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3408,11 +3408,11 @@ msgstr "" "Uwaga: poÅ‚Ä…czenie nie jest bezpieczne, kontynuacja mimo to (lepiej używać --" "sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Powtórzenie odczytu z gniazda cygwinowego\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Powtórzenie odczytu z gniazda cygwinowego nie powiodÅ‚o siÄ™!\n" diff --git a/po/ru.po b/po/ru.po index c3373a43..aef84d31 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.3.10-pre1\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2009-06-05 14:53+0200\n" "Last-Translator: Pavel Maryanov \n" "Language-Team: Russian \n" @@ -3357,21 +3357,21 @@ msgstr "" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Проверка Ñертификата/отпечатка была как-то пропущена!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" msgstr "" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "ÐŸÐ¾Ð²Ñ‚Ð¾Ñ€Ð½Ð°Ñ Ð¿Ð¾Ð¿Ñ‹Ñ‚ÐºÐ° Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñокета Cygwin\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Сбой повторного Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñокета Cygwin!\n" diff --git a/po/sq.po b/po/sq.po index 017e2896..9475201a 100644 --- a/po/sq.po +++ b/po/sq.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail-6.4.3-rc2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2020-03-31 13:29+0300\n" "Last-Translator: Besnik Bleta \n" "Language-Team: Albanian \n" @@ -3378,11 +3378,11 @@ msgstr "" "SSL/TLS: po përdoret protokolli %s, shifër %s, %d/%d bite të fshehtë/të " "përpunuar\n" -#: socket.c:1280 +#: socket.c:1282 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:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3390,11 +3390,11 @@ msgstr "" "Kujdes: lidhja është e pasigurt, po vazhdohet sido qoftë. (Më mirë përdorni " "--sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Riprovë për lexim prej një socket-i Cygwin\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Leximi dhe shkrimi prej një socket-i Cygwin dështuan!\n" diff --git a/po/sv.po b/po/sv.po index 282243a1..6cdbe198 100644 --- a/po/sv.po +++ b/po/sv.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.3-rc2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2020-04-01 23:36+0200\n" "Last-Translator: Göran Uddeborg \n" "Language-Team: Swedish \n" @@ -3348,11 +3348,11 @@ msgstr "" "SSL/TLS: använder protokollet %s, chiffret %s, %d/%d hemliga/bearbetade " "bitar\n" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Certifikat-/fingeravtrycksverifikation hoppades pÃ¥ nÃ¥got sätt över!\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3360,11 +3360,11 @@ msgstr "" "Varning: anslutningen är osäker, fortsätter ändÃ¥. (Bättre att använda --" "sslcertck!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Gör om försök att läsa Cygwin-uttag\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Försök att göra om läsning av Cygwin-uttag misslyckades!\n" diff --git a/po/vi.po b/po/vi.po index 7c1308cf..884ddca4 100644 --- a/po/vi.po +++ b/po/vi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.0.rc4\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2019-09-03 14:38+0700\n" "Last-Translator: Trần Ngá»c Quân \n" "Language-Team: Vietnamese \n" @@ -3358,11 +3358,11 @@ msgstr "" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "SSL/TLS: Ä‘ang dùng giao thức %s, mã hóa %s, %d/%d bí mật/xá»­ lý bít\n" -#: socket.c:1280 +#: socket.c:1282 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:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3370,11 +3370,11 @@ msgstr "" "Cảnh báo: kết nối này không bảo mật, vẫn còn tiếp tục. (Khuyên bạn sá»­ dụng " "“--sslcertck†!)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "Việc cố lại Ä‘á»c ổ cắm Cygwin\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "Việc cố lại Ä‘á»c ổ cắm Cygwin gặp lá»—i.\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 34ef1895..b182a9b5 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.3-rc2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-04-26 12:40+0200\n" +"POT-Creation-Date: 2020-05-04 03:13+0200\n" "PO-Revision-Date: 2020-03-31 11:31-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) \n" @@ -3207,21 +3207,21 @@ msgstr "无法获å–当å‰çš„ SSL/TLS 加密算法——尚未建立会è¯ï¼Ÿ\n" msgid "SSL/TLS: using protocol %s, cipher %s, %d/%d secret/processed bits\n" msgstr "SSL/TLS:使用åè®® %s,算法 %s,%d/%d 加密/已处ç†æ¯”特\n" -#: socket.c:1280 +#: socket.c:1282 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "è¯ä¹¦/指纹验è¯è¢«ä¸æ˜ŽåŽŸå› åœ°è·³è¿‡ï¼\n" -#: socket.c:1297 +#: socket.c:1299 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" msgstr "警告:此连接ä¸å®‰å…¨ï¼Œä½†ä¼šç»§ç»­è¿è¡Œã€‚(最好使用 --sslcertckï¼)\n" -#: socket.c:1339 +#: socket.c:1341 msgid "Cygwin socket read retry\n" msgstr "é‡è¯•è¯»å– Cygwin 接å£\n" -#: socket.c:1342 +#: socket.c:1344 msgid "Cygwin socket read retry failed!\n" msgstr "é‡è¯•è¯»å– Cygwin 接å£å¤±è´¥ï¼\n" -- cgit v1.2.3