<?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="Use the default system web browser for help, web links, etc. Not recommended if running full screen." value="1"/> <radio_item label="使用內建網頁瀏覽器" name="internal" tool_tip="Use the built-in web browser for help, web links, etc. This browser opens as a new window inside [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="The name or IP address of the proxy you would like to use"/> <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>