diff options
Diffstat (limited to 'lib/l10n/zh_CN.js')
-rw-r--r-- | lib/l10n/zh_CN.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index ba27df9184b..cbea2de3a77 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -110,10 +110,6 @@ OC.L10N.register( "Role" : "角色", "Unknown user" : "未知用户", "Additional settings" : "其他设置", - "%s enter the database username and name." : "%s 输入数据库用户名和名称。", - "%s enter the database username." : "%s 输入数据库用户名。", - "%s enter the database name." : "%s 输入数据库名称。", - "%s you may not use dots in the database name" : "%s 您不能在数据库名称中使用英文句号。", "MySQL username and/or password not valid" : "MySQL数据库用户名和/或密码无效", "You need to enter details of an existing account." : "您需要输入现有账号的详细信息。", "Oracle connection could not be established" : "不能建立甲骨文连接", @@ -236,6 +232,10 @@ OC.L10N.register( "Storage is temporarily not available" : "存储暂时不可用", "Storage connection timeout. %s" : "存储连接超时。%s", "This can usually be fixed by giving the webserver write access to the config directory." : "通常可以通过授予 Web 服务器对 config 目录的写访问权限来解决此问题。", + "%s enter the database username and name." : "%s 输入数据库用户名和名称。", + "%s enter the database username." : "%s 输入数据库用户名。", + "%s enter the database name." : "%s 输入数据库名称。", + "%s you may not use dots in the database name" : "%s 您不能在数据库名称中使用英文句号。", "Cannot read file" : "无法读取文件", "Cannot write into \"config\" directory" : "无法写入“config”目录", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "这个通常可以通过赋予写入权限到 config 目录来修复。查看:%s", |