summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/de/weechat_scripting.de.txt5
-rw-r--r--doc/en/weechat_scripting.en.txt5
-rw-r--r--doc/fr/weechat_scripting.fr.txt5
-rw-r--r--doc/it/weechat_scripting.it.txt5
-rw-r--r--doc/ja/weechat_scripting.ja.txt5
-rw-r--r--doc/pl/weechat_scripting.pl.txt5
6 files changed, 18 insertions, 12 deletions
diff --git a/doc/de/weechat_scripting.de.txt b/doc/de/weechat_scripting.de.txt
index 59a1699cd..a3d03518b 100644
--- a/doc/de/weechat_scripting.de.txt
+++ b/doc/de/weechat_scripting.de.txt
@@ -365,7 +365,7 @@ Liste der Skript API Funktionen:
plugin_get_name
| Strings |
charset_set, iconv_to_internal, iconv_from_internal, gettext, ngettext, +
- string_match, string_has_highlight, string_has_highlight_regex,
+ strlen_screen, string_match, string_has_highlight, string_has_highlight_regex,
string_mask_to_regex, string_remove_color, string_is_command_char,
string_input_for_buffer, string_eval_expression
| Verzeichnisse |
@@ -398,7 +398,8 @@ Liste der Skript API Funktionen:
hook_process_hashtable, hook_connect, hook_print, hook_signal,
hook_signal_send, hook_hsignal, hook_hsignal_send, hook_config,
hook_completion, hook_completion_list_add, hook_modifier, hook_modifier_exec,
- hook_info, hook_info_hashtable, hook_infolist, hook_focus, unhook, unhook_all
+ hook_info, hook_info_hashtable, hook_infolist, hook_focus, hook_set, unhook,
+ unhook_all
| Buffer |
buffer_new, current_buffer, buffer_search, buffer_search_main, buffer_clear,
buffer_close, buffer_merge, buffer_unmerge, buffer_get_integer,
diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt
index df58bc1cd..f56c7793f 100644
--- a/doc/en/weechat_scripting.en.txt
+++ b/doc/en/weechat_scripting.en.txt
@@ -358,7 +358,7 @@ List of functions in script API:
plugin_get_name
| strings |
charset_set, iconv_to_internal, iconv_from_internal, gettext, ngettext, +
- string_match, string_has_highlight, string_has_highlight_regex,
+ strlen_screen, string_match, string_has_highlight, string_has_highlight_regex,
string_mask_to_regex, string_remove_color, string_is_command_char,
string_input_for_buffer, string_eval_expression
| directories |
@@ -391,7 +391,8 @@ List of functions in script API:
hook_process_hashtable, hook_connect, hook_print, hook_signal,
hook_signal_send, hook_hsignal, hook_hsignal_send, hook_config,
hook_completion, hook_completion_list_add, hook_modifier, hook_modifier_exec,
- hook_info, hook_info_hashtable, hook_infolist, hook_focus, unhook, unhook_all
+ hook_info, hook_info_hashtable, hook_infolist, hook_focus, hook_set, unhook,
+ unhook_all
| buffers |
buffer_new, current_buffer, buffer_search, buffer_search_main, buffer_clear,
buffer_close, buffer_merge, buffer_unmerge, buffer_get_integer,
diff --git a/doc/fr/weechat_scripting.fr.txt b/doc/fr/weechat_scripting.fr.txt
index d33e7130a..8657c170a 100644
--- a/doc/fr/weechat_scripting.fr.txt
+++ b/doc/fr/weechat_scripting.fr.txt
@@ -368,7 +368,7 @@ Liste des fonctions de l'API script :
plugin_get_name
| chaînes |
charset_set, iconv_to_internal, iconv_from_internal, gettext, ngettext, +
- string_match, string_has_highlight, string_has_highlight_regex,
+ strlen_screen, string_match, string_has_highlight, string_has_highlight_regex,
string_mask_to_regex, string_remove_color, string_is_command_char,
string_input_for_buffer, string_eval_expression
| répertoires |
@@ -401,7 +401,8 @@ Liste des fonctions de l'API script :
hook_process_hashtable, hook_connect, hook_print, hook_signal,
hook_signal_send, hook_hsignal, hook_hsignal_send, hook_config,
hook_completion, hook_completion_list_add, hook_modifier, hook_modifier_exec,
- hook_info, hook_info_hashtable, hook_infolist, hook_focus, unhook, unhook_all
+ hook_info, hook_info_hashtable, hook_infolist, hook_focus, hook_set, unhook,
+ unhook_all
| tampons |
buffer_new, current_buffer, buffer_search, buffer_search_main, buffer_clear,
buffer_close, buffer_merge, buffer_unmerge, buffer_get_integer,
diff --git a/doc/it/weechat_scripting.it.txt b/doc/it/weechat_scripting.it.txt
index 603e55aa7..1481c4ff1 100644
--- a/doc/it/weechat_scripting.it.txt
+++ b/doc/it/weechat_scripting.it.txt
@@ -366,7 +366,7 @@ Elenco di funzioni nelle API per gli script:
plugin_get_name
| stringhe |
charset_set, iconv_to_internal, iconv_from_internal, gettext, ngettext, +
- string_match, string_has_highlight, string_has_highlight_regex,
+ strlen_screen, string_match, string_has_highlight, string_has_highlight_regex,
string_mask_to_regex, string_remove_color, string_is_command_char,
string_input_for_buffer, string_eval_expression
| directory |
@@ -399,7 +399,8 @@ Elenco di funzioni nelle API per gli script:
hook_process_hashtable, hook_connect, hook_print, hook_signal,
hook_signal_send, hook_hsignal, hook_hsignal_send, hook_config,
hook_completion, hook_completion_list_add, hook_modifier, hook_modifier_exec,
- hook_info, hook_info_hashtable, hook_infolist, hook_focus, unhook, unhook_all
+ hook_info, hook_info_hashtable, hook_infolist, hook_focus, hook_set, unhook,
+ unhook_all
| buffer |
buffer_new, current_buffer, buffer_search, buffer_search_main, buffer_clear,
buffer_close, buffer_merge, buffer_unmerge, buffer_get_integer,
diff --git a/doc/ja/weechat_scripting.ja.txt b/doc/ja/weechat_scripting.ja.txt
index f02e0d7ee..568dbb4ab 100644
--- a/doc/ja/weechat_scripting.ja.txt
+++ b/doc/ja/weechat_scripting.ja.txt
@@ -361,7 +361,7 @@ API に含まれる関数の詳しい情報は
plugin_get_name
| 設定 |
charset_set, iconv_to_internal, iconv_from_internal, gettext, ngettext, +
- string_match, string_has_highlight, string_has_highlight_regex,
+ strlen_screen, string_match, string_has_highlight, string_has_highlight_regex,
string_mask_to_regex, string_remove_color, string_is_command_char,
string_input_for_buffer, string_eval_expression
| ディレクトリ操作 |
@@ -394,7 +394,8 @@ API に含まれる関数の詳しい情報は
hook_process_hashtable, hook_connect, hook_print, hook_signal,
hook_signal_send, hook_hsignal, hook_hsignal_send, hook_config,
hook_completion, hook_completion_list_add, hook_modifier, hook_modifier_exec,
- hook_info, hook_info_hashtable, hook_infolist, hook_focus, unhook, unhook_all
+ hook_info, hook_info_hashtable, hook_infolist, hook_focus, hook_set, unhook,
+ unhook_all
| バッファ |
buffer_new, current_buffer, buffer_search, buffer_search_main, buffer_clear,
buffer_close, buffer_merge, buffer_unmerge, buffer_get_integer,
diff --git a/doc/pl/weechat_scripting.pl.txt b/doc/pl/weechat_scripting.pl.txt
index a5272ad94..791d714c4 100644
--- a/doc/pl/weechat_scripting.pl.txt
+++ b/doc/pl/weechat_scripting.pl.txt
@@ -356,7 +356,7 @@ Lista funkcji w API skryptów:
plugin_get_name
| ciągi |
charset_set, iconv_to_internal, iconv_from_internal, gettext, ngettext, +
- string_match, string_has_highlight, string_has_highlight_regex,
+ strlen_screen, string_match, string_has_highlight, string_has_highlight_regex,
string_mask_to_regex, string_remove_color, string_is_command_char,
string_input_for_buffer, string_eval_expression
| katalogi |
@@ -389,7 +389,8 @@ Lista funkcji w API skryptów:
hook_process_hashtable, hook_connect, hook_print, hook_signal,
hook_signal_send, hook_hsignal, hook_hsignal_send, hook_config,
hook_completion, hook_completion_list_add, hook_modifier, hook_modifier_exec,
- hook_info, hook_info_hashtable, hook_infolist, hook_focus, unhook, unhook_all
+ hook_info, hook_info_hashtable, hook_infolist, hook_focus, hook_set, unhook,
+ unhook_all
| bufory |
buffer_new, current_buffer, buffer_search, buffer_search_main, buffer_clear,
buffer_close, buffer_merge, buffer_unmerge, buffer_get_integer,