summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_classified_info.xml
blob: 00208f345d751bf97dab988a644108d2ee6da5c9 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_classified_info">
	<panel.string name="type_mature">
		Mature
	</panel.string>
	<panel.string name="type_pg">
		PG コンテンツ
	</panel.string>
	<text name="title" value="クラシファイド広告情報"/>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<text name="classified_name" value="[name]"/>
			<text name="classified_location" value="[loading...]"/>
			<text name="content_type" value="[content type]"/>
			<text name="category" value="[category]"/>
			<check_box label="毎週自動更新" name="auto_renew"/>
			<text name="price_for_listing" tool_tip="掲載価格">
				L$ [PRICE]
			</text>
			<text name="classified_desc" value="[description]"/>
		</panel>
	</scroll_container>
	<panel name="buttons">
		<button label="テレポート" name="teleport_btn"/>
		<button label="地図" name="show_on_map_btn"/>
		<button label="編集" name="edit_btn"/>
	</panel>
</panel>