From 1b9cfb5cc337b602832955c3de26d787578ed550 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 21 May 2013 22:39:18 +0200 Subject: core: update translations and auto-generated files with hdata/infolists --- doc/it/autogen/plugin_api/hdata.txt | 35 +++++++++++++++++++++++++++++++++ doc/it/autogen/plugin_api/infolists.txt | 2 ++ 2 files changed, 37 insertions(+) (limited to 'doc/it/autogen') diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index ab1c212f4..ab59729cf 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -619,6 +619,41 @@ 'last_gui_key_mouse' + 'last_gui_key_search' +| weechat | layout | layout | + 'name' (string) + + 'layout_buffers' (pointer, hdata: "layout_buffer") + + 'last_layout_buffer' (pointer, hdata: "layout_buffer") + + 'layout_windows' (pointer, hdata: "layout_window") + + 'internal_id' (integer) + + 'internal_id_current_window' (integer) + + 'prev_layout' (pointer, hdata: "layout") + + 'next_layout' (pointer, hdata: "layout") | + | + 'gui_layout_current' + + 'gui_layouts' + + 'last_gui_layout' + +| weechat | layout_buffer | buffer layout | + 'plugin_name' (string) + + 'buffer_name' (string) + + 'number' (integer) + + 'prev_layout' (pointer, hdata: "layout_buffer") + + 'next_layout' (pointer, hdata: "layout_buffer") | + | + - + +| weechat | layout_window | window layout | + 'internal_id' (integer) + + 'parent_node' (pointer, hdata: "layout_window") + + 'split_pct' (integer) + + 'split_horiz' (integer) + + 'child1' (pointer, hdata: "layout_window") + + 'child2' (pointer, hdata: "layout_window") + + 'plugin_name' (string) + + 'buffer_name' (string) | + | + - + | weechat | line | struttura con una sola riga | 'data' (pointer, hdata: "line_data") + 'prev_line' (pointer, hdata: "line") + diff --git a/doc/it/autogen/plugin_api/infolists.txt b/doc/it/autogen/plugin_api/infolists.txt index 6c8b9d29b..c0016d5e9 100644 --- a/doc/it/autogen/plugin_api/infolists.txt +++ b/doc/it/autogen/plugin_api/infolists.txt @@ -54,6 +54,8 @@ | weechat | key | elenco di tasti associati | - | contesto ("default", "search", "cursor" o "mouse") (opzionale) +| weechat | layout | list of layouts | - | - + | weechat | nicklist | nick nella lista nick per un buffer | puntatore al buffer | nick_xxx o group_xxx per ottenere solo xxx di nick/group (opzionale) | weechat | option | elenco delle opzioni | - | nome opzione (può iniziare o terminare con "*" come carattere jolly) (opzionale) -- cgit v1.2.3