diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 14:27:59 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-16 14:40:19 +0200 |
commit | f500c972ddc16d362c131b5caf81b02cdcc976ca (patch) | |
tree | fd3b206d8186962b86fd4601257f763804c6135f /doc/fr/includes/autogen_api_infos_hashtable.fr.adoc | |
parent | aa86d82796bad746c65693435b5472a44b1beb13 (diff) | |
download | weechat-f500c972ddc16d362c131b5caf81b02cdcc976ca.zip |
core: update translations (closes #1245, closes #1257)
Diffstat (limited to 'doc/fr/includes/autogen_api_infos_hashtable.fr.adoc')
-rw-r--r-- | doc/fr/includes/autogen_api_infos_hashtable.fr.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/fr/includes/autogen_api_infos_hashtable.fr.adoc b/doc/fr/includes/autogen_api_infos_hashtable.fr.adoc index 39ffac994..0a0dac804 100644 --- a/doc/fr/includes/autogen_api_infos_hashtable.fr.adoc +++ b/doc/fr/includes/autogen_api_infos_hashtable.fr.adoc @@ -12,5 +12,7 @@ | irc | irc_message_split | découper un message IRC (pour tenir dans les 512 octets par défaut) | "message" : message IRC, "server" : nom du serveur (optionnel) | "msg1" ... "msgN" : messages à envoyer (sans le "\r\n" final), "args1" ... "argsN" : paramètres des messages, "count" : nombre de messages +| weechat | focus_info | obtenir l'information de focus | "x" : coordonnée x (chaîne avec un entier >= 0), "y" : coordonnée y (chaîne avec un entier >= 0) | voir la fonction hook_focus dans la Référence API extension + |=== // end::infos_hashtable[] |