summaryrefslogtreecommitdiff
path: root/po/pl.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/pl.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/pl.po')
-rw-r--r--po/pl.po8
1 files changed, 6 insertions, 2 deletions
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"