summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/ruby_commands.txt
diff options
context:
space:
mode:
authorRyuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>2012-09-17 16:33:08 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-09-17 16:33:08 +0200
commit92221f7cd214ac56d8451541bf900f8d5754ddb2 (patch)
treecf6151d4c0127e29261c5be680863baee0e2d090 /doc/ja/autogen/user/ruby_commands.txt
parenta83007d11863fe446a97e98c2afe7f87bf7c7074 (diff)
downloadweechat-92221f7cd214ac56d8451541bf900f8d5754ddb2.zip
doc: add japanese scripting guide, update japanese translations and docs
Diffstat (limited to 'doc/ja/autogen/user/ruby_commands.txt')
-rw-r--r--doc/ja/autogen/user/ruby_commands.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/ja/autogen/user/ruby_commands.txt b/doc/ja/autogen/user/ruby_commands.txt
index d4bf50f81..38cbc5e3a 100644
--- a/doc/ja/autogen/user/ruby_commands.txt
+++ b/doc/ja/autogen/user/ruby_commands.txt
@@ -6,16 +6,16 @@
autoload
reload|unload [-q] [<name>]
- list: list loaded scripts
-listfull: list loaded scripts (verbose)
- load: load a script
-autoload: load all scripts in "autoload" directory
- reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
- unload: unload a script (if no name given, unload all scripts)
-filename: script (file) to load
- name: a script name (name used in call to "register" function)
- -q: quiet mode: do not display messages
+ list: ロード済みスクリプトをリストアップ
+listfull: ロード済みスクリプトをリストアップ (詳細)
+ load: スクリプトをロード
+autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
+ reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
+ unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
+filename: ロードするスクリプト (ファイル)
+ name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
+ -q: 出力抑制モード: メッセージを表示しない
-Without argument, this command lists all loaded scripts.
+引数無しの場合、全てのロード済みスクリプトをリストアップします。
........................................