diff options
-rw-r--r-- | doc/ja/weechat.1.ja.asciidoc | 9 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.asciidoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_faq.ja.asciidoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.asciidoc | 22 | ||||
-rw-r--r-- | doc/ja/weechat_quickstart.ja.asciidoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_relay_protocol.ja.asciidoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_scripting.ja.asciidoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_tester.ja.asciidoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.asciidoc | 3 |
9 files changed, 19 insertions, 33 deletions
diff --git a/doc/ja/weechat.1.ja.asciidoc b/doc/ja/weechat.1.ja.asciidoc index e43e6826c..9f43339cc 100644 --- a/doc/ja/weechat.1.ja.asciidoc +++ b/doc/ja/weechat.1.ja.asciidoc @@ -89,14 +89,11 @@ $HOME/.weechat/weechat.log:: == 著者 -// TRANSLATION MISSING -This manpage was written by Sébastien Helleu <flashcode@flashtux.org>. +この manpage を書いたのは Sébastien Helleu <flashcode@flashtux.org> さんです。 -// TRANSLATION MISSING -Translated by Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>. +翻訳したのは Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp> さんです。 -// TRANSLATION MISSING -== COPYRIGHT +== 著作権 WeeChat は Sébastien Helleu さんと貢献者によって作成されています (完全なリストは AUTHORS.asciidoc ファイルを参照してください)。 diff --git a/doc/ja/weechat_dev.ja.asciidoc b/doc/ja/weechat_dev.ja.asciidoc index ec2b11165..c857a8cf1 100644 --- a/doc/ja/weechat_dev.ja.asciidoc +++ b/doc/ja/weechat_dev.ja.asciidoc @@ -7,8 +7,7 @@ :max-width: 100% -// TRANSLATION MISSING -Translators: +翻訳者: * Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2014 diff --git a/doc/ja/weechat_faq.ja.asciidoc b/doc/ja/weechat_faq.ja.asciidoc index 7bff39efc..861ab6a58 100644 --- a/doc/ja/weechat_faq.ja.asciidoc +++ b/doc/ja/weechat_faq.ja.asciidoc @@ -6,8 +6,7 @@ :toc-placement: manual -// TRANSLATION MISSING -Translators: +翻訳者: * Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2014 diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index 4f88732a9..61e9907c0 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -7,8 +7,7 @@ :max-width: 100% -// TRANSLATION MISSING -Translators: +翻訳者: * Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2014 @@ -62,9 +61,8 @@ WEECHAT_PLUGIN_VERSION("1.0"):: WEECHAT_PLUGIN_LICENSE("GPL3"):: プラグインのライセンス -// TRANSLATION MISSING WEECHAT_PLUGIN_PRIORITY(1000):: - the plugin priority (optional, see below) + プラグインの優先度 (任意、下記参照) [[main_functions]] === 重要な関数 @@ -97,19 +95,17 @@ int weechat_plugin_init (struct t_weechat_plugin *plugin, * 'WEECHAT_RC_OK' 成功した場合 (プラグインを読み込みます) * 'WEECHAT_RC_ERROR' エラーが起きた場合 (プラグインを読み込みません) -// TRANSLATION MISSING [[plugin_priority]] -===== Plugin priority +===== プラグインの優先度 -// TRANSLATION MISSING -When plugins are auto-loaded (for example on startup), WeeChat first loads all -plugins, and then calls the 'init' functions, using the priority defined in -each plugin. A high priority means that the 'init' function is called first. +複数のプラグインが自動ロードされた場合 (たとえば起動時)、WeeChat +はまず全てのプラグインをロードし、各プラグインで定義された優先度に従って 'init' +関数を呼び出します。優先度を大きな値にすれば 'init' 関数を呼び出す順番が早くなります -Default priority is 1000 (with such priority, the plugin is loaded after all -default plugins). +デフォルトの優先度は 1000 です +(この値を設定した場合、全てのデフォルトプラグインの後にプラグインをロードします)。 -The default WeeChat plugins are initialized in this order: +WeeChat のデフォルトプラグインは以下の順番で初期化されます: include::autogen/plugin_api/plugins_priority.asciidoc[] diff --git a/doc/ja/weechat_quickstart.ja.asciidoc b/doc/ja/weechat_quickstart.ja.asciidoc index 5605361c4..bbeac99cd 100644 --- a/doc/ja/weechat_quickstart.ja.asciidoc +++ b/doc/ja/weechat_quickstart.ja.asciidoc @@ -6,8 +6,7 @@ :max-width: 100% -// TRANSLATION MISSING -Translators: +翻訳者: * Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2009-2014 diff --git a/doc/ja/weechat_relay_protocol.ja.asciidoc b/doc/ja/weechat_relay_protocol.ja.asciidoc index 325f7006a..1aab23041 100644 --- a/doc/ja/weechat_relay_protocol.ja.asciidoc +++ b/doc/ja/weechat_relay_protocol.ja.asciidoc @@ -7,8 +7,7 @@ :max-width: 100% -// TRANSLATION MISSING -Translators: +翻訳者: * Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2014 diff --git a/doc/ja/weechat_scripting.ja.asciidoc b/doc/ja/weechat_scripting.ja.asciidoc index 0ea5e1e2b..97ef59a81 100644 --- a/doc/ja/weechat_scripting.ja.asciidoc +++ b/doc/ja/weechat_scripting.ja.asciidoc @@ -7,8 +7,7 @@ :max-width: 100% -// TRANSLATION MISSING -Translators: +翻訳者: * Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2014 diff --git a/doc/ja/weechat_tester.ja.asciidoc b/doc/ja/weechat_tester.ja.asciidoc index 4f5953d75..5bbd85922 100644 --- a/doc/ja/weechat_tester.ja.asciidoc +++ b/doc/ja/weechat_tester.ja.asciidoc @@ -6,8 +6,7 @@ :max-width: 100% -// TRANSLATION MISSING -Translators: +翻訳者: * Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2014 diff --git a/doc/ja/weechat_user.ja.asciidoc b/doc/ja/weechat_user.ja.asciidoc index 0a682b258..5506b1800 100644 --- a/doc/ja/weechat_user.ja.asciidoc +++ b/doc/ja/weechat_user.ja.asciidoc @@ -7,8 +7,7 @@ :max-width: 100% -// TRANSLATION MISSING -Translators: +翻訳者: * Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2014 |