summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_edit_pick.xml
blob: e58fa979d786610c77b498d3ea2d44c95a7cde63 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="ピック編集" name="panel_edit_pick">
	<panel.string name="location_notice">
		(掲載後更新)
	</panel.string>
	<text name="title">
		ピック編集
	</text>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<icon label="" name="edit_icon" tool_tip="クリックして画像を選択"/>
			<text name="Name:">
				タイトル:
			</text>
			<text name="description_label">
				説明:
			</text>
			<text name="location_label">
				場所:
			</text>
			<text name="pick_location">
				ローディング...
			</text>
			<button label="現在地に設定" name="set_to_curr_location_btn"/>
		</panel>
	</scroll_container>
	<panel label="bottom_panel" name="bottom_panel">
		<button label="ピックを保存" name="save_changes_btn"/>
		<button label="キャンセル" name="cancel_btn"/>
	</panel>
</panel>