Skip to content

Commit

Permalink
Automatic installer.php lang files by installer_builder (20071229)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Dec 29, 2007
1 parent 2d03528 commit 953afed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions install/lang/en_utf8/installer.php
Expand Up @@ -103,6 +103,7 @@
<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.';
Expand Down
1 change: 1 addition & 0 deletions install/lang/fr_utf8/installer.php
Expand Up @@ -94,6 +94,7 @@
<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';
Expand Down
2 changes: 1 addition & 1 deletion install/lang/th_utf8/installer.php
Expand Up @@ -144,7 +144,7 @@
$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';
Expand Down

0 comments on commit 953afed

Please sign in to comment.