summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_snapshot_inventory.xml
blob: e496e6602b1d2cf2a02e4e19f383c34caab8d9d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_snapshot_inventory">
	<text name="title">
		インベントリに保存
	</text>
	<text name="hint_lbl">
		画像をインベントリに保存するには L$[UPLOAD_COST] の費用がかかります。画像をテクスチャとして保存するには平方形式の 1 つを選択してください。
	</text>
	<combo_box label="解像度" name="texture_size_combo">
		<combo_box.item label="現在のウィンドウ" name="CurrentWindow"/>
		<combo_box.item label="小(128x128)" name="Small(128x128)"/>
		<combo_box.item label="中(256x256)" name="Medium(256x256)"/>
		<combo_box.item label="大(512x512)" name="Large(512x512)"/>
		<combo_box.item label="カスタム" name="Custom"/>
	</combo_box>
	<spinner label="幅" name="inventory_snapshot_width"/>
	<spinner label="高さ" name="inventory_snapshot_height"/>
	<check_box label="縦横比の固定" name="inventory_keep_aspect_check"/>
	<button label="取り消し" name="cancel_btn"/>
	<button label="保存" name="save_btn"/>
</panel>