mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
core: allow pointer as list name in evaluation of hdata (closes #450)
This commit is contained in:
@@ -20,7 +20,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: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1480,9 +1480,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\", "
|
||||
|
||||
@@ -24,7 +24,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-06-13 22:57+0100\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <>\n"
|
||||
@@ -1544,6 +1544,7 @@ msgstr "evaluierter Ausdruck"
|
||||
msgid "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>"
|
||||
msgstr "[-n|-s] <expression> || [-n] -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 "
|
||||
@@ -1589,9 +1590,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\", "
|
||||
|
||||
@@ -22,7 +22,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: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1519,9 +1519,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\", "
|
||||
|
||||
@@ -21,8 +21,8 @@ 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"
|
||||
"PO-Revision-Date: 2015-06-20 08:06+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"PO-Revision-Date: 2015-06-23 20:47+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -1561,9 +1561,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\", "
|
||||
@@ -1641,10 +1646,12 @@ 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[list].var1.var2... : démarrer avec un hdata en utilisant une liste, "
|
||||
"par exemple :\n"
|
||||
" hdata[list].var1.var2... : démarrer avec un hdata en utilisant une liste/"
|
||||
"pointeur, par exemple :\n"
|
||||
" ${buffer[gui_buffers].full_name} : nom complet du premier tampon dans la "
|
||||
"liste chaînée des tampons\n"
|
||||
" ${buffer[0x1234abcd].full_name} : nom complet du tampon avec ce pointeur "
|
||||
"(peut être utilisé dans les triggers)\n"
|
||||
" ${plugin[weechat_plugins].name} : nom de la première extension dans la "
|
||||
"liste chaînée des extensions\n"
|
||||
"Pour le nom du hdata et des variables, voir la \"Référence API extension\", "
|
||||
|
||||
@@ -20,7 +20,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: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1411,9 +1411,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\", "
|
||||
|
||||
@@ -20,7 +20,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: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1502,9 +1502,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\", "
|
||||
|
||||
@@ -20,7 +20,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-06-21 22:54+0900\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
|
||||
@@ -1480,6 +1480,7 @@ msgstr "式を評価"
|
||||
msgid "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>"
|
||||
msgstr "[-n|-s] <expression> || [-n] -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 "
|
||||
@@ -1525,9 +1526,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\", "
|
||||
|
||||
@@ -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-05-09 14:00+0100\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1516,6 +1516,7 @@ msgstr "przetwórz wyrażenie"
|
||||
msgid "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>"
|
||||
msgstr "[-n|-s] <wyrażenie> || [-n] -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 "
|
||||
@@ -1561,9 +1562,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\", "
|
||||
|
||||
+7
-2
@@ -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: Eduardo Elias <camponez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1564,9 +1564,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\", "
|
||||
|
||||
@@ -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\", "
|
||||
|
||||
@@ -20,7 +20,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-10 21:33+0100\n"
|
||||
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1268,9 +1268,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\", "
|
||||
|
||||
+7
-2
@@ -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: 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"
|
||||
@@ -1270,9 +1270,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\", "
|
||||
|
||||
Reference in New Issue
Block a user