summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-16 14:27:59 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-16 14:40:19 +0200
commitf500c972ddc16d362c131b5caf81b02cdcc976ca (patch)
treefd3b206d8186962b86fd4601257f763804c6135f /doc
parentaa86d82796bad746c65693435b5472a44b1beb13 (diff)
downloadweechat-f500c972ddc16d362c131b5caf81b02cdcc976ca.zip
core: update translations (closes #1245, closes #1257)
Diffstat (limited to 'doc')
-rw-r--r--doc/de/includes/autogen_api_infos_hashtable.de.adoc2
-rw-r--r--doc/en/includes/autogen_api_infos_hashtable.en.adoc2
-rw-r--r--doc/fr/includes/autogen_api_infos_hashtable.fr.adoc2
-rw-r--r--doc/it/includes/autogen_api_infos_hashtable.it.adoc2
-rw-r--r--doc/ja/includes/autogen_api_infos_hashtable.ja.adoc2
-rw-r--r--doc/pl/includes/autogen_api_infos_hashtable.pl.adoc2
6 files changed, 12 insertions, 0 deletions
diff --git a/doc/de/includes/autogen_api_infos_hashtable.de.adoc b/doc/de/includes/autogen_api_infos_hashtable.de.adoc
index 379c14cec..e5e563b82 100644
--- a/doc/de/includes/autogen_api_infos_hashtable.de.adoc
+++ b/doc/de/includes/autogen_api_infos_hashtable.de.adoc
@@ -12,5 +12,7 @@
| irc | irc_message_split | trennt eine IRC Nachricht (standardmäßig in 512 Bytes große Nachrichten) | "message": IRC Nachricht, "server": Servername (optional) | "msg1" ... "msgN": Nachrichten die versendet werden sollen (ohne abschließendes "\r\n"), "args1" ... "argsN": Argumente für Nachrichten, "count": Anzahl der Nachrichten
+| weechat | focus_info | get focus info | "x": x coordinate (string with integer >= 0), "y": y coordinate (string with integer >= 0) | see function "hook_focus" in Plugin API reference
+
|===
// end::infos_hashtable[]
diff --git a/doc/en/includes/autogen_api_infos_hashtable.en.adoc b/doc/en/includes/autogen_api_infos_hashtable.en.adoc
index 2ec1d2232..9d4b98a2b 100644
--- a/doc/en/includes/autogen_api_infos_hashtable.en.adoc
+++ b/doc/en/includes/autogen_api_infos_hashtable.en.adoc
@@ -12,5 +12,7 @@
| irc | irc_message_split | split an IRC message (to fit in 512 bytes by default) | "message": IRC message, "server": server name (optional) | "msg1" ... "msgN": messages to send (without final "\r\n"), "args1" ... "argsN": arguments of messages, "count": number of messages
+| weechat | focus_info | get focus info | "x": x coordinate (string with integer >= 0), "y": y coordinate (string with integer >= 0) | see function "hook_focus" in Plugin API reference
+
|===
// end::infos_hashtable[]
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[]
diff --git a/doc/it/includes/autogen_api_infos_hashtable.it.adoc b/doc/it/includes/autogen_api_infos_hashtable.it.adoc
index f371798f9..4589dc694 100644
--- a/doc/it/includes/autogen_api_infos_hashtable.it.adoc
+++ b/doc/it/includes/autogen_api_infos_hashtable.it.adoc
@@ -12,5 +12,7 @@
| irc | irc_message_split | split an IRC message (to fit in 512 bytes by default) | "message": messaggio IRC, "server": nome server (opzionale) | "msg1" ... "msgN": messaggio da inviare (senza "\r\n" finale), "args1" ... "argsN": argomenti dei messaggi, "count": numero di messaggi
+| weechat | focus_info | get focus info | "x": x coordinate (string with integer >= 0), "y": y coordinate (string with integer >= 0) | see function "hook_focus" in Plugin API reference
+
|===
// end::infos_hashtable[]
diff --git a/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc b/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc
index 25198bd79..b45e2b37a 100644
--- a/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc
+++ b/doc/ja/includes/autogen_api_infos_hashtable.ja.adoc
@@ -12,5 +12,7 @@
| irc | irc_message_split | IRC メッセージを分割 (デフォルトでは 512 バイト内に収まるように分割します) | "message": IRC メッセージ、"server": サーバ名 (任意) | "msg1" ... "msgN": 送信メッセージ (最後の "\r\n" は無し), "args1" ... "argsN": メッセージの引数、"count": メッセージの数
+| weechat | focus_info | get focus info | "x": x coordinate (string with integer >= 0), "y": y coordinate (string with integer >= 0) | see function "hook_focus" in Plugin API reference
+
|===
// end::infos_hashtable[]
diff --git a/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc b/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc
index 8ebf6c2f5..681823975 100644
--- a/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc
+++ b/doc/pl/includes/autogen_api_infos_hashtable.pl.adoc
@@ -12,5 +12,7 @@
| irc | irc_message_split | dziel wiadomość IRC (aby zmieściła się domyślnie w 512 bajtach) | "message": wiadomość IRC, "server": nazwa serwera (opcjonalne) | "msg1" ... "msgN": wiadomości do wysłania (bez kończącego "\r\n"), "args1" ... "argsN": argumenty wiadomości, "count": ilość wiadomości
+| weechat | focus_info | get focus info | "x": x coordinate (string with integer >= 0), "y": y coordinate (string with integer >= 0) | see function "hook_focus" in Plugin API reference
+
|===
// end::infos_hashtable[]