From 162d293a60cd33167a188e4d0fcf07adee29d70f Mon Sep 17 00:00:00 2001 From: AMOS bot Date: Mon, 23 Dec 2013 12:26:28 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/zh_tw/error.php | 3 +++ 1 file changed, 3 insertions(+) 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'] = '無法下載元件。';