diff --git a/install/lang/es/moodle.php b/install/lang/es/moodle.php index 2b6d46e9bc0..815b27eaa75 100644 --- a/install/lang/es/moodle.php +++ b/install/lang/es/moodle.php @@ -31,6 +31,7 @@ defined('MOODLE_INTERNAL') || die(); $string['language'] = 'Idioma'; +$string['moodlelogo'] = 'Logo de Moodle'; $string['next'] = 'Siguiente'; $string['previous'] = 'Anterior'; $string['reload'] = 'Recargar'; diff --git a/install/lang/nl/moodle.php b/install/lang/nl/moodle.php index 53cc6ea589e..d73597dac7c 100644 --- a/install/lang/nl/moodle.php +++ b/install/lang/nl/moodle.php @@ -31,6 +31,7 @@ defined('MOODLE_INTERNAL') || die(); $string['language'] = 'Taal'; +$string['moodlelogo'] = 'Moodle logo'; $string['next'] = 'Volgende'; $string['previous'] = 'Vorige'; $string['reload'] = 'Opnieuw laden'; diff --git a/install/lang/pt_br/moodle.php b/install/lang/pt_br/moodle.php index e8ec5d9359d..cc92dabbc4a 100644 --- a/install/lang/pt_br/moodle.php +++ b/install/lang/pt_br/moodle.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); $string['language'] = 'Idioma'; -$string['moodlelogo'] = 'logotipo Moodle'; +$string['moodlelogo'] = 'Logotipo Moodle'; $string['next'] = 'Próximo'; $string['previous'] = 'Anterior'; $string['reload'] = 'Recarregar'; diff --git a/install/lang/zh_cn/error.php b/install/lang/zh_cn/error.php index 2e53dac19fd..1663ed5afc4 100644 --- a/install/lang/zh_cn/error.php +++ b/install/lang/zh_cn/error.php @@ -39,10 +39,11 @@ $string['cannotsavemd5file'] = '无法保存 md5 文件'; $string['cannotsavezipfile'] = '无法保存 ZIP 文件'; $string['cannotunzipfile'] = '无法解压文件'; $string['componentisuptodate'] = '组件已经是最新的了'; +$string['dmlexceptiononinstall'] = '

发生了一个数据库错误[{$a->errorcode}].
{$a->debuginfo}

'; $string['downloadedfilecheckfailed'] = '下载文件检查失败'; $string['invalidmd5'] = '无效的 md5'; $string['missingrequiredfield'] = '缺少了必需的字段'; -$string['remotedownloaderror'] = '下载组件至服务器失败,请校验代理设置,推荐安装 PHP cURL 扩展。

您必须手动下载下载{$a->url} ,拷贝至服务器上的“{$a->dest}”并解压至此。'; +$string['remotedownloaderror'] = '

下载组件至服务器失败,请校验代理设置,推荐安装 PHP cURL 扩展。

您必须手动下载下载{$a->url} ,拷贝至服务器上的“{$a->dest}”并解压至此。

'; $string['wrongdestpath'] = '错误的目标路径'; $string['wrongsourcebase'] = '错误的源 URL 基地址。'; $string['wrongzipfilename'] = '错误的 ZIP 文件名。'; diff --git a/install/lang/zh_tw/install.php b/install/lang/zh_tw/install.php index c91b80cfdad..6f888e8d2e5 100644 --- a/install/lang/zh_tw/install.php +++ b/install/lang/zh_tw/install.php @@ -71,7 +71,13 @@ $string['pathsroparentdataroot'] = '上層目錄({$a->parent})是不可寫入的 $string['pathssubadmindir'] = '有些網站主機使用/admin這個網址來瀏覽控制面版或其他功能。很不幸,這個設定和Moodle管理頁面的標準路徑產生衝突。這個問題可以解決,只需在您的安裝目錄中把admin更換名稱,然後把新名稱輸入到這裡。例如moodleadmin這麼做會改變Moodle中的管理連接。'; $string['pathssubdataroot'] = '你需要有一個地方讓Moodle可以儲存上傳的檔案。這一目錄對於網頁伺服器用戶(通常是"nobody"或"apache")而言,應該是可讀的和可寫的。但是它必須不能經由網頁直接存取。若此目錄不存在,這安裝程式將會試著建立它。'; $string['pathssubdirroot'] = '包含Moodle程式碼的目錄的完整路徑'; -$string['pathssubwwwroot'] = '可以瀏覽到Moodle的完整網址。Moodle不支援透過多個網址瀏覽,如果您的網站有多個公開網址,您必須把這個網址以外的網址都設定為永久重新導向。如果您的網站可以透過內部網址瀏覽,有可以透過這個公開網址瀏覽,那麼請設定DNS使網內用戶也能使用這公開的網址。如果此網址不正確,請在你的瀏覽器中修改URL來重新安裝,並設定另一個網址。'; +$string['pathssubwwwroot'] = '可以進入使用Moodle的完整網址,也就是用戶為了要使用Moodle,而需要輸入到瀏覽器的網址列的地址。 + +不可能使用多個網址來存取Moodle,如果您的網站有多個公開網址,您必須選擇一個最簡單的網址,並把其他的網址都設定為永久重新導向。 + +如果您的網站可以透過網際網路,也可以透過內部網路來瀏覽,那麼在此請設定公開的網址。 + +如果目前的網址不正確,請在你的瀏覽器的網址列中更改網址,並重新安裝。'; $string['pathsunsecuredataroot'] = '資料根(Dataroot)目錄的位置不安全'; $string['pathswrongadmindir'] = '管理目錄不存在'; $string['phpextension'] = '{$a} PHP擴展';