summaryrefslogtreecommitdiff
path: root/po/tr.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-01-30 08:58:37 +0100
committerSébastien Helleu <flashcode@flashtux.org>2015-01-30 08:58:37 +0100
commit5e2cd75efc5faa206d0c8623ee15284a7f79f1fc (patch)
tree31885db2a6b4a2900226e3c545ebc35d030fe2a2 /po/tr.po
parentd3c309c7874dcfa98bbbcf1290f935013d344e55 (diff)
downloadweechat-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.po5
1 files changed, 3 insertions, 2 deletions
diff --git a/po/tr.po b/po/tr.po
index d1a85f63d..5be8b4365 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -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 "