diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/ko/notify.xml | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/ko/notify.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/ko/notify.xml | 801 |
1 files changed, 801 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/ko/notify.xml b/linden/indra/newview/skins/xui/ko/notify.xml new file mode 100644 index 0000000..b1817d2 --- /dev/null +++ b/linden/indra/newview/skins/xui/ko/notify.xml | |||
@@ -0,0 +1,801 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <notifications> | ||
3 | <notify name="SystemMessageTip"> | ||
4 | <message name="message"> | ||
5 | [메시지] | ||
6 | </message> | ||
7 | </notify> | ||
8 | <notify name="Cancelled"> | ||
9 | <message name="message"> | ||
10 | 취소됨 | ||
11 | </message> | ||
12 | </notify> | ||
13 | <notify name="CancelledSit"> | ||
14 | <message name="message"> | ||
15 | 차지하기 취소 | ||
16 | </message> | ||
17 | </notify> | ||
18 | <notify name="CancelledAttach"> | ||
19 | <message name="message"> | ||
20 | 부착 취소 | ||
21 | </message> | ||
22 | </notify> | ||
23 | <notify name="ReplacedMissingWearable"> | ||
24 | <message name="message"> | ||
25 | 분실된 의복/신체 부위를 기본 설정으로 교체했습니다. | ||
26 | </message> | ||
27 | </notify> | ||
28 | <notify name="FriendOnline"> | ||
29 | <message name="message"> | ||
30 | [LAST] [FIRST]이(가) 온라인입니다 | ||
31 | </message> | ||
32 | </notify> | ||
33 | <notify name="FriendOffline"> | ||
34 | <message name="message"> | ||
35 | [LAST] [FIRST]이(가) 오프라인입니다 | ||
36 | </message> | ||
37 | </notify> | ||
38 | <notify name="UploadingAuctionSnapshot"> | ||
39 | <message name="message"> | ||
40 | 게임 중 및 웹사이트 스냅샷 업로드 중... | ||
41 | (약 5분 소요.) | ||
42 | </message> | ||
43 | </notify> | ||
44 | <notify name="UploadingSnapshot"> | ||
45 | <message name="message"> | ||
46 | 게임 중 스냅샷 업로드 중... | ||
47 | (1분 내외 소요.) | ||
48 | </message> | ||
49 | </notify> | ||
50 | <notify name="UploadWebSnapshotDone"> | ||
51 | <message name="message"> | ||
52 | 웹 사이트 스냅샷을 업로드 완료했습니다. | ||
53 | </message> | ||
54 | </notify> | ||
55 | <notify name="UploadSnapshotDone"> | ||
56 | <message name="message"> | ||
57 | 게임 중 스냅샷 업로드 완료 | ||
58 | </message> | ||
59 | </notify> | ||
60 | <notify name="TerrainDownloaded"> | ||
61 | <message name="message"> | ||
62 | Terrain.raw 다운로드함 | ||
63 | </message> | ||
64 | </notify> | ||
65 | <notify name="InMaxGroups"> | ||
66 | <message name="message"> | ||
67 | 현재 최대 그룹 수에 도달했습니다. 그룹을 만들려면 그룹을 종료해야 합니다. | ||
68 | </message> | ||
69 | </notify> | ||
70 | <notify name="GestureMissing"> | ||
71 | <message name="message"> | ||
72 | 제스처가 데이터베이스에 없습니다. | ||
73 | </message> | ||
74 | </notify> | ||
75 | <notify name="UnableToLoadGesture"> | ||
76 | <message name="message"> | ||
77 | 제스처 로딩에 실패했습니다. | ||
78 | 다시 시도해 주십시오. | ||
79 | </message> | ||
80 | </notify> | ||
81 | <notify name="InventoryLoaded"> | ||
82 | <message name="message"> | ||
83 | 보관함이 로드되었습니다. | ||
84 | </message> | ||
85 | </notify> | ||
86 | <notify name="LandmarkMissing"> | ||
87 | <message name="message"> | ||
88 | 지역표시가 데이터베이스에 없습니다. | ||
89 | </message> | ||
90 | </notify> | ||
91 | <notify name="UnableToLoadLandmark"> | ||
92 | <message name="message"> | ||
93 | 지역 표시 로딩에 실패했습니다. 다시 시도해 주십시오. | ||
94 | </message> | ||
95 | </notify> | ||
96 | <notify name="CapsKeyOn"> | ||
97 | <message name="message"> | ||
98 | Caps Lock 키가 켜져 있습니다. | ||
99 | password에 영향을 주므로 Caps Lock 키를 꺼야 합니다. | ||
100 | </message> | ||
101 | </notify> | ||
102 | <notify name="NotecardMissing"> | ||
103 | <message name="message"> | ||
104 | 노트카드가 데이터베이스에 없습니다. | ||
105 | </message> | ||
106 | </notify> | ||
107 | <notify name="NotecardNoPermissions"> | ||
108 | <message name="message"> | ||
109 | 노트카드를 볼 권한이 없습니다. | ||
110 | </message> | ||
111 | </notify> | ||
112 | <notify name="UnableToLoadNotecard"> | ||
113 | <message name="message"> | ||
114 | 노트카드 로딩에 실패했습니다. | ||
115 | 다시 시도해 주십시오. | ||
116 | </message> | ||
117 | </notify> | ||
118 | <notify name="ScriptMissing"> | ||
119 | <message name="message"> | ||
120 | 스크립트가 데이터베이스에 없습니다. | ||
121 | </message> | ||
122 | </notify> | ||
123 | <notify name="ScriptNoPermissions"> | ||
124 | <message name="message"> | ||
125 | 스크립트를 볼 권한이 없습니다. | ||
126 | </message> | ||
127 | </notify> | ||
128 | <notify name="UnableToLoadScript"> | ||
129 | <message name="message"> | ||
130 | 스크립트 로딩에 실패했습니다. 다시 시도해 주십시오. | ||
131 | </message> | ||
132 | </notify> | ||
133 | <notify name="IncompleteInventory"> | ||
134 | <message name="message"> | ||
135 | 제공하는 전체 컨텐츠는 아직 | ||
136 | 로컬에서 사용할 수 없습니다. 몇 분 후에 해당 아이템을 | ||
137 | 다시 제공하십시오. | ||
138 | </message> | ||
139 | </notify> | ||
140 | <notify name="CannotModifyProtectedCategories"> | ||
141 | <message name="message"> | ||
142 | 보호된 카테고리는 수정할 수 없습니다. | ||
143 | </message> | ||
144 | </notify> | ||
145 | <notify name="CannotRemoveProtectedCategories"> | ||
146 | <message name="message"> | ||
147 | 보호된 카테고리는 삭제할 수 없습니다. | ||
148 | </message> | ||
149 | </notify> | ||
150 | <notify name="OfferedCard"> | ||
151 | <message name="message"> | ||
152 | 명함을 [LAST] [FIRST] 에 제공했습니다 | ||
153 | </message> | ||
154 | </notify> | ||
155 | <notify name="OfferedFriendship"> | ||
156 | <message name="message"> | ||
157 | 우정을 [LAST] [FIRST]에 제공했습니다 | ||
158 | </message> | ||
159 | </notify> | ||
160 | <notify name="UnableToBuyWhileDownloading"> | ||
161 | <message name="message"> | ||
162 | 아이템 데이터를 다운로드하는 동안에는 구매할 수 없습니다. | ||
163 | 다시 시도해 주십시오. | ||
164 | </message> | ||
165 | </notify> | ||
166 | <notify name="UnableToLinkWhileDownloading"> | ||
167 | <message name="message"> | ||
168 | 아이템 데이터를 다운로드하는 동안에는 연결할 수 없습니다. | ||
169 | 다시 시도해 주십시오. | ||
170 | </message> | ||
171 | </notify> | ||
172 | <notify name="CannotBuyObjectsFromDifferentOwners"> | ||
173 | <message name="message"> | ||
174 | 동시에 다른 여러 소유주로부터 아이템을 구입할 수 없습니다. | ||
175 | 하나의 아이템을 선택하십시오. | ||
176 | </message> | ||
177 | </notify> | ||
178 | <notify name="ObjectNotForSale"> | ||
179 | <message name="message"> | ||
180 | 아이템이 매물로 표시되지 않습니다. | ||
181 | </message> | ||
182 | </notify> | ||
183 | <notify name="EnteringGodMode"> | ||
184 | <message name="message"> | ||
185 | God mode 시작, 레벨 [LEVEL] | ||
186 | </message> | ||
187 | </notify> | ||
188 | <notify name="LeavingGodMode"> | ||
189 | <message name="message"> | ||
190 | God mode 종료, 레벨 [LEVEL] | ||
191 | </message> | ||
192 | </notify> | ||
193 | <notify name="CopyFailed"> | ||
194 | <message name="message"> | ||
195 | 복사 권한이 부족하여 복사를 하지 못함 | ||
196 | </message> | ||
197 | </notify> | ||
198 | <notify name="InventoryAccepted"> | ||
199 | <message name="message"> | ||
200 | [NAME]이(가) 보관함을 수락했습니다. | ||
201 | </message> | ||
202 | </notify> | ||
203 | <notify name="InventoryDeclined"> | ||
204 | <message name="message"> | ||
205 | [NAME]이(가) 보관함을 거부했습니다. | ||
206 | </message> | ||
207 | </notify> | ||
208 | <notify name="ObjectMessage"> | ||
209 | <message name="message"> | ||
210 | [NAME]: [MESSAGE] | ||
211 | </message> | ||
212 | </notify> | ||
213 | <notify name="CallingCardAccepted"> | ||
214 | <message name="message"> | ||
215 | 명함이 수락되었습니다. | ||
216 | </message> | ||
217 | </notify> | ||
218 | <notify name="CallingCardDeclined"> | ||
219 | <message name="message"> | ||
220 | 명함이 거부되었습니다. | ||
221 | </message> | ||
222 | </notify> | ||
223 | <notify name="TeleportToLandmark"> | ||
224 | <message name="message"> | ||
225 | 본토에 도착했으므로 화면 우측 하단에 있는 보관함 버튼을 클릭한 다음 경계 표시 폴더를 선택하여 위치 '[NAME]'에게 텔레포팅할 수 있습니다. | ||
226 | 지역 표시를 더블 클릭하고 텔레포팅을 클릭하여 이동합니다. | ||
227 | </message> | ||
228 | </notify> | ||
229 | <notify name="TeleportToPerson"> | ||
230 | <message name="message"> | ||
231 | 본토에 도착했으므로 화면 우측 하단에 있는 보관함 버튼을 클릭한 다음 명함 폴더를 선택하여 주민 '[NAME]'에게 연락할 수 있습니다. | ||
232 | 카드를 더블 클릭한 다음 메신저를 클릭하고 메시지를 입력합니다. | ||
233 | </message> | ||
234 | </notify> | ||
235 | <notify name="CantSelectLandFromMultipleRegions"> | ||
236 | <message name="message"> | ||
237 | 서버 경계를 넘어 토지를 선택할 수 없습니다. | ||
238 | 작은 토지를 선택하도록 하십시오. | ||
239 | </message> | ||
240 | </notify> | ||
241 | <notify name="GenerticNotify"> | ||
242 | <message name="message"> | ||
243 | [메시지] | ||
244 | </message> | ||
245 | </notify> | ||
246 | <notify name="GroupVote"> | ||
247 | <message name="message"> | ||
248 | [NAME]이(가) 다음에 투표하도록 제안했습니다. | ||
249 | [MESSAGE] | ||
250 | </message> | ||
251 | <option name="VoteNow"> | ||
252 | 지금 투표 | ||
253 | </option> | ||
254 | <option name="Later"> | ||
255 | 나중에 | ||
256 | </option> | ||
257 | </notify> | ||
258 | <notify name="GroupElection"> | ||
259 | <message name="message"> | ||
260 | [NAME]이(가) 투표를 시작했습니다. | ||
261 | [MESSAGE] | ||
262 | </message> | ||
263 | <option name="VoteNow"> | ||
264 | 지금 투표 | ||
265 | </option> | ||
266 | <option name="Later"> | ||
267 | 나중에 | ||
268 | </option> | ||
269 | </notify> | ||
270 | <notify name="SystemMessage"> | ||
271 | <message name="message"> | ||
272 | [메시지] | ||
273 | </message> | ||
274 | </notify> | ||
275 | <notify name="EventNotification"> | ||
276 | <message name="message"> | ||
277 | 이벤트 알림이: | ||
278 | |||
279 | [NAME] | ||
280 | [DATE] | ||
281 | </message> | ||
282 | <option name="Teleport"> | ||
283 | 텔리포트 | ||
284 | </option> | ||
285 | <option name="Description"> | ||
286 | 설명 | ||
287 | </option> | ||
288 | <option name="Cancel"> | ||
289 | 취소 | ||
290 | </option> | ||
291 | </notify> | ||
292 | <notify name="TransferObjectsHighlighted"> | ||
293 | <message name="message"> | ||
294 | 이 구획의 구매자에게 양도될 이 구획의 | ||
295 | 모든 아이템이 강조 표시되었습니다. | ||
296 | |||
297 | * 양도할 나무와 잔디는 강조 표시되지 않았습니다. | ||
298 | </message> | ||
299 | <option name="Done"> | ||
300 | 완료 | ||
301 | </option> | ||
302 | </notify> | ||
303 | <notify name="DeactivatedGesturesTrigger"> | ||
304 | <message name="message"> | ||
305 | 동일한 트리거로 비활성화한 제스처: | ||
306 | [NAME] | ||
307 | </message> | ||
308 | </notify> | ||
309 | <notify name="InventoryNetworkCorruption"> | ||
310 | <message name="message"> | ||
311 | 네트워크 손상으로 보관함를 로드할 수 없습니다. 이것은 네트워크 연결이 좋지 않다는 것을 의미합니다. | ||
312 | </message> | ||
313 | </notify> | ||
314 | <notify name="NoQuickTime"> | ||
315 | <message name="message"> | ||
316 | Apple의 QuickTime 소프트웨어가 사용자의 시스템에 설치되지 않았습니다. | ||
317 | 스트리밍 미디어를 지원하는 구획의 스트리밍 미디어에서 보려면 QuickTime 사이트(http://www.apple.com/quicktime)로 가서 QuickTime 플레이어를 설치해야 합니다. | ||
318 | </message> | ||
319 | </notify> | ||
320 | <notify name="OwnedObjectsReturned"> | ||
321 | <message name="message"> | ||
322 | 토지의 선택한 구획의 아이템이 | ||
323 | 사용자의 보관함으로 반환되었습니다. | ||
324 | </message> | ||
325 | </notify> | ||
326 | <notify name="OtherObjectsReturned"> | ||
327 | <message name="message"> | ||
328 | 토지의 선택한 구획의 아이템 중 | ||
329 | [LAST] [FIRST]이(가) 소유한 것은 | ||
330 | 소유주의 보관함으로 반환되었습니다. | ||
331 | </message> | ||
332 | </notify> | ||
333 | <notify name="OtherObjectsReturned2"> | ||
334 | <message name="message"> | ||
335 | 토지의 선택한 구획의 아이템 중 | ||
336 | 주민 '[NAME]'이(가) 소유한 것은 | ||
337 | 소유주에게 반환되었습니다. | ||
338 | </message> | ||
339 | </notify> | ||
340 | <notify name="GroupObjectsReturned"> | ||
341 | <message name="message"> | ||
342 | 그룹 [GROUPNAME]와(과) 공유한 선택된 토지 구획의 아이템이 소유주의 보관함으로 다시 돌아갔습니다. | ||
343 | 양도된 양도 가능 아이템이 이전 소유주에게 반환되었습니다. | ||
344 | 그룹에게 양도된 비양도성 아이템이 삭제되었습니다. | ||
345 | </message> | ||
346 | </notify> | ||
347 | <notify name="UnOwnedObjectsReturned"> | ||
348 | <message name="message"> | ||
349 | 선택한 구획의 아이템 중 사용자가 소유하지 않은 것은 아이템의 소유주에게 반환되었습니다. | ||
350 | </message> | ||
351 | </notify> | ||
352 | <notify name="NotSafe"> | ||
353 | <message name="message"> | ||
354 | 이 토지는 데미지 활성화 지역입니다('안전하지 않음'). | ||
355 | 여기에는 데미지를 받을 수 있으며, 죽으면 홈 으로 텔레포팅됩니다. | ||
356 | </message> | ||
357 | </notify> | ||
358 | <notify name="NoFly"> | ||
359 | <message name="message"> | ||
360 | 이 토지는 비행 비활성화 지역입니다('비행 금지'). | ||
361 | 여기에서는 비행할 수 없습니다. | ||
362 | </message> | ||
363 | </notify> | ||
364 | <notify name="PushRestricted"> | ||
365 | <message name="message"> | ||
366 | 이 토지는 'llPushObject 제한' 구역 입니다. | ||
367 | 토지를 소유하지 않았다면 여기에서 다른 사람을 적용할 수 없습니다. | ||
368 | </message> | ||
369 | </notify> | ||
370 | <notify name="NoBuild"> | ||
371 | <message name="message"> | ||
372 | 이 토지는 건축 비활성화 지역입니다('건축 금지'). | ||
373 | 여기에서는 아이템을 제작할 수 없습니다. | ||
374 | </message> | ||
375 | </notify> | ||
376 | <notify name="ScriptsStopped"> | ||
377 | <message name="message"> | ||
378 | 이 지역에서 관리자가 일시적으로 스크립트를 중지했습니다. | ||
379 | </message> | ||
380 | </notify> | ||
381 | <notify name="ScriptsNotRunning"> | ||
382 | <message name="message"> | ||
383 | 이 영역에서는 스크립트가 적용되지 않습니다. | ||
384 | </message> | ||
385 | </notify> | ||
386 | <notify name="NoOutsideScripts"> | ||
387 | <message name="message"> | ||
388 | 이 토지는 외부 스크립트 비활성화 지역입니다 | ||
389 | ('외부 스크립트 없음'). | ||
390 | 토지 소유주가 소유한 스크립트를 제외하고 외부 스크립트를 실행하지 않습니다. | ||
391 | . | ||
392 | </message> | ||
393 | </notify> | ||
394 | <notify name="ApproveURL"> | ||
395 | <message name="message"> | ||
396 | 어떤 사물이 자신의 표면에 다음 웹 페이지를 표시하려 합니다. | ||
397 | </message> | ||
398 | <option name="LoadPage"> | ||
399 | 페이지 로드 | ||
400 | </option> | ||
401 | <option name="Don'tLoad"> | ||
402 | 로드하지 않음 | ||
403 | </option> | ||
404 | </notify> | ||
405 | <notify name="ClaimPublicLand"> | ||
406 | <message name="message"> | ||
407 | 현재 지역에서는 공공 토지만 권리 설정할 수 있습니다. | ||
408 | </message> | ||
409 | </notify> | ||
410 | <notify name="ObjectGiveItem"> | ||
411 | <message name="message"> | ||
412 | [LAST] [FIRST]이(가) 소유한 [OBJECTFROMNAME](이)라는 이름의 아이템이 사용자에게 '[OBJECTNAME]'(이)라는 이름의 [OBJECTTYPE]을(를) 주었습니다. | ||
413 | </message> | ||
414 | <option name="Keep"> | ||
415 | 유지 | ||
416 | </option> | ||
417 | <option name="Discard"> | ||
418 | 버리기 | ||
419 | </option> | ||
420 | <option name="Mute"> | ||
421 | 음소거 | ||
422 | </option> | ||
423 | </notify> | ||
424 | <notify name="ObjectGiveItemUnknownUser"> | ||
425 | <message name="message"> | ||
426 | (알려지지 않은 사용자)가 소유한 [OBJECTFROMNAME](이)라는 이름의 아이템이 사용자에게 '[OBJECTNAME]'(이)라는 이름의 [OBJECTTYPE]을(를) 주었습니다. | ||
427 | </message> | ||
428 | <option name="Keep"> | ||
429 | 유지 | ||
430 | </option> | ||
431 | <option name="Discard"> | ||
432 | 버리기 | ||
433 | </option> | ||
434 | <option name="Mute"> | ||
435 | 음소거 | ||
436 | </option> | ||
437 | </notify> | ||
438 | <notify name="UserGiveItem"> | ||
439 | <message name="message"> | ||
440 | [NAME]이(가) '[OBJECTNAME]'이라는 [OBJECTTYPE]을 주었습니다. | ||
441 | </message> | ||
442 | <option name="Keep"> | ||
443 | 유지 | ||
444 | </option> | ||
445 | <option name="Discard"> | ||
446 | 버리기 | ||
447 | </option> | ||
448 | <option name="Mute"> | ||
449 | 음소거 | ||
450 | </option> | ||
451 | </notify> | ||
452 | <notify name="GodMessage"> | ||
453 | <message name="message"> | ||
454 | [NAME] | ||
455 | [MESSAGE] | ||
456 | </message> | ||
457 | </notify> | ||
458 | <notify name="JoinGroup"> | ||
459 | <message name="message"> | ||
460 | [메시지] | ||
461 | </message> | ||
462 | <option name="Join"> | ||
463 | 참여 | ||
464 | </option> | ||
465 | <option name="Decline"> | ||
466 | 거절 | ||
467 | </option> | ||
468 | </notify> | ||
469 | <notify name="JoinGroupOfficerNoFee"> | ||
470 | <message name="message"> | ||
471 | [NAME)가 귀하를 멤버로 가입 초청했습니다. | ||
472 | 이 그룹에 참여하는 비용은 없습니다. | ||
473 | |||
474 | [MESSAGE] | ||
475 | </message> | ||
476 | <option name="Join"> | ||
477 | 참여 | ||
478 | </option> | ||
479 | <option name="Decline"> | ||
480 | 거절 | ||
481 | </option> | ||
482 | </notify> | ||
483 | <notify name="JoinGroupMember"> | ||
484 | <message name="message"> | ||
485 | [NAME]이(가) 귀하를 멤버로 | ||
486 | 가입 초청했습니다. | ||
487 | 이 그룹에 가입하려면 가입 수수료 L$[COST]을(를) 지불해야 합니다 | ||
488 | |||
489 | [MESSAGE] | ||
490 | </message> | ||
491 | <option name="Join"> | ||
492 | 참여 | ||
493 | </option> | ||
494 | <option name="Decline"> | ||
495 | 거절 | ||
496 | </option> | ||
497 | </notify> | ||
498 | <notify name="JoinGroupMemberNoFee"> | ||
499 | <message name="message"> | ||
500 | [NAME]이(가) 귀하를 멤버로 | ||
501 | 가입 초청했습니다. | ||
502 | 이 그룹에 참여하는 비용은 없습니다. | ||
503 | |||
504 | [MESSAGES] | ||
505 | </message> | ||
506 | <option name="Join"> | ||
507 | 참여 | ||
508 | </option> | ||
509 | <option name="Decline"> | ||
510 | 거절 | ||
511 | </option> | ||
512 | </notify> | ||
513 | <notify name="OfferTeleport"> | ||
514 | <message name="message"> | ||
515 | [NAME] 님께서 텔레포트를 제안 하셨습니다:[MESSAGE] | ||
516 | </message> | ||
517 | <option name="Teleport"> | ||
518 | 텔리포트 | ||
519 | </option> | ||
520 | <option name="Cancel"> | ||
521 | 취소 | ||
522 | </option> | ||
523 | </notify> | ||
524 | <notify name="GotoURL"> | ||
525 | <message name="message"> | ||
526 | [MESSAGE] | ||
527 | [URL] | ||
528 | </message> | ||
529 | <option name="Later"> | ||
530 | 나중에 | ||
531 | </option> | ||
532 | <option name="GoNow..."> | ||
533 | 지금 이동... | ||
534 | </option> | ||
535 | </notify> | ||
536 | <notify name="OfferFriendship"> | ||
537 | <message name="message"> | ||
538 | [NAME]이(가) 우정을 제공하고 있습니다. | ||
539 | |||
540 | 지도에서 서로 추적할 수 있으며 | ||
541 | 온라인 상태를 업데이트 | ||
542 | 받게 됩니다. | ||
543 | </message> | ||
544 | <option name="Accept"> | ||
545 | 동의 | ||
546 | </option> | ||
547 | <option name="Decline"> | ||
548 | 거절 | ||
549 | </option> | ||
550 | </notify> | ||
551 | <notify name="FriendshipAccepted"> | ||
552 | <message name="message"> | ||
553 | [NAME]이(가) 우정을 수락했습니다. | ||
554 | </message> | ||
555 | </notify> | ||
556 | <notify name="FriendshipDeclined"> | ||
557 | <message name="message"> | ||
558 | [NAME]이(가) 우정을 거부했습니다. | ||
559 | </message> | ||
560 | </notify> | ||
561 | <notify name="OfferCallingCard"> | ||
562 | <message name="message"> | ||
563 | [LAST] [FIRST]이(가) 명함을 제공하고 있습니다. | ||
564 | 이로써 보관함에 북마크를 추가하여 | ||
565 | 이 주민과 신속하게 IM할 수 있습니다. | ||
566 | </message> | ||
567 | <option name="Accept"> | ||
568 | 동의 | ||
569 | </option> | ||
570 | <option name="Decline"> | ||
571 | 거절 | ||
572 | </option> | ||
573 | </notify> | ||
574 | <notify name="RegionRestartMinutes"> | ||
575 | <message name="message"> | ||
576 | 지역이 [MINUTES]분 이내에 재시작됩니다. | ||
577 | 이 지역에 남을 경우 로그아웃됩니다. | ||
578 | </message> | ||
579 | </notify> | ||
580 | <notify name="RegionRestartSeconds"> | ||
581 | <message name="message"> | ||
582 | 지역이 [SECONDS]초 이내에 재시작됩니다. | ||
583 | 이 지역에 남을 경우 로그아웃됩니다. | ||
584 | </message> | ||
585 | </notify> | ||
586 | <notify name="LoadWebPage"> | ||
587 | <message name="message"> | ||
588 | 웹 페이지 [URL]을(를) 로드하시겠습니까? | ||
589 | |||
590 | [MESSAGE] | ||
591 | |||
592 | 대상 사물: [OBJECTNAME], 소유주: [NAME]? | ||
593 | </message> | ||
594 | <option name="Gotopage"> | ||
595 | 페이지로 이동 | ||
596 | </option> | ||
597 | <option name="Cancel"> | ||
598 | 취소 | ||
599 | </option> | ||
600 | </notify> | ||
601 | <notify name="FailedToLoadWearableUnnamed"> | ||
602 | <message name="message"> | ||
603 | [TYPE]을(를) 로드하지 못했습니다. | ||
604 | 이 아이템을 구입한 판매자에게 알리십시오. | ||
605 | </message> | ||
606 | </notify> | ||
607 | <notify name="FailedToLoadWearable"> | ||
608 | <message name="message"> | ||
609 | [DESC](이)라는 이름의 [TYPE]을(를) 로드하지 못했습니다. | ||
610 | 이 아이템을 구입한 판매자에게 알리십시오. | ||
611 | </message> | ||
612 | </notify> | ||
613 | <notify name="FailedToFindWearableUnnamed"> | ||
614 | <message name="message"> | ||
615 | 데이터베이스에서 [TYPE]을(를) 찾치 못했습니다. | ||
616 | </message> | ||
617 | </notify> | ||
618 | <notify name="FailedToFindWearable"> | ||
619 | <message name="message"> | ||
620 | 데이터베이스에서 [DESC](이)라는 이름의 [TYPE]을(를) 찾치 못했습니다. | ||
621 | </message> | ||
622 | </notify> | ||
623 | <notify name="ScriptTakeMoney"> | ||
624 | <message name="message"> | ||
625 | 린든달러(L$) 인출 | ||
626 | </message> | ||
627 | </notify> | ||
628 | <notify name="ActOnControlInputs"> | ||
629 | <message name="message"> | ||
630 | 제어 입력 사항에 따라 행동 | ||
631 | </message> | ||
632 | </notify> | ||
633 | <notify name="RemapControlInputs"> | ||
634 | <message name="message"> | ||
635 | 제어 입력 사항 다시 매핑 | ||
636 | </message> | ||
637 | </notify> | ||
638 | <notify name="AnimateYourAvatar"> | ||
639 | <message name="message"> | ||
640 | 아바타에 애니메이션 효과 주기 | ||
641 | </message> | ||
642 | </notify> | ||
643 | <notify name="AttachToYourAvatar"> | ||
644 | <message name="message"> | ||
645 | 자신의 아바타에 부착 | ||
646 | </message> | ||
647 | </notify> | ||
648 | <notify name="ReleaseOwnership"> | ||
649 | <message name="message"> | ||
650 | 소유권 해제 및 공개 | ||
651 | </message> | ||
652 | </notify> | ||
653 | <notify name="LinkAndDelink"> | ||
654 | <message name="message"> | ||
655 | 다른 사물과의 연결 및 연결 해제 | ||
656 | </message> | ||
657 | </notify> | ||
658 | <notify name="AddAndRemoveJoints"> | ||
659 | <message name="message"> | ||
660 | 다른 사물과 함께 추가 및 삭제 | ||
661 | </message> | ||
662 | </notify> | ||
663 | <notify name="ChangePermissions"> | ||
664 | <message name="message"> | ||
665 | 권한 변경 | ||
666 | </message> | ||
667 | </notify> | ||
668 | <notify name="TrackYourCamera"> | ||
669 | <message name="message"> | ||
670 | 카메라 추적 | ||
671 | </message> | ||
672 | </notify> | ||
673 | <notify name="ControlYourCamera"> | ||
674 | <message name="message"> | ||
675 | 카메라 제어 | ||
676 | </message> | ||
677 | </notify> | ||
678 | <notify name="ScriptQuestion"> | ||
679 | <message name="message"> | ||
680 | '[OBJECTNAME]', 아이템 소유주 '[NAME]', 해주시겠습니까: | ||
681 | |||
682 | [QUESTIONS] | ||
683 | OK입니까?? | ||
684 | </message> | ||
685 | <option name="Yes"> | ||
686 | 예 | ||
687 | </option> | ||
688 | <option name="No"> | ||
689 | 아니오 | ||
690 | </option> | ||
691 | </notify> | ||
692 | <notify name="ScriptDialog"> | ||
693 | <message name="message"> | ||
694 | [LAST] [FIRST]의 '[TITLE]' | ||
695 | [MESSAGE] | ||
696 | </message> | ||
697 | <option name="Ignore"> | ||
698 | 무시 | ||
699 | </option> | ||
700 | </notify> | ||
701 | <notify name="ScriptDialogGroup"> | ||
702 | <message name="message"> | ||
703 | [GROUPNAME]의 '[TITLE]' | ||
704 | [MESSAGE] | ||
705 | </message> | ||
706 | <option name="Ignore"> | ||
707 | 무시 | ||
708 | </option> | ||
709 | </notify> | ||
710 | <notify name="FirstBalanceIncrease"> | ||
711 | <message name="message"> | ||
712 | L$[AMOUNT] 린든달러를 받으셨습니다. 아이템이나 다른 유저가 당신에게 L$를 지불할 것입니다. 본인의 린든달러 밸런스는 스크린의 오른쪽 상단에 보여 집니다 . | ||
713 | </message> | ||
714 | </notify> | ||
715 | <notify name="FirstBalanceDecrease"> | ||
716 | <message name="message"> | ||
717 | L$[AMOUNT]을 지불했습니다. | ||
718 | 잔액은 화면의 우측 상단 코너에 | ||
719 | 표시되어 있습니다. | ||
720 | </message> | ||
721 | </notify> | ||
722 | <notify name="FirstSit"> | ||
723 | <message name="message"> | ||
724 | 앉아 있습니다. | ||
725 | 화살표 키(또는 AWSD)를 사용하여 시점를 변경합니다. | ||
726 | '서기' 버튼을 클릭하여 일어섭니다. | ||
727 | </message> | ||
728 | </notify> | ||
729 | <notify name="FirstMap"> | ||
730 | <message name="message"> | ||
731 | 지도를 클릭하고 끌어 스크롤합니다. | ||
732 | 더블클릭하여 텔리포트 합니다. | ||
733 | 오른쪽의 컨트롤을 사용하여 사물을 찾고 | ||
734 | 다양한 배경을 표시합니다. | ||
735 | </message> | ||
736 | </notify> | ||
737 | <notify name="FirstBuild"> | ||
738 | <message name="message"> | ||
739 | 새로운 아이템을 [SECOND_LIFE]에서 제작할 수 있습니다. | ||
740 | 왼쪽 상단의 도구를 사용하여 제작하고 | ||
741 | Ctrl 또는 Alt를 누른 상태에서 신속하게 도구를 전환하십시오. | ||
742 | Esc를 눌러 제작하기를 중지합니다. | ||
743 | </message> | ||
744 | </notify> | ||
745 | <notify name="FirstLeftClickNoHit"> | ||
746 | <message name="message"> | ||
747 | 마우스 왼쪽을 클릭하면 특별 아이템과 상호작용합니다. | ||
748 | 마우스 포인터가 손모양으로 바뀌면 | ||
749 | 해당 아이템과 상호작용을 할 수 있습니다. | ||
750 | 마우스 오른쪽을 클릭하면 사용할 수 있는 메뉴가 나타납니다. | ||
751 | </message> | ||
752 | </notify> | ||
753 | <notify name="FirstTeleport"> | ||
754 | <message name="message"> | ||
755 | 방금 텔레포트 되었습니다. | ||
756 | 목적지에서 가장 가까운 Infohub에 있습니다. | ||
757 | 목적지는 큰 빨간색 표지로 표시되어 있습니다. | ||
758 | </message> | ||
759 | </notify> | ||
760 | <notify name="FirstOverrideKeys"> | ||
761 | <message name="message"> | ||
762 | 이동 키는 아이템에의해 조정되고 있습니다. | ||
763 | 화살표 키 또는 AWSD를 사용하여 아이템의 움직임을 확인하십시오. | ||
764 | 일부 아이템(총같은 아이템)을 사용하려면 마우스 시점을 이용해야 합니다. | ||
765 | 마우스 시점을 이용 하려면 'M'을 누릅니다. | ||
766 | </message> | ||
767 | </notify> | ||
768 | <notify name="FirstAppearance"> | ||
769 | <message name="message"> | ||
770 | 외형 편집중 입니다. | ||
771 | 시점를 회전하고 줌하려면 화살표 키를 사용하십시오. | ||
772 | 작업을 완료했으면 '전체 저장'을 | ||
773 | 눌러 외양을 저장하고 종료합니다. | ||
774 | 외형은 언제나 편집할 수 있습니다. | ||
775 | </message> | ||
776 | </notify> | ||
777 | <notify name="FirstInventory"> | ||
778 | <message name="message"> | ||
779 | 이곳은 사물, 노트카드, 기타 소유물을 보관하는 보관함 입니다. | ||
780 | * 아이템 또는 복장 폴더를 입으려면 자신의 아바타에게 드래그 합니다. | ||
781 | * 아이템을 보관함으로부터 꺼내려면 땅으로 드래그 합니다. | ||
782 | * 노트카드를 읽으려면 더블클릭합니다. | ||
783 | </message> | ||
784 | </notify> | ||
785 | <notify name="FirstSandbox"> | ||
786 | <message name="message"> | ||
787 | 이곳은 Sandbox 지역입니다. | ||
788 | 여기의 제작, 배치된 아이템은 이 영역을 떠난 후에 삭제될 수 있으며 | ||
789 | 해당 영역의 삭제검열은 매 [HOURS]시간마다 태평양 시간으로 [TIME]AM에 시작됩니다. | ||
790 | |||
791 | Sandbox 지역은 흔하지 않으며 기호로 표시됩니다. | ||
792 | </message> | ||
793 | </notify> | ||
794 | <notify name="FirstFlexible"> | ||
795 | <message name="message"> | ||
796 | 이 사물은 신축성이 있습니다. | ||
797 | 신축성이 있는 사물은 실제로 신축성이 없을 수 있으며 | ||
798 | 신축성 확인란의 체크 표시가 있을 경우 반드시 유령이어야 합니다 . | ||
799 | </message> | ||
800 | </notify> | ||
801 | </notifications> | ||