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/it.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/it.po')
-rw-r--r-- | po/it.po | 23 |
1 files changed, 16 insertions, 7 deletions
@@ -20,8 +20,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-04 21:44+0100\n" +"POT-Creation-Date: 2018-11-17 08:09+0100\n" +"PO-Revision-Date: 2018-11-17 10:36+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: it\n" @@ -168,6 +168,9 @@ msgid "" " -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" @@ -220,6 +223,11 @@ msgstr "Errore: impossibile aprire la directory HOME\n" msgid "Error: not enough memory for home directory\n" msgstr "Errore: spazio insufficiente per la directory home\n" +#, fuzzy, c-format +msgid "" +"Error: unable to create a temporary home directory (using template: \"%s\")\n" +msgstr "%s%s: impossibile creare la directory per i log (\"%s\")" + msgid "Error: WEECHAT_HOME is undefined, check build options\n" msgstr "" "Errore: WEECHAT_HOME non è definito, verificare le opzioni di compilazione\n" @@ -4411,8 +4419,12 @@ msgstr "Uso della memoria non disponibile (funzione \"mallinfo\" non trovata)" msgid "Directories:" msgstr "Directory:" -msgid "default" -msgstr "predefinito" +msgid "(TEMPORARY, deleted on exit)" +msgstr "" + +#, fuzzy, c-format +msgid " (default: %s)" +msgstr " segnale: %s" #, c-format msgid "%sError sending signal %d to pid %d: %s" @@ -13138,6 +13150,3 @@ msgstr "%s%s: timeout per \"%s\" con %s" #, fuzzy, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: impossibile connettersi al mittente" - -#~ msgid "merge server buffers" -#~ msgstr "unisci i buffer dei server" |