<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="worldmap" title="世界地図">
	<tab_container name="maptab">
		<panel label="オブジェクト" name="objects_mapview" />
		<panel label="地形" name="terrain_mapview" />
	</tab_container>
	<text name="land_for_sale_label">
		売り出し中の土地
	</text>
	<text name="auction_label">
		オークション
	</text>
	<text name="you_label">
		あなた
	</text>
	<text name="home_label">
		ホーム
	</text>
	<button label="ホームへ" label_selected="ホームへ" name="Go Home"
	     tool_tip="自分のホームにテレポート" />
	<text name="classifieds_label">
		クラシファイド広告
	</text>
	<check_box label=" " name="class_chk" />
	<text name="person_label">
		人
	</text>
	<check_box label=" " name="people_chk" />
	<text name="infohub_label">
		インフォハブ
	</text>
	<check_box label=" " name="infohub_chk" />
	<text name="telehub_label">
		テレハブ
	</text>
	<check_box label=" " name="telehubchk" />
	<text name="popular_label">
		人気
	</text>
	<check_box label=" " name="popular_chk" />
	<text name="land_for_sale_label2">
		売り出し中の土地
	</text>
	<check_box label=" " name="land_for_sale_chk" />
	<text name="events_label">
		イベント
	</text>
	<check_box label=" " name="event_chk" />
	<text name="events_mature_label">
		イベント(M)
	</text>
	<check_box label=" " name="event_mature_chk" />
	<combo_box label="自分のフレンド" name="friend combo"
	     tool_tip="Friend to Show on Map">
		<combo_item name="none_selected">
			自分のフレンド
		</combo_item>
	</combo_box>
	<combo_box label="自分のランドマーク" name="landmark combo"
	     tool_tip="Landmark to Show on Map">
		<combo_item name="none_selected">
			自分のランドマーク
		</combo_item>
	</combo_box>
	<line_editor label="地域名で検索" name="location"
	     tool_tip="地域名を入力してください。" />
	<button label="検索" name="DoSearch" tool_tip="地域検索" />
	<text name="search_label">
		検索結果：
	</text>
	<scroll_list name="search_results">
		<column label="" name="icon" />
		<column label="" name="sim_name" />
	</scroll_list>
	<text name="location_label">
		ロケーション：
	</text>
	<spinner name="spin x" tool_tip="地図上に表示される位置のX座標" />
	<spinner name="spin y" tool_tip="地図上に表示される位置のY座標" />
	<spinner name="spin z" tool_tip="地図上に表示される位置のZ座標" />
	<button label="テレポート" label_selected="テレポート" name="Teleport"
	     tool_tip="選択されたロケーションにテレポート" />
	<button label="目的地を表示" label_selected="目的地を表示"
	     name="Show Destination"
	     tool_tip="選択したロケーションを地図の中心にする" />
	<button label="クリア" label_selected="クリア" name="Clear"
	     tool_tip="トラッキングを停止" />
	<button label="現在地を表示" label_selected="現在地を表示"
	     name="Show My Location"
	     tool_tip="あなたのアバターのロケーションを地図の中心にする" />
	<button label="SLURLをクリップボードにコピー" name="copy_slurl"
	     tool_tip="現在地をSLURLとしてコピーし、ウェブで使用" />
	<slider label="ズーム" name="zoom slider" />
</floater>
