Skip to content

Commit

Permalink
Automatic installer.php lang files by installer_builder (20080520)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodlerobot committed May 20, 2008
1 parent b32c296 commit 57ff8fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/lang/en_utf8/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,10 @@
<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.';
Expand Down
2 changes: 2 additions & 0 deletions install/lang/fr_utf8/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@
$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.';
Expand Down

0 comments on commit 57ff8fb

Please sign in to comment.