summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/floater_model_preview.xml
blob: 83c51132ee2128b18d318bbe05fc60a136fda9af (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Model Preview" title="Modell hochladen">
	<string name="status_idle">
		Inaktiv
	</string>
	<string name="status_reading_file">
		Laden...
	</string>
	<string name="status_generating_meshes">
		Netze werden generiert...
	</string>
	<string name="status_vertex_number_overflow">
		Fehler: Anzahl von Vertices überschreitet 65534. Operation abgebrochen.
	</string>
	<string name="high">
		Hoch
	</string>
	<string name="medium">
		Mittel
	</string>
	<string name="low">
		Niedrig
	</string>
	<string name="lowest">
		Niedrigste
	</string>
	<string name="mesh_status_good">
		Ausliefern
	</string>
	<string name="mesh_status_na">
		--
	</string>
	<string name="mesh_status_none">
		Keine
	</string>
	<string name="mesh_status_submesh_mismatch">
		Detailstufen haben unterschiedliche Anzahl texturfähiger Flächen.
	</string>
	<string name="mesh_status_mesh_mismatch">
		Detailstufen haben unterschiedliche Anzahl von Netzinstanzen.
	</string>
	<string name="mesh_status_too_many_vertices">
		Detailstufe hat zu viele Vertices.
	</string>
	<string name="mesh_status_missing_lod">
		Erforderliche Detailstufe fehlt.
	</string>
	<string name="layer_all">
		Alle
	</string>
	<string name="decomposing">
		Analyse läuft...
	</string>
	<string name="simplifying">
		Vereinfachung läuft...
	</string>
	<text name="name_label">
		Name:
	</text>
	<text name="lod_label">
		Vorschau:
	</text>
	<combo_box name="preview_lod_combo" tool_tip="Detailstufe zur Anzeige in Vorschaudarstellung">
		<combo_item name="high">
			Detailstufe: Hoch
		</combo_item>
		<combo_item name="medium">
			Detailstufe: Mittel
		</combo_item>
		<combo_item name="low">
			Detailstufe: Niedrig
		</combo_item>
		<combo_item name="lowest">
			Detailstufe: Niedrigste
		</combo_item>
	</combo_box>
	<panel>
		<text name="streaming cost">
			Ressourcenkosten: [COST]
		</text>
		<text name="physics cost">
			Physikkosten: [COST]
		</text>
		<text name="upload fee">
			Gebühr für Hochladen: --
		</text>
	</panel>
	<text name="status">
		[STATUS]
	</text>
	<button label="Standardwerte" name="reset_btn" tool_tip="Standardwerte wiederherstellen"/>
	<button label="Hochladen" name="ok_btn" tool_tip="An Simulator hochladen"/>
	<button label="Abbrechen" name="cancel_btn"/>
	<tab_container name="import_tab">
		<panel label="Detailstufe" name="lod_panel">
			<text name="lod_table_header">
				Detailstufe auswählen
			</text>
			<text name="high_label" value="Hoch"/>
			<text name="high_triangles" value="0"/>
			<text name="high_vertices" value="0"/>
			<text name="medium_label" value="Mittel"/>
			<text name="medium_triangles" value="0"/>
			<text name="medium_vertices" value="0"/>
			<text name="low_label" value="Niedrig"/>
			<text name="low_triangles" value="0"/>
			<text name="low_vertices" value="0"/>
			<text name="lowest_label" value="Niedrigste"/>
			<text name="lowest_triangles" value="0"/>
			<text name="lowest_vertices" value="0"/>
			<text name="lod_table_footer">
				Detailstufe: [DETAIL]
			</text>
			<radio_group name="lod_file_or_limit" value="lod_from_file">
				<radio_item label="Aus Datei laden" name="lod_from_file"/>
				<radio_item label="Automatisch generieren" name="lod_auto_generate"/>
				<radio_item label="Keine" name="lod_none"/>
			</radio_group>
			<button label="Durchsuchen..." name="lod_browse"/>
			<combo_box name="lod_mode">
				<combo_item name="triangle_limit">
					Dreiecklimit
				</combo_item>
				<combo_item name="error_threshold">
					Fehlerschwelle
				</combo_item>
			</combo_box>
			<text name="build_operator_text">
				Konstruktionsoperator:
			</text>
			<text name="queue_mode_text">
				Warteschlangenmodus:
			</text>
			<combo_box name="build_operator">
				<combo_item name="edge_collapse">
					Kantenkollaps
				</combo_item>
				<combo_item name="half_edge_collapse">
					Halbkantenkollaps
				</combo_item>
			</combo_box>
			<combo_box name="queue_mode">
				<combo_item name="greedy">
					Strikt
				</combo_item>
				<combo_item name="lazy">
					Locker
				</combo_item>
				<combo_item name="independent">
					Unabhängig
				</combo_item>
			</combo_box>
			<text name="border_mode_text">
				Grenzenmodus:
			</text>
			<text name="share_tolderance_text">
				Sharetoleranz:
			</text>
			<combo_box name="border_mode">
				<combo_item name="border_unlock">
					Freigeben
				</combo_item>
				<combo_item name="border_lock">
					Sperren
				</combo_item>
			</combo_box>
			<text name="crease_label">
				Knitterwinkel:
			</text>
			<spinner name="crease_angle" value="75"/>
		</panel>
		<panel label="Physik" name="physics_panel">
			<panel name="physics geometry">
				<radio_group name="physics_load_radio" value="physics_load_from_file">
					<radio_item label="Datei:" name="physics_load_from_file"/>
					<radio_item label="Detailstufe verwenden:" name="physics_use_lod"/>
				</radio_group>
				<combo_box name="physics_lod_combo" tool_tip="Detailstufe für physische Form">
					<combo_item name="physics_lowest">
						Niedrigste
					</combo_item>
					<combo_item name="physics_low">
						Niedrig
					</combo_item>
					<combo_item name="physics_medium">
						Mittel
					</combo_item>
					<combo_item name="physics_high">
						Hoch
					</combo_item>
				</combo_box>
				<button label="Durchsuchen..." name="physics_browse"/>
			</panel>
			<panel name="physics analysis">
				<slider label="Glätten:" name="Smooth"/>
				<check_box label="Löcher schließen (langsam)" name="Close Holes (Slow)"/>
				<button label="Analysieren" name="Decompose"/>
				<button label="Abbrechen" name="decompose_cancel"/>
			</panel>
			<panel name="physics simplification">
				<slider label="Durchläufe:" name="Combine Quality"/>
				<slider label="Detailskala:" name="Detail Scale"/>
				<slider label="Beibehalten:" name="Retain%"/>
				<button label="Vereinfachen" name="Simplify"/>
				<button label="Abbrechen" name="simplify_cancel"/>
			</panel>
			<panel name="physics info">
				<slider label="Vorschaudehnung:" name="physics_explode"/>
				<text name="physics_triangles">
					Dreiecke: [TRIANGLES]
				</text>
				<text name="physics_points">
					Vertices: [POINTS]
				</text>
				<text name="physics_hulls">
					Hüllen: [HULLS]
				</text>
			</panel>
		</panel>
		<panel label="Modifizierer" name="modifiers_panel">
			<spinner name="import_scale" value="1,0"/>
			<text name="import_dimensions">
				[X] x [Y] x [Z] m
			</text>
			<check_box label="Texturen" name="upload_textures"/>
			<check_box label="Skingewicht" name="upload_skin"/>
			<check_box label="Gelenkpositionen" name="upload_joints"/>
			<spinner name="pelvis_offset" value="0,0"/>
		</panel>
	</tab_container>
</floater>