From: moodler Date: Sat, 29 Dec 2007 12:21:34 +0000 (+0000) Subject: Automatic installer.php lang files by installer_builder (20071229) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=953afed21b20f551b011d752e693627ca25bf3e1;p=moodle.git Automatic installer.php lang files by installer_builder (20071229) --- diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index 2484d32bce..244d4b84ce 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -103,6 +103,7 @@ $string['databasesettingssub_postgres7'] = 'Type: PostgreSQL
User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (mandatory)'; +$string['databasesettingswillbecreated'] = 'Note: The installer will try to create the database automatically if not exists.'; $string['dataroot'] = 'Data Directory'; $string['datarooterror'] = 'The \'Data Directory\' you specified could not be found or created. Either correct the path or create that directory manually.'; $string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.'; diff --git a/install/lang/fr_utf8/installer.php b/install/lang/fr_utf8/installer.php index cc388fc771..e52622af49 100644 --- a/install/lang/fr_utf8/installer.php +++ b/install/lang/fr_utf8/installer.php @@ -94,6 +94,7 @@ $string['databasesettingssub_postgres7'] = 'Type : Postgre Utilisateur : le nom d\'utilisateur de la base de données
Mot de passe : le mot de passe de la base de données
Préfixe des tables : le préfixe à utiliser pour les noms de toutes les tables (requis)'; +$string['databasesettingswillbecreated'] = 'Remarque : l\'installeur va essayer de créer automatiquement la base de données, si elle n\'existe pas encore.'; $string['dataroot'] = 'Dossier de données'; $string['datarooterror'] = 'Le dossier de données indiqué n\'a pas pu être trouvé ou créé. Veuillez corriger le paramètre ou créer manuellement le dossier.'; $string['dbconnectionerror'] = 'Moodle n\'a pas pu se connecter à la base de données indiquée. Veuillez vérifier les paramètres de votre base de données'; diff --git a/install/lang/th_utf8/installer.php b/install/lang/th_utf8/installer.php index ad3870b9a6..bce73815f6 100644 --- a/install/lang/th_utf8/installer.php +++ b/install/lang/th_utf8/installer.php @@ -144,7 +144,7 @@ $string['name'] = 'ชื่อ'; $string['next'] = 'ต่อไป'; $string['ok'] = 'เรียบร้อย'; $string['opensslrecommended'] = 'แนะนำให้ทำการติดตั้ง OpenSSL library เพื่อให้ Moodle ทำงานในระบบเน็ตเวิร์กได้ดีขึ้น'; -$string['parentlanguage'] = 'en'; +$string['parentlanguage'] = 'en'; // ORPHANED $string['pass'] = 'สำเร็จ'; $string['password'] = 'รหัสผ่าน'; $string['php50restricted'] = 'PHP 5.0.x มีปัญหาในการใช้งาน กรุณาอัพเกรดเป็นเวอร์ชัน 5.1.x หรือเปลี่ยนไปใช้งานเวอร์ชัน 4.3.x หรือ 4.4.x';