diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-21 22:39:18 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-21 22:39:18 +0200 |
commit | 1b9cfb5cc337b602832955c3de26d787578ed550 (patch) | |
tree | 4a9a4ae443f4bde63f712be6d4bfbe69fc61442c /doc/ja/autogen | |
parent | 8771986f3f3f3c3fdf1559f76418aa2539093616 (diff) | |
download | weechat-1b9cfb5cc337b602832955c3de26d787578ed550.zip |
core: update translations and auto-generated files with hdata/infolists
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.txt | 35 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/infolists.txt | 2 |
2 files changed, 37 insertions, 0 deletions
diff --git a/doc/ja/autogen/plugin_api/hdata.txt b/doc/ja/autogen/plugin_api/hdata.txt index d4ddf64aa..7bfa20d27 100644 --- a/doc/ja/autogen/plugin_api/hdata.txt +++ b/doc/ja/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 | 1 行の構造 | 'data' (pointer, hdata: "line_data") + 'prev_line' (pointer, hdata: "line") + diff --git a/doc/ja/autogen/plugin_api/infolists.txt b/doc/ja/autogen/plugin_api/infolists.txt index 2f079f237..06db5d061 100644 --- a/doc/ja/autogen/plugin_api/infolists.txt +++ b/doc/ja/autogen/plugin_api/infolists.txt @@ -54,6 +54,8 @@ | weechat | key | キー割り当てのリスト | - | コンテキスト ("default"、"search"、"cursor"、"mouse") (オプション) +| weechat | layout | list of layouts | - | - + | weechat | nicklist | バッファのニックネームリスト内のニックネーム | バッファポインタ | ニックネーム/グループ xxx のみについて取得するには nick_xxx または group_xxx を使う (オプション) | weechat | option | オプションリスト | - | オプション名 (ワイルドカードとして "*" で始めるか終われる) (オプション) |