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