summaryrefslogtreecommitdiff
path: root/inc/lang/zh
diff options
context:
space:
mode:
Diffstat (limited to 'inc/lang/zh')
-rw-r--r--inc/lang/zh/denied.txt2
-rw-r--r--inc/lang/zh/lang.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/inc/lang/zh/denied.txt b/inc/lang/zh/denied.txt
index 276741c40..bf3a85478 100644
--- a/inc/lang/zh/denied.txt
+++ b/inc/lang/zh/denied.txt
@@ -1,3 +1,3 @@
====== 拒绝授权 ======
-对不起,您没有足够权限,无法继续。也许您忘了登录? \ No newline at end of file
+对不起,您没有足够权限,无法继续。@NOTLOGGEDIN@ \ No newline at end of file
diff --git a/inc/lang/zh/lang.php b/inc/lang/zh/lang.php
index 004997d6e..c3fdae46b 100644
--- a/inc/lang/zh/lang.php
+++ b/inc/lang/zh/lang.php
@@ -349,3 +349,4 @@ $lang['currentns'] = '当前命名空间';
$lang['searchresult'] = '搜索结果';
$lang['plainhtml'] = '纯HTML';
$lang['wikimarkup'] = 'Wiki Markup 语言';
+$lang['notloggedin'] = '对不起,您没有足够权限,无法继续。也许您忘了登录?';