diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-17 13:13:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-17 13:13:11 +0200 |
commit | e1d1831fa8aa06e9c7968792b3d1b8f656ec9903 (patch) | |
tree | fbd611583b603d3db488a79fbadff22295fcb7d3 /po/de.po | |
parent | 3e42d95f4083243782217b7d0d209e2219372058 (diff) | |
download | weechat-e1d1831fa8aa06e9c7968792b3d1b8f656ec9903.zip |
core: ignore rest of config file if config version is invalid or not supported
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 41 |
1 files changed, 18 insertions, 23 deletions
@@ -26,8 +26,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-06-15 22:05+0200\n" -"PO-Revision-Date: 2023-06-16 14:30+0200\n" +"POT-Creation-Date: 2023-06-17 11:44+0200\n" +"PO-Revision-Date: 2023-06-17 11:47+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" "Language: de_DE\n" @@ -5601,13 +5601,18 @@ msgid "%sWarning: %s, line %d: unknown section identifier (\"%s\")" msgstr "%sWarnung: %s, Zeile %d: unbekannte Sektion (\"%s\")" #, c-format -msgid "%sWarning: %s, line %d: invalid config version: %s" -msgstr "%sWarnung: %s, Zeile %d: ungültige Konfigurationsversion: %s" +msgid "" +"%sError: %s, line %d: invalid config version: \"%s\" => rest of file is " +"IGNORED, default options are used" +msgstr "" -#, c-format +#, fuzzy, c-format +#| msgid "" +#| "%sWarning: %s, version read (%d) is newer than supported version (%d), " +#| "options may be broken!" msgid "" -"%sWarning: %s, version read (%d) is newer than supported version (%d), " -"options may be broken!" +"%sError: %s, version read (%d) is newer than supported version (%d) => rest " +"of file is IGNORED, default options are used" msgstr "" "%sWarnung: %s, verwendete Version (%d) ist neuer als die unterstützte " "Version (%d), Optionen sind möglicherweise defekt!" @@ -14456,18 +14461,15 @@ msgstr "" "noch nicht authentifiziert ist und der Clientstatus auf \"Authentifizierung " "fehlgeschlagen\" gesetzt ist (0 = ewig warten)" -#| msgid "" -#| "address for bind (if empty, connection is possible on all interfaces, use " -#| "\"127.0.0.1\" to allow connections from local machine only)" msgid "" "address for bind (if empty, connection is possible on all interfaces, use " "\"127.0.0.1\" to allow connections from local machine only with IPv4 and \"::" "ffff:127.0.0.1\" with IPv6)" msgstr "" -"Adresse für bind (falls nicht gesetzt, ist die Verbindung auf allen" -" Schnittstellen möglich. Wird die Adresse \"127.0.0.1\" verwendet, können" -" Verbindungen von einem lokalen Computer über IPv4 genutzt werden und mittels" -" \"ffff:127.0.0.1\" via IPv6)" +"Adresse für bind (falls nicht gesetzt, ist die Verbindung auf allen " +"Schnittstellen möglich. Wird die Adresse \"127.0.0.1\" verwendet, können " +"Verbindungen von einem lokalen Computer über IPv4 genutzt werden und mittels " +"\"ffff:127.0.0.1\" via IPv6)" msgid "" "delay for purging disconnected clients (in minutes, 0 = purge clients " @@ -16021,8 +16023,7 @@ msgstr "verwaltet Trigger, das Schweizer Armeemesser für WeeChat" msgid "" "list|listfull|listdefault || add|addoff|addreplace <name> <hook> " -"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<" -"return_code>\" [\"<post_action>\"]]]]]] " +"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<return_code>\" [\"<post_action>\"]]]]]] " "|| addinput [<hook>] || input|output|recreate <name> || set <name> <option> " "<value> || rename|copy <name> <new_name> || enable|disable|toggle [<name>|-" "all [<name>...]] || restart <name>|-all [<name>...] || show <name> || del " @@ -16030,8 +16031,7 @@ msgid "" "monitor [<filter>]" msgstr "" "list|listfull|listdefault || add|addoff|addreplace <name> <hook> " -"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<" -"return_code>\" [\"<post_action>\"]]]]]] " +"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<return_code>\" [\"<post_action>\"]]]]]] " "|| addinput [<hook>] || input|output|recreate <name> || set <name> <option> " "<value> || rename|copy <name> <new_name> || enable|disable|toggle [<name>|-" "all [<name>...]] || restart <name>|-all [<name>...] || show <name> || del " @@ -16930,8 +16930,3 @@ msgstr "%s%s: Zeitüberschreitung für \"%s\" mit %s" msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "" "%s%s: Verbindung konnte nicht hergestellt werden: unerwarteter Fehler (%d)" - -#, fuzzy -#~| msgid "send message to a nick or channel" -#~ msgid "send action message to a nick or channel" -#~ msgstr "Nachricht an Nick/Kanal verschicken" |