diff options
author | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
commit | 215f423cbe18fe9ca14a26caef918d303bad28ff (patch) | |
tree | 0743442b286216cc8e19aa487c26f4e9345ffd64 /linden/indra/newview/skins/xui/ko/floater_animation_preview.xml | |
parent | Second Life viewer sources 1.18.3.5-RC (diff) | |
download | meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.zip meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.gz meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.bz2 meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.xz |
Second Life viewer sources 1.18.4.0-RC
Diffstat (limited to 'linden/indra/newview/skins/xui/ko/floater_animation_preview.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/ko/floater_animation_preview.xml | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/xui/ko/floater_animation_preview.xml b/linden/indra/newview/skins/xui/ko/floater_animation_preview.xml index 710e0cc..45e0a57 100644 --- a/linden/indra/newview/skins/xui/ko/floater_animation_preview.xml +++ b/linden/indra/newview/skins/xui/ko/floater_animation_preview.xml | |||
@@ -40,7 +40,7 @@ | |||
40 | 펼치기 | 40 | 펼치기 |
41 | </combo_item> | 41 | </combo_item> |
42 | <combo_item name="Relaxed"> | 42 | <combo_item name="Relaxed"> |
43 | 힘기 | 43 | 렉스 |
44 | </combo_item> | 44 | </combo_item> |
45 | <combo_item name="PointBoth"> | 45 | <combo_item name="PointBoth"> |
46 | 가리키기(양쪽) | 46 | 가리키기(양쪽) |
@@ -49,7 +49,7 @@ | |||
49 | 주먹쥐기 | 49 | 주먹쥐기 |
50 | </combo_item> | 50 | </combo_item> |
51 | <combo_item name="RelaxedLeft"> | 51 | <combo_item name="RelaxedLeft"> |
52 | 힘기(좌) | 52 | 렉스(좌) |
53 | </combo_item> | 53 | </combo_item> |
54 | <combo_item name="PointLeft"> | 54 | <combo_item name="PointLeft"> |
55 | 가리키기(좌) | 55 | 가리키기(좌) |
@@ -58,7 +58,7 @@ | |||
58 | 주먹쥐기(좌) | 58 | 주먹쥐기(좌) |
59 | </combo_item> | 59 | </combo_item> |
60 | <combo_item name="RelaxedRight"> | 60 | <combo_item name="RelaxedRight"> |
61 | 힘기(우) | 61 | 렉스(우) |
62 | </combo_item> | 62 | </combo_item> |
63 | <combo_item name="PointRight"> | 63 | <combo_item name="PointRight"> |
64 | 가리키기(우) | 64 | 가리키기(우) |
@@ -70,7 +70,7 @@ | |||
70 | 경례(우) | 70 | 경례(우) |
71 | </combo_item> | 71 | </combo_item> |
72 | <combo_item name="Typing"> | 72 | <combo_item name="Typing"> |
73 | 타이기 | 73 | 타이 |
74 | </combo_item> | 74 | </combo_item> |
75 | <combo_item name="PeaceRight"> | 75 | <combo_item name="PeaceRight"> |
76 | 승리 사인(우) | 76 | 승리 사인(우) |
@@ -156,4 +156,17 @@ | |||
156 | </text> | 156 | </text> |
157 | <button label="취소" name="cancel_btn" /> | 157 | <button label="취소" name="cancel_btn" /> |
158 | <button label="업로드(L$[AMOUNT])" name="ok_btn" /> | 158 | <button label="업로드(L$[AMOUNT])" name="ok_btn" /> |
159 | <text name="failed_to_initialize"> | ||
160 | 모션 초기화에 실패 | ||
161 | </text> | ||
162 | <text name="anim_too_long"> | ||
163 | 애니메이션 파일 길이가[LENGTH] 입니다. | ||
164 | |||
165 | 최대 애니메이션 파일 길이는 [MAX_LENGTH] 초 입니다. | ||
166 | </text> | ||
167 | <text name="failed_file_read"> | ||
168 | 애니메이션 파일을 읽을 수 없습니다. | ||
169 | |||
170 | [STATUS] | ||
171 | </text> | ||
159 | </floater> | 172 | </floater> |