summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/floater_animation_preview.xml
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2008-07-22 19:01:52 +0000
committerSteven Bennetts <steve@lindenlab.com>2008-07-22 19:01:52 +0000
commit0c0391cc7114bd2e9e4462c40e88814326f61bc2 (patch)
tree2906124fe8371b6336e6f7231cd890d267a75d6d /indra/newview/skins/default/xui/de/floater_animation_preview.xml
parented386ae547c225e352c39e8d14921572ee534b0b (diff)
QAR-758 1.20 Viewer RC 12, 13, 14, 15 -> Release
merge Branch_1-20-14-Viewer-merge -> release Includes Branch_1-20-Viewer-2 through 92456
Diffstat (limited to 'indra/newview/skins/default/xui/de/floater_animation_preview.xml')
-rw-r--r--indra/newview/skins/default/xui/de/floater_animation_preview.xml173
1 files changed, 173 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/de/floater_animation_preview.xml b/indra/newview/skins/default/xui/de/floater_animation_preview.xml
new file mode 100644
index 0000000000..3cbcf081b5
--- /dev/null
+++ b/indra/newview/skins/default/xui/de/floater_animation_preview.xml
@@ -0,0 +1,173 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<floater name="Animation Preview" title="">
+ <text name="name_label">
+ Name:
+ </text>
+ <line_editor name="name_form" />
+ <text name="description_label">
+ Beschreibung:
+ </text>
+ <spinner label="Priorität" name="priority"
+ tool_tip="Steuert, welche Animationen von dieser Animation überschrieben werden können." />
+ <text name="preview_label" width="97">
+ Vorschau während:
+ </text>
+ <combo_box label="" left_delta="107" name="preview_base_anim"
+ tool_tip="Use this to test your animation behavior while your avatar performs common actions.">
+ <combo_item name="Standing">
+ Stehend
+ </combo_item>
+ <combo_item name="Walking">
+ Geht
+ </combo_item>
+ <combo_item name="Sitting">
+ Sitzt
+ </combo_item>
+ <combo_item name="Flying">
+ Fliegend
+ </combo_item>
+ </combo_box>
+ <check_box label="Schleife" name="loop_check" tool_tip="Erzeugt eine Animationsschleife." bottom_delta="-18" />
+ <spinner label="In (%)" name="loop_in_point"
+ tool_tip="Anfang einer Animationsschleife festlegen." />
+ <spinner label="Aus (%)" name="loop_out_point"
+ tool_tip="Ende einer Animationsschleife festlegen." />
+ <text name="hand_label">
+ Handhaltung
+ </text>
+ <combo_box label="" name="hand_pose_combo"
+ tool_tip="Controls what hands do during animation.">
+ <combo_item name="Spread">
+ Dehnen
+ </combo_item>
+ <combo_item name="Relaxed">
+ Entspannt
+ </combo_item>
+ <combo_item name="PointBoth">
+ Beide zeigen
+ </combo_item>
+ <combo_item name="Fist">
+ Faust
+ </combo_item>
+ <combo_item name="RelaxedLeft">
+ Links entspannt
+ </combo_item>
+ <combo_item name="PointLeft">
+ Nach links zeigen
+ </combo_item>
+ <combo_item name="FistLeft">
+ Linke Faust
+ </combo_item>
+ <combo_item name="RelaxedRight">
+ Rechts entspannt
+ </combo_item>
+ <combo_item name="PointRight">
+ Nach rechts zeigen
+ </combo_item>
+ <combo_item name="FistRight">
+ Rechte Faust
+ </combo_item>
+ <combo_item name="SaluteRight">
+ Rechts salutieren
+ </combo_item>
+ <combo_item name="Typing">
+ Tippt
+ </combo_item>
+ <combo_item name="PeaceRight">
+ Friedensrecht
+ </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]">
+ [None]
+ </combo_item>
+ <combo_item name="Aaaaah">
+ Aaaaah
+ </combo_item>
+ <combo_item name="Afraid">
+ Ängstlich
+ </combo_item>
+ <combo_item name="Angry">
+ Verärgert
+ </combo_item>
+ <combo_item name="BigSmile">
+ Grinst
+ </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">
+ Stirnrunzeln
+ </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">
+ Zurückgestoßen
+ </combo_item>
+ <combo_item name="Sad">
+ Traurig
+ </combo_item>
+ <combo_item name="Shrug">
+ Schulterzucken
+ </combo_item>
+ <combo_item name="Smile">
+ Lächeln
+ </combo_item>
+ <combo_item name="Surprise">
+ Überraschung
+ </combo_item>
+ <combo_item name="Wink">
+ Zwinkern
+ </combo_item>
+ <combo_item name="Worry">
+ Sorgenvoll
+ </combo_item>
+ </combo_box>
+ <spinner label="Eingang glätten (s)" name="ease_in_time"
+ tool_tip="Einblendungsgeschwindigkeit von Animationen (in Sekunden)." label_width="105" width="175" />
+ <spinner label="Ausgang glätten (s)" name="ease_out_time"
+ tool_tip="Ausblendungsgeschwindigkeit von Animationen (in Sekunden)." left="10" bottom_delta="-20" label_width="105" width="175" />
+ <button label="" name="play_btn" tool_tip="Animation stoppen/wiedergeben." bottom_delta="-32" />
+ <button label="" name="stop_btn" tool_tip="Animation anhalten" />
+ <slider label="" name="playback_slider" />
+ <text name="bad_animation_text">
+ Animationsdatei konnte nicht gelesen werden.
+
+ Wir empfehlen exportierte BVH-Dateien aus Poser 4.
+ </text>
+ <button label="Abbrechen" name="cancel_btn" />
+ <button label="Hochladen ([AMOUNT] L$)" name="ok_btn" />
+ <text name="failed_to_initialize">
+ Bewegung konnte nicht initialisiert werden
+ </text>
+ <text name="anim_too_long">
+ Animationsdatei ist [LENGTH] Sekunden lang.
+
+Maximal erlaubt sind [MAX_LENGTH] Sekunden.
+ </text>
+ <text name="failed_file_read">
+ Animationsdatei konnte nicht gelesen werden.
+
+[STATUS]
+ </text>
+</floater>