diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 08:42:16 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 08:42:16 +0200 |
commit | 22b20d62060cb1d576f3761aa0867b20ac6ce698 (patch) | |
tree | 5b0543b263ea53a87e0df713058d3867430dbf96 /doc/ja/autogen/user/weechat_options.txt | |
parent | 5a4f96b6795fbcaccbf42f1940af1e2cffb20629 (diff) | |
download | weechat-22b20d62060cb1d576f3761aa0867b20ac6ce698.zip |
core: add options weechat.look.hotlist_prefix and weechat.look.hotlist_suffix (task #12730) (patch from Nils Görs)
Diffstat (limited to 'doc/ja/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/ja/autogen/user/weechat_options.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt index 864ac288f..0fccf9009 100644 --- a/doc/ja/autogen/user/weechat_options.txt +++ b/doc/ja/autogen/user/weechat_options.txt @@ -533,6 +533,11 @@ ** タイプ: ブール ** 値: on, off (デフォルト値: `off`) +* [[option_weechat.look.hotlist_prefix]] *weechat.look.hotlist_prefix* +** 説明: `text displayed at the beginning of the hotlist` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `"H: "`) + * [[option_weechat.look.hotlist_short_names]] *weechat.look.hotlist_short_names* ** 説明: `セットされた場合、ホットリストではバッファ名に短い名前を使う (名前に含まれる最初の '.' 以降)` ** タイプ: ブール @@ -543,6 +548,11 @@ ** タイプ: 整数 ** 値: group_time_asc, group_time_desc, group_number_asc, group_number_desc, number_asc, number_desc (デフォルト値: `group_time_asc`) +* [[option_weechat.look.hotlist_suffix]] *weechat.look.hotlist_suffix* +** 説明: `text displayed at the end of the hotlist` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `""`) + * [[option_weechat.look.hotlist_unique_numbers]] *weechat.look.hotlist_unique_numbers* ** 説明: `ホットリストには一意の番号だけを保持 (これは番号の後ろに名前が表示されていないホットリストアイテムだけに適用されます)` ** タイプ: ブール |