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/tr.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/tr.po')
-rw-r--r-- | po/tr.po | 5 |
1 files changed, 3 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-07-25 07:50+0200\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1183,11 +1183,12 @@ msgstr "" msgid "evaluate expression" msgstr "" -msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>" +msgid "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>" msgstr "" 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 " |