Files
SingularityViewer/indra/newview/skins/default/xui/zh/floater_image_preview.xml
2010-04-02 02:48:44 -03:00

56 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Image Preview" title="">
<text name="name_label">
名字:
</text>
<text name="description_label">
描述:
</text>
<text name="preview_label">
预览图片方式:
</text>
<combo_box label="衣服款式" name="clothing_type_combo">
<combo_item name="Image">
图像
</combo_item>
<combo_item name="Hair">
头发
</combo_item>
<combo_item name="FemaleHead">
女性头部
</combo_item>
<combo_item name="FemaleUpperBody">
女性上半身
</combo_item>
<combo_item name="FemaleLowerBody">
女性下半身
</combo_item>
<combo_item name="MaleHead">
男性头部
</combo_item>
<combo_item name="MaleUpperBody">
男性上半身
</combo_item>
<combo_item name="MaleLowerBody">
男性下半身
</combo_item>
<combo_item name="Skirt">
裙子
</combo_item>
<combo_item
name="SculptedPrim">
Sculpted 元件
</combo_item>
</combo_box>
<text name="bad_image_text">
不能读取图像。
尝试将图像按24 bit Targa方式储存。
</text>
<check_box
label="使用无损压缩"
name="lossless_check" />
<button label="取消" name="cancel_btn" />
<button label="上传(L$[AMOUNT])" name="ok_btn" />
</floater>