diff options
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 2958a2cbe25..b39972dc22d 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -307,9 +307,6 @@ OC.L10N.register( "Database host" : "数据库主机", "Please specify the port number along with the host name (e.g., localhost:5432)." : "请填写主机名称和端口号(例如,localhost:5432)。", "Performance warning" : "性能警告", - "SQLite will be used as database." : "SQLite 将被作为数据库使用。", - "For larger installations we recommend to choose a different database backend." : "在更大的环境下,我们建议选择一个不同的数据库后端。", - "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特别当使用桌面客户端来同步文件时,不鼓励使用 SQLite。", "Finish setup" : "安装完成", "Finishing …" : "正在完成 …", "Need help?" : "需要帮助?", @@ -403,6 +400,9 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "输入用户/组织或邮箱地址来共享给其他人。", "The specified document has not been found on the server." : "在服务器上没找到指定的文件。", "You can click here to return to %s." : "您可以点击这里返回 %s。", + "SQLite will be used as database." : "SQLite 将被作为数据库使用。", + "For larger installations we recommend to choose a different database backend." : "在更大的环境下,我们建议选择一个不同的数据库后端。", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特别当使用桌面客户端来同步文件时,不鼓励使用 SQLite。", "Wrong password." : "密码错误。", "Stay logged in" : "保持登录", "Back to log in" : "返回登录", |