diff --git a/install/lang/da_rum/langconfig.php b/install/lang/da_rum/langconfig.php new file mode 100644 index 00000000000..1c8c74c887a --- /dev/null +++ b/install/lang/da_rum/langconfig.php @@ -0,0 +1,35 @@ +. + +/** + * 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['parentlanguage'] = 'da'; +$string['thisdirection'] = 'ltr'; +$string['thislanguage'] = 'Dansk Rum'; diff --git a/install/lang/pt/moodle.php b/install/lang/pt/moodle.php index 2762cccdc29..5181c4246bf 100644 --- a/install/lang/pt/moodle.php +++ b/install/lang/pt/moodle.php @@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die(); $string['language'] = 'Idioma'; -$string['moodlelogo'] = 'Logotipo Moodle'; +$string['moodlelogo'] = 'Logótipo Moodle'; $string['next'] = 'Seguinte'; $string['previous'] = 'Anterior'; $string['reload'] = 'Recarregar'; diff --git a/install/lang/ro/install.php b/install/lang/ro/install.php index e723e1b9685..42a202e423f 100644 --- a/install/lang/ro/install.php +++ b/install/lang/ro/install.php @@ -64,5 +64,6 @@ $string['phpversionhelp'] = '
Moodle necesită o versiune PHP de cel puțin 4
Trebuie să upgradați PHP sau să îl mutați pe o gazdă cu o nouă versiune de PHP!
(În cazul 5.0.x puteți, de asemenea, să downgradați la versiunea 4.4.x)
你需要有一個目錄讓Moodle可以儲存所有的用戶上傳的檔案。
這目錄對於網頁伺服器用戶(通常是"www-data"、"nobody"或"apache")而言,應該是可讀的和可寫的。
+它必須是不能透過網際網路直接存取的。
+若此目錄目前不存在,這安裝過程將會試著建立它。
'; $string['pathssubdirroot'] = '包含Moodle程式碼的目錄的完整路徑'; $string['pathssubwwwroot'] = '可以進入使用Moodle的完整網址,也就是用戶為了要使用Moodle,而需要輸入到瀏覽器的網址列的地址。 @@ -87,9 +89,10 @@ $string['phpversionhelp'] = 'Moodle 需要的PHP版本至少要4.3.0或是5.1
您必須更新您的 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['welcomep30'] = '這一{$a->installername}的版本包含了一些可以建立Moodle執行環境的應用程序:'; $string['welcomep40'] = '這個軟體還包含了Moodle {$a->moodlerelease} ({$a->moodleversion})。'; $string['welcomep50'] = '使用本軟體包所包含的所有應用程序時,應遵循它們各自的授權協議。整個{$a->installername} 軟體都是開放原始碼 ,並且是在 GPL 授權協議下發佈。'; -$string['welcomep60'] = '接下來的頁面將會透過一些簡單的步驟引導您安裝 Moodle 到電腦中,您可以接受預設值,或是針對自己的需求調整修改。'; +$string['welcomep60'] = '接下來的一些頁面將會透過一些簡單的步驟引導您配置和設定在你電腦上的 Moodle 。 +您可以接受這些預設值,或是針對你自己的需要來調整。'; $string['welcomep70'] = '點選 "下一步" 按鈕,繼續設定Moodle.'; $string['wwwroot'] = '網站位址';