diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-12-19 15:00:02 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-12-19 15:00:02 +0100 |
commit | 1526f58d7a9142a96ffbcc133893fbab07fd6007 (patch) | |
tree | b56ec0d518b59db67c380ae983327fc421665a59 /doc/ja | |
parent | 0294b246f6e6697022068265e74c9b66795fae42 (diff) | |
download | weechat-1526f58d7a9142a96ffbcc133893fbab07fd6007.zip |
doc: replace "core" by "weechat" in table with extra info for bar item "buffer_nicklist" (plugin API reference)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 419e86281..ca003a6fc 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -12244,15 +12244,15 @@ info を使う前にエリアが一致していることを確認して下さい バー要素 "buffer_nicklist" の追加情報: -[width="100%",cols="1,1,5",options="header"] +[width="100%",cols="^1,^1,5",options="header"] |=== -| キー | プラグイン ^(1)^ | 説明 -| nick | core | ニックネーム -| prefix | core | ニックネームのプレフィックス -| group | core | グループ名 +| プラグイン ^(1)^ | キー | 説明 +| weechat | nick | ニックネーム +| weechat | prefix | ニックネームのプレフィックス +| weechat | group | グループ名 // TRANSLATION MISSING -| irc_nick | irc | Pointer to IRC nick _(WeeChat ≥ 3.0)_. -| irc_host | irc | ニックネームのホスト名 (判る場合) +| irc | irc_nick | Pointer to IRC nick _(WeeChat ≥ 3.0)_. +| irc | irc_host | ニックネームのホスト名 (判る場合) |=== [NOTE] |