summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/floater_preview_gesture.xml
blob: ad49370423e8e42f77f6805eea0a0396c4d92f9d (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="gesture_preview">
	<floater.string name="step_anim">
		Animation to play:
	</floater.string>
	<floater.string name="step_sound">
		Sound to play:
	</floater.string>
	<floater.string name="step_chat">
		Chat to say:
	</floater.string>
	<floater.string name="step_wait">
		Wait:
	</floater.string>
	<floater.string name="stop_txt">
		停止
	</floater.string>
	<floater.string name="preview_txt">
		預覽
	</floater.string>
	<floater.string name="none_text">
		-- 無 --
	</floater.string>
	<floater.string name="Title">
		Gesture: [NAME]
	</floater.string>
	<text name="desc_label">
		描述:
	</text>
	<text name="trigger_label">
		Trigger:
	</text>
	<text name="replace_text" tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture!">
		Replace with:
	</text>
	<line_editor name="replace_editor" tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture"/>
	<text name="key_label">
		Shortcut Key:
	</text>
	<combo_box label="無" name="modifier_combo"/>
	<combo_box label="無" name="key_combo"/>
	<text name="library_label">
		資源庫:
	</text>
	<scroll_list name="library_list">
		<scroll_list.rows name="action_animation" value="動作"/>
		<scroll_list.rows name="action_sound" value="聲音"/>
		<scroll_list.rows name="action_chat" value="聊天"/>
		<scroll_list.rows name="action_wait" value="等待"/>
	</scroll_list>
	<button label="添加 &gt;&gt;" name="add_btn"/>
	<text name="steps_label">
		Steps:
	</text>
	<button label="Up" name="up_btn"/>
	<button label="Down" name="down_btn"/>
	<button label="移除" name="delete_btn"/>
	<text name="options_text">
		(選項)
	</text>
	<radio_group name="animation_trigger_type">
		<radio_item label="開始" name="start"/>
		<radio_item label="停止" name="stop"/>
	</radio_group>
	<check_box label="直到動作結束。" name="wait_anim_check"/>
	<check_box label="time in seconds:" name="wait_time_check"/>
	<text name="help_label">
		All steps happen simultaneously, unless you add wait steps.
	</text>
	<check_box label="Active" name="active_check" tool_tip="Active gestures can be triggered by chatting their trigger phrases or pressing their hot keys.  Gestures usually become inactive when there is a key binding conflict."/>
	<button label="預覽" name="preview_btn"/>
	<button label="儲存" name="save_btn"/>
</floater>