summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_preferences_chat.xml
blob: 4082f71a76974cc55d177f351832fe89cc27671e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="チャット" name="chat">
	<text name="font_size">
		文字の大きさ:
	</text>
	<radio_group name="chat_font_size">
		<radio_item label="小" name="radio" value="0"/>
		<radio_item label="中" name="radio2" value="1"/>
		<radio_item label="大" name="radio3" value="2"/>
	</radio_group>
	<text name="font_colors">
		文字の色:
	</text>
	<color_swatch label="自分" name="user"/>
	<text name="text_box1">
		自分
	</text>
	<color_swatch label="その他" name="agent"/>
	<text name="text_box2">
		他人
	</text>
	<color_swatch label="IM" name="im"/>
	<text name="text_box3">
		IM
	</text>
	<color_swatch label="システム" name="system"/>
	<text name="text_box4">
		システム
	</text>
	<color_swatch label="エラー" name="script_error"/>
	<text name="text_box5">
		エラー
	</text>
	<color_swatch label="オブジェクト" name="objects"/>
	<text name="text_box6">
		オブジェクト
	</text>
	<color_swatch label="所有者" name="owner"/>
	<text name="text_box7">
		所有者
	</text>
	<color_swatch label="URL" name="links"/>
	<text name="text_box9">
		URL
	</text>
	<check_box initial_value="true" label="チャット中にタイピング動作のアニメーションを再生" name="play_typing_animation"/>
	<check_box label="オフライン時に受け取った IM をメールで受信" name="send_im_to_email"/>
	<check_box label="IM とチャット履歴に文字だけ表示する" name="plain_text_chat_history"/>
	<text name="show_ims_in_label">
		IM の表示方法:
	</text>
	<text name="requires_restart_label">
		(再起動後に反映)
	</text>
	<radio_group name="chat_window" tool_tip="インスタントメッセージを別フローター、または1つのフローターに複数タブで表示します(要再起動)">
		<radio_item label="別々のウィンドウ" name="radio" value="0"/>
		<radio_item label="タブ" name="radio2" value="1"/>
	</radio_group>
		<check_box label="翻訳チャット" name="translate_chat_checkbox" />
	<text name="translate_language_text">
		チャット言語:
	</text>
	<combo_box name="translate_language_combobox">
		<combo_box.item name="System Default Language" label="システム・デフォルト" />
		<combo_box.item name="English" label="English (英語)" />
		<combo_box.item name="Danish" label="Dansk (デンマーク語)" />
		<combo_box.item name="German" label="Deutsch (ドイツ語)" />
		<combo_box.item name="Spanish" label="Español (スペイン語)" />
		<combo_box.item name="French" label="Français (フランス語)" />
		<combo_box.item name="Italian" label="Italiano (イタリア語)" />
		<combo_box.item name="Hungarian" label="Magyar (ハンガリー語)" />
		<combo_box.item name="Dutch" label="Nederlands (オランダ語)" />
		<combo_box.item name="Polish" label="Polski (ポーランド語)" />
		<combo_box.item name="Portugese" label="Português (ポルトガル語)" />
		<combo_box.item name="Russian" label="Русский (ロシア語)" />
		<combo_box.item name="Turkish" label="Türkçe (トルコ語)" />
		<combo_box.item name="Ukrainian" label="Українська (ウクライナ語)" />
		<combo_box.item name="Chinese" label="中文 (简体) (中国語)" />
		<combo_box.item name="Japanese" label="日本語" />
		<combo_box.item name="Korean" label="한국어 (韓国語)" />
	</combo_box>
</panel>