aboutsummaryrefslogtreecommitdiffstats
path: root/language/zh_CN/upgrade.lang.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-05-03 13:27:08 +0000
committerplegall <plg@piwigo.org>2010-05-03 13:27:08 +0000
commit43f0af547c68720b4fe3222b5cc8ce1beaf198b0 (patch)
treed867f5051d35871d90c6d44a048f7199905c82dd /language/zh_CN/upgrade.lang.php
parent0c8cebe04422aa47021f66acfcd2e3629ccaf7ae (diff)
bug 1640 fixed: the plugin deactivation warning key was not correctly set in
all language files. git-svn-id: http://piwigo.org/svn/trunk@6053 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/zh_CN/upgrade.lang.php')
-rw-r--r--language/zh_CN/upgrade.lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/zh_CN/upgrade.lang.php b/language/zh_CN/upgrade.lang.php
index 3cf55e1f4..eb2e17db3 100644
--- a/language/zh_CN/upgrade.lang.php
+++ b/language/zh_CN/upgrade.lang.php
@@ -33,7 +33,7 @@ $lang['total SQL time'] = "总共 SQL 时间";
$lang['SQL queries'] = "SQL 查询";
$lang['Upgrade informations'] = "升级信息";
$lang['Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.'] = "如果您遇到任何问题,请在[管理员>特殊>维护]执行维护检测";
-$lang['As a precaution, following plugins have been disabled. You must check for plugins upgrade before reactiving them:'] = "为了预防万一,以下插件已被停用。在您重新启用它们之前,必须先检查这些插件的更新:";
+$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = "为了预防万一,以下插件已被停用。在您重新启用它们之前,必须先检查这些插件的更新:";
$lang['Only administrator can run upgrade: please sign in below.'] = "只有管理员能运行升级操作:请先登录。";
$lang['You do not have access rights to run upgrade'] = "您没有执行升级程序的权限";
$lang['All sub-categories of private categories become private'] = "所有私有类别下的子类别都将成为私有。";