summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/floater_model_preview.xml
blob: 4285462bc898c8b9459e66698a326785c87ba0d7 (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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Model Preview" title="MODELL HOCHLADEN">
	<string name="status_idle"/>
	<string name="status_parse_error">
		Fehler: Fehler beim DAE-Parsen – Details siehe Protokoll.
	</string>
	<string name="status_material_mismatch">
		Fehler: Das Material des Modells ist keine Teilmenge des Referenzmodells.
	</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="bad_element">
		Fehler: ungültiges Element.
	</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="mesh_status_invalid_material_list">
		Detailstufenmaterial ist keine Teilmenge des Referenzmodells.
	</string>
	<string name="layer_all">
		Alle
	</string>
	<string name="decomposing">
		Analyse läuft...
	</string>
	<string name="simplifying">
		Vereinfachung läuft...
	</string>
	<string name="tbd">
		noch nicht festgelegt
	</string>
	<panel name="left_panel">
		<panel name="model_name_representation_panel">
			<text name="name_label">
				Modellname:
			</text>
			<text name="model_category_label">
				Dieses Modell repräsentiert...
			</text>
			<combo_box name="model_category_combo">
				<combo_item label="Eine auswählen..." name="Choose one"/>
				<combo_item label="Avatarform" name="Avatar shape"/>
				<combo_item label="Avatar-Anhang" name="Avatar attachment"/>
				<combo_item label="Mobile Objekte (Fahrzeug, Tier)" name="Moving object (vehicle, animal)"/>
				<combo_item label="Baukomponenten" name="Building Component"/>
				<combo_item label="Groß, unbeweglich usw." name="Large, non moving etc"/>
				<combo_item label="Kleiner, unbeweglich usw." name="Smaller, non-moving etc"/>
				<combo_item label="Keine der oben genannten" name="Not really any of these"/>
			</combo_box>
		</panel>
		<tab_container name="import_tab">
			<panel label="Detailstufe" name="lod_panel" title="Detailstufe">
				<text initial_value="Quelle" name="source" value="Quelle"/>
				<text initial_value="Dreiecke" name="triangles" value="Dreiecke"/>
				<text initial_value="Scheitelpunkte" name="vertices" value="Scheitelpunkte"/>
				<text initial_value="Hoch" name="high_label" value="Hoch"/>
				<combo_box name="lod_source_high">
					<item name="Load from file" value="Aus Datei laden"/>
					<item name="Generate" value="Generieren"/>
				</combo_box>
				<button label="Durchsuchen..." name="lod_browse_high"/>
				<combo_box name="lod_mode_high">
					<item name="Triangle Limit" value="Dreiecklimit"/>
					<item name="Error Threshold" value="Fehlerschwelle"/>
				</combo_box>
				<text initial_value="0" name="high_triangles" value="0"/>
				<text initial_value="0" name="high_vertices" value="0"/>
				<text initial_value="Mittel" name="medium_label" value="Mittel"/>
				<combo_box name="lod_source_medium">
					<item name="Load from file" value="Aus Datei laden"/>
					<item name="Generate" value="Generieren"/>
					<item name="Use LoD above" value="Detailstufe oben verwenden"/>
				</combo_box>
				<button label="Durchsuchen..." name="lod_browse_medium"/>
				<combo_box name="lod_mode_medium">
					<item name="Triangle Limit" value="Dreiecklimit"/>
					<item name="Error Threshold" value="Fehlerschwelle"/>
				</combo_box>
				<text initial_value="0" name="medium_triangles" value="0"/>
				<text initial_value="0" name="medium_vertices" value="0"/>
				<text initial_value="Niedrig" name="low_label" value="Niedrig"/>
				<combo_box name="lod_source_low">
					<item name="Load from file" value="Aus Datei laden"/>
					<item name="Generate" value="Generieren"/>
					<item name="Use LoD above" value="Detailstufe oben verwenden"/>
				</combo_box>
				<button label="Durchsuchen..." name="lod_browse_low"/>
				<combo_box name="lod_mode_low">
					<item name="Triangle Limit" value="Dreiecklimit"/>
					<item name="Error Threshold" value="Fehlerschwelle"/>
				</combo_box>
				<text initial_value="0" name="low_triangles" value="0"/>
				<text initial_value="0" name="low_vertices" value="0"/>
				<text initial_value="Niedrigste" name="lowest_label" value="Niedrigste"/>
				<combo_box name="lod_source_lowest">
					<item name="Load from file" value="Aus Datei laden"/>
					<item name="Generate" value="Generieren"/>
					<item name="Use LoD above" value="Detailstufe oben verwenden"/>
				</combo_box>
				<button label="Durchsuchen..." name="lod_browse_lowest"/>
				<combo_box name="lod_mode_lowest">
					<item name="Triangle Limit" value="Dreiecklimit"/>
					<item name="Error Threshold" value="Fehlerschwelle"/>
				</combo_box>
				<text initial_value="0" name="lowest_triangles" value="0"/>
				<text initial_value="0" name="lowest_vertices" value="0"/>
				<check_box label="Normalen generieren" name="gen_normals"/>
				<text initial_value="Knitterwinkel:" name="crease_label" value="Knitterwinkel:"/>
				<spinner name="crease_angle" value="75"/>
			</panel>
			<panel label="Physik" name="physics_panel">
				<panel name="physics geometry">
					<text name="first_step_name">
						Schritt 1: Detailstufe
					</text>
					<combo_box name="physics_lod_combo" tool_tip="Detailstufe für Physikform">
						<combo_item name="choose_one">
							Eine auswählen...
						</combo_item>
						<combo_item name="physics_high">
							Hoch
						</combo_item>
						<combo_item name="physics_medium">
							Mittel
						</combo_item>
						<combo_item name="physics_low">
							Niedrig
						</combo_item>
						<combo_item name="physics_lowest">
							Niedrigste
						</combo_item>
						<combo_item name="load_from_file">
							Aus Datei
						</combo_item>
					</combo_box>
					<button label="Durchsuchen..." name="physics_browse"/>
				</panel>
				<panel name="physics analysis">
					<text name="method_label">
						Schritt 2: Analysieren
					</text>
					<text name="analysis_method_label">
						Methode:
					</text>
					<text name="quality_label">
						Qualität:
					</text>
					<text name="smooth_method_label">
						Glätten:
					</text>
					<check_box label="Löcher schließen" name="Close Holes (Slow)"/>
					<button label="Analysieren" name="Decompose"/>
					<button label="Abbrechen" name="decompose_cancel"/>
				</panel>
				<panel name="physics simplification">
					<text name="second_step_label">
						Schritt 3: Vereinfachen
					</text>
					<text name="simp_method_header">
						Methode:
					</text>
					<text name="pass_method_header">
						Durchläufe:
					</text>
					<text name="Detail Scale label">
						Detailskalierung:
					</text>
					<text name="Retain%_label">
						Beibehalten:
					</text>
					<combo_box name="Combine Quality" value="1"/>
					<button label="Vereinfachen" name="Simplify"/>
					<button label="Abbrechen" name="simplify_cancel"/>
				</panel>
				<panel name="physics info">
					<text name="results_text">
						Ergebnisse:
					</text>
					<text name="physics_triangles">
						Dreiecke: [TRIANGLES],
					</text>
					<text name="physics_points">
						Scheitelpunkte: [POINTS],
					</text>
					<text name="physics_hulls">
						Hüllen: [HULLS]
					</text>
				</panel>
			</panel>
			<panel label="Hochladeoptionen" name="modifiers_panel">
				<text name="scale_label">
					Skalierung (1=keine Skalierung):
				</text>
				<spinner name="import_scale" value="1.0"/>
				<text name="dimensions_label">
					Dimensionen:
				</text>
				<text name="import_dimensions">
					[X] X [Y] X [Z]
				</text>
				<check_box label="Texturen einschließen" name="upload_textures"/>
				<text name="include_label">
					Nur für Avatarmodelle:
				</text>
				<check_box label="Skingewicht einschließen" name="upload_skin"/>
				<check_box label="Gelenkpositionen einschließen" name="upload_joints"/>
				<text name="pelvis_offset_label">
					Z-Offset (Avatar anheben oder senken):
				</text>
				<spinner name="pelvis_offset" value="0.0"/>
			</panel>
		</tab_container>
		<panel name="weights_and_warning_panel">
			<button label="Gewichte und Gebühr berechnen" name="calculate_btn" tool_tip="Gewichte und Gebühr berechnen"/>
			<button label="Abbrechen" name="cancel_btn"/>
			<button label="Hochladen" name="ok_btn" tool_tip="Auf Simulator hochladen"/>
			<button label="Einstellungen löschen und Formular zurücksetzen" name="reset_btn"/>
			<text name="upload_fee">
				Gebühr für Hochladen: [FEE] L$
			</text>
			<text name="prim_weight">
				Auswirkung auf Land: [EQ]
			</text>
			<text name="download_weight">
				Herunterladen: [ST]
			</text>
			<text name="physics_weight">
				Physik: [PH]
			</text>
			<text name="server_weight">
				Server: [SIM]
			</text>
			<text name="warning_title">
				HINWEIS:
			</text>
			<text name="warning_message">
				Sie haben keine Berechtigung zum Hochladen von Netzmodellen. [[VURL] Weitere Infos], wie Sie sich zertifizieren lassen können.
			</text>
			<text name="status">
				[STATUS]
			</text>
		</panel>
	</panel>
	<text name="lod_label">
		Vorschau:
	</text>
	<panel name="right_panel">
		<combo_box name="preview_lod_combo" tool_tip="Detailstufe zur Anzeige in Vorschaudarstellung">
			<combo_item name="high">
				Hoch
			</combo_item>
			<combo_item name="medium">
				Mittel
			</combo_item>
			<combo_item name="low">
				Niedrig
			</combo_item>
			<combo_item name="lowest">
				Niedrigste
			</combo_item>
		</combo_box>
		<text name="label_display">
			Anzeige...
		</text>
		<check_box label="Kanten" name="show_edges"/>
		<check_box label="Physik" name="show_physics"/>
		<check_box label="Texturen" name="show_textures"/>
		<check_box label="Skingewichte" name="show_skin_weight"/>
		<check_box label="Gelenke" name="show_joint_positions"/>
		<text name="physics_explode_label">
			Vorschaudehnung:
		</text>
	</panel>
</floater>