]> git.mjollnir.org Git - moodle.git/commitdiff
Automatic installer.php lang files by installer_builder (20071229)
authormoodler <moodler>
Sat, 29 Dec 2007 12:21:34 +0000 (12:21 +0000)
committermoodler <moodler>
Sat, 29 Dec 2007 12:21:34 +0000 (12:21 +0000)
install/lang/en_utf8/installer.php
install/lang/fr_utf8/installer.php
install/lang/th_utf8/installer.php

index 2484d32bcea3b84744e3a9751b7c71b6d0307659..244d4b84cee842f459eb19a35c43ae3a20bfb60a 100644 (file)
@@ -103,6 +103,7 @@ $string['databasesettingssub_postgres7'] = '<b>Type:</b> PostgreSQL<br />
        <b>User:</b> your database username<br />
        <b>Password:</b> your database password<br />
        <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
+$string['databasesettingswillbecreated'] = '<b>Note:</b> 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.';
index cc388fc7715b42cda09e7f1222af321714f0339f..e52622af4930666ce94d7d3414fc4bc083d83759 100644 (file)
@@ -94,6 +94,7 @@ $string['databasesettingssub_postgres7'] = '<strong>Type&nbsp;:</strong> Postgre
 <strong>Utilisateur&nbsp;:</strong> le nom d\'utilisateur de la base de données<br />
 <strong>Mot de passe&nbsp;:</strong> le mot de passe de la base de données<br />
 <strong>Préfixe des tables&nbsp;:</strong> le préfixe à utiliser pour les noms de toutes les tables (requis)';
+$string['databasesettingswillbecreated'] = '<b>Remarque&nbsp;:</b> 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';
index ad3870b9a68fa8e86898550241ecaa4e936e75bd..bce73815f6b5994da7905d3d49a4ed770ffe9e71 100644 (file)
@@ -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';