summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.txt4
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt5
-rw-r--r--doc/it/weechat_plugin_api.it.txt5
3 files changed, 11 insertions, 3 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index a6cda8fb1..90e352ada 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -9603,7 +9603,9 @@ Arguments:
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
+** 'short_name': short name of buffer (note: used for display only and can be
+ changed by user, this must not be used to find name of buffer, use instead
+ 'name', 'full_name' or local variable 'channel')
** 'title': title of buffer
** 'input': input text
** 'text_search_input': input saved before text search
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index 1e60bc9e0..3dcb7c96d 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -9764,7 +9764,10 @@ Paramètres :
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
+** 'short_name' : nom court du tampon (note: utilisé pour l'affichage seulement
+ et peut être changé par l'utilisateur, il ne doit pas être utilisé pour
+ trouver le nom du tampon, utlisez à la place 'name', 'full_name' ou bien la
+ variable locale 'channel')
** 'title' : titre du tampon
** 'input' : texte saisi
** 'text_search_input' : texte saisi sauvegardé avant la recherche de texte
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt
index 9fcf8b592..5d8c6259e 100644
--- a/doc/it/weechat_plugin_api.it.txt
+++ b/doc/it/weechat_plugin_api.it.txt
@@ -9669,7 +9669,10 @@ Argomenti:
per il buffer principale di WeeChat)
** 'name': nome del buffer
** 'full_name': nome completo del buffer ("plugin.nome") (_novità nella versione 0.3.7_)
-** 'short_name': nome breve del buffer
+// TRANSLATION MISSING
+** 'short_name': nome breve del buffer (note: used for display only and can be
+ changed by user, this must not be used to find name of buffer, use instead
+ 'name', 'full_name' or local variable 'channel')
** 'title': titolo del buffer
** 'input': testo in ingresso
** 'text_search_input': input salvato prima della ricerca nel testo