summaryrefslogtreecommitdiff
path: root/po/ja.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/ja.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/ja.po')
-rw-r--r--po/ja.po7
1 files changed, 5 insertions, 2 deletions
diff --git a/po/ja.po b/po/ja.po
index 582a4d810..a468b3c66 100644
--- a/po/ja.po
+++ b/po/ja.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: 2015-01-25 13:54+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
@@ -1410,11 +1410,14 @@ 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] <expression> || [-n] -c <expression1> <operator> <expression2>"
+#, 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 "