summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_animation_preview.xml
blob: b61007d86e61de81fb4a275a7357d63debae4543 (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
<?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_box.item name="Standing" label="立つ" />
		<combo_box.item name="Walking" label="歩く" />
		<combo_box.item name="Sitting" label="座る" />
		<combo_box.item name="Flying" label="飛行" />
	</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_box.item name="Spread" label="広がる" />
		<combo_box.item name="Relaxed" label="リラックス" />
		<combo_box.item name="PointBoth" label="両方を指す" />
		<combo_box.item name="Fist" label="拳" />
		<combo_box.item name="RelaxedLeft" label="リラックス左" />
		<combo_box.item name="PointLeft" label="左を指す" />
		<combo_box.item name="FistLeft" label="拳左" />
		<combo_box.item name="RelaxedRight" label="リラックス右" />
		<combo_box.item name="PointRight" label="右を指す" />
		<combo_box.item name="FistRight" label="拳右" />
		<combo_box.item name="SaluteRight" label="敬礼右" />
		<combo_box.item name="Typing" label="入力する" />
		<combo_box.item name="PeaceRight" label="ピース・サイン右" />
	</combo_box>
	<text name="emote_label">
		表現
	</text>
	<combo_box label="" name="emote_combo"
	     tool_tip="アニメーションの顔を表情をコントロールします。">
		<combo_box.item name="[None]" label="None]" />
		<combo_box.item name="Aaaaah" label="アーーーーー" />
		<combo_box.item name="Afraid" label="怖れ" />
		<combo_box.item name="Angry" label="怒り" />
		<combo_box.item name="BigSmile" label="満面の笑み" />
		<combo_box.item name="Bored" label="退屈" />
		<combo_box.item name="Cry" label="泣く" />
		<combo_box.item name="Disdain" label="侮蔑" />
		<combo_box.item name="Embarrassed" label="困惑" />
		<combo_box.item name="Frown" label="しかめっ面" />
		<combo_box.item name="Kiss" label="キス" />
		<combo_box.item name="Laugh" label="笑う" />
		<combo_box.item name="Plllppt" label="Plllppt" />
		<combo_box.item name="Repulsed" label="嫌悪感" />
		<combo_box.item name="Sad" label="悲しい" />
		<combo_box.item name="Shrug" label="肩をすくめる" />
		<combo_box.item name="Smile" label="笑み" />
		<combo_box.item name="Surprise" label="驚き" />
		<combo_box.item name="Wink" label="ウィンク" />
		<combo_box.item name="Worry" label="心配" />
	</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>