summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/panel_preferences_setup.xml
blob: fcbed76d493b489176d60017eb9ec4b6c1674a11 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="設定" name="Input panel">
	<text name="Network:">
		網路:
	</text>
	<text name="Maximum bandwidth">
		最大頻寬
	</text>
	<text name="text_box2">
		kbps
	</text>
	<check_box label="自訂埠" name="connection_port_enabled"/>
	<spinner label="埠號:" name="connection_port"/>
	<text name="Web:">
		網頁:
	</text>
	<radio_group name="preferred_browser_behavior">
		<radio_item label="所有連結都用我的網頁瀏覽器(例如 Chrome、Firefox、IE)開啟" name="internal" tool_tip="使用系統預設的瀏覽器瀏覽幫助,開啟網頁。全螢幕模式下不建議這麼做。" value="0"/>
		<radio_item label="僅在開啟第二人生連結時使用內建瀏覽器" name="external" tool_tip="使用系統預設的瀏覽器瀏覽幫助,開啟網頁。僅在開啟 LindenLab/SecondLife 的連結時才會使用內建瀏覽器。" value="1"/>
	</radio_group>
	<check_box initial_value="true" label="啟用外掛" name="browser_plugins_enabled"/>
	<check_box initial_value="true" label="接受 cookies" name="cookies_enabled"/>
	<check_box initial_value="true" label="啟用 Javascript" name="browser_javascript_enabled"/>
	<check_box initial_value="false" label="啟用媒體瀏覽的突顯式視窗" name="media_popup_enabled"/>
	<text name="Software updates:">
		軟體更新:
	</text>
	<combo_box name="updater_service_combobox">
		<combo_box.item label="自動安裝" name="Install_automatically"/>
		<combo_box.item label="手動下載及安裝" name="Install_manual"/>
	</combo_box>
	<check_box label="願意在更新時搶先試用釋出候選版" name="update_willing_to_test"/>
	<text name="Proxy Settings:">
		代理伺服器設定:
	</text>
	<button label="調整代理伺服器設定" label_selected="瀏覽" name="set_proxy"/>
</panel>