diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-14 07:58:21 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-14 07:58:21 +0200 |
commit | a02743b229ac5b9d7710590e1e3f57caf710652a (patch) | |
tree | faea4b6ec506696eb548a6cdf0635faafa9d35ee /po/de.po | |
parent | 3fb322be8f278f63b88b0c212d17d9f1d08d609a (diff) | |
download | weechat-a02743b229ac5b9d7710590e1e3f57caf710652a.zip |
core: add option weechat.look.confirm_upgrade (closes #463)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-10 17:57+0200\n" +"POT-Creation-Date: 2015-07-14 07:44+0200\n" "PO-Revision-Date: 2015-07-11 21:42+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <>\n" @@ -807,9 +807,9 @@ msgid "%sError: unable to set option \"%s\" for proxy \"%s\"" msgstr "" "%sFehler: Einstellung \"%s\" kann für den Proxy \"%s\" nicht gesetzt werden" -#, c-format +#, fuzzy, c-format msgid "" -"%sYou must confirm quit command with extra argument \"-yes\" (see /help quit)" +"%sYou must confirm /%s command with extra argument \"-yes\" (see /help %s)" msgstr "" "%sUm WeeChat zu beenden, muss der \"/quit\" Befehl mit dem Argument \"-yes\" " "ausgeführt werden (siehe /help quit)" @@ -2784,10 +2784,13 @@ msgstr "" msgid "upgrade WeeChat without disconnecting from servers" msgstr "Aktualisiert WeeChat ohne die Verbindung zum Server zu trennen" -msgid "[<path_to_binary>|-quit]" +#, fuzzy +msgid "[-yes] [<path_to_binary>|-quit]" msgstr "[<path_to_binary>|-quit]" +#, fuzzy msgid "" +" -yes: required if option weechat.look.confirm_upgrade is enabled\n" "path_to_binary: path to WeeChat binary (default is current binary)\n" " -dummy: do nothing (option used to prevent accidental completion " "with \"-quit\")\n" @@ -3508,6 +3511,14 @@ msgstr "" "ist diese Einstellung aktiviert, muss der \"/quit\" Befehl mit dem Argument " "\"-yes\" ausgeführt werden (siehe /help quit)" +#, fuzzy +msgid "" +"if set, /upgrade command must be confirmed with extra argument \"-yes" +"\" (see /help upgrade)" +msgstr "" +"ist diese Einstellung aktiviert, muss der \"/quit\" Befehl mit dem Argument " +"\"-yes\" ausgeführt werden (siehe /help quit)" + msgid "display special message when day changes" msgstr "bei einem Datumswechsel wird eine entsprechende Nachricht angezeigt" |