summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/panel_preferences_move.xml
blob: 3a274778854c48c04ddef8127e7b8579aa6cc7d8 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="移動" name="move_panel">
	<slider label="視角" name="camera_fov"/>
	<slider label="距離" name="camera_offset_scale"/>
	<text name="heading2">
		自動位移:
	</text>
	<check_box label="建造 / 編輯" name="edit_camera_movement" tool_tip="使用進入或離開編輯模式時自動調整攝影機位置功能"/>
	<check_box label="編輯外觀" name="appearance_camera_movement" tool_tip="使用編輯模式時自動調整攝影機位置功能"/>
	<text name="keyboard_lbl">
		鍵盤:
	</text>
	<check_box label="總是使用方向鍵移動" name="arrow_keys_move_avatar_check"/>
	<check_box label="連點按住後跑步" name="tap_tap_hold_to_run"/>
	<text name="mouse_lbl">
		滑鼠:
	</text>
	<check_box label="將我顯示於第一人稱視角中" name="first_person_avatar_visible"/>
	<text name=" Mouse Sensitivity">
		第一人稱視角滑鼠敏感度:
	</text>
	<check_box label="反轉" name="invert_mouse"/>
	<text name="single_click_action_lbl">
		在土地上點按一下:
	</text>
	<combo_box name="single_click_action_combo">
		<combo_box.item label="無動作" name="0"/>
		<combo_box.item label="移動至點按的地點" name="1"/>
	</combo_box>
	<text name="double_click_action_lbl">
		在土地上點按兩下:
	</text>
	<combo_box name="double_click_action_combo">
		<combo_box.item label="無動作" name="0"/>
		<combo_box.item label="移動至點按的地點" name="1"/>
		<combo_box.item label="瞬間傳送至點按的地點" name="2"/>
	</combo_box>
	<button label="其他設備" name="joystick_setup_button"/>
</panel>