Automatic installer.php lang files by installer_builder (20080520)
authormoodlerobot <moodlerobot>
Tue, 20 May 2008 01:18:41 +0000 (01:18 +0000)
committermoodlerobot <moodlerobot>
Tue, 20 May 2008 01:18:41 +0000 (01:18 +0000)
install/lang/en_utf8/installer.php
install/lang/fr_utf8/installer.php

index a252ac247819585d66498bd065ecf1e1118fd221..59cbf252d7e73c59e0da85079c13ff3c27a50014 100644 (file)
@@ -356,6 +356,10 @@ $string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 4.3.0
 <p>You must upgrade PHP or move to a host with a newer version of PHP!<br/>
 (In case of 5.0.x you could also downgrade to 4.4.x version)</p>';
 $string['postgres7'] = 'PostgreSQL (postgres7)';
+$string['prefixcannotbeempty'] = '<p>Error: database table prefix can not be empty ($a)</p>
+<p>The site administrator must fix this problem.</p>';
+$string['prefixtoolong'] = '<p>Error: database table prefix is too long ($a->dbfamily)</p>
+<p>The site administrator must fix this problem. Maximum length for table prefixes in $a->dbfamily is $a->maxlength characters.</p>';
 $string['previous'] = 'Previous';
 $string['qtyperqpwillberemoved'] = 'During the upgrade, the RQP question type will be removed. You were not using this question type, so you should not experience any problems.';
 $string['qtyperqpwillberemovedanyway'] = 'During the upgrade, the RQP question type will be removed. You have some RQP questions in your database, and these will stop working unless you reinstall the code from http://moodle.org/mod/data/view.php?d=13&amp;rid=797 before continuing with the upgrade.';
index 6287cb579fb693345eadbaac1aee02e341d7dedf..68b05c07c35722d6241d4cff8be09b567ca89952 100644 (file)
@@ -261,6 +261,8 @@ $string['phpversion'] = 'Version de PHP';
 $string['phpversionerror'] = 'La version du programme PHP doit être au moins 4.3.0 ou 5.1.0 (5.0.x a bon nombre de problèmes).';
 $string['phpversionhelp'] = '<p>Moodle nécessite au minimum la version 4.3.0 ou 5.1.0 (5.0.x a bon nombre de problèmes).</p><p>Vous utilisez actuellement la version $a.</p><p>Pour que Moodle fonctionne, vous devez mettre à jour PHP ou aller chez un hébergeur ayant une version récente de PHP.<br />(Si vous avez une version 5.0.x, vous pouvez aussi re-passer à la version 4.4.x)</p>'; // ORPHANED
 $string['postgres7'] = 'PostgreSQL (postgres7)';
+$string['prefixcannotbeempty'] = '<p>Erreur&nbsp;: le préfixe des tables de la base de données ne peut pas être vide ($a).</p><p>L\'administrateur du site doit corriger ce problème.</p>';
+$string['prefixtoolong'] = '<p>Erreur&nbsp;: le préfixe des tables de la base de données est trop long ($a->dbfamily).</p><p>L\'administrateur du site doit corriger ce problème. La longueur maximale pour le préfixe des tables dans $a->dbfamily est de $a->maxlength caractères.</p>';
 $string['previous'] = 'Précédent';
 $string['qtyperqpwillberemoved'] = 'Au cours de cette mise à jour, le type de question RQP sera supprimé. Vous n\'utilisiez pas ce type de question, et ne souffrirez donc d\'aucun problème.';
 $string['qtyperqpwillberemovedanyway'] = 'Au cours de cette mise à jour, le type de question RQP sera supprimé. Votre base de données comporte des questions RQP, qui ne fonctionneront plus, à moins que vous ne réinstalliez le code disponible sur http://moodle.org/mod/data/view.php?d=13&amp;rid=797 avant de continuer la mise à jour.';