summaryrefslogtreecommitdiff
path: root/po/ru.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-06-23 20:55:52 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-06-23 20:55:52 +0200
commita79c0fcff3918c67302b8967cfdbcdfd2f804a4b (patch)
treec3d1a71642e6aaf54c957f54d2452113a4ee1e73 /po/ru.po
parent43f471b9c2d259890f56a62d6e9923dd36fbab73 (diff)
downloadweechat-a79c0fcff3918c67302b8967cfdbcdfd2f804a4b.zip
core: allow pointer as list name in evaluation of hdata (closes #450)
Diffstat (limited to 'po/ru.po')
-rw-r--r--po/ru.po9
1 files changed, 7 insertions, 2 deletions
diff --git a/po/ru.po b/po/ru.po
index a2959e09c..5e77962bf 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2015-06-20 08:05+0200\n"
+"POT-Creation-Date: 2015-06-23 20:46+0200\n"
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1433,9 +1433,14 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
+"example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
+" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+"example:\n"
+" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
+"pointer (can be used in triggers)\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "