summaryrefslogtreecommitdiff
path: root/po/tr.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-11-09 15:35:54 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-11-09 15:35:54 +0100
commitff62f3edff3f2685652b09bc91f37be1f5ce1b6c (patch)
tree16a8c18803578cecc2f6a7416ef456705aa84ec5 /po/tr.po
parent652653ff8201d61cb3d9d019a7b6f8da3daf9850 (diff)
downloadweechat-ff62f3edff3f2685652b09bc91f37be1f5ce1b6c.zip
api: add support of infos with format `${info:name,arguments}` in function string_eval_expression and command /eval
Diffstat (limited to 'po/tr.po')
-rw-r--r--po/tr.po12
1 files changed, 7 insertions, 5 deletions
diff --git a/po/tr.po b/po/tr.po
index 6a2985613..cb8211e81 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: 2013-11-09 12:20+0100\n"
+"POT-Creation-Date: 2013-11-09 15:21+0100\n"
"PO-Revision-Date: 2013-11-09 10:13+0100\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1105,10 +1105,11 @@ msgid ""
"\n"
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority :\n"
-" 1. a color (format: color:xxx)\n"
-" 2. an option (format: file.section.option)\n"
-" 3. a local variable in buffer\n"
-" 4. a hdata name/variable (the value is automatically converted to string), "
+" 1. a color (format: \"color:xxx\")\n"
+" 2. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 3. an option (format: \"file.section.option\")\n"
+" 4. a local variable in buffer\n"
+" 5. 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 "
@@ -1122,6 +1123,7 @@ msgid ""
"function \"weechat_hdata_get\".\n"
"\n"
"Examples:\n"
+" /eval -n ${info:version} ==> 0.4.3\n"
" /eval -n ${weechat.look.scroll_amount} ==> 3\n"
" /eval -n ${window} ==> 0x2549aa0\n"
" /eval -n ${window.buffer} ==> 0x2549320\n"