diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-30 08:58:37 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-30 08:58:37 +0100 |
commit | 5e2cd75efc5faa206d0c8623ee15284a7f79f1fc (patch) | |
tree | 31885db2a6b4a2900226e3c545ebc35d030fe2a2 /po/it.po | |
parent | d3c309c7874dcfa98bbbcf1290f935013d344e55 (diff) | |
download | weechat-5e2cd75efc5faa206d0c8623ee15284a7f79f1fc.zip |
core: add option "-s" in command /eval to split commands (no more split by default) (closes #324)
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-01-29 07:42+0100\n" +"POT-Creation-Date: 2015-01-30 08:25+0100\n" "PO-Revision-Date: 2014-11-09 16:23+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1412,13 +1412,15 @@ msgstr "" msgid "evaluate expression" msgstr "" -msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>" +#, fuzzy +msgid "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>" msgstr "" "[-n] <espressione> || [-n] -c <espressione1> <operatore> <espressione2>" #, fuzzy msgid "" " -n: display result without sending it to buffer (debug mode)\n" +" -s: split expression (many commands can be separated by semicolons)\n" " -c: evaluate as condition: use operators and parentheses, return a " "boolean value (\"0\" or \"1\")\n" "expression: expression to evaluate, variables with format ${variable} are " |