summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/floater_preview_texture.xml
blob: c56b1c298742216354e05a7798220fc1c4b962c2 (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
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview_texture">
	<floater.string name="Title">
		材質:[NAME]
	</floater.string>
	<floater.string name="Copy">
		覆製到收納區
	</floater.string>
	<text name="desc txt">
		描述:
	</text>
	<text name="dimensions">
		[WIDTH] 像素 X [HEIGHT] 像素
	</text>
	<text name="aspect_ratio">
		預覽長寬比
	</text>
	<combo_box name="combo_aspect_ratio" tool_tip="以固定長寬比預覽">
		<combo_item name="Unconstrained">
			不受限
		</combo_item>
		<combo_item name="1:1" tool_tip="群組徽章或現實世界小檔案">
			1:1
		</combo_item>
		<combo_item name="4:3" tool_tip="[SECOND_LIFE] 檔案">
			4:3
		</combo_item>
		<combo_item name="10:7" tool_tip="個人廣告和搜索刊登廣告、地標">
			10:7
		</combo_item>
		<combo_item name="3:2" tool_tip="土地資料">
			3:2
		</combo_item>
		<combo_item name="16:10">
			16:10
		</combo_item>
		<combo_item name="16:9" tool_tip="個人檔案精選">
			16:9
		</combo_item>
		<combo_item name="2:1">
			2:1
		</combo_item>
	</combo_box>
	<button label="確定" name="Keep"/>
	<button label="丟棄" name="Discard"/>
	<button label="另存為" name="save_tex_btn"/>
</floater>