diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/zh/panel_settings_web.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/zh/panel_settings_web.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/zh/panel_settings_web.xml b/linden/indra/newview/skins/xui/zh/panel_settings_web.xml new file mode 100644 index 0000000..313b479 --- /dev/null +++ b/linden/indra/newview/skins/xui/zh/panel_settings_web.xml | |||
@@ -0,0 +1,48 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel name="web" title="网络"> | ||
3 | <check_box label="使用外部浏览器(Firefox, Safari, IE)" | ||
4 | name="external_browser_check" | ||
5 | tool_tip="ヘルプ、Webリンクなどのために、外部Webブラウザを使用します。¥nフル画面で実行している場合には推奨できません。" /> | ||
6 | <text> | ||
7 | 浏览器主页: | ||
8 | </text> | ||
9 | <line_editor name="home_page" tool_tip="首次打开第二人生浏览器时的浏览页面" /> | ||
10 | <text> | ||
11 | 代理服务器配置: | ||
12 | </text> | ||
13 | <check_box label="内部浏览器使用代理服务器" name="proxy_enabled" | ||
14 | tool_tip="请为因特网网络浏览器指定代理服务器配置。" /> | ||
15 | <text> | ||
16 | 代理服务器: | ||
17 | </text> | ||
18 | <line_editor name="proxy_address" tool_tip="请输入代理服务器的名称或IP地址" /> | ||
19 | <text> | ||
20 | 端口: | ||
21 | </text> | ||
22 | <line_editor name="proxy_port" tool_tip="The port number of the proxy you would like to use" /> | ||
23 | <text> | ||
24 | 袜子: | ||
25 | </text> | ||
26 | <radio_group name="socks_4_5"> | ||
27 | <radio_item> | ||
28 | Socks v4 | ||
29 | </radio_item> | ||
30 | <radio_item> | ||
31 | Socks v5 | ||
32 | </radio_item> | ||
33 | </radio_group> | ||
34 | <text> | ||
35 | 对以下内容不使用代理: | ||
36 | </text> | ||
37 | <line_editor name="proxy_exclusions" | ||
38 | tool_tip="请输入不想使用代理服务器替换的名称或IP地址" /> | ||
39 | <check_box label="在东东上显示网页 (实验性功能, 需要重启)" | ||
40 | name="web_pages_on_prims_check" /> | ||
41 | <text> | ||
42 | 安全地址: | ||
43 | (登陆察看) | ||
44 | </text> | ||
45 | <button label="添加" name="add_trusted" /> | ||
46 | <line_editor name="trusted_site_entry" tool_tip="添加到安全名单中的网络地址" /> | ||
47 | <button label="移除" name="rem_trusted" /> | ||
48 | </panel> | ||