diff --git a/install/lang/zh_tw/error.php b/install/lang/zh_tw/error.php index e678417ac98..56d14f3d3a7 100644 --- a/install/lang/zh_tw/error.php +++ b/install/lang/zh_tw/error.php @@ -30,6 +30,9 @@ defined('MOODLE_INTERNAL') || die(); +$string['cannotcreatedboninstall'] = '

無法建立資料庫

+

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

+

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

'; $string['cannotcreatelangdir'] = '無法建立語言資料夾。'; $string['cannotcreatetempdir'] = '無法建立暫存資料夾。'; $string['cannotdownloadcomponents'] = '無法下載元件。';