diff options
-rw-r--r-- | doc/de/autogen/user/weechat_commands.asciidoc | 6 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.asciidoc | 6 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.asciidoc | 5 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.asciidoc | 6 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_commands.asciidoc | 6 | ||||
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.asciidoc | 6 | ||||
-rw-r--r-- | po/cs.po | 11 | ||||
-rw-r--r-- | po/de.po | 11 | ||||
-rw-r--r-- | po/es.po | 11 | ||||
-rw-r--r-- | po/fr.po | 23 | ||||
-rw-r--r-- | po/hu.po | 11 | ||||
-rw-r--r-- | po/it.po | 11 | ||||
-rw-r--r-- | po/ja.po | 11 | ||||
-rw-r--r-- | po/pl.po | 11 | ||||
-rw-r--r-- | po/pt_BR.po | 11 | ||||
-rw-r--r-- | po/ru.po | 11 | ||||
-rw-r--r-- | po/tr.po | 11 | ||||
-rw-r--r-- | po/weechat.pot | 11 | ||||
-rw-r--r-- | src/core/wee-command.c | 10 |
19 files changed, 90 insertions, 99 deletions
diff --git a/doc/de/autogen/user/weechat_commands.asciidoc b/doc/de/autogen/user/weechat_commands.asciidoc index 8aca64a48..0638c8e0f 100644 --- a/doc/de/autogen/user/weechat_commands.asciidoc +++ b/doc/de/autogen/user/weechat_commands.asciidoc @@ -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): diff --git a/doc/en/autogen/user/weechat_commands.asciidoc b/doc/en/autogen/user/weechat_commands.asciidoc index d758b3fa1..9ff20bc01 100644 --- a/doc/en/autogen/user/weechat_commands.asciidoc +++ b/doc/en/autogen/user/weechat_commands.asciidoc @@ -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): diff --git a/doc/fr/autogen/user/weechat_commands.asciidoc b/doc/fr/autogen/user/weechat_commands.asciidoc index 9725f315c..967e4b2ba 100644 --- a/doc/fr/autogen/user/weechat_commands.asciidoc +++ b/doc/fr/autogen/user/weechat_commands.asciidoc @@ -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) : diff --git a/doc/it/autogen/user/weechat_commands.asciidoc b/doc/it/autogen/user/weechat_commands.asciidoc index 2d3008757..6933ccffa 100644 --- a/doc/it/autogen/user/weechat_commands.asciidoc +++ b/doc/it/autogen/user/weechat_commands.asciidoc @@ -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): diff --git a/doc/ja/autogen/user/weechat_commands.asciidoc b/doc/ja/autogen/user/weechat_commands.asciidoc index bffb9cf70..b72545ef6 100644 --- a/doc/ja/autogen/user/weechat_commands.asciidoc +++ b/doc/ja/autogen/user/weechat_commands.asciidoc @@ -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): diff --git a/doc/pl/autogen/user/weechat_commands.asciidoc b/doc/pl/autogen/user/weechat_commands.asciidoc index 2f7a32fe4..0d2c93511 100644 --- a/doc/pl/autogen/user/weechat_commands.asciidoc +++ b/doc/pl/autogen/user/weechat_commands.asciidoc @@ -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" diff --git a/po/pt_BR.po b/po/pt_BR.po index a681bc1c1..e7b40f7f1 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: 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" diff --git a/po/weechat.pot b/po/weechat.pot index 63a5b52c0..f5e41f60d 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: 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" diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 8eb81d5de..f8e7032e4 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -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" |