diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/de/floater_snapshot.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/de/floater_snapshot.xml | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/de/floater_snapshot.xml b/linden/indra/newview/skins/xui/de/floater_snapshot.xml new file mode 100644 index 0000000..ee1929c --- /dev/null +++ b/linden/indra/newview/skins/xui/de/floater_snapshot.xml | |||
@@ -0,0 +1,111 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="Snapshot" title="Foto-Vorschau"> | ||
3 | <text name="type_label"> | ||
4 | Was möchten Sie machen? | ||
5 | </text> | ||
6 | <radio_group label="Foto typ" name="snapshot_type_radio"> | ||
7 | <radio_item name="postcard"> | ||
8 | Postkarte versenden | ||
9 | </radio_item> | ||
10 | <radio_item name="texture"> | ||
11 | Foto hinaufladen | ||
12 | </radio_item> | ||
13 | <radio_item name="local"> | ||
14 | Foto auf Festplatte speichern | ||
15 | </radio_item> | ||
16 | </radio_group> | ||
17 | <text name="type_label2"> | ||
18 | Welche Bildgröße benötigen Sie? | ||
19 | </text> | ||
20 | <combo_box label="Auflösung" name="postcard_size_combo"> | ||
21 | <combo_item name="640x480"> | ||
22 | 640x480 | ||
23 | </combo_item> | ||
24 | <combo_item name="800x600"> | ||
25 | 800x600 | ||
26 | </combo_item> | ||
27 | <combo_item name="1024x768"> | ||
28 | 1024x768 | ||
29 | </combo_item> | ||
30 | <combo_item name="CurrentWindow"> | ||
31 | Aktuelles Fenster | ||
32 | </combo_item> | ||
33 | <combo_item name="Custom"> | ||
34 | Benutzerdefiniert | ||
35 | </combo_item> | ||
36 | </combo_box> | ||
37 | <combo_box label="Auflösung" name="texture_size_combo"> | ||
38 | <combo_item name="CurrentWindow"> | ||
39 | Aktuelles Fenster | ||
40 | </combo_item> | ||
41 | <combo_item name="Small(128x128)"> | ||
42 | Klein (128x128) | ||
43 | </combo_item> | ||
44 | <combo_item name="Medium(256x256)"> | ||
45 | Mittel (256x256) | ||
46 | </combo_item> | ||
47 | <combo_item name="Large(512x512)"> | ||
48 | Groß (512x512) | ||
49 | </combo_item> | ||
50 | <combo_item name="Custom"> | ||
51 | Benutzerdefiniert | ||
52 | </combo_item> | ||
53 | </combo_box> | ||
54 | <combo_box label="Auflösung" name="local_size_combo"> | ||
55 | <combo_item name="CurrentWindow"> | ||
56 | Aktuelles Fenster | ||
57 | </combo_item> | ||
58 | <combo_item name="320x240"> | ||
59 | 320x240 | ||
60 | </combo_item> | ||
61 | <combo_item name="640x480"> | ||
62 | 640x480 | ||
63 | </combo_item> | ||
64 | <combo_item name="800x600"> | ||
65 | 800x600 | ||
66 | </combo_item> | ||
67 | <combo_item name="1024x768"> | ||
68 | 1024x768 | ||
69 | </combo_item> | ||
70 | <combo_item name="1280x1024"> | ||
71 | 1280x1024 | ||
72 | </combo_item> | ||
73 | <combo_item name="1600x1200"> | ||
74 | 1600x1200 | ||
75 | </combo_item> | ||
76 | <combo_item name="Custom"> | ||
77 | Benutzerdefiniert | ||
78 | </combo_item> | ||
79 | </combo_box> | ||
80 | <spinner label="Breite" name="snapshot_width" /> | ||
81 | <spinner label="Höhe" name="snapshot_height" /> | ||
82 | <slider label="Bildqualität" name="image_quality_slider" /> | ||
83 | <text name="layer_type_label"> | ||
84 | Erfassen: | ||
85 | </text> | ||
86 | <combo_box label="Bild-Layers" name="layer_types"> | ||
87 | <combo_item name="Colors"> | ||
88 | Farben | ||
89 | </combo_item> | ||
90 | <combo_item name="Depth"> | ||
91 | Tiefe | ||
92 | </combo_item> | ||
93 | <combo_item name="ObjectMattes"> | ||
94 | Objekt-Mattes | ||
95 | </combo_item> | ||
96 | </combo_box> | ||
97 | <text name="file_size_label"> | ||
98 | Dateigröße: [SIZE] | ||
99 | </text> | ||
100 | <check_box label="Interface auf Foto zeigen" name="ui_check" /> | ||
101 | <check_box label="HUD-Objekte auf Foto anzeigen" name="hud_check" /> | ||
102 | <check_box label="Nach dem Speichern offen lassen" name="keep_open_check" /> | ||
103 | <check_box label="Angegebenes Aspektverhältnis beibehalten" name="keep_aspect_check" /> | ||
104 | <check_box label="Frame einfrieren (Vollbildvorschau)" name="freeze_frame_check" /> | ||
105 | <button label="Neue Foto" name="new_snapshot_btn" /> | ||
106 | <check_box label="Automatische Foto" name="auto_snapshot_check" /> | ||
107 | <button label="Hochladen (L$10)" name="upload_btn" /> | ||
108 | <button label="Senden" name="send_btn" /> | ||
109 | <button label="Speichern" name="save_btn" /> | ||
110 | <button label="Verwerfen" name="discard_btn" /> | ||
111 | </floater> | ||