LanguageGa.php as posted on Meta and mentioned on wiki-intl by Gabriel Beecham
[lhc/web/wiklou.git] / languages / LanguageKo.php
1 <?php
2 global $IP;
3 include_once( "LanguageUtf8.php" );
4
5 # The names of the namespaces can be set here, but the numbers
6 # are magical, so don't change or move them! The Namespace class
7 # encapsulates some of the magic-ness.
8
9 /* private */ $wgNamespaceNamesKo = array(
10 -2 => "Media",
11 -1 => "특수기능", # Special
12 0 => "",
13 1 => "토론", # Talk
14 2 => "사용자", # User
15 3 => "사용자토론", # User_talk
16 4 => "위키백과", # Wikipedia
17 5 => "위키백과토론",# Wikipedia_talk
18 6 => "그림", # Image
19 7 => "그림토론" ,# Image_talk
20 8 => "MediaWiki",
21 9 => "MediaWiki_talk",
22 );
23
24 # I always compare this file with japanese file, when I'm confused.
25 # And DefaultUserOption isn't there in japanese one. What's
26 # this? I don't have to translate this. Am I right?
27
28 # The Japanese file is a bit obsolete, so don't trust it too much!
29 # Don't translate the text strings here, but you can customize any
30 # option values if you like. These will be the defaults for any user
31 # who isn't logged in, or a newly created user account.
32
33 /* private */ $wgQuickbarSettingsKo = array(
34 # "None", "Fixed left", "Fixed right", "Floating left"
35 "없음", "왼쪽 붙박이", "오른쪽 붙박이", "왼쪽 떠다님"
36
37 );
38
39 /* private */ $wgSkinNamesKo = array(
40 # "Standard", "Nostalgia", "Cologne Blue"
41 "보통", "그리움", "쾰른 파랑"
42 );
43
44 /* private */ $wgUserTogglesKo = array(
45 "hover" => "위키고리 풍선상자로 보이기",
46 "underline" => "고리에 밑줄치기",
47 "highlightbroken" => "없는 문서로의 고리 돋보이기",
48 "justify" => "문단 정렬",
49 "hideminor" => "사소한 편집 최근 바뀜에서 숨기기",
50 "numberheadings" => "머릿글 번호 매기기",
51 "showtoolbar" => "Show edit toolbar",
52 "rememberpassword" => "세션동안 암호 기억",
53 "editwidth" => "편집상자 너비 최대",
54 "editondblclick" => "Edit pages on double click (JavaScript)",
55 "watchdefault" => "Watch new and modified articles"
56 );
57
58 /* private */ $wgBookstoreListKo = array(
59 "AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN",
60 "PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1",
61 "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1",
62 "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1",
63 "Aladdin.co.kr" => "http://www.aladdin.co.kr/catalog/book.asp?ISBN=$1"
64 );
65
66 /* private */ $wgWeekdayNamesKo = array(
67 "일요일", "월요일", "화요일", "수요일", "목요일",
68 "금요일", "토요일"
69 );
70
71
72 # (Okay, I think I got it right now. This can be adjusted
73 # in the 'date' function down at the bottom. --Brion)
74 #
75 # Thanks. And it's usual that the time comes after dates.
76 # So I've change the timeanddate function, just exchanged $time and $date
77 # But you should check before you install it, 'cause I'm quite stupid about
78 # the programming.
79 #
80
81 /* private */ $wgWeekdayAbbreviationsKo = array(
82 "日", "月", "火", "水", "木",
83 "金", "土"
84 );
85
86 /* private */ $wgMonthNamesKo = array(
87 "1월", "2월", "3월", "4월", "5월", "6월",
88 "7월", "8월", "9월", "10월", "11월",
89 "12월"
90 );
91
92 /* private */ $wgMonthAbbreviationsKo = array(
93 "1", "2", "3", "4", "5", "6", "7", "8",
94 "9", "10", "11", "12"
95 );
96
97 # All special pages have to be listed here: a description of ""
98 # will make them not show up on the "Special Pages" page, which
99 # is the right thing for some of them (such as the "targeted" ones).
100 #
101
102
103 /* private */ $wgValidSpecialPagesKo = array(
104 "Userlogin" => "들어가기",
105 "Userlogout" => "나오기",
106 "Preferences" => "개인 맞춤",
107 "Watchlist" => "눈여겨보기목록",
108 "Recentchanges" => "최근 바뀜",
109 "Upload" => "파일 올리기",
110 "Imagelist" => "그림 목록",
111 "Listusers" => "사용자 목록",
112 "Statistics" => "누리터 통계",
113 "Randompage" => "아무거나",
114
115 "Lonelypages" => "외톨이 문서",
116 "Unusedimages" => "외톨이 그림",
117 "Popularpages" => "인기있는 문서",
118 "Wantedpages" => "가장 필요한 문서",
119 "Shortpages" => "짧은 문서",
120 "Longpages" => "긴 문서",
121 "Newpages" => "새 문서",
122 "Ancientpages" => "Ancientpages",
123 "Allpages" => "모두 나열",
124
125 "Ipblocklist" => "막힌 IP",
126
127 "Maintenance" => "관리",
128 "Specialpages" => "",
129 "Contributions" => "", # These are supposed to be blank;
130 "Emailuser" => "", # they don't work without the target
131 "Whatlinkshere" => "", # link so can't be used from the
132 "Recentchangeslinked" => "", # plain special pages list
133 "Movepage" => "",
134 "Booksources" => "외부 책방",
135 "Export" => "XML export",
136 "Version" => "Version",
137 );
138
139 # I'll leave this part in english, for it's more likely that
140 # there will probably no Korean for the maintaining this site
141 # in near future, and if any shows up, he would possibly speak
142 # both Korean and English. And he can later koreanize this part.
143
144 /* private */ $wgSysopSpecialPagesKo = array(
145 "Blockip" => "Block an IP address",
146 "Asksql" => "Query the database",
147 "Undelete" => "Undelete Page"
148 );
149
150 /* private */ $wgDeveloperSpecialPagesKo = array(
151 "Lockdb" => "Make database read-only",
152 "Unlockdb" => "Restore database write access",
153 );
154
155 /* private */ $wgAllMessagesKo = array(
156
157 # Bits of text used by many pages:
158 #
159 "mainpage" => "대문",
160 "about" => "소개",
161 "aboutwikipedia" => "위키백과란",
162 "aboutpage" => "위키백과:소개",
163 "help" => "도움말",
164 "helppage" => "위키백과:도움말",
165 "wikititlesuffix" => "위키백과",
166 "bugreports" => "벌레 발견",
167 "bugreportspage" => "위키백과:벌레_발견",
168 "faq" => "잦은질문(FAQ)",
169 "faqpage" => "위키백과:잦은질문(FAQ)",
170 "edithelp" => "편집 도움말",
171 "edithelppage" => "위키백과:문서_편집_방법",
172 "cancel" => "취소",
173 "qbfind" => "찾기",
174
175 # where does this "browse" appear? I haven't seen it.
176 # and therefore no idea what its function is.
177
178 # (Select the Cologne Blue skin; it's a section header
179 # in the sidebar over 'main page', 'recent changes', etc.)
180
181 "qbbrowse" => "항해판",
182 "qbedit" => "고치기",
183 "qbpageoptions" => "문서 기능",
184 "qbpageinfo" => "문서 정보",
185 "qbmyoptions" => "자기 기능",
186 "mypage" => "자기 문서",
187 "mytalk" => "자기 토론",
188 "currentevents" => "요즘의 화제",
189 "errorpagetitle" => "오류",
190 "returnto" => "$1(으)로 돌아가기.",
191 "fromwikipedia" => "위키백과, 우리 모두의 백과사전.",
192 "whatlinkshere" => "여길 가리키는 문서",
193 "help" => "도움말",
194 "search" => "찾기",
195 "history" => "문서역사",
196 "printableversion" => "인쇄용",
197 "editthispage" => "문서 고치기",
198 "deletethispage" => "문서 지우기",
199 "protectthispage" => "문서 보호",
200 "unprotectthispage" => "문서 보호 해제",
201 "talkpage" => "토론",
202 "subjectpage" => "본 문서",
203 "otherlanguages" => "다른 언어",
204 "redirectedfrom" => "($1에서 넘어옴.)",
205 "lastmodified" => "이 문서는 최근 $1에 바뀌었습니다.",
206
207 "viewcount" => "이 문서는 총 $1번 읽혔습니다.",
208 "printsubtitle" => "(http://www.wikipedia.org에서)",
209 "protectedpage" => "보호되는 문서",
210 "administrators" => "위키백과:관리자",
211 "sysoptitle" => "Sysop 권한 필요",
212 "sysoptext" => "해당 action은 \"Sysop\"만 실행할 수 있습니다.
213 참조 $1.",
214 "developertitle" => "Developer 권한 필요",
215 "developertext" => "해당 action은 \"developer\"만 실행할 수 있습니다.
216 참조 $1.",
217 "nbytes" => "$1 바이트",
218 "go" => "가기",
219 "ok" => "확인",
220 "sitetitle" => "위키백과",
221 "sitesubtitle" => "우리 모두의 백과사전",
222 "retrievedfrom" => "\"$1\"에서",
223
224 # Main script and global functions
225 #
226 "nosuchaction" => "그런 action은 없습니다.",
227 "nosuchactiontext" => "위키백과 무른모는 URL로 주어진 action을
228 모릅니다.",
229 "nosuchspecialpage" => "틀린 특수기능",
230 "nospecialpagetext" => "위키백과는 요청한 특수기능을
231 모릅니다.",
232
233 # General errors
234 #
235 # I'll leave this part in English for admins who don't understand Korean.
236 "error" => "Error",
237 "databaseerror" => "Database error",
238 "dberrortext" => "A database query syntax error has occurred.
239 This could be because of an illegal search query (see $5),
240 or it may indicate a bug in the software.
241 The last attempted database query was:
242 <blockquote><tt>$1</tt></blockquote>
243 from within function \"<tt>$2</tt>\".
244 MySQL returned error \"<tt>$3: $4</tt>\".",
245 "noconnect" => "Could not connect to DB on $1",
246 "nodb" => "Could not select database $1",
247 "readonly" => "Database locked",
248 "enterlockreason" => "Enter a reason for the lock, including an estimate
249 of when the lock will be released",
250 "readonlytext" => "The Wikipedia database is currently locked to new
251 entries and other modifications, probably for routine database maintenance,
252 after which it will be back to normal.
253 The administrator who locked it offered this explanation:
254 <p>$1",
255 "missingarticle" => "The database did not find the text of a page
256 that it should have found, named \"$1\".
257 This is not a database error, but likely a bug in the software.
258 Please report this to an administrator, making note of the URL.",
259 "internalerror" => "Internal error",
260 "filecopyerror" => "Could not copy file \"$1\" to \"$2\".",
261 "filerenameerror" => "Could not rename file \"$1\" to \"$2\".",
262 "filedeleteerror" => "Could not delete file \"$1\".",
263 "filenotfound" => "Could not find file \"$1\".",
264 "unexpected" => "Unexpected value: \"$1\"=\"$2\".",
265 "formerror" => "Error: could not submit form",
266 "badarticleerror" => "This action cannot be performed on this page.",
267 "cannotdelete" => "Could not delete the page or image specified.",
268
269 # Login and logout pages
270 #
271 "logouttitle" => "나옴",
272 "logouttext" => "위키백과에서 나왔습니다.
273 이대로 이름없이 위키백과를 이용하거나, 방금 사용했던 또이름, 혹은 다른 또이름으로 들어가서 이용하세요.\n",
274
275 "welcomecreation" => "<h2>$1 님, 환영합니다!</h2><p>또이름이 만들어 졌습니다.
276 개인 맞춤에서 자잘한 환경들을 바꾸어 보세요.",
277
278 "loginpagetitle" => "들어가기",
279 "yourname" => "또이름은",
280 "yourpassword" => "암호는",
281 "yourpasswordagain" => "암호 또 한번",
282 "newusersonly" => " (새내기 사용자)",
283 "remembermypassword" => "세쎤동안 암호를 기억합니다.",
284 "loginproblem" => "<b>들어가는 데 문제가 있습니다.</b><br>다시 해 보세요!",
285 "alreadyloggedin" => "<font color=red><b>$1 님, 벌써 들어와 있습니다!</b></font><br>\n",
286
287 "login" => "들어가기",
288 "userlogin" => "들어가기",
289 "logout" => "나가기",
290 "userlogout" => "나오기",
291 "createaccount" => "또이름 새로 만들기",
292 "badretype" => "암호가 서로 다릅니다.",
293 "userexists" => "또이름이 벌써 사용중입니다. 다른 또이름을 지으세요.",
294 "youremail" => "당신의 누리편지",
295 "yournick" => "당신의 별명 (서명용)",
296 "emailforlost" => "암호를 잊었을 때, 새 암호를 누리편지로 받을 수 있습니다.",
297 "loginerror" => "들어가기 오류",
298 "noname" => "또이름이 틀립니다.",
299 "loginsuccesstitle" => "들어가기 성공",
300 "loginsuccess" => "\"$1\" 위키백과에 들어왔습니다.",
301 "nosuchuser" => "\"$1\"란 또이름은 없습니다.".
302 "철자가 맞는지 확인하고, 아직 또이름이 없다면, 아래를 채워 또이름을 새로이 만드세요.",
303 "wrongpassword" => "암호가 틀립니다. 다시 시도하세요.",
304 "mailmypassword" => "새 암호를 누리편지로 보냅니다.",
305 "passwordremindertitle" => "위키백과에서 보내는 새 암호",
306 "passwordremindertext" => "누군가가 (IP $1 을 사용했던, 아마도 당신이)
307 새 위키백과 암호를 보내달라고 부탁했습니다.
308 또이름 \"$2\"의 암호는 이제 \"$3\"입니다.
309 새 암호로 위키백과에 들어와서, 암호를 바꾸세요.",
310 "noemail" => "또이름 \"$1\"에 딸린 누리편지주소정보가 없습니다.",
311 "passwordsent" => "\"$1\"의 새 암호를 누리편지로 보냈습니다.
312 암호를 받고 다시 들어오세요.",
313
314 # Edit pages
315 #
316 "summary" => "바꾼내용 간추리기",
317 "minoredit" => "사소한 편집",
318 "savearticle" => "저장",
319 "preview" => "미리보기",
320 "showpreview" => "미리보기",
321 "blockedtitle" => "사용자 접근금지",
322 "blockedtext" => "$1 가 당신의 또이름이나 IP를 막았습니다.
323 이유는 다음과 같습니다:<br>$2<p> 접근금지에 대해선 관리자와 상의하십시오.",
324 "newarticle" => "(새문서)",
325 "newarticletext" => "새문서에 내용을 써 넣으세요.",
326 "noarticletext" => "(현재 문서는 비어 있습니다.)",
327 "updated" => "(바뀜)",
328 "note" => "<strong>주의:</strong> ",
329 "previewnote" => "지금 미리보기로 보고 있는 내용은 아직 저장되지 않았습니다!",
330
331 # when does this message show up? I have encountered it yet, I guess.
332 # And what does it have to do with conflict? The message sound quite normal.
333 # (I don't think it _can_ show up. It's only used if you preview and get
334 # an edit conflict, but edit conflict is tripped only if you're saving.)
335 "previewconflict" => "This preview reflects the text in the upper
336 text editing area as it will appear if you choose to save.",
337
338 "editing" => "$1 고쳐쓰기",
339 "editconflict" => "고치기 충돌: $1",
340 "explainconflict" => "문서를 고쳐쓰는 동안, 문서가 바뀌었습니다.
341 위쪽이 바뀐 현재 문서이고, 아래쪽이 당신이 고쳐쓴 내용입니다.
342 당신이 고쳐쓴 내용을 현재 문서에 다시 집어 넣어야 할 것입니다.
343 지금 \"저장\"을 눌러도,
344 <b>오직</b> 위쪽에 있는 내용만 저장됩니다.\n<p>",
345 "yourtext" => "당신이 고쳐쓴 것",
346 "storedversion" => "바뀐 현재 문서",
347 "editingold" => "<strong>경고: 지금 옛날 버젼의 문서를 고치고 있습니다.
348 만약, 지금 여기서 저장을 하면, 그 때 이후의 모든 버젼을 잃게 됩니다.</strong>\n",
349 "yourdiff" => "차이",
350 "copyrightwarning" => "위키백과에 당신이 기여한 것은 모두 GNU 자유 문서 사용허가서(GFDL)
351 ($1참조)에 따라 배포됩니다.
352 당신이 써 넣은 내용이 제한없이 고쳐지고, 재배포되는 것이 싫다면, 저장하지 마십시오.에 반대할 때에는, 여기에 쓰지 마시길 바랍니다.<br>
353 또한, 여기 써 넣은 내용을 스스로 썼음을, 혹은 모두에게 공개된 자료에서 빌어왔음을
354 같이 약속해야 합니다.
355 <strong>저작권의 보호를 받는 내용을 저작권자의 허가없이 보내지 마십시오!</strong>",
356
357
358 # History pages
359 #
360 "revhistory" => "바뀐역사",
361 "nohistory" => "이 문서는 역사가 없습니다.",
362 "revnotfound" => "버젼 찾지 못함",
363 "revnotfoundtext" => "요청한 이 문서의 옛 버젼을 찾지 못했습니다.
364 이 문서에 접근할 때의 URL을 확인해 주십시오.\n",
365 "loadhist" => "문서역사를 받고 있습니다.",
366 "currentrev" => "현재 버젼",
367 "revisionasof" => "$1 버젼",
368 "cur" => "현재",
369 "next" => "다음",
370 "last" => "이전",
371 "orig" => "처음",
372 "histlegend" => "상세설명: (현재) = 현재 버젼과의 차이,
373 (이전) = 바로 이전 버전과의 차이, 少 = 사소한 편집",
374
375 # Diffs
376 #
377 "difference" => "(버젼사이 차이)",
378 "loadingrev" => "버젼 차이를 받고 있습니다.",
379 "lineno" => "$1째 줄:",
380 "editcurrent" => "현재 버전의 문서를 고칩니다.",
381
382 # Search results
383 #
384 "searchresults" => "찾아본 결과",
385 "searchhelppage" => "위키백과:찾기",
386 "searchingwikipedia" => "위키백과 찾기",
387 "searchresulttext" => "위키백과 찾기에 대해 자세한 정보는 $1 를 보세요.",
388 "searchquery" => "열쇠말 \"$1\"",
389 "badquery" => "좋지 않은 열쇠말",
390
391 # I think we should enable the less-than-3-letter query in Korean.
392 # One korean letter corresponds to one syllable. And when I do a search
393 # in google or yahoo. The query I type in is mostly 3, 4 of letters
394 # and it works. I'll leave this part in English. I'll wait for the
395 # software to be developed to be compitable three letter search.
396
397 # It's really 3 bytes, not 3 letters. Any Korean letter in UTF-8 encoding
398 # is 3 bytes, so in theory it should work. However, searches for Korean
399 # text don't work anyway. I'll have to bang it into shape... --Brion
400
401 # Then, one and a half, am I right?
402
403 "badquerytext" => "<b>Sorry, a search with Korean doesn't work yet.</b>
404 We could not process your query.
405 This is probably because you have attempted to search for a
406 word fewer than three letters long, which is not yet supported.
407 It could also be that you have mistyped the expression, for
408 example \"fish and and scales\".
409 Please try another query.",
410
411 "matchtotals" => "열쇠말 \"$1\"이 제목에 들어있는 문서는 $2개 이고,
412 내용에 담고있는 문서는 $3개 입니다.",
413 "titlematches" => "문서 제목 일치",
414 "notitlematches" => "제목과 맞는 문서가 없습니다.",
415 "textmatches" => "문서 내용 일치",
416 "notextmatches" => "내용에 열쇠말을 담고 있은 문서가 없습니다.",
417 "prevn" => "이전 $1",
418 "nextn" => "다음 $1",
419 "viewprevnext" => "($1) ($2) 보기 ($3).",
420 "showingresults" => "<b>$2</b>번 부터 <b>$1</b>개의 결과 입니다.",
421 "nonefound" => "<strong>Note</strong>: unsuccessful searches are
422 often caused by searching for common words like \"have\" and \"from\",
423 which are not indexed, or by specifying more than one search term (only pages
424 containing all of the search terms will appear in the result).",
425 "powersearch" => "찾기",
426 "powersearchtext" => "
427 Search in namespaces :<br>
428 $1<br>
429 $2 List redirects &nbsp; Search for $3 $9",
430
431
432 # Preferences page
433 #
434 "preferences" => "개인 맞춤",
435 "prefsnologin" => "나와 있습니다.",
436 "prefsnologintext" => "<a href=\"" .
437 wfLocalUrl( "특수기능:Userlogin" ) . "\">들어와</a> 있을 때에만,
438 # Special:Userlogin => 특수기능:들어가기 개인 환경을 맞출 수 있습니다.",
439 "prefslogintext" => "당신은 \"$1\", 맞죠?
440 당신의 내부 ID 번호는 $2입니다.",
441 "prefsreset" => "개인 맞춤을 보통으로 되돌렸습니다.",
442 "qbsettings" => "빨리가기 맞춤",
443 "changepassword" => "암호 바꾸기",
444 "skin" => "옷",
445 "saveprefs" => "맞춤 저장",
446 "resetprefs" => "맞춤 보통으로",
447 "oldpassword" => "현재 암호",
448 "newpassword" => "새 암호",
449 "retypenew" => "새 암호 또 한번",
450 "textboxsize" => "문서상자 크기",
451 "rows" => "줄수",
452 "columns" => "너비",
453 "searchresultshead" => "찾기 결과 맞춤",
454 "resultsperpage" => "쪽마다 보이는 결과",
455 "contextlines" => "결과마다 보이는 줄수",
456 "contextchars" => "줄수마다 보이는 글잣수",
457 "stubthreshold" => "씨앗보기 문턱값",
458 "recentchangescount" => "최근 바뀜에 보이는 항목 수",
459 "savedprefs" => "새 설정을 저장했습니다.",
460 "timezonetext" => "현지 시간과 서버 시간(UTC)과 차이를 써 넣으세요.",
461 "localtime" => "현지 시각",
462 "timezoneoffset" => "시간차",
463 "emailflag" => "다른 사용자에게서 누리편지 안 받음",
464
465 # Recent changes
466 #
467 "recentchanges" => "최근 바뀜",
468 "recentchangestext" => "아래 나열된 문서들이 최근에 바뀌었습니다.
469
470 [[위키백과:새내기_환영|새내기, 환영합니다]]!
471 새내기들은 다음 문서를 읽어 보세요.: [[위키백과:잦은질문(FAQ)|위키백과 잦은질문(FAQ)]],
472 [[위키백과:정책과 지침|위키백과 정책]]
473 (특별히 [[위키백과:제목달기 규칙|제목달기 규칙]],
474 [[위키백과:중립적인 시각|중립적인 시각]]),
475 그리고 [[위키백과:범하기_쉬운_실수|범하기 쉬운 실수]].
476
477 위키백과가 성공하려면, 여러분이 저작권에 저촉되는 내용을 이곳에 써 넣지 않는 것이
478 매우 중요합니다.' [[위키백과:저작권|저작권]].
479 법적 문제가 프로젝트를 망칠 수 있습니다. 저작권에 유의해 주세요.
480 또, [http://meta.wikipedia.org/wiki/Special:Recentchanges 최근 메타 토론]도
481 읽어 보세요.",
482 "rcloaderr" => "최근 바뀜을 받고 있습니다.",
483 "rcnote" => "다음이 최근 <strong>$2</strong>일간 바뀐 <strong>$1</strong>개의 문서입니다.",
484 "rclinks" => "최근 $2일 동안에 바뀐 $1개의 문서를 봅니다.",
485
486 # <font color="red">where does rchide appear?
487 # It doesn't, currently. I think it was proposed at one point.</font>
488 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
489
490 "diff" => "차이",
491 "hist" => "역사",
492 "hide" => "숨김",
493 "show" => "보임",
494 "tableform" => "표로",
495 "listform" => "목록으로",
496 "nchanges" => "$1개 바뀜",
497 "minoreditletter" => "少",
498 "newpageletter" => "新",
499
500 # Upload
501 #
502 "upload" => "올리기",
503 "uploadbtn" => "파일 올리기",
504 "uploadlink" => "그림 올리기",
505 "reupload" => "다시 올리기",
506 "reuploaddesc" => "올리기 틀로 돌아감",
507 "uploadnologin" => "나와있습니다.",
508 "uploadnologintext" => "위키백과에 <a href=\"" .
509 wfLocalUrl( "특수기능:Userlogin" ) . "\">들어와</a> 있을 때에만
510 # special:userlogin 특수기능:들어가기
511 파일을 올릴 수 있습니다.",
512 "uploadfile" => "파일 올리기",
513 "uploaderror" => "올리기 오류",
514 "uploadtext" => "<strong>잠깐!</strong> 여기 그림을 올리기 전에,
515 위키백과의 <a href=\"" .
516 wfLocalUrlE( "위키백과:Image_use_policy" ) . "\">그림 사용 정책</a>읽고 따라 주세요.
517 <p>
518 이미 올라온 그림을 찾아 보려면, <a href=\"" . wfLocalUrlE( "특수기능:Imagelist" ) .
519 "\">올라온 그림 목록</a>으로 가세요.
520 # Special:Image list 특수기능:그림_목록
521 그림을 올리거나 지우면 <a href=\"" .
522 wfLocalUrlE( "위키백과:올리기_기록" ) . "\">올리기 기록</a>에 그 사실이 남습니다.
523 # 위키백과:올리기_기록 위키백과:올리기_기록
524
525 <p>
526 밑에 있는 틀을 이용해서 문서에 담을 파일을 올리세요.
527 대부분의 누리그물 훑개(browser)는, 아래 \"찾아보기...\" (영문 \"Browse...\") 단추로
528 자기 컴퓨터의 파일을 찾게 해 줍니다.
529 원하는 파일을 고르면, 단추 옆의 공간에 파일이름이 채워질 것입니다.
530 또한, 저작권에 저촉되지 않는 파일을 올린다는 사실도
531 확인해야 합니다.
532 마지막으로, \"올리기\" 단추를 누르면 올라갑니다. 누리그물 연결이 느리면,
533 시간이 걸릴 수 있습니다.
534 <p>
535 위키백과는 사진은 JPEG형식을, 보통 그림, 아이콘은 PNG형식을, 소리는
536 OGG형식을 더 좋아합니다.
537 이름은 햇갈리지 않고, 내용을 잘 나타내는 것으로 지어주세요. 그림을 문서에
538 담을 때에는 <b>[[image:file.jpg]]</b> 또는 <b>[[image:file.png|alt text]]</b>
539 처럼, 소리를 담을 때에는<b>[[media:file.ogg]]</b>처럼 써서 고리를 걸어주면
540 됩니다.
541 <p>
542 다른 사람들이 올린 파일을 고치거나 지울 수 있다는 것을 알아두십시오.
543 또한, 시스템을 남용할 때에는, 파일 올리기가 금지될 수도 있습니다.
544 ",
545 "uploadlog" => "올리기 기록",
546 "uploadlogpage" => "올리기_기록",
547 "uploadlogpagetext" => "최근 올라온 그림 목록입니다.
548 모든 시간은 서버 기준(UTC)입니다.
549 <ul>
550 </ul>
551 ",
552 "filename" => "파일이름",
553 "filedesc" => "짧은설명",
554 "affirmation" => "파일의 저작권자가
555 $1의 조건으로 사용을 허가했음을 확인합니다.",
556 "copyrightpage" => "위키백과:저작권",
557 "copyrightpagename" => "위키백과 저작권",
558 "uploadedfiles" => "파일 올리기",
559 "noaffirmation" => "올리는 파일이 어떤 저작권에도 저촉되지 않음을
560 확인해야 합니다.",
561 "ignorewarning" => "경고 무시하고, 파일 저장",
562
563 # three alphabets and how many for Korean character?
564 "minlength" => "그림이름은 두글자가 넘어야 합니다.",
565
566 "badfilename" => "그림이름이 \"$1\"로 바뀌었습니다.",
567 "badfiletype" => "\".$1\" 형식은 권장하지 않습니다.",
568 "largefile" => "그림크기는 100k이하를 권장합니다.",
569 "successfulupload" => "올리기 성공",
570 "fileuploaded" => "\"$1\"가 올라갔습니다.
571 다음 고리($2)를 따라 가서, 설명문서에 파일에 대한 정보를(어디서 구했는지,
572 누가 언제 만들었는지, 또 그 이외 필요한 사항들을) 채우세요.",
573 "uploadwarning" => "올리기 경고",
574 "savefile" => "파일 저장",
575 "uploadedimage" => "\"$1\"를 올렸습니다.",
576
577 # Image list
578 #
579 "imagelist" => "그림 목록",
580 "imagelisttext" => "$2순으로 정리된 $1개의 그림입니다.",
581 "getimagelist" => "그림 목록 가져오기",
582 "ilshowmatch" => "이름이 맞는 그림 모두 보이기",
583 "ilsubmit" => "찾기",
584 "showlast" => "$2순으로 이전 $1개의 그림 보이기",
585 "all" => "모두",
586 "byname" => "이름",
587 "bydate" => "날짜",
588 "bysize" => "크기",
589 "imgdelete" => "지움",
590
591 "imgdesc" => "설명",
592 "imglegend" => "상세설명: (설명) = 그림 설명을 보입니다/고칩니다.",
593 "imghistory" => "그림역사",
594 "revertimg" => "돌림",
595 "deleteimg" => "지우기",
596 "imghistlegend" => "상세설명: (현재) = 현재의 그림입니다, (지움) = 옛 버젼을 지웁니다, (돌림) = 옛 버젼으로 되돌려 놓습니다.
597 <br><i>특정 날짜에 올라온 그림을 보려면, 날짜를 찍어 주세요</i>.",
598 "imagelinks" => "그림고리",
599 "linkstoimage" => "다음 문서들이 이 그림을 담고 있습니다:",
600 "nolinkstoimage" => "이 그림을 담고 있는 문서는 없습니다.",
601
602 # Statistics
603 #
604 "statistics" => "통계",
605 "sitestats" => "누리터 통계",
606 "userstats" => "사용자 통계",
607 "sitestatstext" => "이곳 정보창고(DB)에는 총 <b>$1</b>개의 문서가 있습니다.
608 이 숫자는 \"토론\" 문서, 위키백과 자체에 관한 문서, 자라기를 기다리는 \"씨앗\" 문서,
609 넘겨주기 문서, 그리고 아직 사전항목으로 부족한 문서들을 모두 포함한 것입니다.
610 이들을 제외하면, <b>$2</b>개의 문서가 있습니다.<p>
611 또, 무른모 업그레이드가 있었던 2002년 7월 20일 이래, 여러분은 총 <b>$3</b>번 문서를
612 읽었고, <b>$4</b>번 고쳤습니다.
613 따라서, 평균적으로 문서 하나가 <b>$5</b>번 바뀌었고, 한번 바뀔 때마다 <b>$6</b>번 읽힌
614 셈이 됩니다.",
615 "userstatstext" => "<b>$1</b>명의 사용자가 등록되어 있습니다.
616 이 중 관리자는 <b>$2</b>명입니다.($3 참조)",
617
618 # Maintenance Page
619 # I leave it in english.
620
621 "maintenance" => "Maintenance page",
622 "maintnancepagetext" => "This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)",
623 "maintenancebacklink" => "Back to Maintenance Page",
624 "disambiguations" => "Disambiguation pages",
625 "disambiguationspage" => "위키백과:Links_to_disambiguating_pages",
626 "disambiguationstext" => "The following articles link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br>A page is treated as dismbiguation if it is linked from $1.<br>Links from other namespaces are <i>not</i> listed here.",
627 "doubleredirects" => "Double Redirects",
628 "doubleredirectstext" => "<b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br>\nEach row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" taget article, which the first redirect should point to.",
629 "selflinks" => "Pages with Self Links",
630 "selflinkstext" => "The following pages contain a link to themselves, which they should not.",
631 "missinglanguagelinks" => "Missing Language Links",
632 "missinglanguagelinksbutton" => "Find missing language links for",
633 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
634
635
636 # Miscellaneous special pages
637 #
638 "orphans" => "외톨이 문서",
639 "lonelypages" => "외톨이 문서",
640 "unusedimages" => "안 쓰는 그림",
641 "popularpages" => "인기있는 문서",
642 "nviews" => "$1 번 읽음",
643 "wantedpages" => "필요한 문서",
644 "nlinks" => "$1개의 고리",
645 "allpages" => "모든 문서",
646 "randompage" => "아무거나",
647 "shortpages" => "짧은 문서",
648 "longpages" => "긴 문서",
649 "listusers" => "사용자들",
650 "specialpages" => "특수기능문서",
651 "spheading" => "특수기능문서",
652 "sysopspheading" => "Special pages for sysop use",
653 "developerspheading" => "Special pages for developer use",
654 "protectpage" => "보호된 문서",
655 "recentchangeslinked" => "여기서 가리키는 문서",
656 "rclsub" => "(\"$1\"의 고리들이 가리키는)",
657 "debug" => "Debug",
658 "newpages" => "새 문서",
659 "movethispage" => "문서 옮기기",
660 "unusedimagestext" => "<p>다음 그림중 어떤 것은, 다른 언어의 위키백과등 다른
661 누리터에서 URL바로걸기로 사용하고 있을 지도 모릅니다.",
662 "booksources" => "외부 책방",
663 "booksourcetext" => "새책이나 헌책을 파는 몇몇 누리터입니다. 찾고 있는 책의
664 정보를 담고 있을 수 있습니다.
665 위키백과는 다음 중 어떤 기업과도 관련이 없으며,
666 아래 목록이 상업적 광고로 오해되지 않기를 바랍니다.",
667
668 # Email this user
669 #
670 "mailnologin" => "누리편지주소 없음",
671 "mailnologintext" => "위키백과에 <a href=\"" .
672 wfLocalUrl( "특수기능:Userlogin" ) . "\">들어와</a> 있을 때, 또,
673 <a href=\"" .
674 wfLocalUrl( "특수기능:Preferences" ) . "\">개인 맞춤</a>에
675 자기의 누리편지주소를 기억시켰을 때에만,
676 다른 사용자에게 편지를 보낼 수 있습니다.",
677 "emailuser" => "사용자에게 편지쓰기",
678 "emailpage" => "누리편지 쓰기",
679 "emailpagetext" => "이 사용자가 개인맞춤에 옳바른 주소를 써 넣었다면,
680 아래 틀을 이용하여 편지를 보낼 수 있습니다.
681 이 사용자가 바로 답장할 수 있도록, 당신의 개인맞춤에 넣었던 주소가,
682 \"보낸이\" 주소에 들어갑니다.",
683 "noemailtitle" => "누리편지 없음",
684 "noemailtext" => "이 사용자는 누리편지를 받지않음에 맞추어 놓았거나,
685 옳바른 주소를 써 넣지 않았습니다.",
686 "emailfrom" => "보낸이",
687 "emailto" => "받는이",
688 "emailsubject" => "제목",
689 "emailmessage" => "편지내용",
690 "emailsend" => "보내기",
691 "emailsent" => "편지 보냄",
692 "emailsenttext" => "누리편지를 보냈습니다.",
693
694 # Watchlist
695 #
696 "watchlist" => "눈여겨보기 목록",
697 "watchlistsub" => "(\"$1\"의)",
698 "nowatchlist" => "눈여겨보는 문서가 아직 없습니다.",
699 "watchnologin" => "나와있습니다.",
700 "watchnologintext" => "<a href=\"" .
701 wfLocalUrl( "특수기능:Userlogin" ) . "\">들어와</a>
702 있을 때에만 눈여겨보기 목록을 볼 수 있습니다.",
703 "addedwatch" => "눈여겨 봅니다.",
704 "addedwatchtext" => "앞으로 \"$1\"문서와 딸린 토론를
705 <a href=\"" .
706 wfLocalUrl( "특수기능:Watchlist" ) . "\">눈여겨보기 목록</a>에서
707 관찰할 수 있으며,<a href=\"" .
708 wfLocalUrl( "특수기능:Recentchanges" ) . "\">최근 바뀜</a>에는 금방 눈에
709 띄도록 <b>두터운 글씨체</b>로 나타납니다.</p>
710
711 <p>더 이상 눈여겨 보지 않아도 될 때에는, 옆의 \"눈여겨 보지 않음\"을 누르면 됩니다.",
712 "removedwatch" => "눈여겨 보지 않음",
713 "removedwatchtext" => "\"$1\"를 더 이상 눈여겨 보지 않습니다.",
714 "watchthispage" => "눈여겨보기",
715 "unwatchthispage" => "눈여겨 보지 않음",
716 "notanarticle" => "문서가 아님",
717
718 # Delete/protect/revert
719 # I'll leave it in eng.
720 "deletepage" => "Delete page",
721 "confirm" => "Confirm",
722 "confirmdelete" => "Confirm delete",
723 "deletesub" => "(Deleting \"$1\")",
724 "confirmdeletetext" => "You are about to permanently delete a page
725 or image along with all of its history from the database.
726 Please confirm that you intend to do this, that you understand the
727 consequences, and that you are doing this in accordance with
728 [[위키백과:Policy]].",
729 "confirmcheck" => "Yes, I really want to delete this.",
730 "actioncomplete" => "Action complete",
731 "deletedtext" => "\"$1\" has been deleted.
732 See $2 for a record of recent deletions.",
733 "deletedarticle" => "deleted \"$1\"",
734 "dellogpage" => "Deletion_log",
735 "dellogpagetext" => "Below is a list of the most recent deletions.
736 All times shown are server time (UTC).
737 <ul>
738 </ul>
739 ",
740 "deletionlog" => "deletion log",
741 "reverted" => "Reverted to earlier revision",
742 "deletecomment" => "Reason for deletion",
743 "imagereverted" => "Revert to earlier version was successful.",
744 "undelete" => "Restore deleted page",
745 "undeletepage" => "View and restore deleted pages",
746 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
747 can be restored. The archive may be periodically cleaned out.",
748 "undeletearticle" => "Restore deleted article",
749 "undeleterevisions" => "$1 revisions archived",
750 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
751 If a new page with the same name has been created since the deletion, the restored
752 revisions will appear in the prior history, and the current revision of the live page
753 will not be automatically replaced.",
754 "undeleterevision" => "Deleted revision as of $1",
755 "undeletebtn" => "Restore!",
756 "undeletedarticle" => "restored \"$1\"",
757 "undeletedtext" => "The article [[$1]] has been successfully restored.
758 See [[위키백과:Deletion_log]] for a record of recent deletions and restorations.",
759
760 # Contributions
761 #
762 "contributions" => "사용자 기여",
763 "contribsub" => "$1의",
764 "nocontribs" => "이 사용는 어디에도 기여하지 않았습니다.",
765 "ucnote" => "<b>$2</b>일 동안 이 사용자가 바꾼 <b>$1</b>개의 문서입니다.",
766 "uclinks" => "최근 $1개 보기; 최근 $2일 보기",
767
768 # What links here
769 #
770 "whatlinkshere" => "여길 가리키는 문서",
771 "notargettitle" => "문서 없음",
772 "notargettext" => "기능을 수행할 목표 문서나 목표 사용자를
773 지정하지 않았습니다.",
774 "linklistsub" => "(고리 목록)",
775 "linkshere" => "다음 문서들이 여기를 가리키고 있습니다.",
776 "nolinkshere" => "어떤 문서도 이곳을 가리키지 않습니다.",
777 "isredirect" => "넘겨주기 문서",
778
779 # Block/unblock IP
780 # leave it in eng
781 "blockip" => "Block IP address",
782 "blockiptext" => "Use the form below to block write access
783 from a specific IP address.
784 This should be done only only to prevent valndalism, and in
785 accordance with [[위키백과:Policy|Wikipedia policy]].
786 Fill in a specific reason below (for example, citing particular
787 pages that were vandalized).",
788 "ipaddress" => "IP Address",
789 "ipbreason" => "Reason",
790 "ipbsubmit" => "Block this address",
791 "badipaddress" => "The IP address is badly formed.",
792 "noblockreason" => "You must supply a reason for the block.",
793 "blockipsuccesssub" => "Block succeeded",
794 "blockipsuccesstext" => "The IP address \"$1\" has been blocked.
795 <br>See [[특수기능:Ipblocklist|IP block list]] to review blocks.",
796 "unblockip" => "Unblock IP address",
797 "unblockiptext" => "Use the form below to restore write access
798 to a previously blocked IP address.",
799 "ipusubmit" => "Unblock this address",
800 "ipusuccess" => "IP address \"$1\" unblocked",
801 "ipblocklist" => "List of blocked IP addresses",
802 "blocklistline" => "$1, $2 blocked $3",
803 "blocklink" => "block",
804 "unblocklink" => "unblock",
805 "contribslink" => "contribs",
806
807 # Developer tools
808 #
809 "lockdb" => "Lock database",
810 "unlockdb" => "Unlock database",
811 "lockdbtext" => "Locking the database will suspend the ability of all
812 users to edit pages, change their preferences, edit their watchlists, and
813 other things requiring changes in the database.
814 Please confirm that this is what you intend to do, and that you will
815 unlock the database when your maintenance is done.",
816 "unlockdbtext" => "Unlocking the database will restore the ability of all
817 users to edit pages, change their preferences, edit their watchlists, and
818 other things requiring changes in the database.
819 Please confirm that this is what you intend to do.",
820 "lockconfirm" => "Yes, I really want to lock the database.",
821 "unlockconfirm" => "Yes, I really want to unlock the database.",
822 "lockbtn" => "Lock database",
823 "unlockbtn" => "Unlock database",
824 "locknoconfirm" => "You did not check the confirmation box.",
825 "lockdbsuccesssub" => "Database lock succeeded",
826 "unlockdbsuccesssub" => "Database lock removed",
827 "lockdbsuccesstext" => "The Wikipedia database has been locked.
828 <br>Remember to remove the lock after your maintenance is complete.",
829 "unlockdbsuccesstext" => "The Wikipedia database has been unlocked.",
830
831 # SQL query
832 #
833 "asksql" => "SQL query",
834 "asksqltext" => "Use the form below to make a direct query of the
835 Wikipedia database.
836 Use single quotes ('like this') to delimit string literals.
837 This can often add considerable load to the server, so please use
838 this function sparingly.",
839 "sqlquery" => "Enter query",
840 "querybtn" => "Submit query",
841 "selectonly" => "Queries other than \"SELECT\" are restricted to
842 Wikipedia developers.",
843 "querysuccessful" => "Query successful",
844
845 # Move page
846 #
847 "movepage" => "문서 옮기기",
848 "movepagetext" => "아래 틀을 채워 문서이름을 바꾸세요.
849 문서역사도 함께 새문서로 갑니다.
850 기존의 문서는 새이름의 문서로 넘겨주는 역할만 하는 넘겨주기 문서가 됩니다.
851 기존 문서로의 고리도 바뀌지 않습니다. 딸린토론이 있어도, 옮기지
852 않습니다.
853 <b>경고!</b>
854 인기있는 문서를 옮기면 예상치 못한 엄청난 결과를 가져올 수 있습니다.
855 옮기는 것이 옳다는 확신이 들 때에만 진행하세요.",
856 "movearticle" => "문서 옮기기",
857 "movenologin" => "나와 있습니다.",
858 "movenologintext" => "위키백과에 <a href=\"" .
859 wfLocalUrl( "특수기능:Userlogin" ) . "\">들어와</a> 있을 때에만
860 문서를 옮길 수 있습니다.",
861 "newtitle" => "새 이름",
862 "movepagebtn" => "옮기기",
863 "pagemovedsub" => "문서 옮김",
864 "pagemovedtext" => "\"[[$1]]\" \"[[$2]]\"로 옮겼습니다.",
865 "articleexists" => "그 이름의 문서가 이미 존재하거나, 새 이름이 옳바르지
866 않습니다. 이름을 다시 지으세요.",
867 "movedto" => "새 이름",
868 "movetalk" => "딸린 \"토론\"도 함께 옮깁니다.",
869 "talkpagemoved" => "딸린토론도 옮겼습니다.",
870 "talkpagenotmoved" => "딸린토론은 옮기지 <strong>않았습니다</strong>.",
871
872 );
873
874 class LanguageKo extends LanguageUtf8 {
875
876 function getDefaultUserOptions () {
877 $opt = Language::getDefaultUserOptions();
878 $opt["rcdays"]=14;
879 return $opt;
880 }
881
882 function getBookstoreList () {
883 global $wgBookstoreListKo ;
884 return $wgBookstoreListKo ;
885 }
886
887 function getNamespaces() {
888 global $wgNamespaceNamesKo;
889 return $wgNamespaceNamesKo;
890 }
891
892 function getNsText( $index ) {
893 global $wgNamespaceNamesKo;
894 return $wgNamespaceNamesKo[$index];
895 }
896
897 function getNsIndex( $text ) {
898 global $wgNamespaceNamesKo;
899
900 foreach ( $wgNamespaceNamesKo as $i => $n ) {
901 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
902 }
903 return false;
904 }
905
906 function getQuickbarSettings() {
907 global $wgQuickbarSettingsKo;
908 return $wgQuickbarSettingsKo;
909 }
910
911 function getSkinNames() {
912 global $wgSkinNamesKo;
913 return $wgSkinNamesKo;
914 }
915
916 function getUserToggles() {
917 global $wgUserTogglesKo;
918 return $wgUserTogglesKo;
919 }
920
921 function getMonthName( $key )
922 {
923 global $wgMonthNamesKo;
924 return $wgMonthNamesKo[$key-1];
925 }
926
927 function getMonthAbbreviation( $key )
928 {
929 global $wgMonthAbbreviationsKo;
930 return $wgMonthAbbreviationsKo[$key-1];
931 }
932
933 function getWeekdayName( $key )
934 {
935 global $wgWeekdayNamesKo;
936 return $wgWeekdayNamesKo[$key-1];
937 }
938
939 # Inherit default userAdjust()
940
941 function date( $ts, $adj = false )
942 {
943 global $wgWeekdayAbbreviationsKo;
944 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
945
946 # This is horribly inefficient; I need to rework this
947 $x = getdate(mktime(( (int)substr( $ts, 8, 2) ) + $diff,
948 (int)substr( $ts, 10, 2 ), (int)substr( $ts, 12, 2 ),
949 (int)substr( $ts, 4, 2 ), (int)substr( $ts, 6, 2 ),
950 (int)substr( $ts, 0, 4 )));
951
952 $d = substr( $ts, 0, 4 ) . "년 " .
953 $this->getMonthAbbreviation( substr( $ts, 4, 2 ) ) . "월 " .
954 (0 + substr( $ts, 6, 2 )) . "일 " .
955 "(" . $wgWeekdayAbbreviationsKo[$x["wday"]] . ")";
956 return $d;
957 }
958
959 function time( $ts, $adj = false )
960 {
961 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
962
963 $t = substr( $ts, 8, 2 ) . ":" . substr( $ts, 10, 2 );
964 return $t;
965 }
966
967 function timeanddate( $ts, $adj = false )
968 {
969 return $this->date( $ts, $adj ) . " " . $this->time( $ts, $adj );
970 }
971
972 # inherit function rfc1123( $ts )
973
974 function getValidSpecialPages()
975 {
976 global $wgValidSpecialPagesKo;
977 return $wgValidSpecialPagesKo;
978 }
979
980 function getSysopSpecialPages()
981 {
982 global $wgSysopSpecialPagesKo;
983 return $wgSysopSpecialPagesKo;
984 }
985
986 function getDeveloperSpecialPages()
987 {
988 global $wgDeveloperSpecialPagesKo;
989 return $wgDeveloperSpecialPagesKo;
990 }
991
992 function getMessage( $key )
993 {
994 global $wgAllMessagesKo, $wgAllMessagesEn;
995 $m = $wgAllMessagesKo[$key];
996
997 if ( "" == $m ) { return $wgAllMessagesEn[$key]; }
998 else return $m;
999 }
1000
1001 # Inherit default iconv()
1002
1003 # Inherit ucfirst() and stripForSearch() from LanguageUtf8
1004
1005 # Inherit default checkTitleEncoding()
1006
1007 }
1008
1009 ?>