Automatically generated installer lang files

This commit is contained in:
AMOS bot 2015-04-21 00:04:17 +08:00
parent d302ba231f
commit cb2fc25ba0
2 changed files with 14 additions and 13 deletions

View File

@ -37,16 +37,17 @@ $string['cannotcreatelangdir'] = '無法建立語言資料夾。';
$string['cannotcreatetempdir'] = '無法建立暫存資料夾。';
$string['cannotdownloadcomponents'] = '無法下載元件。';
$string['cannotdownloadzipfile'] = '無法下載 ZIP 檔案。';
$string['cannotfindcomponent'] = '找不到元件';
$string['cannotsavemd5file'] = '無法儲存 md5 檔案';
$string['cannotsavezipfile'] = '無法儲存 ZIP 檔案';
$string['cannotunzipfile'] = '無法解壓縮檔案。';
$string['componentisuptodate'] = '元件已經是最新的了';
$string['cannotfindcomponent'] = '找不到元件';
$string['cannotsavemd5file'] = '無法儲存 md5 檔案';
$string['cannotsavezipfile'] = '無法儲存 ZIP 檔案';
$string['cannotunzipfile'] = '無法將檔案解壓縮';
$string['componentisuptodate'] = '元件已經是最新的了';
$string['dmlexceptiononinstall'] = '<p>資料庫有誤 [{$a->錯誤碼}].<br />{$a->排除故障資訊}</p>';
$string['downloadedfilecheckfailed'] = '下載檔案檢查錯誤';
$string['downloadedfilecheckfailed'] = '下載檔案檢查結果有錯誤';
$string['invalidmd5'] = '這檢查變項是錯的,再試一次';
$string['missingrequiredfield'] = '缺少部份必填欄位';
$string['remotedownloaderror'] = '下載元件至伺服器失敗檢查代理伺服器的設定、高度建議安裝PHP cURL您必須手動下載<a href="{$a->url}">{$a->url}</a>,並且複製到伺服器"{$a->dest}" 解壓縮';
$string['wrongdestpath'] = '錯誤的目的路徑。';
$string['wrongsourcebase'] = '錯誤的來源網址基礎。';
$string['wrongzipfilename'] = '錯誤的 ZIP 檔名。';
$string['remotedownloaderror'] = '<p>下載元件到你的伺服器已經失敗請檢查代理伺服器的設定、高度建議安裝PHP cURL擴展。</p>
<p>您必須手動下載<a href="{$a->url}">{$a->url}</a>檔案,並且複製到你的伺服器的"{$a->dest}",並在那兒解壓縮。</p>';
$string['wrongdestpath'] = '錯誤的目的路徑';
$string['wrongsourcebase'] = '錯誤的來源網址基礎';
$string['wrongzipfilename'] = '錯誤的 ZIP 檔名';

View File

@ -34,8 +34,8 @@ $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['clialreadyconfigured'] = '檔案 config.php 已經存在,若你要這一網站上安裝Moodle,請使用admin/cli/install_database.php';
$string['clialreadyinstalled'] = '檔案 config.php 已經存在,若你要在這一網站為Moodle升級請使用admin/cli/install_database.php';
$string['cliinstallheader'] = 'Moodle {$a} 命令列安裝程式';
$string['databasehost'] = '資料庫主機';
$string['databasename'] = '資料庫名稱';
@ -80,7 +80,7 @@ $string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
$string['welcomep20'] = '這個頁面是提醒您已經成功安裝與啟動 <strong>{$a->packname} {$a->packversion}</strong> ,恭喜!';
$string['welcomep30'] = '<strong>{$a->installername}</strong>包含了可以建立<strong>Moodle</strong>執行環境的應用程序:';
$string['welcomep40'] = '這個軟體還包含了<strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong>。';
$string['welcomep50'] = '使用本軟體個包中包含的應用程序時應遵循它們各自的授權協議。整個<strong>{$a->installername}</strong> 軟體都是<a href="http://www.opensource.org/docs/definition_plain.html">開放原始碼</a> ,並且遵循 <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> 授權協議發佈。';
$string['welcomep50'] = '使用本軟體包所包含的所有應用程序時,應遵循它們各自的授權協議。整個<strong>{$a->installername}</strong> 軟體都是<a href="http://www.opensource.org/docs/definition_plain.html">開放原始碼</a> ,並且是在 <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> 授權協議發佈。';
$string['welcomep60'] = '接下來的頁面將會透過一些簡單的步驟引導您安裝 <strong>Moodle</strong> 到電腦中,您可以接受預設值,或是針對自己的需求調整修改。';
$string['welcomep70'] = '點選 "下一步" 按鈕,繼續設定<strong>Moodle</strong>.';
$string['wwwroot'] = '網站位址';