summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/panel_preferences_setup.xml
blob: 85f8154b99b51fb0660f660db04b72c57ac5693d (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
<?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="cache_size_label_l">
		快取尺寸
	</text>
	<text name="text_box5">
		MB
	</text>
	<text name="Cache location">
		快取位置:
	</text>
	<button label="瀏覽" label_selected="瀏覽" name="set_cache"/>
	<button label="重設" label_selected="重設" name="reset_cache"/>
	<text name="Web:">
		網頁:
	</text>
	<radio_group name="use_external_browser">
		<radio_item label="使用我的網頁瀏覽器(例如 IE, Firefox, Safari)" name="external" tool_tip="使用系統預設的瀏覽器瀏覽幫助,開啟網頁。全螢幕模式下不建議這麼做。" value="1"/>
		<radio_item label="使用內建網頁瀏覽器" name="internal" tool_tip="使用內建的瀏覽器瀏覽幫助,開啟網頁。該瀏覽器將透過 [APP_NAME] 開啟新視窗。" value=""/>
	</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"/>
	<check_box initial_value="false" label="啟用網頁代理伺服器" name="web_proxy_enabled"/>
	<text name="Proxy location">
		代理伺服器位置:
	</text>
	<line_editor name="web_proxy_editor" tool_tip="你希望使用的代理伺服器的名稱或 IP 位址"/>
	<spinner label="埠號:" name="web_proxy_port"/>
	<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>
</panel>