/indra/newview/skins/default/xui/ja/floater_preview_texture.xml
XML | 47 lines | 47 code | 0 blank | 0 comment | 0 complexity | fdde2e2ab87953f40875816f314345ec MD5 | raw file
Possible License(s): LGPL-2.1
- <?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]px x [HEIGHT]px
- </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="OK" name="Keep"/>
- <button label="????" name="Discard"/>
- <button label="?????" name="save_tex_btn"/>
- </floater>