summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_preferences_setup.xml
blob: be823938a2496a4afdfe8b7e9d4d8badf6a91591 (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:">
		Web:
	</text>
	<radio_group name="preferred_browser_behavior">
		<radio_item label="すべてのリンクにマイ ブラウザ (Chrome、Firefox、IE) を使用" name="internal" tool_tip="デフォルトのシステム Web ブラウザでヘルプや Web リンク先などを見ます。全画面で起動中にはおすすめしません。" value="0"/>
		<radio_item label="Second Life リンクにのみ内蔵ブラウザを使用" name="external" tool_tip="ヘルプ、Web リンクなどにはデフォルトシステムのブラウザを使用します。 内蔵ブラウザは LindenLab/SecondLife リンクにのみ使用されます。" value="1"/>
		<radio_item label="すべてのリンクに内蔵ブラウザを使用" name="external_all" tool_tip="内蔵ブラウザでヘルプや Web リンクなどを見ます。[APP_NAME] 内に新しいウィンドウでこのブラウザが開きます。" value="2"/>
	</radio_group>
	<check_box initial_value="true" label="プラグインを有効にする" name="browser_plugins_enabled"/>
	<check_box initial_value="true" label="Cookie を受け入れる" name="cookies_enabled"/>
	<check_box initial_value="true" label="Javascript を有効にする" name="browser_javascript_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="release candidate にアップグレードします" name="update_willing_to_test"/>
	<text name="Proxy Settings:">
		プロキシ設定:
	</text>
	<button label="プロキシ設定を調整" label_selected="参照" name="set_proxy"/>
</panel>