blob: 350b3247882463c5e9042b60805289aa54736403 (
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
48
49
50
51
|
<?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">
조각 프림
</combo_item>
</combo_box>
<text name="bad_image_text">
이미지 파일을 읽을 수 없습니다.
이미지를 24비트 Targa(.tga)로 저장하십시오.
</text>
<button label="취소" name="cancel_btn" />
<button label="업로드(L$[AMOUNT])" name="ok_btn" />
</floater>
|