diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-17 10:36:58 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-17 10:36:58 +0100 |
commit | 85d7c9b6c5155db0156cd36c7b3127eb516399ff (patch) | |
tree | 3cea302ac0e9d60e004a2dfecccfb501bbe61250 /po/de.po | |
parent | b480c7e7c06873c900bbac4a8112c86ddc66e073 (diff) | |
download | weechat-85d7c9b6c5155db0156cd36c7b3127eb516399ff.zip |
core: add command line option "-t" (or "--temp-dir") to create a temporary WeeChat home (deleted on exit)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 25 |
1 files changed, 18 insertions, 7 deletions
@@ -24,8 +24,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-11-12 21:00+0100\n" -"PO-Revision-Date: 2018-11-12 22:35+0100\n" +"POT-Creation-Date: 2018-11-17 08:09+0100\n" +"PO-Revision-Date: 2018-11-17 10:36+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" "Language: de\n" @@ -163,12 +163,16 @@ msgstr "" msgid "Usage: %s [option...] [plugin:option...]\n" msgstr "Aufruf: %s [Option...] [Erweiterung:Option...]\n" +#, fuzzy msgid "" " -a, --no-connect disable auto-connect to servers at startup\n" " -c, --colors display default colors in terminal\n" " -d, --dir <path> set WeeChat home directory (default: ~/.weechat)\n" " (environment variable WEECHAT_HOME is read if " "this option is not given)\n" +" -t, --temp-dir create a temporary WeeChat homedirectory and " +"delete it on exit\n" +" (incompatible with option \"-d\")\n" " -h, --help display this help\n" " -l, --license display WeeChat license\n" " -p, --no-plugin don't load any plugin at startup\n" @@ -236,6 +240,12 @@ msgstr "Fehler: Das HOME-Verzeichnis kann nicht ermittelt werden\n" msgid "Error: not enough memory for home directory\n" msgstr "Fehler: nicht genug Speicher für das HOME-Verzeichnis\n" +#, fuzzy, c-format +msgid "" +"Error: unable to create a temporary home directory (using template: \"%s\")\n" +msgstr "" +"%s%s: Verzeichnis für Protokoll-Dateien kann nicht erstellt werden (\"%s\")" + msgid "Error: WEECHAT_HOME is undefined, check build options\n" msgstr "" "Fehler: WEECHAT_HOME ist nicht definiert, bitte überprüfen Sie die build-" @@ -4944,8 +4954,12 @@ msgstr "Speicheranzeige nicht verfügbar (Funktion \"mallinfo\" nicht gefunden)" msgid "Directories:" msgstr "Verzeichnisse:" -msgid "default" -msgstr "voreingestellt" +msgid "(TEMPORARY, deleted on exit)" +msgstr "" + +#, fuzzy, c-format +msgid " (default: %s)" +msgstr " Signal: %s" #, c-format msgid "%sError sending signal %d to pid %d: %s" @@ -14758,6 +14772,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)" - -#~ msgid "merge server buffers" -#~ msgstr "Server-Buffer zusammenfügen" |