.
/**
* Automatically generated strings for Moodle installer
*
* Do not edit this file manually! It contains just a subset of strings
* needed during the very first steps of installation. This file was
* generated automatically by export-installer.php (which is part of AMOS
* {@link http://docs.moodle.org/dev/Languages/AMOS}) using the
* list of strings defined in /install/stringnames.txt.
*
* @package installer
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['admindirname'] = '管理目錄';
$string['availablelangs'] = '可使用的語言包';
$string['chooselanguagehead'] = '選擇一種語言';
$string['chooselanguagesub'] = '請選擇在安裝過程中使用的語言。稍後您可以根據需要重新選擇用於網站和使用者的語言。';
$string['clialreadyconfigured'] = '檔案 config.php 已經存在,若你要安裝這一網站,請使用dmin/cli/install_database.php';
$string['clialreadyinstalled'] = '檔案 config.php 已經存在,若你要升級這一網站,請使用admin/cli/upgrade.php';
$string['cliinstallheader'] = 'Moodle {$a} 命令列安裝程式';
$string['databasehost'] = '資料庫主機';
$string['databasename'] = '資料庫名稱';
$string['databasetypehead'] = '選擇資料庫裝置';
$string['dataroot'] = '資料目錄';
$string['datarootpermission'] = '資料目錄存取授權';
$string['dbprefix'] = '資料表名稱的前置字元';
$string['dirroot'] = 'Moodle目錄';
$string['environmenthead'] = '檢查您的環境中...';
$string['environmentsub2'] = '每一個Moodle版本都有一些PHP版本的最低要求和一堆強制開啟的PHP擴展。在進行安裝或升級之前都需要作完整的環境檢查。
若你不知道要怎樣新的PHP版本或啟用PHP擴展,請聯絡伺服器管理員。';
$string['errorsinenvironment'] = '環境檢查失敗!';
$string['installation'] = '安裝';
$string['langdownloaderror'] = '很不幸地,語言“{$a}”並未安裝。安裝過程將以英文繼續。';
$string['memorylimithelp'] = '
PHP記憶體上限目前設定為{$a}。
稍後它可能會造成Moodle記憶體的問題,尤其是您啟動了很多的模組及大量的使用者後。
建議您儘可能將PHP的上限設得高一點,比如16M。 以下有幾種方式您可以試試:
php_value memory_limit 16M
然而,在一些伺服器上,這將造成所有的 PHP 網頁無法運作(當您看這些網頁時,您就會看到錯誤) 因此,您就必須將 .htaccess 檔案移除。
Moodle 需要的PHP版本至少要4.3.0或是5.1.0 (5.0.x有一些已知的問題)
您目前執行的版本是{$a}
您必須更新您的 PHP 或在有更新版本的主機上進行安裝!(若是5.0.x,你可以下降到4.4.x 版本)
'; $string['welcomep10'] = '{$a->installername} ({$a->installerversion})'; $string['welcomep20'] = '這個頁面是提醒您已經成功安裝與啟動 {$a->packname} {$a->packversion} ,恭喜!'; $string['welcomep30'] = '{$a->installername}包含了可以建立Moodle執行環境的應用程序:'; $string['welcomep40'] = '這個軟體還包含了Moodle {$a->moodlerelease} ({$a->moodleversion})。'; $string['welcomep50'] = '使用本軟體個包中包含的應用程序時應遵循它們各自的授權協議。整個{$a->installername} 軟體都是開放原始碼 ,並且遵循 GPL 授權協議發佈。'; $string['welcomep60'] = '接下來的頁面將會透過一些簡單的步驟引導您安裝 Moodle 到電腦中,您可以接受預設值,或是針對自己的需求調整修改。'; $string['welcomep70'] = '點選 "下一步" 按鈕,繼續設定Moodle.'; $string['wwwroot'] = '網站位址';