]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/OStatus/locale/ko/LC_MESSAGES/OStatus.po
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / plugins / OStatus / locale / ko / LC_MESSAGES / OStatus.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4
5 # Translators:
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: GNU social\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
11 "PO-Revision-Date: 2015-02-07 14:32+0000\n"
12 "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
13 "Language-Team: Korean (http://www.transifex.com/gnu-social/gnu-social/language/ko/)\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Language: ko\n"
18 "Plural-Forms: nplurals=1; plural=0;\n"
19
20 #. TRANS: Link to subscribe to a remote entity.
21 #. TRANS: Link text for a user to subscribe to an OStatus user.
22 #: OStatusPlugin.php:206 OStatusPlugin.php:227 OStatusPlugin.php:1196
23 msgid "Subscribe"
24 msgstr "구독"
25
26 #. TRANS: Exception in OStatus when invalid URI was entered.
27 #: OStatusPlugin.php:249 OStatusPlugin.php:284
28 msgid "Invalid URI."
29 msgstr "잘못된 URI입니다."
30
31 #. TRANS: Error message in OStatus plugin. Do not translate the domain names
32 #. example.com
33 #. TRANS: and example.net, as these are official standard domain names for use
34 #. in examples.
35 #: OStatusPlugin.php:258 OStatusPlugin.php:291 actions/ostatussub.php:253
36 #: actions/ostatussub.php:261 actions/ostatussub.php:287
37 msgid ""
38 "Sorry, we could not reach that address. Please make sure that the OStatus "
39 "address is like nickname@example.com or http://example.net/nickname."
40 msgstr "해당 주소에 연결할 수 없습니다. OStatus 주소가 nickname@example.com 또는 http://example.net/nickname 형식인지 확인하십시오."
41
42 #. TRANS: Title. %s is a domain name.
43 #: OStatusPlugin.php:519
44 #, php-format
45 msgid "Sent from %s via OStatus"
46 msgstr "OStatus를 통해 %s에서 보냄"
47
48 #. TRANS: Title for unfollowing a remote profile.
49 #: OStatusPlugin.php:657
50 msgctxt "TITLE"
51 msgid "Unfollow"
52 msgstr "팔로우 취소"
53
54 #. TRANS: Success message for unsubscribe from user attempt through OStatus.
55 #. TRANS: %1$s is the unsubscriber's name, %2$s is the unsubscribed user's
56 #. name.
57 #: OStatusPlugin.php:660
58 #, php-format
59 msgid "%1$s stopped following %2$s."
60 msgstr "%1$s님이 %2$s 팔로우를 중단했습니다."
61
62 #. TRANS: Title for joining a remote groep.
63 #: OStatusPlugin.php:707
64 msgctxt "TITLE"
65 msgid "Join"
66 msgstr "가입"
67
68 #. TRANS: Success message for subscribe to group attempt through OStatus.
69 #. TRANS: %1$s is the member name, %2$s is the subscribed group's name.
70 #: OStatusPlugin.php:710
71 #, php-format
72 msgid "%1$s has joined group %2$s."
73 msgstr "%1$s님이 %2$s 그룹에 가입했습니다."
74
75 #. TRANS: Exception thrown when joining a remote group fails.
76 #: OStatusPlugin.php:719
77 msgid "Failed joining remote group."
78 msgstr "원격 그룹 가입에 실패했습니다."
79
80 #. TRANS: Title for leaving a remote group.
81 #: OStatusPlugin.php:761
82 msgctxt "TITLE"
83 msgid "Leave"
84 msgstr "떠나기"
85
86 #. TRANS: Success message for unsubscribe from group attempt through OStatus.
87 #. TRANS: %1$s is the member name, %2$s is the unsubscribed group's name.
88 #: OStatusPlugin.php:764
89 #, php-format
90 msgid "%1$s has left group %2$s."
91 msgstr "%1$s님이 %2$s 그룹을 떠났습니다."
92
93 #. TRANS: Title for following a remote list.
94 #: OStatusPlugin.php:807
95 msgctxt "TITLE"
96 msgid "Follow list"
97 msgstr "리스트 팔로우"
98
99 #. TRANS: Success message for remote list follow through OStatus.
100 #. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's
101 #. name.
102 #: OStatusPlugin.php:810
103 #, php-format
104 msgid "%1$s is now following people listed in %2$s by %3$s."
105 msgstr ""
106
107 #. TRANS: Exception thrown when subscription to remote list fails.
108 #: OStatusPlugin.php:820
109 msgid "Failed subscribing to remote list."
110 msgstr "원격 리스트 구독에 실패했습니다."
111
112 #. TRANS: Title for unfollowing a remote list.
113 #: OStatusPlugin.php:859
114 msgid "Unfollow list"
115 msgstr "리스트 팔로우 취소"
116
117 #. TRANS: Success message for remote list unfollow through OStatus.
118 #. TRANS: %1$s is the subscriber name, %2$s is the list, %3$s is the lister's
119 #. name.
120 #: OStatusPlugin.php:862
121 #, php-format
122 msgid "%1$s stopped following the list %2$s by %3$s."
123 msgstr "%1$s님이 %3$s의 %2$s 리스트 팔로우를 중단했습니다."
124
125 #. TRANS: Title for listing a remote profile.
126 #: OStatusPlugin.php:938
127 msgctxt "TITLE"
128 msgid "List"
129 msgstr "리스트"
130
131 #. TRANS: Success message for remote list addition through OStatus.
132 #. TRANS: %1$s is the list creator's name, %2$s is the added list member, %3$s
133 #. is the list name.
134 #: OStatusPlugin.php:941
135 #, php-format
136 msgid "%1$s listed %2$s in the list %3$s."
137 msgstr "%1$s님이 %2$s 사용자를 %3$s 리스트에 넣었습니다."
138
139 #. TRANS: Title for unlisting a remote profile.
140 #: OStatusPlugin.php:989
141 msgctxt "TITLE"
142 msgid "Unlist"
143 msgstr ""
144
145 #. TRANS: Success message for remote list removal through OStatus.
146 #. TRANS: %1$s is the list creator's name, %2$s is the removed list member,
147 #. %3$s is the list name.
148 #: OStatusPlugin.php:992
149 #, php-format
150 msgid "%1$s removed %2$s from the list %3$s."
151 msgstr ""
152
153 #. TRANS: Title for unliking a remote notice.
154 #: OStatusPlugin.php:1039
155 msgid "Unlike"
156 msgstr ""
157
158 #. TRANS: Success message for remove a favorite notice through OStatus.
159 #. TRANS: %1$s is the unfavoring user's name, %2$s is URI to the no longer
160 #. favored notice.
161 #: OStatusPlugin.php:1042
162 #, php-format
163 msgid "%1$s no longer likes %2$s."
164 msgstr ""
165
166 #. TRANS: Link text for link to remote subscribe.
167 #: OStatusPlugin.php:1118
168 msgid "Remote"
169 msgstr "원격"
170
171 #. TRANS: Title for activity.
172 #: OStatusPlugin.php:1158
173 msgid "Profile update"
174 msgstr "프로필 업데이트"
175
176 #. TRANS: Ping text for remote profile update through OStatus.
177 #. TRANS: %s is user that updated their profile.
178 #: OStatusPlugin.php:1161
179 #, php-format
180 msgid "%s has updated their profile page."
181 msgstr "%s님이 프로필 페이지를 업데이트했습니다."
182
183 #. TRANS: Link text for a user to list an OStatus user.
184 #: OStatusPlugin.php:1205
185 msgid "List"
186 msgstr "리스트"
187
188 #. TRANS: Plugin description.
189 #: OStatusPlugin.php:1220
190 msgid ""
191 "Follow people across social networks that implement <a "
192 "href=\"http://ostatus.org/\">OStatus</a>."
193 msgstr "<a href=\"http://ostatus.org/\">OStatus</a>를 사용하는 소셜 네트워크를 통해 사람들을 팔로우합니다."
194
195 #. TRANS: Client exception.
196 #: actions/pushhub.php:66
197 msgid "Publishing outside feeds not supported."
198 msgstr "피드 밖에 게시는 지원하지 않습니다."
199
200 #. TRANS: Client exception. %s is a mode.
201 #: actions/pushhub.php:69
202 #, php-format
203 msgid "Unrecognized mode \"%s\"."
204 msgstr "알 수 없는 모드, \"%s\"."
205
206 #. TRANS: Client exception. %s is a topic.
207 #: actions/pushhub.php:89
208 #, php-format
209 msgid ""
210 "Unsupported hub.topic %s this hub only serves local user and group Atom "
211 "feeds."
212 msgstr "지원하지 않는 hub.topic %s, 이 허브는 로컬 사용자와 그룹 Atom 피드만 사용할 수 있습니다."
213
214 #. TRANS: Client exception. %s is the invalid lease value.
215 #: actions/pushhub.php:95
216 #, php-format
217 msgid "Invalid hub.lease \"%s\". It must be empty or positive integer."
218 msgstr "잘못된 hub.lease \"%s\". 비어 있거나 0보다 큰 숫자여야 합니다."
219
220 #. TRANS: Client exception. %s is the invalid hub secret.
221 #: actions/pushhub.php:101
222 #, php-format
223 msgid "Invalid hub.secret \"%s\". It must be under 200 bytes."
224 msgstr "잘못된 hub.secret \"%s\". 200자 이내여야 합니다."
225
226 #. TRANS: Client exception. %s is a feed URL.
227 #: actions/pushhub.php:151
228 #, php-format
229 msgid "Invalid hub.topic \"%s\". User does not exist."
230 msgstr "잘못된 hub.topic \"%s\". 사용자가 없습니다."
231
232 #. TRANS: Client exception. %s is a feed URL.
233 #: actions/pushhub.php:160
234 #, php-format
235 msgid "Invalid hub.topic \"%s\". Group does not exist."
236 msgstr "잘못된 hub.topic \"%s\". 그룹이 없습니다."
237
238 #. TRANS: Client exception. %s is a feed URL.
239 #: actions/pushhub.php:176
240 #, php-format
241 msgid "Invalid hub.topic %s; list does not exist."
242 msgstr "잘못된 hub.topic \"%s\". 리스트가 없습니다."
243
244 #. TRANS: Client exception.
245 #. TRANS: %1$s is this argument to the method this exception occurs in, %2$s
246 #. is a URL.
247 #: actions/pushhub.php:202
248 #, php-format
249 msgid "Invalid URL passed for %1$s: \"%2$s\""
250 msgstr "잘못된 URL을 %1$s에 넘겼습니다: \"%2$s\""
251
252 #. TRANS: Field label.
253 #: actions/ostatusgroup.php:78
254 msgid "Join group"
255 msgstr "그룹 가입"
256
257 #. TRANS: Tooltip for field label "Join group". Do not translate the
258 #. "example.net"
259 #. TRANS: domain name in the URL, as it is an official standard domain name
260 #. for examples.
261 #: actions/ostatusgroup.php:82
262 msgid "OStatus group's address, like http://example.net/group/nickname."
263 msgstr "OStatus 그룹의 주소. http://example.net/group/nickname 형식."
264
265 #. TRANS: Button text.
266 #. TRANS: Button text to continue joining a remote list.
267 #. TRANS: Button text.
268 #: actions/ostatusgroup.php:87 actions/ostatuspeopletag.php:82
269 #: actions/ostatussub.php:101
270 msgctxt "BUTTON"
271 msgid "Continue"
272 msgstr "계속"
273
274 #. TRANS: Error text displayed when trying to join a remote group the user is
275 #. already a member of.
276 #: actions/ostatusgroup.php:107
277 msgid "You are already a member of this group."
278 msgstr "이미 이 그룹의 회원입니다."
279
280 #. TRANS: OStatus remote group subscription dialog error.
281 #: actions/ostatusgroup.php:142
282 msgid "Already a member!"
283 msgstr "이미 회원입니다!"
284
285 #. TRANS: OStatus remote group subscription dialog error.
286 #: actions/ostatusgroup.php:152
287 msgid "Remote group join failed!"
288 msgstr "원격 그룹 가입이 실패했습니다!"
289
290 #. TRANS: Page title for OStatus remote group join form
291 #: actions/ostatusgroup.php:167
292 msgid "Confirm joining remote group"
293 msgstr "원격 그룹 가입 확인"
294
295 #. TRANS: Form instructions.
296 #: actions/ostatusgroup.php:178
297 msgid ""
298 "You can subscribe to groups from other supported sites. Paste the group's "
299 "profile URI below:"
300 msgstr "지원하는 사이트의 그룹에 구독할 수 있습니다. 아래에 그룹의 프로필 URI를 입력하십시오."
301
302 #. TRANS: Client error displayed when trying to list a local object as if it
303 #. is remote.
304 #: actions/ostatustag.php:40
305 msgid "You can use the local list functionality!"
306 msgstr ""
307
308 #. TRANS: Header for listing a remote object. %s is a remote object's name.
309 #: actions/ostatustag.php:54
310 #, php-format
311 msgid "List %s"
312 msgstr "%s 리스트"
313
314 #. TRANS: Button text to list a remote object.
315 #: actions/ostatustag.php:56
316 msgctxt "BUTTON"
317 msgid "Go"
318 msgstr "이동"
319
320 #. TRANS: Field label.
321 #: actions/ostatustag.php:68 actions/ostatusinit.php:134
322 msgid "User nickname"
323 msgstr "사용자 이름"
324
325 #. TRANS: Field title.
326 #: actions/ostatustag.php:70
327 msgid "Nickname of the user you want to list."
328 msgstr ""
329
330 #. TRANS: Field label.
331 #: actions/ostatustag.php:74 actions/ostatusinit.php:144
332 msgid "Profile Account"
333 msgstr "프로필 계정"
334
335 #. TRANS: Field title.
336 #: actions/ostatustag.php:76
337 msgid "Your account id (for example user@example.com)."
338 msgstr ""
339
340 #. TRANS: Client error displayed when remote profile address could not be
341 #. confirmed.
342 #. TRANS: Client error.
343 #: actions/ostatustag.php:103 actions/ostatusinit.php:191
344 msgid "Could not confirm remote profile address."
345 msgstr "원격 프로필 주소를 확인할 수 없습니다."
346
347 #. TRANS: Title for an OStatus list.
348 #: actions/ostatustag.php:121
349 msgid "OStatus list"
350 msgstr "OStatus 리스트"
351
352 #. TRANS: Client error displayed trying to perform an action without providing
353 #. an ID.
354 #. TRANS: Client error.
355 #: actions/peopletagsalmon.php:38 actions/usersalmon.php:36
356 #: actions/groupsalmon.php:38
357 msgid "No ID."
358 msgstr "아이디가 없습니다."
359
360 #. TRANS: Client error displayed when referring to a non-existing list.
361 #. TRANS: Client error.
362 #: actions/peopletagsalmon.php:45 actions/ostatusinit.php:240
363 msgid "No such list."
364 msgstr "그런 리스트가 없습니다."
365
366 #. TRANS: Client error displayed when trying to send a message to a remote
367 #. list.
368 #: actions/peopletagsalmon.php:54
369 msgid "Cannot accept remote posts for a remote list."
370 msgstr "원격 리스트에 대한 원격 포스팅을 받아들일 수 없습니다."
371
372 #. TRANS: Client error displayed when trying to subscribe a group to a list.
373 #. TRANS: Client error displayed when trying to unsubscribe a group from a
374 #. list.
375 #: actions/peopletagsalmon.php:91 actions/peopletagsalmon.php:124
376 msgid "Groups cannot subscribe to lists."
377 msgstr "그룹은 리스트에 구독할 수 없습니다."
378
379 #. TRANS: Server error displayed when subscribing a remote user to a list
380 #. fails.
381 #. TRANS: %1$s is a profile URI, %2$s is a list name.
382 #: actions/peopletagsalmon.php:109
383 #, php-format
384 msgid "Could not subscribe remote user %1$s to list %2$s."
385 msgstr "%1$s 원격 사용자가 %2$s 리스트에 구독할 수 없습니다."
386
387 #. TRANS: Client error displayed when trying to unsubscribe a remote user from
388 #. a list fails.
389 #. TRANS: %1$s is a profile URL, %2$s is a list name.
390 #: actions/peopletagsalmon.php:133
391 #, php-format
392 msgid "Could not unsubscribe remote user %1$s from list %2$s."
393 msgstr ""
394
395 #. TRANS: Client error.
396 #: actions/ostatusinit.php:44
397 msgid "You can use the local subscription!"
398 msgstr "로컬 구독을 사용할 수 없습니다!"
399
400 #. TRANS: Client error displayed when the session token does not match or is
401 #. not given.
402 #: actions/ostatusinit.php:68 actions/ostatussub.php:339
403 msgid "There was a problem with your session token. Try again, please."
404 msgstr "세션 토큰에 문제가 있습니다. 다시 시도하십시오."
405
406 #. TRANS: Form title.
407 #: actions/ostatusinit.php:85
408 msgctxt "TITLE"
409 msgid "Subscribe to user"
410 msgstr "사용자에 구독"
411
412 #. TRANS: Form legend. %s is a group name.
413 #: actions/ostatusinit.php:101
414 #, php-format
415 msgid "Join group %s"
416 msgstr "%s 그룹 가입"
417
418 #. TRANS: Button text to join a group.
419 #: actions/ostatusinit.php:103
420 msgctxt "BUTTON"
421 msgid "Join"
422 msgstr "가입"
423
424 #. TRANS: Form legend. %1$s is a list, %2$s is a lister's name.
425 #: actions/ostatusinit.php:106
426 #, php-format
427 msgid "Subscribe to list %1$s by %2$s"
428 msgstr "%2$s의 %1$s 리스트에 구독"
429
430 #. TRANS: Button text to subscribe to a list.
431 #. TRANS: Button text to subscribe to a profile.
432 #: actions/ostatusinit.php:108 actions/ostatusinit.php:114
433 msgctxt "BUTTON"
434 msgid "Subscribe"
435 msgstr "구독"
436
437 #. TRANS: Form legend. %s is a nickname.
438 #: actions/ostatusinit.php:112
439 #, php-format
440 msgid "Subscribe to %s"
441 msgstr "%s에 구독"
442
443 #. TRANS: Field label.
444 #: actions/ostatusinit.php:129
445 msgid "Group nickname"
446 msgstr "그룹 이름"
447
448 #. TRANS: Field title.
449 #: actions/ostatusinit.php:131
450 msgid "Nickname of the group you want to join."
451 msgstr "가입하려는 그룹의 이름."
452
453 #. TRANS: Field title.
454 #: actions/ostatusinit.php:136
455 msgid "Nickname of the user you want to follow."
456 msgstr "팔로우하려는 사용자의 이름."
457
458 #. TRANS: Tooltip for field label "Profile Account".
459 #: actions/ostatusinit.php:146
460 msgid "Your account ID (e.g. user@example.com)."
461 msgstr ""
462
463 #. TRANS: Client error.
464 #: actions/ostatusinit.php:168
465 msgid "Must provide a remote profile."
466 msgstr "원격 프로파일을 입력해야 합니다."
467
468 #. TRANS: Client error.
469 #. TRANS: Client error displayed when referring to a non-existing user.
470 #: actions/ostatusinit.php:217 actions/ostatusinit.php:231
471 #: actions/usersalmon.php:43
472 msgid "No such user."
473 msgstr "그런 사용자가 없습니다."
474
475 #. TRANS: Client error.
476 #: actions/ostatusinit.php:225 actions/groupsalmon.php:45
477 msgid "No such group."
478 msgstr "그런 그룹이 없습니다."
479
480 #. TRANS: Client error.
481 #: actions/ostatusinit.php:243
482 msgid "No local user or group nickname provided."
483 msgstr "입력한 로컬 사용자나 그룹 이름이 없습니다."
484
485 #. TRANS: Page title.
486 #: actions/ostatusinit.php:250
487 msgid "OStatus Connect"
488 msgstr "OStatus 연결"
489
490 #. TRANS: Server exception thrown when referring to a non-existing or empty
491 #. feed.
492 #: actions/pushcallback.php:51
493 msgid "Empty or invalid feed id."
494 msgstr "피드 아이디가 없거나 잘못되었습니다."
495
496 #. TRANS: Server exception. %s is a feed ID.
497 #: actions/pushcallback.php:57
498 #, php-format
499 msgid "Unknown PuSH feed id %s"
500 msgstr "PuSH 피드 아이디 \"%s\"을(를) 알 수 없습니다."
501
502 #. TRANS: Client exception. %s is an invalid feed name.
503 #: actions/pushcallback.php:96
504 #, php-format
505 msgid "Bad hub.topic feed \"%s\"."
506 msgstr "잘못된 hub.topic 피드 \"%s\"."
507
508 #. TRANS: Client exception. %s is an invalid topic.
509 #: actions/pushcallback.php:103
510 #, php-format
511 msgid "Unexpected subscribe request for %s."
512 msgstr "%s에 대해 예상치 못한 구독 요청."
513
514 #. TRANS: Client exception. %s is an invalid topic.
515 #: actions/pushcallback.php:108
516 #, php-format
517 msgid "Unexpected unsubscribe request for %s."
518 msgstr "%s에 대해 예상치 못한 구독 해제 요청."
519
520 #. TRANS: Client exception thrown when an undefied activity is performed.
521 #. TRANS: Client exception.
522 #: actions/usersalmon.php:71 classes/Ostatus_profile.php:510
523 msgid "Cannot handle that kind of post."
524 msgstr "그 종류의 게시물을 처리할 수 없습니다."
525
526 #. TRANS: Client exception.
527 #: actions/usersalmon.php:95
528 msgid "Not to anyone in reply to anything."
529 msgstr ""
530
531 #. TRANS: Client exception.
532 #: actions/usersalmon.php:138 actions/usersalmon.php:170
533 msgid "Not a person object."
534 msgstr ""
535
536 #. TRANS: Client exception.
537 #: actions/usersalmon.php:145
538 msgid "Unidentified profile being listed."
539 msgstr ""
540
541 #. TRANS: Client exception.
542 #: actions/usersalmon.php:150
543 msgid "This user is not the one being listed."
544 msgstr ""
545
546 #. TRANS: Client exception.
547 #: actions/usersalmon.php:160
548 msgid "The listing could not be saved."
549 msgstr ""
550
551 #. TRANS: Client exception.
552 #: actions/usersalmon.php:177
553 msgid "Unidentified profile being unlisted."
554 msgstr ""
555
556 #. TRANS: Client exception.
557 #: actions/usersalmon.php:182
558 msgid "This user is not the one being unlisted."
559 msgstr ""
560
561 #. TRANS: Client exception.
562 #: actions/usersalmon.php:193
563 msgid "The listing could not be deleted."
564 msgstr ""
565
566 #. TRANS: Client exception.
567 #: actions/usersalmon.php:214
568 msgid "Cannot handle that kind of object for liking/faving."
569 msgstr "그 종류의 오브젝트를 좋아함 처리할 수 없습니다."
570
571 #. TRANS: Client exception. %s is an object ID.
572 #: actions/usersalmon.php:221
573 #, php-format
574 msgid "Notice with ID %s unknown."
575 msgstr "아이디가 %s인 글을 알 수 없습니다."
576
577 #. TRANS: Client exception. %1$s is a notice ID, %2$s is a user ID.
578 #: actions/usersalmon.php:226
579 #, php-format
580 msgid "Notice with ID %1$s not posted by %2$s."
581 msgstr "아이다가 %1$s인 글은 %2$s 사용자가 쓰지 않았습니다."
582
583 #. TRANS: Field label.
584 #: actions/ostatuspeopletag.php:74
585 msgid "Subscribe to list"
586 msgstr "리스트에 구독"
587
588 #. TRANS: Field title.
589 #: actions/ostatuspeopletag.php:77
590 msgid "Address of the OStatus list, like http://example.net/user/all/tag."
591 msgstr ""
592
593 #. TRANS: Error text displayed when trying to subscribe to a list already a
594 #. subscriber to.
595 #: actions/ostatuspeopletag.php:102
596 msgid "You are already subscribed to this list."
597 msgstr "이미 이 리스트에 구독했습니다."
598
599 #. TRANS: OStatus remote group subscription dialog error.
600 #. TRANS: OStatus remote subscription dialog error.
601 #: actions/ostatuspeopletag.php:144 actions/ostatussub.php:318
602 msgid "Already subscribed!"
603 msgstr "이미 구독했습니다!"
604
605 #. TRANS: Page title for OStatus remote list subscription form
606 #: actions/ostatuspeopletag.php:165
607 msgid "Confirm subscription to remote list"
608 msgstr "원격 리스트에 구독 확인"
609
610 #. TRANS: Instructions for OStatus list subscription form.
611 #: actions/ostatuspeopletag.php:177
612 msgid ""
613 "You can subscribe to lists from other supported sites. Paste the list's URI "
614 "below:"
615 msgstr ""
616
617 #. TRANS: Client error.
618 #: actions/groupsalmon.php:54
619 msgid "Cannot accept remote posts for a remote group."
620 msgstr "원격 그룹에 대한 원격 포스팅을 받아들일 수 없습니다."
621
622 #. TRANS: Client error.
623 #: actions/groupsalmon.php:125
624 msgid "Groups cannot join groups."
625 msgstr "그룹은 그룹에 가입할 수 없습니다."
626
627 #. TRANS: Client error displayed when trying to join a group the user is
628 #. blocked from by a group admin.
629 #: actions/groupsalmon.php:138
630 msgid "You have been blocked from that group by the admin."
631 msgstr "관리자가 그룹에서 나를 차단했습니다."
632
633 #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname.
634 #: actions/groupsalmon.php:145
635 #, php-format
636 msgid "Could not join remote user %1$s to group %2$s."
637 msgstr "원격 %1$s 사용자가 %2$s 그룹에 가입할 수 없습니다."
638
639 #. TRANS: Client error displayed when trying to have a group join another
640 #. group.
641 #: actions/groupsalmon.php:157
642 msgid "Groups cannot be members of groups"
643 msgstr ""
644
645 #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname.
646 #: actions/groupsalmon.php:166
647 #, php-format
648 msgid "Could not remove remote user %1$s from group %2$s."
649 msgstr "%1$s 원격 사용자를 %2$s 그룹에서 제거할 수 없습니다."
650
651 #. TRANS: Field label for a field that takes an OStatus user address.
652 #: actions/ostatussub.php:94
653 msgid "Subscribe to"
654 msgstr "구독할 곳"
655
656 #. TRANS: Tooltip for field label "Subscribe to".
657 #: actions/ostatussub.php:97
658 msgid ""
659 "OStatus user's address, like nickname@example.com or "
660 "http://example.net/nickname."
661 msgstr "OStatus 사용자의 주소. nickname@example.com 또는 http://example.net/nickname 형식."
662
663 #. TRANS: Button text.
664 #: actions/ostatussub.php:136
665 msgid "Join"
666 msgstr "가입"
667
668 #. TRANS: Tooltip for button "Join".
669 #: actions/ostatussub.php:138
670 msgctxt "BUTTON"
671 msgid "Join this group"
672 msgstr "이 그룹 가입"
673
674 #. TRANS: Button text.
675 #: actions/ostatussub.php:141
676 msgctxt "BUTTON"
677 msgid "Confirm"
678 msgstr "확인"
679
680 #. TRANS: Tooltip for button "Confirm".
681 #: actions/ostatussub.php:143
682 msgid "Subscribe to this user"
683 msgstr "이 사용자를 구독"
684
685 #. TRANS: Extra paragraph in remote profile view when already subscribed.
686 #: actions/ostatussub.php:164
687 msgid "You are already subscribed to this user."
688 msgstr "이미 이 사용자에 구독했습니다."
689
690 #. TRANS: Error text.
691 #: actions/ostatussub.php:265 actions/ostatussub.php:269
692 #: actions/ostatussub.php:273 actions/ostatussub.php:277
693 #: actions/ostatussub.php:281
694 msgid ""
695 "Sorry, we could not reach that feed. Please try that OStatus address again "
696 "later."
697 msgstr "그 피드에 연결할 수 없습니다. 나중에 그 OStatus 주소를 시도해 보십시오."
698
699 #. TRANS: OStatus remote subscription dialog error.
700 #: actions/ostatussub.php:323
701 msgid "Remote subscription failed!"
702 msgstr "원격 구독이 실패했습니다!"
703
704 #. TRANS: Form title.
705 #: actions/ostatussub.php:365
706 msgid "Subscribe to user"
707 msgstr "사용자에 구독"
708
709 #. TRANS: Page title for OStatus remote subscription form.
710 #: actions/ostatussub.php:385
711 msgid "Confirm"
712 msgstr "확인"
713
714 #. TRANS: Instructions.
715 #: actions/ostatussub.php:397
716 msgid ""
717 "You can subscribe to users from other supported sites. Paste their address "
718 "or profile URI below:"
719 msgstr "지원하는 사이트의 사용자에 구독할 수 있습니다. 아래에 주소 또는 프로필 URI를 입력하십시오."
720
721 #. TRANS: Server exception.
722 #: classes/FeedSub.php:219
723 msgid "Attempting to start PuSH subscription for feed with no hub."
724 msgstr "hub가 없는 피드에 대해 PuSH 구독 시작을 시도했습니다."
725
726 #. TRANS: Server exception.
727 #: classes/FeedSub.php:255
728 msgid "Attempting to end PuSH subscription for feed with no hub."
729 msgstr "hub가 없는 피드에 대해 PuSH 구독 끝을 시도했습니다."
730
731 #. TRANS: Client exception. %s is a HTTP status code.
732 #: classes/HubSub.php:163
733 #, php-format
734 msgid "Hub subscriber verification returned HTTP %s."
735 msgstr "허브 구독자 확인이 HTTP %s 코드를 리턴했습니다."
736
737 #. TRANS: Exception. %1$s is a response status code, %2$s is the body of the
738 #. response.
739 #: classes/HubSub.php:269
740 #, php-format
741 msgid "Callback returned status: %1$s. Body: %2$s"
742 msgstr "콜백이 다음 상태를 리턴했습니다: %1$s. 내용: %2$s"
743
744 #. TRANS: Server exception. %s is a URI
745 #: classes/Ostatus_profile.php:187 classes/Ostatus_profile.php:205
746 #, php-format
747 msgid "Invalid ostatus_profile state: Two or more IDs set for %s."
748 msgstr ""
749
750 #. TRANS: Server exception. %s is a URI
751 #: classes/Ostatus_profile.php:190 classes/Ostatus_profile.php:208
752 #, php-format
753 msgid "Invalid ostatus_profile state: All IDs empty for %s."
754 msgstr ""
755
756 #. TRANS: Server exception.
757 #: classes/Ostatus_profile.php:399
758 msgid ""
759 "Invalid type passed to Ostatus_profile::notify. It must be XML string or "
760 "Activity entry."
761 msgstr "Ostatus_profile::notify에 잘못된 타입이 넘어왔습니다. XML 문자열이거나 Activity 엔트리여야 합니다."
762
763 #. TRANS: Exception.
764 #: classes/Ostatus_profile.php:432
765 msgid "Unknown feed format."
766 msgstr "피드 형식을 알 수 없습니다."
767
768 #. TRANS: Exception.
769 #: classes/Ostatus_profile.php:456
770 msgid "RSS feed without a channel."
771 msgstr "채널이 하나도 없는 RSS 피드입니다."
772
773 #. TRANS: Client exception thrown when trying to share multiple activities at
774 #. once.
775 #: classes/Ostatus_profile.php:548
776 msgid "Can only handle share activities with exactly one object."
777 msgstr ""
778
779 #. TRANS: Client exception thrown when trying to share a non-activity object.
780 #: classes/Ostatus_profile.php:555
781 msgid "Can only handle shared activities."
782 msgstr ""
783
784 #: classes/Ostatus_profile.php:566
785 msgid "Shared activity does not have an id"
786 msgstr ""
787
788 #. TRANS: Client exception thrown when saving an activity share fails.
789 #. TRANS: %s is a share ID.
790 #: classes/Ostatus_profile.php:584
791 #, php-format
792 msgid "Failed to save activity %s."
793 msgstr ""
794
795 #. TRANS: Client exception. %s is a source URI.
796 #: classes/Ostatus_profile.php:616 classes/Ostatus_profile.php:783
797 #, php-format
798 msgid "No content for notice %s."
799 msgstr "%s 글의 내용이 없습니다."
800
801 #. TRANS: Shown when a notice is longer than supported and/or when attachments
802 #. are present. At runtime
803 #. TRANS: this will usually be replaced with localised text from StatusNet
804 #. core messages.
805 #: classes/Ostatus_profile.php:651 classes/Ostatus_profile.php:818
806 msgid "Show more"
807 msgstr "자세히 보기"
808
809 #. TRANS: Exception. %s is a profile URL.
810 #: classes/Ostatus_profile.php:1015
811 #, php-format
812 msgid "Could not reach profile page %s."
813 msgstr "%s 프로필 페이지에 연결할 수 없습니다."
814
815 #. TRANS: Exception. %s is a URL.
816 #: classes/Ostatus_profile.php:1073 scripts/update_ostatus_profiles.php:187
817 #, php-format
818 msgid "Could not find a feed URL for profile page %s."
819 msgstr "프로필 페이지 %s에 대한 피드 URL을 찾을 수 없습니다."
820
821 #. TRANS: Feed sub exception.
822 #: classes/Ostatus_profile.php:1180
823 msgid "Cannot find enough profile information to make a feed."
824 msgstr "피드를 만들 프로필 정보를 찾을 수 없습니다."
825
826 #. TRANS: Server exception. %s is a URL.
827 #: classes/Ostatus_profile.php:1244 scripts/update_ostatus_profiles.php:56
828 #, php-format
829 msgid "Invalid avatar URL %s."
830 msgstr "잘못된 아바타 URL %s."
831
832 #. TRANS: Server exception. %s is a URI.
833 #: classes/Ostatus_profile.php:1257 scripts/update_ostatus_profiles.php:67
834 #, php-format
835 msgid "Tried to update avatar for unsaved remote profile %s."
836 msgstr "저장하지 않은 %s 원격 프로필에 대해 아바타 업데이트를 시도했습니다."
837
838 #. TRANS: Server exception. %s is a URL.
839 #: classes/Ostatus_profile.php:1267 scripts/update_ostatus_profiles.php:77
840 #, php-format
841 msgid "Unable to fetch avatar from %s."
842 msgstr "%s에서 아바타를 가져올 수 없습니다."
843
844 #. TRANS: Server exception.
845 #: classes/Ostatus_profile.php:1460
846 msgid "No author ID URI found."
847 msgstr "author ID URI가 없습니다."
848
849 #. TRANS: Exception.
850 #: classes/Ostatus_profile.php:1486
851 msgid "No profile URI."
852 msgstr "프로필 URI가 없습니다."
853
854 #. TRANS: Exception.
855 #: classes/Ostatus_profile.php:1492
856 msgid "Local user cannot be referenced as remote."
857 msgstr "로컬 사용자를 원격으로 접근할 수 없습니다."
858
859 #. TRANS: Exception.
860 #: classes/Ostatus_profile.php:1497
861 msgid "Local group cannot be referenced as remote."
862 msgstr "로컬 그룹을 원격으로 접근할 수 없습니다."
863
864 #. TRANS: Exception.
865 #: classes/Ostatus_profile.php:1505
866 msgid "Local list cannot be referenced as remote."
867 msgstr "로컬 리스트를 원격으로 접근할 수 없습니다."
868
869 #. TRANS: Server exception.
870 #: classes/Ostatus_profile.php:1560 classes/Ostatus_profile.php:1599
871 msgid "Cannot save local profile."
872 msgstr "로컬 프로필을 저장할 수 없습니다."
873
874 #. TRANS: Server exception.
875 #: classes/Ostatus_profile.php:1612
876 msgid "Cannot save local list."
877 msgstr "로컬 리스트를 저장할 수 없습니다."
878
879 #. TRANS: Server exception.
880 #: classes/Ostatus_profile.php:1620
881 msgid "Cannot save OStatus profile."
882 msgstr "OStatus 프로필을 저장할 수 없습니다."
883
884 #. TRANS: Exception.
885 #: classes/Ostatus_profile.php:1933 classes/Ostatus_profile.php:1960
886 #: scripts/update_ostatus_profiles.php:212
887 msgid "Not a valid webfinger address."
888 msgstr "올바른 webfinger 주소가 아닙니다."
889
890 #. TRANS: Exception. %s is a webfinger address.
891 #: classes/Ostatus_profile.php:2042
892 #, php-format
893 msgid "Could not save profile for \"%s\"."
894 msgstr "\"%s\"에 대한 프로필을 저장할 수 없습니다."
895
896 #. TRANS: Exception. %s is a webfinger address.
897 #: classes/Ostatus_profile.php:2062
898 #, php-format
899 msgid "Could not save OStatus profile for \"%s\"."
900 msgstr "\"%s\"에 대한 OStatus 프로필을 저장할 수 없습니다."
901
902 #. TRANS: Exception. %s is a webfinger address.
903 #: classes/Ostatus_profile.php:2070 scripts/update_ostatus_profiles.php:267
904 #, php-format
905 msgid "Could not find a valid profile for \"%s\"."
906 msgstr "\"%s\"에 대한 올바른 프로필을 찾을 수 없습니다."
907
908 #. TRANS: Server exception.
909 #: classes/Ostatus_profile.php:2113
910 msgid "Could not store HTML content of long post as file."
911 msgstr "긴 글의 HTML 내용을 파일로 저장할 수 없습니다."
912
913 #. TRANS: Server exception.
914 #. TRANS: %1$s is a protocol, %2$s is a URI.
915 #: classes/Ostatus_profile.php:2147
916 #, php-format
917 msgid "Unrecognized URI protocol for profile: %1$s (%2$s)."
918 msgstr "프로필에 대한 URI 프로토콜을 알 수 없습니다: %1$s (%2$s)."
919
920 #. TRANS: Server exception. %s is a URI.
921 #: classes/Ostatus_profile.php:2154
922 #, php-format
923 msgid "No URI protocol for profile: %s."
924 msgstr "프로필에 대한 URI 프로토콜이 없습니다: %s."
925
926 #. TRANS: Exception.
927 #: lib/magicenvelope.php:112
928 msgid "Unable to locate signer public key."
929 msgstr "서명 공개 키를 찾을 수 없습니다."
930
931 #. TRANS: Exception when public key was not properly formatted.
932 #: lib/magicenvelope.php:131
933 msgid "Incorrectly formatted public key element."
934 msgstr ""
935
936 #: lib/magicenvelope.php:213
937 msgid "Salmon post must be an Atom entry."
938 msgstr "Salmon 포스팅은 Atom 엔트리여야 합니다."
939
940 #. TRANS: Client error. Do not translate "application/magic-envelope+xml".
941 #: lib/salmonaction.php:46
942 msgid "Salmon requires \"application/magic-envelope+xml\"."
943 msgstr "Salmon에는 \"application/magic-envelope+xml\"이 필요합니다."
944
945 #. TRANS: Exception.
946 #: lib/salmonaction.php:59
947 msgid "Received a salmon slap from unidentified actor."
948 msgstr "알지 못하는 actor에서 salmon slap을 받았습니다."
949
950 #. TRANS: Client error.
951 #: lib/salmonaction.php:72
952 msgid "Salmon signature verification failed."
953 msgstr "Salmon 서명 확인이 실패했습니다."
954
955 #. TRANS: Client exception.
956 #: lib/salmonaction.php:121
957 msgid "Unrecognized activity type."
958 msgstr "인식할 수 없는 activity 종류."
959
960 #. TRANS: Client exception.
961 #: lib/salmonaction.php:137
962 msgid "This target does not understand posts."
963 msgstr "이 대상은 포스팅을 인식하지 못합니다."
964
965 #. TRANS: Client exception.
966 #: lib/salmonaction.php:143
967 msgid "This target does not understand follows."
968 msgstr "이 대상은 팔로우를 인식하지 못합니다."
969
970 #. TRANS: Client exception.
971 #: lib/salmonaction.php:149
972 msgid "This target does not understand unfollows."
973 msgstr "이 대상은 팔로우 취소를 인식하지 못합니다."
974
975 #. TRANS: Client exception.
976 #: lib/salmonaction.php:155
977 msgid "This target does not understand share events."
978 msgstr "이 대상은 행사 공유를 인식하지 못합니다."
979
980 #. TRANS: Client exception.
981 #: lib/salmonaction.php:161
982 msgid "This target does not understand joins."
983 msgstr "이 대상은 가입을 인식하지 못합니다."
984
985 #. TRANS: Client exception.
986 #: lib/salmonaction.php:167
987 msgid "This target does not understand leave events."
988 msgstr "이 대상은 행사 떠나기를 인식하지 못합니다."
989
990 #. TRANS: Client exception.
991 #: lib/salmonaction.php:173
992 msgid "This target does not understand list events."
993 msgstr ""
994
995 #. TRANS: Client exception.
996 #: lib/salmonaction.php:179
997 msgid "This target does not understand unlist events."
998 msgstr ""
999
1000 #. TRANS: String in the gettext speed test script. Unimportant.
1001 #: tests/gettext-speedtest.php:58
1002 msgid "Feeds"
1003 msgstr "피드"