/indra/newview/skins/default/xui/zh/floater_preview_texture.xml
XML | 47 lines | 47 code | 0 blank | 0 comment | 0 complexity | 28cbc1336700ab36c5450b7ac8457b56 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes"?> 2<floater name="preview_texture"> 3 <floater.string name="Title"> 4 ???[NAME] 5 </floater.string> 6 <floater.string name="Copy"> 7 ?????? 8 </floater.string> 9 <text name="desc txt"> 10 ??? 11 </text> 12 <text name="dimensions"> 13 [WIDTH]px x [HEIGHT]px 14 </text> 15 <text name="aspect_ratio"> 16 Preview aspect ratio 17 </text> 18 <combo_box name="combo_aspect_ratio" tool_tip="Preview at a fixed aspect ratio"> 19 <combo_item name="Unconstrained"> 20 Unconstrained 21 </combo_item> 22 <combo_item name="1:1" tool_tip="Group insignia or Real World profile"> 23 1:1 24 </combo_item> 25 <combo_item name="4:3" tool_tip="[SECOND_LIFE] ??"> 26 4:3 27 </combo_item> 28 <combo_item name="10:7" tool_tip="Classifieds and search listings, landmarks"> 29 10:7 30 </combo_item> 31 <combo_item name="3:2" tool_tip="????"> 32 3:2 33 </combo_item> 34 <combo_item name="16:10"> 35 16:10 36 </combo_item> 37 <combo_item name="16:9" tool_tip="Profile picks"> 38 16:9 39 </combo_item> 40 <combo_item name="2:1"> 41 2:1 42 </combo_item> 43 </combo_box> 44 <button label="??" name="Keep"/> 45 <button label="Discard" name="Discard"/> 46 <button label="??" name="save_tex_btn"/> 47</floater>