diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | fetchmail.c | 2 | ||||
-rw-r--r-- | po/de.po | 555 |
3 files changed, 282 insertions, 278 deletions
@@ -78,6 +78,9 @@ fetchmail-6.4.3 (WIP) Reported by Stefan Thurner, Gitlab issue #16. * Fetchmail now checks for errors when trying to read the .idfile, Gitlab issue #3. +* Fetchmail's error messages that reports that the defaults entry isn't the + first was made more precise. It could be misleading if there was a poll or + skip statement before the defaults. ## CHANGES: * Fetchmail documentation was updated to require OpenSSL 1.1.1. diff --git a/fetchmail.c b/fetchmail.c index 2ad62205..0ce3ddc8 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1172,7 +1172,7 @@ static int load_params(int argc, char **argv, int optind) /* don't allow a defaults record after the first */ for (ctl = querylist; ctl; ctl = ctl->next) { if (ctl != querylist && strcmp(ctl->server.pollname, "defaults") == 0) { - fprintf(stderr, GT_("fetchmail: Error: multiple \"defaults\" records in config file.\n")); + fprintf(stderr, GT_("fetchmail: Error: multiple \"defaults\" records in config file, or \"defaults\" is not the first record.\n")); exit(PS_SYNTAX); } } @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: fetchmail 6.4.2\n" "Report-Msgid-Bugs-To: fetchmail-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2020-03-30 14:00+0200\n" -"PO-Revision-Date: 2020-03-30 14:00+0200\n" +"POT-Creation-Date: 2020-03-30 21:08+0200\n" +"PO-Revision-Date: 2020-03-30 21:09+0200\n" "Last-Translator: Matthias Andree <matthias.andree@gmx.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" "Language: de\n" @@ -709,79 +709,79 @@ msgstr "fetchmail: aufgerufen mit" msgid "could not get current working directory\n" msgstr "konnte aktuelles Arbeitsverzeichnis nicht feststellen\n" -#: fetchmail.c:297 +#: fetchmail.c:303 #, c-format msgid "This is fetchmail release %s" msgstr "Dies ist fetchmail Version %s" -#: fetchmail.c:322 +#: fetchmail.c:328 msgid "The nodetach option is in effect, ignoring logfile option.\n" msgstr "" "Die nodetach-Option ist in Gebrauch, die logfile-Option wird ignoriert.\n" -#: fetchmail.c:329 +#: fetchmail.c:335 msgid "Not running in daemon mode, ignoring logfile option.\n" msgstr "Nicht im Daemon-Modus, ignoriere die logfile-Option.\n" -#: fetchmail.c:336 +#: fetchmail.c:342 #, c-format msgid "Logfile \"%s\" does not exist, ignoring logfile option.\n" msgstr "Die Logdatei \"%s\" existiert nicht, ignoriere die logfile-Option.\n" -#: fetchmail.c:342 +#: fetchmail.c:348 #, c-format msgid "Logfile \"%s\" is not writable, aborting.\n" msgstr "Die Logdatei \"%s\" ist nicht beschreibbar, breche ab.\n" -#: fetchmail.c:360 +#: fetchmail.c:366 #, c-format msgid "" "syslog and logfile options are both set, ignoring syslog, and logging to %s" msgstr "" "syslog und logfile sind beide gesetzt, ignoriere syslog und logge nach %s" -#: fetchmail.c:451 +#: fetchmail.c:457 #, c-format msgid "Taking options from command line%s%s\n" msgstr "Erhalte Optionen von Kommandozeile%s%s\n" -#: fetchmail.c:452 +#: fetchmail.c:458 msgid " and " msgstr " und " -#: fetchmail.c:457 +#: fetchmail.c:463 #, c-format msgid "No mailservers set up -- perhaps %s is missing?\n" msgstr "Keine Mailserver konfiguriert -- vielleicht fehlt %s?\n" -#: fetchmail.c:478 +#: fetchmail.c:484 msgid "fetchmail: no mailservers have been specified.\n" msgstr "fetchmail: es wurden keine Mailserver angegeben.\n" -#: fetchmail.c:490 +#: fetchmail.c:496 msgid "fetchmail: no other fetchmail is running\n" msgstr "fetchmail: es läuft kein weiteres fetchmail\n" -#: fetchmail.c:496 +#: fetchmail.c:502 #, c-format msgid "fetchmail: error killing %s fetchmail at %ld; bailing out.\n" msgstr "" "fetchmail: Fehler beim Beenden von %s-fetchmail mit Kennung %ld; Abbruch.\n" -#: fetchmail.c:497 fetchmail.c:506 +#: fetchmail.c:503 fetchmail.c:512 msgid "background" msgstr "Hintergrund" -#: fetchmail.c:497 fetchmail.c:506 +#: fetchmail.c:503 fetchmail.c:512 msgid "foreground" msgstr "Vordergrund" -#: fetchmail.c:505 +#: fetchmail.c:511 #, c-format msgid "fetchmail: %s fetchmail at %ld killed.\n" msgstr "fetchmail: %s-fetchmail mit Kennung %ld beendet.\n" -#: fetchmail.c:528 +#: fetchmail.c:534 msgid "" "fetchmail: can't check mail while another fetchmail to same host is " "running.\n" @@ -789,7 +789,7 @@ msgstr "" "fetchmail: kann Mail nicht abholen, solange auf dem Rechner ein weiteres " "fetchmail läuft.\n" -#: fetchmail.c:534 +#: fetchmail.c:540 #, c-format msgid "" "fetchmail: can't poll specified hosts with another fetchmail running at " @@ -798,213 +798,214 @@ msgstr "" "fetchmail: kann spezifizierte Hosts nicht abfragen, solange ein weiteres " "fetchmail mit Kennung %ld läuft.\n" -#: fetchmail.c:541 +#: fetchmail.c:547 #, c-format msgid "fetchmail: another foreground fetchmail is running at %ld.\n" msgstr "fetchmail: ein weiteres Vordergrund-fetchmail läuft mit Kennung %ld.\n" -#: fetchmail.c:551 +#: fetchmail.c:557 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:563 +#: fetchmail.c:569 #, c-format msgid "fetchmail: background fetchmail at %ld awakened.\n" msgstr "fetchmail: Hintergrund-fetchmail mit Kennung %ld aufgeweckt.\n" -#: fetchmail.c:575 +#: fetchmail.c:581 #, c-format msgid "fetchmail: elder sibling at %ld died mysteriously.\n" msgstr "" "fetchmail: älterer Prozess mit Kennung %ld wurde auf mysteriöse Weise " "beendet.\n" -#: fetchmail.c:590 +#: fetchmail.c:596 #, 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:594 +#: fetchmail.c:600 #, c-format msgid "Enter password for %s@%s: " msgstr "Geben Sie das Passwort für %s@%s ein: " -#: fetchmail.c:636 +#: fetchmail.c:642 msgid "fetchmail: Cannot detach into background. Aborting.\n" msgstr "fetchmail: Kann nicht in den Hintergrund gehen. Abbruch.\n" -#: fetchmail.c:640 +#: fetchmail.c:646 #, c-format msgid "starting fetchmail %s daemon\n" msgstr "fetchmail %s Dämon wird gestartet\n" -#: fetchmail.c:656 fetchmail.c:658 +#: fetchmail.c:662 fetchmail.c:664 #, c-format msgid "could not open %s to append logs to\n" msgstr "konnte %s nicht öffnen, um Protokolle anzuhängen\n" -#: fetchmail.c:677 +#: fetchmail.c:683 msgid "--check mode enabled, not fetching mail\n" msgstr "--check eingeschaltet, hole keine Mail\n" -#: fetchmail.c:699 +#: fetchmail.c:705 #, 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:704 +#: fetchmail.c:710 #, c-format msgid "restarting fetchmail (%s changed)\n" msgstr "starte fetchmail erneut (%s verändert)\n" -#: fetchmail.c:708 +#: fetchmail.c:714 msgid "attempt to re-exec may fail as directory has not been restored\n" msgstr "" "Der Versuch, fetchmail erneut auszuführen, kann fehlschlagen,\n" "da da Verzeichnis nicht wieder hergestellt wurde\n" -#: fetchmail.c:734 +#: fetchmail.c:740 msgid "attempt to re-exec fetchmail failed\n" msgstr "Versuch, fetchmail erneut auszuführen, fehlgeschlagen\n" -#: fetchmail.c:764 +#: fetchmail.c:770 #, 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:776 +#: fetchmail.c:782 #, c-format msgid "interval not reached, not querying %s\n" msgstr "Intervall nicht erreicht, %s wird nicht abgefragt\n" -#: fetchmail.c:814 +#: fetchmail.c:820 msgid "Query status=0 (SUCCESS)\n" msgstr "Abfragestatus=0 (SUCCESS)\n" -#: fetchmail.c:816 +#: fetchmail.c:822 msgid "Query status=1 (NOMAIL)\n" msgstr "Abfragestatus=1 (NOMAIL)\n" -#: fetchmail.c:818 +#: fetchmail.c:824 msgid "Query status=2 (SOCKET)\n" msgstr "Abfragestatus=2 (SOCKET)\n" -#: fetchmail.c:820 +#: fetchmail.c:826 msgid "Query status=3 (AUTHFAIL)\n" msgstr "Abfragestatus=3 (AUTHFAIL)\n" -#: fetchmail.c:822 +#: fetchmail.c:828 msgid "Query status=4 (PROTOCOL)\n" msgstr "Abfragestatus=4 (PROTOCOL)\n" -#: fetchmail.c:824 +#: fetchmail.c:830 msgid "Query status=5 (SYNTAX)\n" msgstr "Abfragestatus=5 (SYNTAX)\n" -#: fetchmail.c:826 +#: fetchmail.c:832 msgid "Query status=6 (IOERR)\n" msgstr "Abfragestatus=6 (IOERR)\n" -#: fetchmail.c:828 +#: fetchmail.c:834 msgid "Query status=7 (ERROR)\n" msgstr "Abfragestatus=7 (ERROR)\n" -#: fetchmail.c:830 +#: fetchmail.c:836 msgid "Query status=8 (EXCLUDE)\n" msgstr "Abfragestatus=8 (EXCLUDE)\n" -#: fetchmail.c:832 +#: fetchmail.c:838 msgid "Query status=9 (LOCKBUSY)\n" msgstr "Abfragestatus=9 (LOCKBUSY)\n" -#: fetchmail.c:834 +#: fetchmail.c:840 msgid "Query status=10 (SMTP)\n" msgstr "Abfragestatus=10 (SMTP)\n" -#: fetchmail.c:836 +#: fetchmail.c:842 msgid "Query status=11 (DNS)\n" msgstr "Abfragestatus=11 (DNS)\n" -#: fetchmail.c:838 +#: fetchmail.c:844 msgid "Query status=12 (BSMTP)\n" msgstr "Abfragestatus=12 (BSMTP)\n" -#: fetchmail.c:840 +#: fetchmail.c:846 msgid "Query status=13 (MAXFETCH)\n" msgstr "Abfragestatus=13 (MAXFETCH)\n" -#: fetchmail.c:842 +#: fetchmail.c:848 #, c-format msgid "Query status=%d\n" msgstr "Abfragestatus=%d\n" -#: fetchmail.c:884 +#: fetchmail.c:890 msgid "All connections are wedged. Exiting.\n" msgstr "Alle Verbindungen haben sich aufgehängt. Abbruch.\n" -#: fetchmail.c:892 +#: fetchmail.c:898 #, c-format msgid "sleeping at %s for %d seconds\n" msgstr "%s: schlafe %d Sekunden lang\n" -#: fetchmail.c:916 +#: fetchmail.c:922 #, c-format msgid "awakened by %s\n" msgstr "geweckt durch %s\n" -#: fetchmail.c:919 +#: fetchmail.c:925 #, c-format msgid "awakened by signal %d\n" msgstr "geweckt durch Signal %d\n" -#: fetchmail.c:927 +#: fetchmail.c:933 #, c-format msgid "awakened at %s\n" msgstr "geweckt um %s\n" -#: fetchmail.c:932 +#: fetchmail.c:938 #, c-format msgid "normal termination, status %d\n" msgstr "normale Beendigung, Status %d\n" -#: fetchmail.c:1096 +#: fetchmail.c:1102 msgid "couldn't time-check the run-control file\n" msgstr "konnte den Zeitstempel der Run-Control-Datei nicht prüfen\n" -#: fetchmail.c:1130 +#: fetchmail.c:1136 #, c-format msgid "Warning: multiple mentions of host %s in config file\n" msgstr "Warnung: Server %s mehrmals in der Konfigurationsdatei vorhanden\n" -#: fetchmail.c:1169 -msgid "fetchmail: Error: multiple \"defaults\" records in config file.\n" -msgstr "" -"fetchmail: Fehler: mehrere „defaults”-Einträge in Konfigurationsdatei\n" +#: fetchmail.c:1175 +msgid "" +"fetchmail: Error: multiple \"defaults\" records in config file, or \"defaults" +"\" is not the first record.\n" +msgstr "fetchmail: Fehler: mehrere „defaults”-Einträge in Konfigurationsdatei, oder „defaults” ist nicht der erste Eintrag.\n" -#: fetchmail.c:1299 +#: fetchmail.c:1305 msgid "SSL support is not compiled in.\n" msgstr "SSL-Unterstützung ist nicht einkompiliert.\n" -#: fetchmail.c:1306 +#: fetchmail.c:1312 msgid "KERBEROS v4 support is configured, but not compiled in.\n" msgstr "" "KERBEROS-v4-Unterstützung ist konfiguriert, aber nicht einkompiliert.\n" -#: fetchmail.c:1312 +#: fetchmail.c:1318 msgid "KERBEROS v5 support is configured, but not compiled in.\n" msgstr "" "KERBEROS-v5-Unterstützung ist konfiguriert, aber nicht einkompiliert.\n" -#: fetchmail.c:1318 +#: fetchmail.c:1324 msgid "GSSAPI support is configured, but not compiled in.\n" msgstr "GSSAPI-Unterstützung ist konfiguriert, aber nicht einkompiliert.\n" -#: fetchmail.c:1348 +#: fetchmail.c:1354 #, c-format msgid "" "fetchmail: warning: no DNS available to check multidrop fetches from %s\n" @@ -1012,17 +1013,17 @@ msgstr "" "fetchmail: Warnung: Kein DNS verfügbar, um Multidrop-Abholung von %s zu " "überprüfen\n" -#: fetchmail.c:1359 +#: fetchmail.c:1365 #, c-format msgid "warning: multidrop for %s requires envelope option!\n" msgstr "Warnung: multidrop für %s erfordert Verwendung der envelope-Option!\n" -#: fetchmail.c:1360 +#: fetchmail.c:1366 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:1377 +#: fetchmail.c:1383 #, c-format msgid "" "fetchmail: %s configuration invalid, specify positive port number for " @@ -1031,327 +1032,327 @@ msgstr "" "fetchmail: %s-Konfiguration ungültig, bitte eine positive Portnummer für " "Port/Service angeben\n" -#: fetchmail.c:1384 +#: fetchmail.c:1390 #, 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:1402 +#: fetchmail.c:1408 #, c-format msgid "%s configuration invalid, LMTP can't use default SMTP port\n" msgstr "" "%s-Konfiguration ungültig, LMTP kann nicht den SMTP-Standard-Port benutzen\n" -#: fetchmail.c:1416 +#: fetchmail.c:1422 msgid "Both fetchall and keep on in daemon or idle mode is a mistake!\n" msgstr "" "Im Dämon- oder Idle-Betrieb dürfen Sie fetchall und keep nicht\n" "gleichzeitig anschalten!\n" -#: fetchmail.c:1426 +#: fetchmail.c:1432 msgid "" "fetchmail: Error: idle mode does not work for multiple folders or accounts!\n" msgstr "" "fetchmail: Fehler: idle funktioniert nicht für mehrere Ordner oder Kontos!\n" -#: fetchmail.c:1450 +#: fetchmail.c:1456 #, c-format msgid "terminated with signal %d\n" msgstr "beendet mit Signal %d\n" -#: fetchmail.c:1523 +#: fetchmail.c:1529 #, 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:1548 +#: fetchmail.c:1554 msgid "POP2 support is not configured.\n" msgstr "POP2-Unterstützung ist nicht konfiguriert.\n" -#: fetchmail.c:1560 +#: fetchmail.c:1566 msgid "POP3 support is not configured.\n" msgstr "POP3-Unterstützung ist nicht konfiguriert.\n" -#: fetchmail.c:1570 +#: fetchmail.c:1576 msgid "IMAP support is not configured.\n" msgstr "IMAP-Unterstützung ist nicht konfiguriert.\n" -#: fetchmail.c:1576 +#: fetchmail.c:1582 msgid "ETRN support is not configured.\n" msgstr "ETRN-Unterstützung ist nicht konfiguriert.\n" -#: fetchmail.c:1584 +#: fetchmail.c:1590 msgid "ODMR support is not configured.\n" msgstr "ODMR-Unterstützung ist nicht konfiguriert.\n" -#: fetchmail.c:1591 +#: fetchmail.c:1597 msgid "unsupported protocol selected.\n" msgstr "nicht unterstütztes Protokoll ausgewählt.\n" -#: fetchmail.c:1602 +#: fetchmail.c:1608 #, 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:1627 +#: fetchmail.c:1633 #, c-format msgid "Poll interval is %d seconds\n" msgstr "Abfrageintervall ist %d Sekunden\n" -#: fetchmail.c:1629 +#: fetchmail.c:1635 #, c-format msgid "Logfile is %s\n" msgstr "Log-Datei ist %s\n" -#: fetchmail.c:1631 +#: fetchmail.c:1637 #, c-format msgid "Idfile is %s\n" msgstr "Idfile ist %s\n" -#: fetchmail.c:1634 +#: fetchmail.c:1640 msgid "Progress messages will be logged via syslog\n" msgstr "Fortschrittsnachrichten werden via syslog geloggt\n" -#: fetchmail.c:1637 +#: fetchmail.c:1643 msgid "Fetchmail will masquerade and will not generate Received\n" msgstr "Fetchmail wird sich maskieren und kein eigenes „Received“ erzeugen\n" -#: fetchmail.c:1639 +#: fetchmail.c:1645 msgid "Fetchmail will show progress dots even in logfiles.\n" msgstr "Fetchmail wird Fortschrittspunkte auch in Log-Dateien schreiben.\n" -#: fetchmail.c:1641 +#: fetchmail.c:1647 #, c-format msgid "Fetchmail will forward misaddressed multidrop messages to %s.\n" msgstr "" "Fetchmail wird fehladressierte Multidrop-Nachricht an %s weiterleiten.\n" -#: fetchmail.c:1645 +#: fetchmail.c:1651 msgid "Fetchmail will direct error mail to the postmaster.\n" msgstr "Fetchmail wird Fehlerbenachrichtigungen an „postmaster“ richten.\n" -#: fetchmail.c:1647 +#: fetchmail.c:1653 msgid "Fetchmail will direct error mail to the sender.\n" msgstr "Fetchmail wird Fehlerbenachrichtigungen an den Absender richten.\n" -#: fetchmail.c:1650 +#: fetchmail.c:1656 msgid "Fetchmail will treat permanent errors as permanent (drop messages).\n" msgstr "" "Fetchmail wird permanente Fehler als solche behandeln (Nachrichten " "verwerfen).\n" -#: fetchmail.c:1652 +#: fetchmail.c:1658 msgid "Fetchmail will treat permanent errors as temporary (keep messages).\n" msgstr "" "Fetchmail wird permantente Fehler behandeln als wären sie\n" "vorübergehend (und Nachrichten behalten).\n" -#: fetchmail.c:1659 +#: fetchmail.c:1665 #, c-format msgid "Options for retrieving from %s@%s:\n" msgstr "Optionen für Abholen von %s@%s:\n" -#: fetchmail.c:1663 +#: fetchmail.c:1669 #, c-format msgid " Mail will be retrieved via %s\n" msgstr " E-Mail wird abgeholt via %s\n" -#: fetchmail.c:1666 +#: fetchmail.c:1672 #, 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:1670 +#: fetchmail.c:1676 #, c-format msgid " True name of server is %s.\n" msgstr " Wahrer Name des Servers ist %s.\n" -#: fetchmail.c:1673 +#: fetchmail.c:1679 msgid " This host will not be queried when no host is specified.\n" msgstr "" " Dieser Host wird nicht abgefragt, wenn er nicht ausdrücklich angegeben " "ist.\n" -#: fetchmail.c:1674 +#: fetchmail.c:1680 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:1678 +#: fetchmail.c:1684 msgid " Password will be prompted for.\n" msgstr " Passwörter werden abgefragt.\n" -#: fetchmail.c:1682 +#: fetchmail.c:1688 #, c-format msgid " APOP secret = \"%s\".\n" msgstr " APOP-Geheimnis = „%s“.\n" -#: fetchmail.c:1685 +#: fetchmail.c:1691 #, c-format msgid " RPOP id = \"%s\".\n" msgstr " RPOP id = „%s“.\n" -#: fetchmail.c:1688 +#: fetchmail.c:1694 #, c-format msgid " Password = \"%s\".\n" msgstr " Passwort = „%s“.\n" -#: fetchmail.c:1697 +#: fetchmail.c:1703 #, c-format msgid " Protocol is KPOP with Kerberos %s authentication" msgstr " Protokoll ist KPOP mit Kerberos-%s-Authentifikation" -#: fetchmail.c:1700 +#: fetchmail.c:1706 #, c-format msgid " Protocol is %s" msgstr " Protokoll ist %s" -#: fetchmail.c:1702 +#: fetchmail.c:1708 #, c-format msgid " (using service %s)" msgstr " (unter Benutzung von Service %s)" -#: fetchmail.c:1704 +#: fetchmail.c:1710 msgid " (using default port)" msgstr " (unter Benutzung des Standard-Ports)" -#: fetchmail.c:1706 +#: fetchmail.c:1712 msgid " (forcing UIDL use)" msgstr " (erzwungener UIDL-Gebrauch)" -#: fetchmail.c:1712 +#: fetchmail.c:1718 msgid " All available authentication methods will be tried.\n" msgstr " Alle verfügbaren Authentifikationsmethoden werden versucht.\n" -#: fetchmail.c:1715 +#: fetchmail.c:1721 msgid " Password authentication will be forced.\n" msgstr " Passwort-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1718 +#: fetchmail.c:1724 msgid " MSN authentication will be forced.\n" msgstr " MSN-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1721 +#: fetchmail.c:1727 msgid " NTLM authentication will be forced.\n" msgstr " NTLM-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1724 +#: fetchmail.c:1730 msgid " OTP authentication will be forced.\n" msgstr " OTP-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1727 +#: fetchmail.c:1733 msgid " CRAM-MD5 authentication will be forced.\n" msgstr " CRAM-MD5-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1730 +#: fetchmail.c:1736 msgid " GSSAPI authentication will be forced.\n" msgstr " GSSAPI-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1733 +#: fetchmail.c:1739 msgid " Kerberos V4 authentication will be forced.\n" msgstr " Kerberos-V4-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1736 +#: fetchmail.c:1742 msgid " Kerberos V5 authentication will be forced.\n" msgstr " Kerberos-V5-Authentifikation wird erzwungen.\n" -#: fetchmail.c:1739 +#: fetchmail.c:1745 msgid " End-to-end encryption assumed.\n" msgstr " Ende-zu-Ende-Verschlüsselung wird unterstellt.\n" -#: fetchmail.c:1743 +#: fetchmail.c:1749 #, c-format msgid " Mail service principal is: %s\n" msgstr " Auftraggeber (\"principal\") des Mailservice ist: %s\n" -#: fetchmail.c:1746 +#: fetchmail.c:1752 msgid " SSL encrypted sessions enabled.\n" msgstr " SSL-verschlüsselte Sitzungen ermöglicht.\n" -#: fetchmail.c:1748 +#: fetchmail.c:1754 #, c-format msgid " SSL protocol: %s.\n" msgstr " SSL-Protokoll: %s.\n" -#: fetchmail.c:1750 +#: fetchmail.c:1756 msgid " SSL server certificate checking enabled.\n" msgstr " SSL-Server-Zertifikat-Überprüfung ermöglicht.\n" -#: fetchmail.c:1752 +#: fetchmail.c:1758 msgid " SSL server certificate checking disabled.\n" msgstr " SSL-Server-Zertifikat-Überprüfung abgeschaltet.\n" -#: fetchmail.c:1755 +#: fetchmail.c:1761 #, c-format msgid " SSL trusted certificate file: %s\n" msgstr " SSL-Datei für vertrauenswürdige Zertifikate: %s\n" -#: fetchmail.c:1757 +#: fetchmail.c:1763 #, c-format msgid " SSL trusted certificate directory: %s\n" msgstr " SSL-Verzeichnis für vertrauenswürdige Zertifikate: %s\n" -#: fetchmail.c:1759 +#: fetchmail.c:1765 #, c-format msgid " SSL server CommonName: %s\n" msgstr " SSL-Server-CommonName: %s\n" -#: fetchmail.c:1761 +#: fetchmail.c:1767 #, 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:1764 +#: fetchmail.c:1770 #, c-format msgid " Server nonresponse timeout is %d seconds" msgstr " Auszeit für nichtantwortenden Server ist %d Sekunden" -#: fetchmail.c:1766 +#: fetchmail.c:1772 msgid " (default).\n" msgstr " (Voreinstellung).\n" -#: fetchmail.c:1773 +#: fetchmail.c:1779 msgid " Default mailbox selected.\n" msgstr " Standard-Postfach ausgewählt.\n" -#: fetchmail.c:1778 +#: fetchmail.c:1784 msgid " Selected mailboxes are:" msgstr " Gewählte Postfächer sind:" -#: fetchmail.c:1784 +#: fetchmail.c:1790 msgid " All messages will be retrieved (--all on).\n" msgstr " Alle Nachrichten werden abgeholt (--all on).\n" -#: fetchmail.c:1785 +#: fetchmail.c:1791 msgid " Only new messages will be retrieved (--all off).\n" msgstr " Nur neue Nachrichten werden abgeholt (--all off).\n" -#: fetchmail.c:1787 +#: fetchmail.c:1793 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:1788 +#: fetchmail.c:1794 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:1790 +#: fetchmail.c:1796 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:1791 +#: fetchmail.c:1797 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:1793 +#: fetchmail.c:1799 msgid "" " Oversized messages will be flushed before message retrieval (--limitflush " "on).\n" @@ -1359,7 +1360,7 @@ msgstr "" " Übergroße Nachrichten werden vor der Nachrichtenabholung gelöscht (--" "limitflush on).\n" -#: fetchmail.c:1794 +#: fetchmail.c:1800 msgid "" " Oversized messages will not be flushed before message retrieval (--" "limitflush off).\n" @@ -1367,349 +1368,349 @@ msgstr "" " Übergroße Nachrichten werden vor der Nachrichtenabholung nicht gelöscht (--" "limitflush off).\n" -#: fetchmail.c:1796 +#: fetchmail.c:1802 msgid " Rewrite of server-local addresses is enabled (--norewrite off).\n" msgstr " Umschreiben von server-lokalen Adressen ist an (--norewrite off).\n" -#: fetchmail.c:1797 +#: fetchmail.c:1803 msgid " Rewrite of server-local addresses is disabled (--norewrite on).\n" msgstr " Umschreiben von server-lokalen Adressen ist aus (--norewrite on).\n" -#: fetchmail.c:1799 +#: fetchmail.c:1805 msgid " Carriage-return stripping is enabled (stripcr on).\n" msgstr " Entfernen von Carriage-Return-Zeichen ist ein (stripcr on).\n" -#: fetchmail.c:1800 +#: fetchmail.c:1806 msgid " Carriage-return stripping is disabled (stripcr off).\n" msgstr " Entfernen von Carriage-Return-Zeichen ist aus (stripcr off).\n" -#: fetchmail.c:1802 +#: fetchmail.c:1808 msgid " Carriage-return forcing is enabled (forcecr on).\n" msgstr " Erzwingen von Carriage-Return-Zeichen ist ein (forcecr on).\n" -#: fetchmail.c:1803 +#: fetchmail.c:1809 msgid " Carriage-return forcing is disabled (forcecr off).\n" msgstr " Erzwingen von Carriage-Return-Zeichen ist aus (forcecr off).\n" -#: fetchmail.c:1805 +#: fetchmail.c:1811 msgid "" " Interpretation of Content-Transfer-Encoding is disabled (pass8bits on).\n" msgstr "" " Interpretation von Content-Transfer-Encoding ist aus (pass8bits on).\n" -#: fetchmail.c:1806 +#: fetchmail.c:1812 msgid "" " Interpretation of Content-Transfer-Encoding is enabled (pass8bits off).\n" msgstr "" " Interpretation von Content-Transfer-Encoding ist ein (pass8bits off).\n" -#: fetchmail.c:1808 +#: fetchmail.c:1814 msgid " MIME decoding is enabled (mimedecode on).\n" msgstr " MIME-Decodierung ist ein (mimedecode on).\n" -#: fetchmail.c:1809 +#: fetchmail.c:1815 msgid " MIME decoding is disabled (mimedecode off).\n" msgstr " MIME-Decodierung ist aus (mimedecode off).\n" -#: fetchmail.c:1811 +#: fetchmail.c:1817 msgid " Idle after poll is enabled (idle on).\n" msgstr " „Idle“ nach Abfrage ist ein (idle on).\n" -#: fetchmail.c:1812 +#: fetchmail.c:1818 msgid " Idle after poll is disabled (idle off).\n" msgstr " „Idle“ nach Abfrage ist aus (idle off).\n" -#: fetchmail.c:1814 +#: fetchmail.c:1820 msgid " Nonempty Status lines will be discarded (dropstatus on)\n" msgstr " Nichtleere Statuszeilen werden verworfen (dropstatus on)\n" -#: fetchmail.c:1815 +#: fetchmail.c:1821 msgid " Nonempty Status lines will be kept (dropstatus off)\n" msgstr " Nichtleere Statuszeilen werden beibehalten (dropstatus off)\n" -#: fetchmail.c:1817 +#: fetchmail.c:1823 msgid " Delivered-To lines will be discarded (dropdelivered on)\n" msgstr " Delivered-To-Zeilen werden verworfen (dropdelivered on)\n" -#: fetchmail.c:1818 +#: fetchmail.c:1824 msgid " Delivered-To lines will be kept (dropdelivered off)\n" msgstr " Delivered-To-Zeilen werden beibehalten (dropdelivered off)\n" -#: fetchmail.c:1822 +#: fetchmail.c:1828 #, 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:1825 +#: fetchmail.c:1831 msgid " No message size limit (--limit 0).\n" msgstr " Keine Beschränkung der Nachrichtengröße (--limit 0).\n" -#: fetchmail.c:1827 +#: fetchmail.c:1833 #, 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:1830 +#: fetchmail.c:1836 msgid " Size warnings on every poll (--warnings 0).\n" msgstr " Größenwarnungen bei jeder Abfragen (--warnings 0).\n" -#: fetchmail.c:1833 +#: fetchmail.c:1839 #, c-format msgid " Received-message limit is %d (--fetchlimit %d).\n" msgstr " Limit für erhaltene Nachrichten ist %d (--fetchlimit %d).\n" -#: fetchmail.c:1836 +#: fetchmail.c:1842 msgid " No received-message limit (--fetchlimit 0).\n" msgstr " Kein Limit für erhaltene Nachrichten (--fetchlimit 0).\n" -#: fetchmail.c:1838 +#: fetchmail.c:1844 #, 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:1841 +#: fetchmail.c:1847 msgid " No fetch message size limit (--fetchsizelimit 0).\n" msgstr " Keine Beschränkung der Nachrichtengröße (--fetchsizelimit 0).\n" -#: fetchmail.c:1845 +#: fetchmail.c:1851 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:1847 +#: fetchmail.c:1853 #, 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:1850 +#: fetchmail.c:1856 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:1852 +#: fetchmail.c:1858 #, c-format msgid " SMTP message batch limit is %d.\n" msgstr " Limit für SMTP-Stapelauslieferung ist %d.\n" -#: fetchmail.c:1854 +#: fetchmail.c:1860 msgid " No SMTP message batch limit (--batchlimit 0).\n" msgstr " Kein Limit für SMTP-Stapelauslieferung (--batchlimit 0).\n" -#: fetchmail.c:1858 +#: fetchmail.c:1864 #, 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:1860 +#: fetchmail.c:1866 msgid " No forced expunges (--expunge 0).\n" msgstr " Keine erzwungenen Säuberungen (--expunge 0).\n" -#: fetchmail.c:1867 +#: fetchmail.c:1873 msgid " Domains for which mail will be fetched are:" msgstr " Domänen, für die Mail abgeholt werden wird, sind:" -#: fetchmail.c:1872 fetchmail.c:1892 +#: fetchmail.c:1878 fetchmail.c:1898 msgid " (default)" msgstr " (Voreinstellung)" -#: fetchmail.c:1877 +#: fetchmail.c:1883 #, c-format msgid " Messages will be appended to %s as BSMTP\n" msgstr " Nachrichten werden an %s als BSMTP angehängt\n" -#: fetchmail.c:1879 +#: fetchmail.c:1885 #, c-format msgid " Messages will be delivered with \"%s\".\n" msgstr " Nachrichten werden mit „%s“ ausgeliefert.\n" -#: fetchmail.c:1886 +#: fetchmail.c:1892 #, c-format msgid " Messages will be %cMTP-forwarded to:" msgstr " Nachrichten werden mit %cMTP weitergeleitet an:" -#: fetchmail.c:1897 +#: fetchmail.c:1903 #, 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:1900 +#: fetchmail.c:1906 #, 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:1909 +#: fetchmail.c:1915 msgid " Recognized listener spam block responses are:" msgstr " Erkannte Spam-Abblock-Antworten des SMTP/LMTP-Servers sind:" -#: fetchmail.c:1915 +#: fetchmail.c:1921 msgid " Spam-blocking disabled\n" msgstr " Spam-Abblocken deaktiviert\n" -#: fetchmail.c:1918 +#: fetchmail.c:1924 #, c-format msgid " Server connection will be brought up with \"%s\".\n" msgstr " Server-Verbindung wird aktiviert mit „%s“.\n" -#: fetchmail.c:1921 +#: fetchmail.c:1927 msgid " No pre-connection command.\n" msgstr " Kein Vor-Verbindungs-Befehl.\n" -#: fetchmail.c:1923 +#: fetchmail.c:1929 #, c-format msgid " Server connection will be taken down with \"%s\".\n" msgstr " Server-Verbindung wird beendet mit „%s“.\n" -#: fetchmail.c:1926 +#: fetchmail.c:1932 msgid " No post-connection command.\n" msgstr " Kein Nach-Verbindungs-Befehl.\n" -#: fetchmail.c:1929 +#: fetchmail.c:1935 msgid " No localnames declared for this host.\n" msgstr " Keine lokalen Namen (localnames) für diesen Host definiert.\n" -#: fetchmail.c:1939 +#: fetchmail.c:1945 msgid " Multi-drop mode: " msgstr " Multi-Drop-Modus: " -#: fetchmail.c:1941 +#: fetchmail.c:1947 msgid " Single-drop mode: " msgstr " Einzel-Drop-Modus: " -#: fetchmail.c:1943 +#: fetchmail.c:1949 #, 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:1958 +#: fetchmail.c:1964 msgid " DNS lookup for multidrop addresses is enabled.\n" msgstr " DNS-Suche für Multi-Drop-Adressen ist ein.\n" -#: fetchmail.c:1959 +#: fetchmail.c:1965 msgid " DNS lookup for multidrop addresses is disabled.\n" msgstr " DNS-Suche für Multi-Drop-Adressen ist aus.\n" -#: fetchmail.c:1963 +#: fetchmail.c:1969 msgid "" " Server aliases will be compared with multidrop addresses by IP address.\n" msgstr "" " Server-Aliasnamen werden anhand der IP mit mit multidrop-Adressen " "verglichen.\n" -#: fetchmail.c:1965 +#: fetchmail.c:1971 msgid " Server aliases will be compared with multidrop addresses by name.\n" msgstr "" " Server-Aliasnamen werden anhand des Namens mit multidrop-Adressen " "verglichen.\n" -#: fetchmail.c:1968 +#: fetchmail.c:1974 msgid " Envelope-address routing is disabled\n" msgstr " Umschlag-Adress-Routing ist deaktiviert\n" -#: fetchmail.c:1971 +#: fetchmail.c:1977 #, c-format msgid " Envelope header is assumed to be: %s\n" msgstr " Umschlag-Header wird angenommen als: %s\n" -#: fetchmail.c:1974 +#: fetchmail.c:1980 #, c-format msgid " Number of envelope headers to be skipped over: %d\n" msgstr " Anzahl der zu überspringenden Umschlag-Kopfzeilen: %d\n" -#: fetchmail.c:1977 +#: fetchmail.c:1983 #, c-format msgid " Prefix %s will be removed from user id\n" msgstr " Präfix %s wird von Nutzer-ID entfernt\n" -#: fetchmail.c:1980 +#: fetchmail.c:1986 msgid " No prefix stripping\n" msgstr " Keine Präfix-Entfernung\n" -#: fetchmail.c:1985 +#: fetchmail.c:1991 msgid " Predeclared mailserver aliases:" msgstr " Vordeklarierte Mailserver-Aliase:" -#: fetchmail.c:1993 +#: fetchmail.c:1999 msgid " Local domains:" msgstr " Lokale Domänen:" -#: fetchmail.c:2003 +#: fetchmail.c:2009 #, c-format msgid " Connection must be through interface %s.\n" msgstr " Verbindung muss durch Schnittstelle %s geschehen.\n" -#: fetchmail.c:2005 +#: fetchmail.c:2011 msgid " No interface requirement specified.\n" msgstr " Kein Schnittstellen-Bindung angefordert.\n" -#: fetchmail.c:2007 +#: fetchmail.c:2013 #, c-format msgid " Polling loop will monitor %s.\n" msgstr " Abfrageschleife wird %s überwachen.\n" -#: fetchmail.c:2009 +#: fetchmail.c:2015 msgid " No monitor interface specified.\n" msgstr " Kein Überwachungsinterface angegeben.\n" -#: fetchmail.c:2013 +#: fetchmail.c:2019 #, 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:2015 +#: fetchmail.c:2021 msgid " No plugin command specified.\n" msgstr " Kein Plugin-Befehl angegeben.\n" -#: fetchmail.c:2017 +#: fetchmail.c:2023 #, 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:2019 +#: fetchmail.c:2025 msgid " No plugout command specified.\n" msgstr " Kein Plugout-Befehl angegeben.\n" -#: fetchmail.c:2026 +#: fetchmail.c:2032 msgid " No UIDs saved from this host.\n" msgstr " Keine UIDs von diesem Host gespeichert.\n" -#: fetchmail.c:2029 +#: fetchmail.c:2035 #, c-format msgid " %d UIDs saved.\n" msgstr " %d UIDs gespeichert.\n" -#: fetchmail.c:2035 +#: fetchmail.c:2041 msgid " Poll trace information will be added to the Received header.\n" msgstr "" " Abfrage-Nachverfolgungsinformationen werden dem Received-Header " "hinzugefügt.\n" -#: fetchmail.c:2037 +#: fetchmail.c:2043 msgid " No poll trace information will be added to the Received header.\n" msgstr "" " Dem Received-Kopf werden keine Nachverfolgungsinformationen hinzugefügt.\n" -#: fetchmail.c:2042 +#: fetchmail.c:2048 msgid " Messages with bad headers will be rejected.\n" msgstr " Nachrichten mit defekten Headern werden abgewiesen.\n" -#: fetchmail.c:2045 +#: fetchmail.c:2051 msgid " Messages with bad headers will be passed on.\n" msgstr " Nachrichten mit defekten Headern werden ausgeliefert.\n" -#: fetchmail.c:2050 +#: fetchmail.c:2056 #, c-format msgid " Pass-through properties \"%s\".\n" msgstr " Eigenschaften zum Durchleiten „%s“.\n" @@ -3120,137 +3121,137 @@ msgstr "" "Verbindungsfehler für diesen Abruf:\n" "%s" -#: socket.c:412 +#: socket.c:416 #, c-format msgid "OpenSSL reported: %s\n" msgstr "OpenSSL berichtete: %s\n" -#: socket.c:647 +#: socket.c:651 #, c-format msgid "SSL verify callback depth %d: preverify_ok == %d, err = %d, %s\n" msgstr "SSL-Prüfung-Rückruf bei Tiefe %d: preverify_ok == %d, err = %d, %s\n" -#: socket.c:653 +#: socket.c:657 msgid "Server certificate:\n" msgstr "Server-Zertifikat:\n" -#: socket.c:658 +#: socket.c:662 #, c-format msgid "Certificate chain, from root to peer, starting at depth %d:\n" msgstr "Zertifizierungskette, von der Wurzel zum Server, ab Tiefe %d:\n" -#: socket.c:661 +#: socket.c:665 #, c-format msgid "Certificate at depth %d:\n" msgstr "Zertifikat bei Baumtiefe %d:\n" -#: socket.c:667 +#: socket.c:671 #, c-format msgid "Issuer Organization: %s\n" msgstr "Herausgeber-Organisation: %s\n" -#: socket.c:670 +#: socket.c:674 msgid "Warning: Issuer Organization Name too long (possibly truncated).\n" msgstr "" "Warnung: Herausgeber-Organisations-Name zu lang (möglicherweise " "beschnitten).\n" -#: socket.c:672 +#: socket.c:676 msgid "Unknown Organization\n" msgstr "Unbekannte Organisation\n" -#: socket.c:674 +#: socket.c:678 #, c-format msgid "Issuer CommonName: %s\n" msgstr "Herausgeber-CommonName: %s\n" -#: socket.c:677 +#: socket.c:681 msgid "Warning: Issuer CommonName too long (possibly truncated).\n" msgstr "" "Warnung: Herausgeber-CommonName zu lang (möglicherweise beschnitten).\n" -#: socket.c:679 +#: socket.c:683 msgid "Unknown Issuer CommonName\n" msgstr "Unbekannter Herausgeber-CommonName\n" -#: socket.c:685 +#: socket.c:689 #, c-format msgid "Subject CommonName: %s\n" msgstr "Subjekt-CommonName: %s\n" -#: socket.c:691 +#: socket.c:695 msgid "Bad certificate: Subject CommonName too long!\n" msgstr "Ungültiges Zertifikat: Server-CommonName zu lang!\n" -#: socket.c:697 +#: socket.c:701 msgid "Bad certificate: Subject CommonName contains NUL, aborting!\n" msgstr "Ungültiges Zertifikat: Subject-CommonName enthält NUL, breche ab!\n" -#: socket.c:725 +#: socket.c:729 #, c-format msgid "Subject Alternative Name: %s\n" msgstr "Subject Alternative Name: %s\n" -#: socket.c:731 +#: socket.c:735 msgid "Bad certificate: Subject Alternative Name contains NUL, aborting!\n" msgstr "" "Ungültiges Zertifikat: Subject-Alternative-Name enthält NUL, breche ab!\n" -#: socket.c:748 +#: socket.c:752 #, c-format msgid "Server CommonName mismatch: %s != %s\n" msgstr "Server-CommonName stimmt nicht überein: %s != %s\n" -#: socket.c:755 +#: socket.c:759 msgid "Server name not set, could not verify certificate!\n" msgstr "Server-Name nicht gesetzt, konnte Zertifikat nicht verifizieren!\n" -#: socket.c:760 +#: socket.c:764 msgid "Unknown Server CommonName\n" msgstr "Unbekannter Server-CommonName\n" -#: socket.c:762 +#: socket.c:766 msgid "Server name not specified in certificate!\n" msgstr "Server-Name nicht in Zertifikat spezifiziert!\n" -#: socket.c:774 +#: socket.c:778 msgid "EVP_md5() failed!\n" msgstr "EVP_md5() fehlgeschlagen!\n" -#: socket.c:778 +#: socket.c:782 msgid "Out of memory!\n" msgstr "Kein Speicher mehr frei!\n" -#: socket.c:786 +#: socket.c:790 msgid "Digest text buffer too small!\n" msgstr "Textpuffer für Digest zu klein!\n" -#: socket.c:792 +#: socket.c:796 #, c-format msgid "%s key fingerprint: %s\n" msgstr "%s-Schlüssel-Fingerabdruck: %s\n" -#: socket.c:796 +#: socket.c:800 #, c-format msgid "%s fingerprints match.\n" msgstr "%s-Fingerabdrücke stimmen überein.\n" -#: socket.c:798 +#: socket.c:802 #, c-format msgid "%s fingerprints do not match!\n" msgstr "%s-Fingerabdrücke stimmen nicht überein!\n" -#: socket.c:810 +#: socket.c:814 #, c-format msgid "Server certificate verification error: %s\n" msgstr "Fehler bei Server-Zertifikat-Überprüfung: %s\n" -#: socket.c:825 +#: socket.c:829 #, c-format msgid "Broken certification chain at: %s\n" msgstr "Unterbrochene Zertifizierungskette bei: %s\n" -#: socket.c:827 +#: socket.c:831 msgid "" "This could mean that the server did not provide the intermediate CA's " "certificate(s), which is nothing fetchmail could do anything about. For " @@ -3262,12 +3263,12 @@ msgstr "" "nichts ändern. Für weitere Information, siehe das mit Fetchmail " "ausgelieferte Dokument README.SSL-SERVER.\n" -#: socket.c:837 +#: socket.c:841 #, c-format msgid "Missing trust anchor certificate: %s\n" msgstr "Fehlendes Zertifikat als Vertrauensquelle: %s\n" -#: socket.c:840 +#: socket.c:844 msgid "" "This could mean that the root CA's signing certificate is not in the trusted " "CA certificate location, or that c_rehash needs to be run on the certificate " @@ -3280,30 +3281,30 @@ msgstr "" "Handbuchseite im bei --sslcertpath beschrieben. Siehe auch die " "englischsprachige Datei README.SSL für weiteres.\n" -#: socket.c:914 socket.c:992 +#: socket.c:918 socket.c:996 msgid "Your OpenSSL version does not support SSLv3.\n" msgstr "Ihre OpenSSL-Version unterstützt SSLv3 nicht.\n" -#: socket.c:932 socket.c:1010 +#: socket.c:936 socket.c:1014 msgid "Your OpenSSL version does not support TLS v1.1.\n" msgstr "Ihre OpenSSL-Version unterstützt TLS v1.1 nicht.\n" -#: socket.c:943 socket.c:1021 +#: socket.c:947 socket.c:1025 msgid "Your OpenSSL version does not support TLS v1.2.\n" msgstr "Ihre OpenSSL-Version unterstützt TLS v1.2 nicht.\n" -#: socket.c:954 socket.c:1032 +#: socket.c:958 socket.c:1036 msgid "Your OpenSSL version does not support TLS v1.3.\n" msgstr "Ihre OpenSSL-Version unterstützt TLS v1.3 nicht.\n" -#: socket.c:963 socket.c:1042 +#: socket.c:967 socket.c:1046 #, c-format msgid "Invalid SSL protocol '%s' specified, using default autoselect (auto).\n" msgstr "" "Ungültiges SSL-Protokoll „%s“ angegeben, benutze Voreinstellung automatische " "Wahl (auto).\n" -#: socket.c:1077 +#: socket.c:1081 #, c-format msgid "" "Loaded OpenSSL library %#lx older than headers %#lx, refusing to work.\n" @@ -3311,7 +3312,7 @@ msgstr "" "Geladene OpenSSL-Bibliothek %#lx is älter als Header %#lx, verweigere " "Arbeit.\n" -#: socket.c:1082 +#: socket.c:1086 #, c-format msgid "" "Loaded OpenSSL library %#lx newer than headers %#lx, trying to continue.\n" @@ -3319,11 +3320,11 @@ msgstr "" "Geladene OpenSSL-Bibliothek %#lx neuer als Header %#lx, versuche, " "weiterzumachen.\n" -#: socket.c:1102 +#: socket.c:1106 msgid "File descriptor out of range for SSL" msgstr "Datei-Deskriptor außerhalb des Bereichs für SSL" -#: socket.c:1123 +#: socket.c:1127 msgid "" "Note that some distributions disable older protocol versions in weird non-" "standard ways. Try a newer protocol version.\n" @@ -3332,7 +3333,7 @@ msgstr "" "nicht-standardisierte Weisen abschalten. Versuchen Sie eine neuere " "Protokollversion.\n" -#: socket.c:1191 +#: socket.c:1195 #, c-format msgid "" "Warning: SSL_set_tlsext_host_name(%p, \"%s\") failed (code %#lx), trying to " @@ -3341,7 +3342,7 @@ msgstr "" "Warnung: SSL_set_tlsext_host_name(%p, \\\"%s\\\") fehlgeschlagen (code " "%#lx), versuche fortzusetzen.\n" -#: socket.c:1206 +#: socket.c:1210 #, c-format msgid "" "Warning: X509_VERIFY_PARAM_set1_host(%p, \"%s\") failed (code %#x), trying " @@ -3350,35 +3351,35 @@ msgstr "" "Warnung: X509_VERIFY_PARAM_set1_host(%p, \\\"%s\\\") fehlgeschlagen (code " "%#x), versuche fortzusetzen.\n" -#: socket.c:1243 +#: socket.c:1247 msgid "Server shut down connection prematurely during SSL_connect().\n" msgstr "" "Der Server hat die Verbindung bei SSL_connect() vorzeitig geschlossen.\n" -#: socket.c:1246 +#: socket.c:1250 #, c-format msgid "System error during SSL_connect(): %s\n" msgstr "Systemfehler während SSL_connect(): %s\n" -#: socket.c:1246 +#: socket.c:1250 msgid "handshake failed at protocol or connection level." msgstr "Aushandlung auf Protokoll- oder Verbindungsebene fehlgeschlagen." -#: socket.c:1266 +#: socket.c:1270 msgid "Cannot obtain current SSL/TLS cipher - no session established?\n" msgstr "" "Kann aktuelle SSL/TLS-Chiffre nicht ermitteln - keine Sitzung aufgebaut?\n" -#: socket.c:1269 +#: socket.c:1273 #, c-format 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:1276 +#: socket.c:1280 msgid "Certificate/fingerprint verification was somehow skipped!\n" msgstr "Zertifikat-/Fingerabdruck-Überprüfung wurde irgendwie übersprungen!\n" -#: socket.c:1293 +#: socket.c:1297 msgid "" "Warning: the connection is insecure, continuing anyways. (Better use --" "sslcertck!)\n" @@ -3386,11 +3387,11 @@ msgstr "" "Warnung: Die Verbindung ist unsicher, mache trotzdem weiter. (Nehmen Sie " "lieber --sslcertck!)\n" -#: socket.c:1335 +#: socket.c:1339 msgid "Cygwin socket read retry\n" msgstr "Cygwin-Socket-Lese-Wiederholung\n" -#: socket.c:1338 +#: socket.c:1342 msgid "Cygwin socket read retry failed!\n" msgstr "Cygwin-Socket-Lese-Wiederholung fehlgeschlagen!\n" @@ -3515,7 +3516,7 @@ msgstr "fetchmail: Fehler beim Öffnen oder Lesen der ID-Datei „%s”: %s\n" msgid "Old UID list from %s:\n" msgstr "Alte UID-Liste aus %s:\n" -#: uid.c:277 uid.c:286 uid.c:354 +#: uid.c:277 uid.c:286 uid.c:355 msgid " <empty>" msgstr " <leer>" @@ -3523,54 +3524,54 @@ msgstr " <leer>" msgid "Scratch list of UIDs:\n" msgstr "UID-Kritzelliste:\n" -#: uid.c:368 uid.c:412 +#: uid.c:369 uid.c:413 #, c-format msgid "Merged UID list from %s:\n" msgstr "Vereinigte UID-Liste aus %s:\n" -#: uid.c:371 +#: uid.c:372 #, c-format msgid "New UID list from %s:\n" msgstr "Neue UID-Liste aus %s:\n" -#: uid.c:401 +#: uid.c:402 msgid "not swapping UID lists, no UIDs seen this query\n" msgstr "" "UID-Listen werden nicht ausgetauscht, in dieser Abfrage keine UIDS gesehen\n" -#: uid.c:421 +#: uid.c:422 msgid "discarding new UID list\n" msgstr "verwerfe neue UID-Liste\n" -#: uid.c:478 +#: uid.c:479 msgid "Deleting fetchids file.\n" msgstr "Datei fetchids wird gelöscht.\n" -#: uid.c:481 +#: uid.c:482 #, c-format msgid "Error deleting %s: %s\n" msgstr "Fehler beim Löschen von %s: %s\n" -#: uid.c:488 +#: uid.c:489 msgid "Writing fetchids file.\n" msgstr "Datei fetchids wird geschrieben.\n" -#: uid.c:502 uid.c:511 +#: uid.c:503 uid.c:512 #, c-format msgid "Write error on fetchids file %s: %s\n" msgstr "Fehler beim Schreiben der fetchids Datei %s: %s\n" -#: uid.c:523 +#: uid.c:524 #, c-format msgid "Error writing to fetchids file %s, old file left in place.\n" msgstr "Fehler beim Schreiben in die UID-Datei %s, alte Datei belassen.\n" -#: uid.c:527 +#: uid.c:528 #, c-format msgid "Cannot rename fetchids file %s to %s: %s\n" msgstr "Kann UID-Datei %s nicht in %s umbennen: %s\n" -#: uid.c:531 +#: uid.c:532 #, c-format msgid "Cannot open fetchids file %s for writing: %s\n" msgstr "Kann UID-Datei %s nicht zum Schreiben öffnen: %s\n" |