diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-21 17:55:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-21 17:55:30 +0100 |
commit | 6f6e1569cd065a91560a3438ce331b94afadef2f (patch) | |
tree | 8d87624a0dee73180c1ef4cdbb2533a7abb09b59 /doc | |
parent | e8b3eb7ad17cd2f26df5f17a8284b52499df5b09 (diff) | |
download | weechat-6f6e1569cd065a91560a3438ce331b94afadef2f.zip |
core: add "full_name" in buffer structure
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 60 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 1 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 4 |
7 files changed, 41 insertions, 29 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index 1b39ec2e9..903d5ed78 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -228,6 +228,7 @@ 'layout_number' (integer) + 'layout_number_merge_order' (integer) + 'name' (string) + + 'full_name' (string) + 'short_name' (string) + 'type' (integer) + 'notify' (integer) + diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index af8e67ff8..4b2d19acd 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -228,6 +228,7 @@ 'layout_number' (integer) + 'layout_number_merge_order' (integer) + 'name' (string) + + 'full_name' (string) + 'short_name' (string) + 'type' (integer) + 'notify' (integer) + diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 126f2c7db..0623482eb 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -8536,6 +8536,7 @@ Content of hashtable sent to callback (keys and values are of type "string"): | _buffer_number | number of buffer | "1" ... "n" | "-1" | _buffer_plugin | plugin name of buffer | "core", "irc", ... | "" | _buffer_name | name of buffer | "weechat", "freenode.#weechat", ... | "" +| _buffer_full_name | full name of buffer | "core.weechat", "irc.freenode.#weechat", ... | "" | _buffer_localvar_XXX ^(2)^ | local variables of buffer | any value | not set | _chat | chat area indicator | "0" or "1" | "0" | _chat_line_x | column in line ^(3)^ | "0" ... "n" | "-1" @@ -9144,6 +9145,7 @@ Arguments: ** 'plugin': name of plugin which created this buffer ("core" for WeeChat main buffer) ** 'name': name of buffer +** 'full_name': full name of buffer ("plugin.name") (_new in version 0.3.7_) ** 'short_name': short name of buffer ** 'title': title of buffer ** 'input': input text diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index 98b88ecf2..e8afb06d2 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -228,6 +228,7 @@ 'layout_number' (integer) + 'layout_number_merge_order' (integer) + 'name' (string) + + 'full_name' (string) + 'short_name' (string) + 'type' (integer) + 'notify' (integer) + diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 6a4981ed6..a35976315 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -8670,35 +8670,36 @@ Contenu de la hashtable envoyée au "callback" (les clés et valeurs sont de typ [width="100%",cols="5m,5,8,3",options="header"] |======================================== -| Clé ^(1)^ | Description | Exemples de valeur | Valeur si non applicable -| _x | colonne sur l'écran 2+| "0" ... "n" -| _y | ligne sur l'écran 2+| "0" ... "n" -| _key | touche ou évènement souris 2+| "button1", "button2-gesture-left", ... -| _window | pointeur vers la fenêtre | "0x12345678" | "" -| _window_number | numéro de la fenêtre | "1" ... "n" | "*" -| _buffer | pointeur vers le tampon | "0x12345678" | "" -| _buffer_number | numéro du tampon | "1" ... "n" | "-1" -| _buffer_plugin | nom d'extension du tampon | "core", "irc", ... | "" -| _buffer_name | nom du tampon | "weechat", "freenode.#weechat", ... | "" -| _buffer_localvar_XXX ^(2)^ | variables locales du tampon | toute chaîne | non défini -| _chat | indicateur zone "chat" | "0" ou "1" | "0" -| _chat_line_x | colonne de la ligne ^(3)^ | "0" ... "n" | "-1" -| _chat_line_y | numéro de ligne ^(3)^ | "0" ... "n" | "-1" -| _chat_line_date | date/heure de la ligne | "1313237175" | "0" -| _chat_line_date_printed | date/heure de la ligne ^(4)^ | "1313237175" | "0" -| _chat_line_time | heure affichée | "14:06:15" | "" -| _chat_line_tags | étiquettes de la ligne | "irc_privmsg,notify_message,nick_FlashCode,log1" | "" -| _chat_line_nick | pseudo de la ligne | "FlashCode" | "" -| _chat_line_prefix | préfixe de la ligne | "@FlashCode" | "" -| _chat_line_message | message de la ligne | "Hello world!" | "" -| _chat_word | mot à la position (x,y) | "Hello" | "" -| _chat_bol | début de ligne ⇒ (x-1,y) | "He" | "" -| _chat_eol | (x,y) ⇒ fin de ligne | "llo world!" | "" -| _bar_name | nom de la barre | "title", "nicklist", ... | "" -| _bar_filling | remplissage de la barre | "horizontal", "vertical", ... | "" -| _bar_item_name | nom de l'objet de barre | "buffer_nicklist", "hotlist", ... | "" -| _bar_item_line | ligne dans l'objet de barre | "0" ... "n" | "-1" -| _bar_item_col | colonne dans l'objet de barre | "0" ... "n" | "-1" +| Clé ^(1)^ | Description | Exemples de valeur | Valeur si non applicable +| _x | colonne sur l'écran 2+| "0" ... "n" +| _y | ligne sur l'écran 2+| "0" ... "n" +| _key | touche ou évènement souris 2+| "button1", "button2-gesture-left", ... +| _window | pointeur vers la fenêtre | "0x12345678" | "" +| _window_number | numéro de la fenêtre | "1" ... "n" | "*" +| _buffer | pointeur vers le tampon | "0x12345678" | "" +| _buffer_number | numéro du tampon | "1" ... "n" | "-1" +| _buffer_plugin | nom d'extension du tampon | "core", "irc", ... | "" +| _buffer_name | nom du tampon | "weechat", "freenode.#weechat", ... | "" +| _buffer_full_name | nom complet du tampon | "core.weechat", "irc.freenode.#weechat", ... | "" +| _buffer_localvar_XXX ^(2)^ | variables locales du tampon | toute chaîne | non défini +| _chat | indicateur zone "chat" | "0" ou "1" | "0" +| _chat_line_x | colonne de la ligne ^(3)^ | "0" ... "n" | "-1" +| _chat_line_y | numéro de ligne ^(3)^ | "0" ... "n" | "-1" +| _chat_line_date | date/heure de la ligne | "1313237175" | "0" +| _chat_line_date_printed | date/heure de la ligne ^(4)^ | "1313237175" | "0" +| _chat_line_time | heure affichée | "14:06:15" | "" +| _chat_line_tags | étiquettes de la ligne | "irc_privmsg,notify_message,nick_FlashCode,log1" | "" +| _chat_line_nick | pseudo de la ligne | "FlashCode" | "" +| _chat_line_prefix | préfixe de la ligne | "@FlashCode" | "" +| _chat_line_message | message de la ligne | "Hello world!" | "" +| _chat_word | mot à la position (x,y) | "Hello" | "" +| _chat_bol | début de ligne ⇒ (x-1,y) | "He" | "" +| _chat_eol | (x,y) ⇒ fin de ligne | "llo world!" | "" +| _bar_name | nom de la barre | "title", "nicklist", ... | "" +| _bar_filling | remplissage de la barre | "horizontal", "vertical", ... | "" +| _bar_item_name | nom de l'objet de barre | "buffer_nicklist", "hotlist", ... | "" +| _bar_item_line | ligne dans l'objet de barre | "0" ... "n" | "-1" +| _bar_item_col | colonne dans l'objet de barre | "0" ... "n" | "-1" |======================================== [NOTE] @@ -9294,6 +9295,7 @@ Paramètres : ** 'plugin' : nom de l'extension qui a créé ce tampon ("core" pour le tampon principal WeeChat) ** 'name' : nom du tampon +** 'full_name' : nom complet du tampon ("extension.nom") (_nouveau dans la version 0.3.7_) ** 'short_name' : nom court du tampon ** 'title' : titre du tampon ** 'input' : texte saisi diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index e0c3d5166..6b3ad6c30 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -228,6 +228,7 @@ 'layout_number' (integer) + 'layout_number_merge_order' (integer) + 'name' (string) + + 'full_name' (string) + 'short_name' (string) + 'type' (integer) + 'notify' (integer) + diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 0465b7e7c..e76fe6a9a 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8596,6 +8596,8 @@ Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo | _buffer_number | numero del buffer | "1" ... "n" | "-1" | _buffer_plugin | nome plugin del buffer | "core", "irc", ... | "" | _buffer_name | nome del buffer | "weechat", "freenode.#weechat", ... | "" +// TRANSLATION MISSING +| _buffer_full_name | full name of buffer | "core.weechat", "irc.freenode.#weechat", ... | "" | _buffer_localvar_XXX ^(2)^ | variabili locali del buffer | qualsiasi valore | non impostato | _chat | indicatore area di chat | "0" o "1" | "0" | _chat_line_x | colonna nella riga ^(3)^ | "0" ... "n" | "-1" @@ -9208,6 +9210,8 @@ Argomenti: ** 'plugin': nome del plugin che ha creato questo buffer ("core" per il buffer principale di WeeChat) ** 'name': nome del buffer +// TRANSLATION MISSING +** 'full_name': full name of buffer ("plugin.name") (_novità nella versione 0.3.7_) ** 'short_name': nome breve del buffer ** 'title': titolo del buffer ** 'input': testo in ingresso |