aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/de/floater_animation_preview.xml
blob: ad305d3e8d10564c6f1bbfc9a5cb07ea8c9e7bfb (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Animation Preview" title="">
	<text name="name_label">
		Name:
	</text>
	<text name="description_label">
		Beschreibung:
	</text>
	<spinner label="Priorität" name="priority"
	     tool_tip="Steuert, welche anderen Animationen durch diese Animation überschrieben werden können." />
	<text name="preview_label">
		Vorschau während
	</text>
	<combo_box label="" name="preview_base_anim"
	     tool_tip="Use this to test your animation behavior while your avatar performs common actions.">
		<combo_item name="Standing">
			Stehen
		</combo_item>
		<combo_item name="Walking">
			Gehen
		</combo_item>
		<combo_item name="Sitting">
			Sitzen
		</combo_item>
		<combo_item name="Flying">
			Fliegen
		</combo_item>
	</combo_box>
	<check_box label="Schleife" name="loop_check"
	     tool_tip="Bildet aus dieser Animation eine Schleife." />
	<spinner label="In(%)" name="loop_in_point"
	     tool_tip="Punkt in Animation festlegen, zu dem Schleife zurückkehrt." />
	<spinner label="Aus(%)" name="loop_out_point"
	     tool_tip="Punkt in Animation festlegen, der eine Schleife beendet." />
	<text name="hand_label">
		Handpose
	</text>
	<combo_box label="" name="hand_pose_combo"
	     tool_tip="Controls what hands do during animation.">
		<combo_item name="Spread">
			Ausbreiten
		</combo_item>
		<combo_item name="Relaxed">
			Entspannt
		</combo_item>
		<combo_item name="PointBoth">
			Zeigen beide
		</combo_item>
		<combo_item name="Fist">
			Faust
		</combo_item>
		<combo_item name="RelaxedLeft">
			Entspannt links
		</combo_item>
		<combo_item name="PointLeft">
			Zeigen links
		</combo_item>
		<combo_item name="FistLeft">
			Faust links
		</combo_item>
		<combo_item name="RelaxedRight">
			Entspannt rechts
		</combo_item>
		<combo_item name="PointRight">
			Zeigen rechts
		</combo_item>
		<combo_item name="FistRight">
			Faust rechts
		</combo_item>
		<combo_item name="SaluteRight">
			Salutieren rechts
		</combo_item>
		<combo_item name="Typing">
			Eingeben
		</combo_item>
		<combo_item name="PeaceRight">
			Friedlich rechts
		</combo_item>
	</combo_box>
	<text name="emote_label">
		Ausdruck
	</text>
	<combo_box label="" name="emote_combo"
	     tool_tip="Controls what face does during animation.">
		<combo_item name="[None]">
			[Keine]
		</combo_item>
		<combo_item name="Aaaaah">
			Aaaaah
		</combo_item>
		<combo_item name="Afraid">
			Ängstlich
		</combo_item>
		<combo_item name="Angry">
			Zornig
		</combo_item>
		<combo_item name="BigSmile">
			Breites Lächeln
		</combo_item>
		<combo_item name="Bored">
			Gelangweilt
		</combo_item>
		<combo_item name="Cry">
			Weinen
		</combo_item>
		<combo_item name="Disdain">
			Verachten
		</combo_item>
		<combo_item name="Embarrassed">
			Verlegen
		</combo_item>
		<combo_item name="Frown">
			Stirn runzeln
		</combo_item>
		<combo_item name="Kiss">
			Küssen
		</combo_item>
		<combo_item name="Laugh">
			Lachen
		</combo_item>
		<combo_item name="Plllppt">
			Plllppt
		</combo_item>
		<combo_item name="Repulsed">
			Angewidert
		</combo_item>
		<combo_item name="Sad">
			Traurig
		</combo_item>
		<combo_item name="Shrug">
			Achselzucken
		</combo_item>
		<combo_item name="Smile">
			Lächeln
		</combo_item>
		<combo_item name="Surprise">
			Überraschen
		</combo_item>
		<combo_item name="Wink">
			Zwinkern
		</combo_item>
		<combo_item name="Worry">
			Sorgen machen
		</combo_item>
	</combo_box>
	<spinner label="Langsam hin (Sek.)" name="ease_in_time"
	     tool_tip="Zeit (in Sekunden), in der die Animationen eingeblendet werden." />
	<spinner label="Langsam weg (Sek.)" name="ease_out_time"
	     tool_tip="Zeit (in Sekunden), in der die Animationen ausgeblendet werden." />
	<button label="" name="play_btn" tool_tip="Animation abspielen/pausieren." />
	<button label="" name="stop_btn" tool_tip="Animationswiedergabe stoppen" />
	<slider label="" name="playback_slider" />
	<text name="bad_animation_text">
		Animationsdatei kann nicht gelesen werden.

Wir empfehlen, BVH-Dateien aus Poser 4 zu exportieren.
	</text>
	<button label="Abbrechen" name="cancel_btn" />
	<button label="(L$[AMOUNT]) hochladen" name="ok_btn" />
</floater>