diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-26 11:50:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-26 11:50:39 +0200 |
commit | 6b2c9d2cb8ae0057faffd29fc61b0ab67ae71c7f (patch) | |
tree | 44514243a47699ae64bb14dc21e243b549698ecb /po/tr.po | |
parent | 80f446a4b40cf93c431bcd6110d5386a46ddb5b2 (diff) | |
download | weechat-6b2c9d2cb8ae0057faffd29fc61b0ab67ae71c7f.zip |
api: add support of environment variables in function string_eval_expression() and command /eval (issue #388)
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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-03-10 21:33+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1260,9 +1260,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 " @@ -1277,6 +1278,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" |