From ff1c3e67afbb20d92ffd908647756c339d199823 Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Fri, 23 Oct 2015 00:04:29 +0800 Subject: [PATCH] Automatically generated installer lang files --- install/lang/zh_tw/error.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/lang/zh_tw/error.php b/install/lang/zh_tw/error.php index ae3cd1d4e1c..c7f4ecc5c94 100644 --- a/install/lang/zh_tw/error.php +++ b/install/lang/zh_tw/error.php @@ -33,10 +33,10 @@ defined('MOODLE_INTERNAL') || die(); $string['cannotcreatedboninstall'] = '

無法建立資料庫

指定之資料庫並不存在。使用者並未有權限建立資料庫

網站管理員需查明資料庫之組態.

'; -$string['cannotcreatelangdir'] = '無法建立語言資料夾。'; -$string['cannotcreatetempdir'] = '無法建立暫存資料夾。'; -$string['cannotdownloadcomponents'] = '無法下載元件。'; -$string['cannotdownloadzipfile'] = '無法下載 ZIP 檔案。'; +$string['cannotcreatelangdir'] = '無法建立語言資料夾'; +$string['cannotcreatetempdir'] = '無法建立暫存資料夾'; +$string['cannotdownloadcomponents'] = '無法下載元件'; +$string['cannotdownloadzipfile'] = '無法下載 ZIP 壓縮檔案'; $string['cannotfindcomponent'] = '找不到元件'; $string['cannotsavemd5file'] = '無法儲存 md5 檔案'; $string['cannotsavezipfile'] = '無法儲存 ZIP 檔案';