diff options
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 67 |
1 files changed, 52 insertions, 15 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-06-19 07:44+0200\n" +"POT-Creation-Date: 2014-06-27 07:39+0200\n" "PO-Revision-Date: 2014-06-19 07:46+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -821,6 +821,22 @@ msgid_plural "%s%d%s options" msgstr[0] "%s%d%s opzione" msgstr[1] "%s%d%s opzioni" +#, fuzzy, c-format +msgid "Environment variable \"%s\" is not defined" +msgstr "Variabili" + +#, fuzzy, c-format +msgid "%sError: failed to set variable \"%s\": %s" +msgstr "%sErrore: impossibile impostare l'opzione \"%s\"" + +#, c-format +msgid "Variable \"%s\" unset" +msgstr "" + +#, fuzzy, c-format +msgid "%sError: failed to unset variable \"%s\": %s" +msgstr "%sErrore: impossibile impostare l'opzione \"%s\"" + #, c-format msgid "%s%d%s option with value changed" msgid_plural "%s%d%s options with value changed" @@ -2362,26 +2378,29 @@ msgstr "" " /alias ghost /eval /msg -server freenode nickserv ghost mionick ${sec." "data.freenode}" -msgid "set config options" -msgstr "imposta le opzioni di configurazione" +msgid "set config options and environment variables" +msgstr "" -msgid "[<option> [<value>]] || diff [<option> [<option>...]]" +#, fuzzy +msgid "" +"[<option> [<value>]] || diff [<option> [<option>...]] || env [<variable> " +"[<value>]]" msgstr "[<opzione> [<valore>]] || diff [<opzione> [<opzione>...]]" #, fuzzy msgid "" "option: name of an option (wildcard \"*\" is allowed)\n" -" value: new value for option\n" +" value: new value for option, according to type:\n" +" boolean: on, off or toggle\n" +" integer: number, ++number or --number\n" +" string: any string (\"\" for empty string)\n" +" color: color name, ++number or --number\n" +" Note: for all types, you can use null to remove option value " +"(undefined value). This works only for some special plugin " +"variables.\n" " diff: display only changed options\n" -"\n" -"New value can be, according to variable type:\n" -" boolean: on, off or toggle\n" -" integer: number, ++number or --number\n" -" string: any string (\"\" for empty string)\n" -" color: color name, ++number or --number\n" -"\n" -"For all types, you can use null to remove option value (undefined value). " -"This works only for some special plugin variables.\n" +" env: display or set an environment variable (use value \"\" to unset a " +"variable)\n" "\n" "Examples:\n" " display options about highlight:\n" @@ -2391,7 +2410,14 @@ msgid "" " display changed options:\n" " /set diff\n" " display changed options in irc plugin:\n" -" /set diff irc.*" +" /set diff irc.*\n" +" display value of environment variable LANG:\n" +" /set env LANG\n" +" set environment variable LANG and use it:\n" +" /set env LANG fr_FR.UTF-8\n" +" /upgrade\n" +" unset environment variable ABC:\n" +" /set env ABC \"\"" msgstr "" "opzione: nome di un'opzione (può iniziare o terminare con '*' per elencare " "più opzioni)\n" @@ -2810,6 +2836,14 @@ msgstr "nomi dei layout" msgid "names of secured data (file sec.conf, section data)" msgstr "nome dei dati sensibili (file sec.conf, sezione data)" +#, fuzzy +msgid "environment variables" +msgstr "Variabili" + +#, fuzzy +msgid "value of an environment variable" +msgstr "Variabili" + msgid "" "Warning: option weechat.look.save_config_on_exit is disabled, so the option " "weechat.look.save_layout_on_exit is ignored" @@ -11136,6 +11170,9 @@ msgstr "" msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s%s: timeout per \"%s\" con %s" +#~ msgid "set config options" +#~ msgstr "imposta le opzioni di configurazione" + #, fuzzy #~ msgid "kick and ban a nick from a channel" #~ msgstr "caccia e banna un nick da un canale" |