summaryrefslogtreecommitdiff
path: root/inc/lang/ko
diff options
context:
space:
mode:
Diffstat (limited to 'inc/lang/ko')
-rw-r--r--inc/lang/ko/denied.txt2
-rw-r--r--inc/lang/ko/lang.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/inc/lang/ko/denied.txt b/inc/lang/ko/denied.txt
index cf0b294a4..50556a72e 100644
--- a/inc/lang/ko/denied.txt
+++ b/inc/lang/ko/denied.txt
@@ -1,3 +1,3 @@
====== 권한 거절 ======
-죄송하지만 계속할 수 있는 권한이 없습니다. 로그인을 잊으셨나요? \ No newline at end of file
+죄송하지만 계속할 수 있는 권한이 없습니다. @NOTLOGGEDIN@ \ No newline at end of file
diff --git a/inc/lang/ko/lang.php b/inc/lang/ko/lang.php
index 266ff01e5..120caba78 100644
--- a/inc/lang/ko/lang.php
+++ b/inc/lang/ko/lang.php
@@ -336,3 +336,4 @@ $lang['currentns'] = '현재 이름공간';
$lang['searchresult'] = '검색 결과';
$lang['plainhtml'] = '일반 HTML';
$lang['wikimarkup'] = '위키 문법';
+$lang['notloggedin'] = '로그인을 잊으셨나요?';