From 92221f7cd214ac56d8451541bf900f8d5754ddb2 Mon Sep 17 00:00:00 2001 From: Ryuunosuke Ayanokouzi Date: Mon, 17 Sep 2012 16:33:08 +0200 Subject: doc: add japanese scripting guide, update japanese translations and docs --- doc/ja/weechat_faq.ja.txt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'doc/ja/weechat_faq.ja.txt') diff --git a/doc/ja/weechat_faq.ja.txt b/doc/ja/weechat_faq.ja.txt index 37cbbc2c9..341dbe3a1 100644 --- a/doc/ja/weechat_faq.ja.txt +++ b/doc/ja/weechat_faq.ja.txt @@ -202,22 +202,20 @@ WeeChat をインストールすることをお勧めします。 ---------------------------------------- -// TRANSLATION MISSING [[input_bar_size]] -How to use command line with more than one line? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +=== コマンドラインの行数を増やすにはどうすればいいですか。 === -The option 'size' in input bar can be set to a value higher than 1 (for fixed -size, default size is 1) or 0 for dynamic size, and then option 'size_max' will -set the max size (0 = no limit). +インプットバーの 'size' オプションには 1 (サイズ固定、デフォルト値) +以上の値又は動的なサイズの意味で 0 を設定できます。'size_max' +オプションではサイズの最大値を設定できます (0 = 制限なし)。 -Example with dynamic size: +動的サイズを設定する例: ---------------------------------------- /set weechat.bar.input.size 0 ---------------------------------------- -Max size of 2: +サイズの最大値を 2 に設定: ---------------------------------------- /set weechat.bar.input.size_max 2 -- cgit v1.2.3