* Typo in msg:exif-orientation-6 and msg:exif-orientation-7: Rotated not Roatated
[lhc/web/wiklou.git] / languages / LanguageKo.php
index 46f45bd..5b0a821 100644 (file)
@@ -63,8 +63,6 @@ require_once('LanguageUtf8.php');
 # both Korean and English. And he can later koreanize this part.
 
 /* private */ $wgAllMessagesKo = array(
-'special_version_prefix' => '',
-'special_version_postfix' => '',
 
 # User Toggles
 
@@ -163,7 +161,7 @@ require_once('LanguageUtf8.php');
 'lastmodified' => '이 문서는 최근 $1에 바뀌었습니다.',
 
 'viewcount'       => '이 문서는 총 $1번 읽혔습니다.',
-'printsubtitle' => '(http://www.wikipedia.org에서)',
+'printsubtitle' => '({{SERVER}}에서)',
 'protectedpage' => '보호되는 문서',
 'administrators' => '{{ns:4}}:관리자',
 'sysoptitle'  => 'Sysop 권한 필요',
@@ -406,7 +404,6 @@ text editing area as it will appear if you choose to save.',
 'uploadnologintext'   => '{{SITENAME}}에 [[Special:Userlogin|들어와]] 있을 때에만
 # special:userlogin 특수기능:들어가기
 파일을 올릴 수 있습니다.',
-'uploadfile'  => '파일 올리기',
 'uploaderror' => '올리기 오류',
 'uploadtext'  => "'''잠깐!''' 여기 그림을 올리기 전에,
 {{SITENAME}}의 [[Project:Image_use_policy|그림 사용 정책]]읽고 따라 주세요.
@@ -649,20 +646,6 @@ class LanguageKo extends LanguageUtf8 {
                return $wgNamespaceNamesKo;
        }
 
-       function getNsText($index) {
-               global $wgNamespaceNamesKo;
-               return $wgNamespaceNamesKo[$index];
-       }
-
-       function getNsIndex( $text ) {
-               global $wgNamespaceNamesKo;
-
-               foreach ( $wgNamespaceNamesKo as $i => $n ) {
-                       if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
-               }
-               return false;
-       }
-
        function getQuickbarSettings() {
                global $wgQuickbarSettingsKo;
                return $wgQuickbarSettingsKo;