diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 59 |
1 files changed, 45 insertions, 14 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 40e00469b..88077109f 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\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: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -783,6 +783,22 @@ msgstr[0] "" msgstr[1] "" #, c-format +msgid "Environment variable \"%s\" is not defined" +msgstr "" + +#, c-format +msgid "%sError: failed to set variable \"%s\": %s" +msgstr "" + +#, c-format +msgid "Variable \"%s\" unset" +msgstr "" + +#, c-format +msgid "%sError: failed to unset variable \"%s\": %s" +msgstr "" + +#, c-format msgid "%s%d%s option with value changed" msgid_plural "%s%d%s options with value changed" msgstr[0] "" @@ -1732,25 +1748,27 @@ msgid "" "data.freenode}" msgstr "" -msgid "set config options" +msgid "set config options and environment variables" msgstr "" -msgid "[<option> [<value>]] || diff [<option> [<option>...]]" +msgid "" +"[<option> [<value>]] || diff [<option> [<option>...]] || env [<variable> " +"[<value>]]" msgstr "" 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" @@ -1760,7 +1778,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 "" msgid "unset/reset config options" @@ -2033,6 +2058,12 @@ msgstr "" msgid "names of secured data (file sec.conf, section data)" msgstr "" +msgid "environment variables" +msgstr "" + +msgid "value of an environment variable" +msgstr "" + msgid "" "Warning: option weechat.look.save_config_on_exit is disabled, so the option " "weechat.look.save_layout_on_exit is ignored" |