summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-03-17 21:56:07 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-03-17 21:57:16 +0100
commit8ee7d46605b70474350a20855e2ef755e6c3dc82 (patch)
tree3fd92bec9baa97726c9ea9a0982f51e35039aeff /po
parentc54cadace5fd262ac5c70226e98f3dd1bef4f689 (diff)
downloadweechat-8ee7d46605b70474350a20855e2ef755e6c3dc82.zip
api: add support of pointer names in function string_eval_expression (direct and in hdata)
These two formats are now supported, if "pointer_name" is present in the "pointers" hashtable: * "${pointer_name}": value of pointer (example: "0x1234abcd") * ${buffer[pointer_name].full_name}: use of a pointer name instead of pointer value or list name
Diffstat (limited to 'po')
-rw-r--r--po/cs.po7
-rw-r--r--po/de.po8
-rw-r--r--po/es.po7
-rw-r--r--po/fr.po15
-rw-r--r--po/hu.po7
-rw-r--r--po/it.po7
-rw-r--r--po/ja.po7
-rw-r--r--po/pl.po8
-rw-r--r--po/pt.po7
-rw-r--r--po/pt_BR.po7
-rw-r--r--po/ru.po7
-rw-r--r--po/tr.po7
-rw-r--r--po/weechat.pot7
13 files changed, 72 insertions, 29 deletions
diff --git a/po/cs.po b/po/cs.po
index 6a895a327..0c37fcebc 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1636,7 +1636,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1645,6 +1646,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/de.po b/po/de.po
index 701befe9d..028c9f2a2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:56+0100\n"
"PO-Revision-Date: 2021-03-17 14:14+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -1698,6 +1698,7 @@ msgstr ""
"[-n|-s] [-d] <expression> || [-n] [-d [-d]] -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 "
@@ -1780,7 +1781,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1789,6 +1791,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/es.po b/po/es.po
index 0d96a1d55..149b184f2 100644
--- a/po/es.po
+++ b/po/es.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1666,7 +1666,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1675,6 +1676,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/fr.po b/po/fr.po
index 02f8b4748..13d81a557 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2021-03-16 18:31+0100\n"
-"PO-Revision-Date: 2021-03-16 18:32+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
+"PO-Revision-Date: 2021-03-17 21:47+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -1754,7 +1754,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1763,6 +1764,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
@@ -1889,8 +1892,8 @@ msgstr ""
" hdata.var1.var2... : démarrer avec un hdata (le pointeur doit être connu), "
"et demander les variables l'une après l'autre (d'autres hdata peuvent être "
"suivis)\n"
-" hdata[liste].var1.var2... : démarrer avec un hdata en utilisant une liste, "
-"par exemple :\n"
+" hdata[liste].var1.var2... : démarrer avec un hdata en utilisant une liste/"
+"pointeur/nom de pointeur, par exemple :\n"
" ${buffer[gui_buffers].full_name} : nom complet du premier tampon dans la "
"liste chaînée des tampons\n"
" ${plugin[weechat_plugins].name} : nom de la première extension dans la "
@@ -1899,6 +1902,8 @@ msgstr ""
"pointeur, par exemple :\n"
" ${buffer[0x1234abcd].full_name} : nom complet du tampon avec ce pointeur "
"(peut être utilisé dans les triggers)\n"
+" ${buffer[my_pointer].full_name} : nom complet du tampon avec ce nom de "
+"pointeur (peut être utilisé dans les triggers)\n"
"Pour le nom du hdata et des variables, voir la \"Référence API extension\", "
"fonction \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/hu.po b/po/hu.po
index 39e26d5fa..d4e3ca057 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1554,7 +1554,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1563,6 +1564,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/it.po b/po/it.po
index 0f568cb07..984799c2d 100644
--- a/po/it.po
+++ b/po/it.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1649,7 +1649,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1658,6 +1659,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/ja.po b/po/ja.po
index a47074deb..620da7a1d 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: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -1706,7 +1706,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1715,6 +1716,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/pl.po b/po/pl.po
index 8a2a5b04f..97f8aedb0 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2021-03-14 13:37+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
@@ -1665,6 +1665,7 @@ msgstr ""
"[-n|-s] [-d] <wyrażenie> || [-n] [-d [-d]] -c <wyrażenie1> <operator> "
"<wyrażenie2>"
+#, fuzzy
msgid ""
" -n: display result without sending it to buffer (debug mode)\n"
" -s: split expression before evaluating it (many commands can be "
@@ -1747,7 +1748,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1756,6 +1758,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/pt.po b/po/pt.po
index 03d0f4e27..d1e0cfe02 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -1708,7 +1708,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1717,6 +1718,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 81962c7c7..edddfd862 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2021-03-05 20:43+0100\n"
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1712,7 +1712,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1721,6 +1722,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/ru.po b/po/ru.po
index 9a98d88c2..447a5557e 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: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1576,7 +1576,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1585,6 +1586,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/tr.po b/po/tr.po
index 0053d1f68..dd304eae9 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: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2021-02-06 15:55+0100\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1407,7 +1407,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1416,6 +1417,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/weechat.pot b/po/weechat.pot
index 026df2f1b..cf1717b4f 100644
--- a/po/weechat.pot
+++ b/po/weechat.pot
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2021-03-16 18:31+0100\n"
+"POT-Creation-Date: 2021-03-17 21:46+0100\n"
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1409,7 +1409,8 @@ 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/pointer "
+"name, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
@@ -1418,6 +1419,8 @@ msgid ""
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
+" ${buffer[my_pointer].full_name}: full name of the buffer with this "
+"pointer name (can be used in triggers)\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"