From 4ac2ded44b61ab5cfaeb203b6d800e136d364620 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Fri, 25 Dec 2015 00:04:15 +0800 Subject: [PATCH] Automatically generated installer lang files --- install/lang/zh_cn/error.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/lang/zh_cn/error.php b/install/lang/zh_cn/error.php index 2e53dac19fd..1663ed5afc4 100644 --- a/install/lang/zh_cn/error.php +++ b/install/lang/zh_cn/error.php @@ -39,10 +39,11 @@ $string['cannotsavemd5file'] = '无法保存 md5 文件'; $string['cannotsavezipfile'] = '无法保存 ZIP 文件'; $string['cannotunzipfile'] = '无法解压文件'; $string['componentisuptodate'] = '组件已经是最新的了'; +$string['dmlexceptiononinstall'] = '

发生了一个数据库错误[{$a->errorcode}].
{$a->debuginfo}

'; $string['downloadedfilecheckfailed'] = '下载文件检查失败'; $string['invalidmd5'] = '无效的 md5'; $string['missingrequiredfield'] = '缺少了必需的字段'; -$string['remotedownloaderror'] = '下载组件至服务器失败,请校验代理设置,推荐安装 PHP cURL 扩展。

您必须手动下载下载{$a->url} ,拷贝至服务器上的“{$a->dest}”并解压至此。'; +$string['remotedownloaderror'] = '

下载组件至服务器失败,请校验代理设置,推荐安装 PHP cURL 扩展。

您必须手动下载下载{$a->url} ,拷贝至服务器上的“{$a->dest}”并解压至此。

'; $string['wrongdestpath'] = '错误的目标路径'; $string['wrongsourcebase'] = '错误的源 URL 基地址。'; $string['wrongzipfilename'] = '错误的 ZIP 文件名。';