summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_animation_preview.xml
blob: 27a07e633b550af11426a0cbd0d5161a25b06129 (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
<?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>