Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/install/lang/zh_tw/install.php File Reference

Go to the source code of this file.

Namespaces

namespace  installer

Variables

 $string ['admindirname'] = '管理目錄'
 $string ['availablelangs'] = '可使用的語言包'
 $string ['chooselanguagehead'] = '選擇一種語言'
 $string ['chooselanguagesub'] = '請選擇在安裝過程中使用的語言。稍後您可以根據需要重新選擇用於網站和使用者的語言。'
 $string ['dataroot'] = '資料目錄'
 $string ['dbprefix'] = '資料表名稱的前置字元'
 $string ['dirroot'] = 'Moodle目錄'
 $string ['environmenthead'] = '檢查您的環境中...'
 $string ['installation'] = '安裝'
 $string ['langdownloaderror'] = '很不幸地,語言“{$a}”並未安裝。安裝過程將以英文繼續。'
 $string ['memorylimithelp']
 $string ['phpversion'] = 'PHP版本'
 $string ['phpversionhelp']
 $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 ['welcomep60'] = '接下來的頁面將會透過一些簡單的步驟引導您安裝 <strong>Moodle</strong> 到電腦中,您可以接受預設值,或是針對自己的需求調整修改。'
 $string ['welcomep70'] = '點選 "下一步" 按鈕,繼續設定<strong>Moodle</strong>.'
 $string ['wwwroot'] = '網站位址'

Variable Documentation

$string['admindirname'] = '管理目錄'

Definition at line 33 of file install.php.

$string['availablelangs'] = '可使用的語言包'

Definition at line 34 of file install.php.

$string['chooselanguagehead'] = '選擇一種語言'

Definition at line 35 of file install.php.

$string['chooselanguagesub'] = '請選擇在安裝過程中使用的語言。稍後您可以根據需要重新選擇用於網站和使用者的語言。'

Definition at line 36 of file install.php.

$string['dataroot'] = '資料目錄'

Definition at line 37 of file install.php.

$string['dbprefix'] = '資料表名稱的前置字元'

Definition at line 38 of file install.php.

$string['dirroot'] = 'Moodle目錄'

Definition at line 39 of file install.php.

$string['environmenthead'] = '檢查您的環境中...'

Definition at line 40 of file install.php.

$string['installation'] = '安裝'

Definition at line 41 of file install.php.

$string['langdownloaderror'] = '很不幸地,語言“{$a}”並未安裝。安裝過程將以英文繼續。'

Definition at line 42 of file install.php.

$string['memorylimithelp']
Initial value:
 '<p>PHP記憶體上限目前設定為{$a}。</p>
<p>稍後它可能會造成Moodle記憶體的問題,尤其是您啟動了很多的模組及大量的使用者後。
<p>建議您儘可能將PHP的上限設得高一點,比如16M。
以下有幾種方式您可以試試:
<ol>
<li>如果可以的話,用<i>--enable-memory-limit</i>重新編譯PHP。讓Moodle自己設定記憶體上限.
<li>如果您要使用php.ini檔, 您可以改變<b>memory_limit</b>這個設定值,例如到16M。如果您無法使用這個檔,您可以請您的管理者幫您做
<li>在一些PHP伺服器上,您可以在Moodle目錄下,建立.htaccess檔,包含這行:<p><blockquote>php_value memory_limit 16M</blockquote></p>
<p>然而,在一些伺服器上,這將造成<b>所有的</b> PHP 網頁無法運作(當您看這些網頁時,您就會看到錯誤) 因此,您就必須將 .htaccess 檔案移除。
</ol>'

Definition at line 43 of file install.php.

$string['phpversion'] = 'PHP版本'

Definition at line 53 of file install.php.

$string['phpversionhelp']
Initial value:
 '<p>Moodle 需要至少4.1.0.的PHP版本 </p>
<p>您目前執行的是{$a} 版</p>
<p>您必須更新您的 PHP 或在有更新版本的主機進行安裝!</p>'

Definition at line 54 of file install.php.

$string['welcomep10'] = '{$a->installername} ({$a->installerversion})'

Definition at line 57 of file install.php.

$string['welcomep20'] = '這個頁面是提醒您已經成功安裝與啟動 <strong>{$a->packname} {$a->packversion}</strong> ,恭喜!'

Definition at line 58 of file install.php.

$string['welcomep30'] = '<strong>{$a->installername}</strong>包含了可以建立<strong>Moodle</strong>執行環境的應用程序:'

Definition at line 59 of file install.php.

$string['welcomep40'] = '這個軟體還包含了<strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong>。'

Definition at line 60 of file install.php.

$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> 授權協議發佈。'

Definition at line 61 of file install.php.

$string['welcomep60'] = '接下來的頁面將會透過一些簡單的步驟引導您安裝 <strong>Moodle</strong> 到電腦中,您可以接受預設值,或是針對自己的需求調整修改。'

Definition at line 62 of file install.php.

$string['welcomep70'] = '點選 "下一步" 按鈕,繼續設定<strong>Moodle</strong>.'

Definition at line 63 of file install.php.

$string['wwwroot'] = '網站位址'

Definition at line 64 of file install.php.

 All Data Structures Namespaces Files Functions Variables Enumerations