summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/panel_preferences_chat.xml
blob: cad8d75470b98b8572dd92ff7a7be22cc1e5f56a (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
<?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>
	<check_box initial_value="true" label="聊天時播放打字動作" name="play_typing_animation"/>
	<check_box label="Email me IMs when I&apos;m offline" name="send_im_to_email"/>
	<check_box label="Enable plain text IM and chat history" name="plain_text_chat_history"/>
	<check_box label="聊天泡泡" name="bubble_text_chat"/>
	<text name="show_ims_in_label">
		Show IMs in:
	</text>
	<text name="requires_restart_label">
		(須重新啟動)
	</text>
	<radio_group name="chat_window" tool_tip="Show your Instant Messages in separate floaters, or in one floater with many tabs (Requires restart)">
		<radio_item label="分開視窗" name="radio" value="0"/>
		<radio_item label="頁籤" name="radio2" value="1"/>
	</radio_group>
	<text name="disable_toast_label">
		Enable incoming chat popups:
	</text>
	<check_box label="Group Chats" name="EnableGroupChatPopups" tool_tip="Check to see popups when a Group Chat message arrives"/>
	<check_box label="IM Chats" name="EnableIMChatPopups" tool_tip="Check to see popups when an instant message arrives"/>
	<spinner label="Nearby chat toasts life time:" name="nearby_toasts_lifetime"/>
	<spinner label="Nearby chat toasts fading time:" name="nearby_toasts_fadingtime"/>
	<text name="translate_chb_label">
		Use machine translation while chatting (powered by Google)
	</text>
	<text name="translate_language_text">
		Translate chat into:
	</text>
	<combo_box name="translate_language_combobox">
		<combo_box.item label="系統預設" name="System Default Language"/>
		<combo_box.item label="English" name="English"/>
		<combo_box.item label="Dansk (Danish)" name="Danish"/>
		<combo_box.item label="Deutsch (German)" name="German"/>
		<combo_box.item label="Español (Spanish)" name="Spanish"/>
		<combo_box.item label="Français (French)" name="French"/>
		<combo_box.item label="Italiano (Italian)" name="Italian"/>
		<combo_box.item label="Magyar (Hungarian)" name="Hungarian"/>
		<combo_box.item label="Nederlands (Dutch)" name="Dutch"/>
		<combo_box.item label="Polski (Polish)" name="Polish"/>
		<combo_box.item label="Português (Portuguese)" name="Portugese"/>
		<combo_box.item label="Русский (Russian)" name="Russian"/>
		<combo_box.item label="Türkçe (Turkish)" name="Turkish"/>
		<combo_box.item label="Українська (Ukrainian)" name="Ukrainian"/>
		<combo_box.item label="中文 (简体) (Chinese)" name="Chinese"/>
		<combo_box.item label="日本語 (Japanese)" name="Japanese"/>
		<combo_box.item label="한국어 (Korean)" name="Korean"/>
	</combo_box>
</panel>