diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/de/floater_image_preview.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/de/floater_image_preview.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/de/floater_image_preview.xml b/linden/indra/newview/skins/xui/de/floater_image_preview.xml new file mode 100644 index 0000000..b56d2f5 --- /dev/null +++ b/linden/indra/newview/skins/xui/de/floater_image_preview.xml | |||
@@ -0,0 +1,48 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="Image Preview" title=""> | ||
3 | <text name="name_label"> | ||
4 | Name: | ||
5 | </text> | ||
6 | <text name="description_label"> | ||
7 | Beschreibung: | ||
8 | </text> | ||
9 | <text name="preview_label"> | ||
10 | Bildvorschau als: | ||
11 | </text> | ||
12 | <combo_box label="Kleidungstyp" name="clothing_type_combo"> | ||
13 | <combo_item name="Image"> | ||
14 | Bild | ||
15 | </combo_item> | ||
16 | <combo_item name="Hair"> | ||
17 | Haar | ||
18 | </combo_item> | ||
19 | <combo_item name="FemaleHead"> | ||
20 | Kopf weiblich | ||
21 | </combo_item> | ||
22 | <combo_item name="FemaleUpperBody"> | ||
23 | Oberkörper weiblich | ||
24 | </combo_item> | ||
25 | <combo_item name="FemaleLowerBody"> | ||
26 | Unterkörper weiblich | ||
27 | </combo_item> | ||
28 | <combo_item name="MaleHead"> | ||
29 | Kopf männlich | ||
30 | </combo_item> | ||
31 | <combo_item name="MaleUpperBody"> | ||
32 | Oberkörper männlich | ||
33 | </combo_item> | ||
34 | <combo_item name="MaleLowerBody"> | ||
35 | Unterkörper männlich | ||
36 | </combo_item> | ||
37 | <combo_item name="Skirt"> | ||
38 | Rock | ||
39 | </combo_item> | ||
40 | </combo_box> | ||
41 | <text name="bad_image_text"> | ||
42 | Bild kann nicht gelesen werden. | ||
43 | |||
44 | Versuchen Sie, das Bild als 24-Bit-Targa (.tga) zu speichern. | ||
45 | </text> | ||
46 | <button label="Abbrechen" name="cancel_btn" /> | ||
47 | <button label="(L$[AMOUNT]) hochladen" name="ok_btn" /> | ||
48 | </floater> | ||