summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/menu_login.xml
blob: 27a0baf56052a6184f9479b93ecf42d7152cebba (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<menu_bar name="Login Menu">
	<menu label="自己" name="File">
		<menu_item_call label="偏好設定" name="Preferences..."/>
		<menu_item_call label="結束退出 [APP_NAME]" name="Quit"/>
	</menu>
	<menu label="幫助" name="Help">
		<menu_item_call label="[SECOND_LIFE] 幫助" name="Second Life Help"/>
		<menu_item_call label="關於 [APP_NAME]" name="About Second Life"/>
	</menu>
	<menu_item_check label="顯示除錯選單" name="Show Debug Menu"/>
	<menu label="除錯" name="Debug">
		<menu_item_call label="顯示除錯設定" name="Debug Settings"/>
		<menu_item_call label="UI/Color Settings" name="UI/Color Settings"/>
		<menu_item_call label="XUI Preview Tool" name="UI Preview Tool"/>
		<menu label="UI 測試" name="UI Tests"/>
		<menu_item_call label="設定視窗尺寸大小..." name="Set Window Size..."/>
		<menu_item_call label="顯示 TOS" name="TOS"/>
		<menu_item_call label="Show Critical Message" name="Critical"/>
		<menu_item_call label="Media Browser Test" name="Web Browser Test"/>
		<menu_item_call label="Web Content Floater Test" name="Web Content Floater Test"/>
		<menu_item_check label="Show Grid Picker" name="Show Grid Picker"/>
		<menu_item_call label="Show Notifications Console" name="Show Notifications Console"/>
	</menu>
</menu_bar>