Files
SingularityViewer/indra/newview/skins/default/xui/ja/floater_animation_preview.xml
2010-04-02 02:48:44 -03:00

176 lines
4.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Animation Preview" title="">
<text name="name_label">
名前:
</text>
<text name="description_label">
説明:
</text>
<spinner label="優先順位" name="priority"
tool_tip="このアニメーションで上書き可能な他のアニメーションを制御します。" />
<text name="preview_label">
同時進行行動
</text>
<combo_box label="" name="preview_base_anim"
tool_tip="アバターが普通の行動をするときのアニメーションの動きをテストするためにこれを使います。">
<combo_item name="Standing">
立つ
</combo_item>
<combo_item name="Walking">
歩く
</combo_item>
<combo_item name="Sitting">
座る
</combo_item>
<combo_item name="Flying">
飛行
</combo_item>
</combo_box>
<pad height="7" />
<check_box label="ループ" name="loop_check"
tool_tip="このアニメーションをループ再生します。" />
<spinner label="イン()" name="loop_in_point"
tool_tip="アニメーションのループ復帰点を設定します。" label_width="45" left="70" width="100" />
<spinner label="アウト()" name="loop_out_point"
tool_tip="アニメーションのループ終了点を設定します。" label_width="60" left="170" width="100" />
<text name="hand_label">
手の動き
</text>
<combo_box label="" name="hand_pose_combo"
tool_tip="アニメーションの手の動きをコントロールします。">
<combo_item name="Spread">
広がる
</combo_item>
<combo_item name="Relaxed">
リラックス
</combo_item>
<combo_item name="PointBoth">
両方を指す
</combo_item>
<combo_item name="Fist">
</combo_item>
<combo_item name="RelaxedLeft">
リラックス左
</combo_item>
<combo_item name="PointLeft">
左を指す
</combo_item>
<combo_item name="FistLeft">
拳左
</combo_item>
<combo_item name="RelaxedRight">
リラックス右
</combo_item>
<combo_item name="PointRight">
右を指す
</combo_item>
<combo_item name="FistRight">
拳右
</combo_item>
<combo_item name="SaluteRight">
敬礼右
</combo_item>
<combo_item name="Typing">
入力する
</combo_item>
<combo_item name="PeaceRight">
ピース・サイン右
</combo_item>
</combo_box>
<text name="emote_label">
表現
</text>
<combo_box label="" name="emote_combo"
tool_tip="アニメーションの顔を表情をコントロールします。">
<combo_item name="[None]">
[None]
</combo_item>
<combo_item name="Aaaaah">
アーーーーー
</combo_item>
<combo_item name="Afraid">
怖れ
</combo_item>
<combo_item name="Angry">
怒り
</combo_item>
<combo_item name="BigSmile">
満面の笑み
</combo_item>
<combo_item name="Bored">
退屈
</combo_item>
<combo_item name="Cry">
泣く
</combo_item>
<combo_item name="Disdain">
侮蔑
</combo_item>
<combo_item name="Embarrassed">
困惑
</combo_item>
<combo_item name="Frown">
しかめっ面
</combo_item>
<combo_item name="Kiss">
キス
</combo_item>
<combo_item name="Laugh">
笑う
</combo_item>
<combo_item name="Plllppt">
Plllppt
</combo_item>
<combo_item name="Repulsed">
嫌悪感
</combo_item>
<combo_item name="Sad">
悲しい
</combo_item>
<combo_item name="Shrug">
肩をすくめる
</combo_item>
<combo_item name="Smile">
笑み
</combo_item>
<combo_item name="Surprise">
驚き
</combo_item>
<combo_item name="Wink">
ウィンク
</combo_item>
<combo_item name="Worry">
心配
</combo_item>
</combo_box>
<spinner label="フェーズイン(秒)" name="ease_in_time"
tool_tip="アニメーションのブレンド・イン時間(秒)" />
<spinner label="フェーズアウト(秒)" name="ease_out_time"
tool_tip="アニメーションのブレンド・アウト時間(秒)" />
<button label="" name="play_btn"
tool_tip="アニメーションの再生/一時停止" />
<button label="" name="stop_btn" tool_tip="アニメーションの再生を停止" />
<slider label="" name="playback_slider" />
<text name="bad_animation_text">
アニメーション・ファイルを読み込めません。
Poser 4からエクスポートされたBVHファイルを推奨します。
</text>
<button label="取り消し" name="cancel_btn" />
<button label="アップロードL$[AMOUNT]" name="ok_btn" />
<text name="failed_to_initialize">
モーションを初期化できませんでした
</text>
<text name="anim_too_long">
アニメーションファイルの長さは[LENGTH]秒です。
アニメーションの最大の長さは[MAX_LENGTH]秒です。
</text>
<text name="failed_file_read">
アニメーションファイルを読み取れません。
[STATUS]
</text>
</floater>