summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_user.ja.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-12-05 17:03:22 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-12-05 20:59:19 +0100
commit4c7b898666f2484e738e2632ea09e754261f0fae (patch)
treeba0f7e8076fb1acf59d5f9d7a85749af2a865244 /doc/ja/weechat_user.ja.adoc
parent391d0a18a1db1065bffd18896c4e3b3967908807 (diff)
downloadweechat-4c7b898666f2484e738e2632ea09e754261f0fae.zip
doc: move section "Xfer" at top level after "IRC" (user's guide)
Diffstat (limited to 'doc/ja/weechat_user.ja.adoc')
-rw-r--r--doc/ja/weechat_user.ja.adoc68
1 files changed, 34 insertions, 34 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc
index bb23215c2..d0a1074e6 100644
--- a/doc/ja/weechat_user.ja.adoc
+++ b/doc/ja/weechat_user.ja.adoc
@@ -298,7 +298,7 @@ CMake に対するオプションを指定するには、以下の書式を使
<<typing_notifications,Typing プラグイン>>のコンパイル。
| ENABLE_XFER | `ON`, `OFF` | ON |
- <<xfer_plugin,Xfer プラグイン>>のコンパイル。
+ <<xfer,Xfer プラグイン>>のコンパイル。
| ENABLE_TESTS | `ON`, `OFF` | OFF |
コンパイルテスト。
@@ -3146,7 +3146,7 @@ include::includes/autogen_user_options.ja.adoc[tag=weechat_options]
IRC プラグインは IRC プロトコルに従って他の人と会話を行うために設計されています。
マルチサーバに対応し、DCC チャットとファイル転送 (xfer
-プラグインを使います。<<xfer_plugin,Xfer プラグイン>>を参照) を含む全ての IRC コマンドをサポートしています。
+プラグインを使います。<<xfer,Xfer プラグイン>>を参照) を含む全ての IRC コマンドをサポートしています。
[[irc_command_line_options]]
=== コマンドラインオプション
@@ -3845,6 +3845,38 @@ _irc.conf_ ファイル内のセクション:
include::includes/autogen_user_options.ja.adoc[tag=irc_options]
+[[xfer]]
+== Xfer
+
+Xfer プラグインの機能:
+
+* ダイレクトチャット (サーバ不要の 2 ホスト間直接接続):
+ 例えば IRC プラグイン経由の "DCC チャット"
+* ファイル転送、例えば IRC プラグイン経由の "DCC"
+
+[[xfer_commands]]
+=== コマンド
+
+include::includes/autogen_user_commands.ja.adoc[tag=xfer_commands]
+
+[[xfer_options]]
+=== オプション
+
+_xfer.conf_ ファイル内のセクション:
+
+[width="100%",cols="3m,6m,16",options="header"]
+|===
+| セクション | 操作コマンド | 説明
+| look | /set xfer.look.* | 外観
+| color | /set xfer.color.* | 色
+| network | /set xfer.network.* | ネットワークオプション
+| file | /set xfer.file.* | ファイルの送信/受信に関するオプション
+|===
+
+オプション:
+
+include::includes/autogen_user_options.ja.adoc[tag=xfer_options]
+
// TRANSLATION MISSING
[[typing_notifications]]
== Typing notifications
@@ -5215,38 +5247,6 @@ _trigger.conf_ ファイル内のセクション:
include::includes/autogen_user_options.ja.adoc[tag=trigger_options]
-[[xfer_plugin]]
-=== Xfer
-
-Xfer プラグインの機能:
-
-* ダイレクトチャット (サーバ不要の 2 ホスト間直接接続):
- 例えば IRC プラグイン経由の "DCC チャット"
-* ファイル転送、例えば IRC プラグイン経由の "DCC"
-
-[[xfer_commands]]
-==== コマンド
-
-include::includes/autogen_user_commands.ja.adoc[tag=xfer_commands]
-
-[[xfer_options]]
-==== オプション
-
-_xfer.conf_ ファイル内のセクション:
-
-[width="100%",cols="3m,6m,16",options="header"]
-|===
-| セクション | 操作コマンド | 説明
-| look | /set xfer.look.* | 外観
-| color | /set xfer.color.* | 色
-| network | /set xfer.network.* | ネットワークオプション
-| file | /set xfer.file.* | ファイルの送信/受信に関するオプション
-|===
-
-オプション:
-
-include::includes/autogen_user_options.ja.adoc[tag=xfer_options]
-
[[support]]
== サポート