summaryrefslogtreecommitdiff
path: root/po/ja.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-04-26 11:50:39 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-04-26 11:50:39 +0200
commit6b2c9d2cb8ae0057faffd29fc61b0ab67ae71c7f (patch)
tree44514243a47699ae64bb14dc21e243b549698ecb /po/ja.po
parent80f446a4b40cf93c431bcd6110d5386a46ddb5b2 (diff)
downloadweechat-6b2c9d2cb8ae0057faffd29fc61b0ab67ae71c7f.zip
api: add support of environment variables in function string_eval_expression() and command /eval (issue #388)
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po11
1 files changed, 7 insertions, 4 deletions
diff --git a/po/ja.po b/po/ja.po
index ce66f4753..77571c641 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-04-25 12:59+0200\n"
+"POT-Creation-Date: 2015-04-26 10:44+0200\n"
"PO-Revision-Date: 2015-04-25 08:10+0200\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
@@ -1479,6 +1479,7 @@ msgstr "式を評価"
msgid "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>"
msgstr "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>"
+#, fuzzy
msgid ""
" -n: display result without sending it to buffer (debug mode)\n"
" -s: split expression before evaluating it (many commands can be "
@@ -1516,9 +1517,10 @@ msgid ""
" 2. a string with chars to hide (format: \"hide:char,string\")\n"
" 3. a color (format: \"color:xxx\")\n"
" 4. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 5. an option (format: \"file.section.option\")\n"
-" 6. a local variable in buffer\n"
-" 7. a hdata name/variable (the value is automatically converted to string), "
+" 5. an environment variable (format: \"env:XXX\")\n"
+" 6. an option (format: \"file.section.option\")\n"
+" 7. a local variable in buffer\n"
+" 8. a hdata name/variable (the value is automatically converted to string), "
"by default \"window\" and \"buffer\" point to current window/buffer.\n"
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
@@ -1533,6 +1535,7 @@ msgid ""
"\n"
"Examples (simple strings):\n"
" /eval -n ${info:version} ==> 0.4.3\n"
+" /eval -n ${env:HOME} ==> /home/user\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
" /eval -n ${window} ==> 0x2549aa0\n"
" /eval -n ${window.buffer} ==> 0x2549320\n"