mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
core: fix help of /eval command
This commit is contained in:
@@ -286,11 +286,11 @@ Some variables are replaced in expression, using the format ${variable}, variabl
|
||||
8. a hdata name/variable (the value is automatically converted to string), by default "window" and "buffer" point to current window/buffer.
|
||||
Format for hdata can be one of following:
|
||||
hdata.var1.var2...: start with a hdata (pointer must be known), and ask variables one after one (other hdata can be followed)
|
||||
hdata[list].var1.var2...: start with a hdata using a list/pointer, for example:
|
||||
hdata[list].var1.var2...: start with a hdata using a list, for example:
|
||||
${buffer[gui_buffers].full_name}: full name of first buffer in linked list of buffers
|
||||
hdata[pointer].var1.var2...: start with a hdata using a list, for example:
|
||||
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
|
||||
${plugin[weechat_plugins].name}: name of first plugin in linked list of plugins
|
||||
hdata[pointer].var1.var2...: start with a hdata using a pointer, for example:
|
||||
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
|
||||
For name of hdata and variables, please look at "Plugin API reference", function "weechat_hdata_get".
|
||||
|
||||
Examples (simple strings):
|
||||
|
||||
@@ -286,11 +286,11 @@ Some variables are replaced in expression, using the format ${variable}, variabl
|
||||
8. a hdata name/variable (the value is automatically converted to string), by default "window" and "buffer" point to current window/buffer.
|
||||
Format for hdata can be one of following:
|
||||
hdata.var1.var2...: start with a hdata (pointer must be known), and ask variables one after one (other hdata can be followed)
|
||||
hdata[list].var1.var2...: start with a hdata using a list/pointer, for example:
|
||||
hdata[list].var1.var2...: start with a hdata using a list, for example:
|
||||
${buffer[gui_buffers].full_name}: full name of first buffer in linked list of buffers
|
||||
hdata[pointer].var1.var2...: start with a hdata using a list, for example:
|
||||
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
|
||||
${plugin[weechat_plugins].name}: name of first plugin in linked list of plugins
|
||||
hdata[pointer].var1.var2...: start with a hdata using a pointer, for example:
|
||||
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
|
||||
For name of hdata and variables, please look at "Plugin API reference", function "weechat_hdata_get".
|
||||
|
||||
Examples (simple strings):
|
||||
|
||||
@@ -286,10 +286,11 @@ Des variables sont remplacées dans l'expression, en utilisant le format ${varia
|
||||
8. un hdata/variable (la valeur est automatiquement convertie en chaîne), par défaut "window" et "buffer" pointent vers la fenêtre et le tampon courants.
|
||||
Le format du hdata peut être le suivant :
|
||||
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)
|
||||
hdata[list].var1.var2... : démarrer avec un hdata en utilisant une liste/pointeur, par exemple :
|
||||
hdata[liste].var1.var2... : démarrer avec un hdata en utilisant une liste, par exemple :
|
||||
${buffer[gui_buffers].full_name} : nom complet du premier tampon dans la liste chaînée des tampons
|
||||
${buffer[0x1234abcd].full_name} : nom complet du tampon avec ce pointeur (peut être utilisé dans les triggers)
|
||||
${plugin[weechat_plugins].name} : nom de la première extension dans la liste chaînée des extensions
|
||||
hdata[pointeur].var1.var2... : démarrer avec un hdata en utilisant un pointeur, par exemple :
|
||||
${buffer[0x1234abcd].full_name} : nom complet du tampon avec ce pointeur (peut être utilisé dans les triggers)
|
||||
Pour le nom du hdata et des variables, voir la "Référence API extension", fonction "weechat_hdata_get".
|
||||
|
||||
Exemples (chaînes simples) :
|
||||
|
||||
@@ -286,11 +286,11 @@ Some variables are replaced in expression, using the format ${variable}, variabl
|
||||
8. a hdata name/variable (the value is automatically converted to string), by default "window" and "buffer" point to current window/buffer.
|
||||
Format for hdata can be one of following:
|
||||
hdata.var1.var2...: start with a hdata (pointer must be known), and ask variables one after one (other hdata can be followed)
|
||||
hdata[list].var1.var2...: start with a hdata using a list/pointer, for example:
|
||||
hdata[list].var1.var2...: start with a hdata using a list, for example:
|
||||
${buffer[gui_buffers].full_name}: full name of first buffer in linked list of buffers
|
||||
hdata[pointer].var1.var2...: start with a hdata using a list, for example:
|
||||
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
|
||||
${plugin[weechat_plugins].name}: name of first plugin in linked list of plugins
|
||||
hdata[pointer].var1.var2...: start with a hdata using a pointer, for example:
|
||||
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
|
||||
For name of hdata and variables, please look at "Plugin API reference", function "weechat_hdata_get".
|
||||
|
||||
Examples (simple strings):
|
||||
|
||||
@@ -286,11 +286,11 @@ Some variables are replaced in expression, using the format ${variable}, variabl
|
||||
8. a hdata name/variable (the value is automatically converted to string), by default "window" and "buffer" point to current window/buffer.
|
||||
Format for hdata can be one of following:
|
||||
hdata.var1.var2...: start with a hdata (pointer must be known), and ask variables one after one (other hdata can be followed)
|
||||
hdata[list].var1.var2...: start with a hdata using a list/pointer, for example:
|
||||
hdata[list].var1.var2...: start with a hdata using a list, for example:
|
||||
${buffer[gui_buffers].full_name}: full name of first buffer in linked list of buffers
|
||||
hdata[pointer].var1.var2...: start with a hdata using a list, for example:
|
||||
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
|
||||
${plugin[weechat_plugins].name}: name of first plugin in linked list of plugins
|
||||
hdata[pointer].var1.var2...: start with a hdata using a pointer, for example:
|
||||
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
|
||||
For name of hdata and variables, please look at "Plugin API reference", function "weechat_hdata_get".
|
||||
|
||||
Examples (simple strings):
|
||||
|
||||
@@ -286,11 +286,11 @@ Some variables are replaced in expression, using the format ${variable}, variabl
|
||||
8. a hdata name/variable (the value is automatically converted to string), by default "window" and "buffer" point to current window/buffer.
|
||||
Format for hdata can be one of following:
|
||||
hdata.var1.var2...: start with a hdata (pointer must be known), and ask variables one after one (other hdata can be followed)
|
||||
hdata[list].var1.var2...: start with a hdata using a list/pointer, for example:
|
||||
hdata[list].var1.var2...: start with a hdata using a list, for example:
|
||||
${buffer[gui_buffers].full_name}: full name of first buffer in linked list of buffers
|
||||
hdata[pointer].var1.var2...: start with a hdata using a list, for example:
|
||||
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
|
||||
${plugin[weechat_plugins].name}: name of first plugin in linked list of plugins
|
||||
hdata[pointer].var1.var2...: start with a hdata using a pointer, for example:
|
||||
${buffer[0x1234abcd].full_name}: full name of the buffer with this pointer (can be used in triggers)
|
||||
For name of hdata and variables, please look at "Plugin API reference", function "weechat_hdata_get".
|
||||
|
||||
Examples (simple strings):
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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,16 +1480,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
@@ -24,7 +24,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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"
|
||||
@@ -1590,16 +1590,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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,16 +1519,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"PO-Revision-Date: 2015-06-23 20:47+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+0200\n"
|
||||
"PO-Revision-Date: 2015-06-23 21:29+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -1561,16 +1561,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
@@ -1646,14 +1645,16 @@ 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/"
|
||||
"pointeur, par exemple :\n"
|
||||
" hdata[liste].var1.var2... : démarrer avec un hdata en utilisant une liste, "
|
||||
"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"
|
||||
" hdata[pointeur].var1.var2... : démarrer avec un hdata en utilisant un "
|
||||
"pointeur, par exemple :\n"
|
||||
" ${buffer[0x1234abcd].full_name} : nom complet du tampon avec ce 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"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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,16 +1411,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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,16 +1502,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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"
|
||||
@@ -1526,16 +1526,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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"
|
||||
@@ -1562,16 +1562,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
+5
-6
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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,16 +1564,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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,16 +1433,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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,16 +1268,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
+5
-6
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-06-23 20:46+0200\n"
|
||||
"POT-Creation-Date: 2015-06-23 21:28+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,16 +1270,15 @@ 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/pointer, for "
|
||||
"example:\n"
|
||||
" hdata[list].var1.var2...: start with a hdata using a list, 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 "
|
||||
" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
|
||||
"plugins\n"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a pointer, 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\", "
|
||||
"function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
@@ -7205,15 +7205,15 @@ command_init ()
|
||||
" 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/pointer, for example:\n"
|
||||
"list, 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"
|
||||
" hdata[pointer].var1.var2...: start with a hdata using a "
|
||||
"pointer, for example:\n"
|
||||
" ${buffer[0x1234abcd].full_name}: full name of the buffer "
|
||||
"with this pointer (can be used in triggers)\n"
|
||||
"For name of hdata and variables, please look at \"Plugin API "
|
||||
"reference\", function \"weechat_hdata_get\".\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user