From 57ff8fb0a875e7855487e54c9db07c3aa8b9b186 Mon Sep 17 00:00:00 2001 From: moodlerobot Date: Tue, 20 May 2008 01:18:41 +0000 Subject: [PATCH] Automatic installer.php lang files by installer_builder (20080520) --- install/lang/en_utf8/installer.php | 4 ++++ install/lang/fr_utf8/installer.php | 2 ++ 2 files changed, 6 insertions(+) diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index a252ac2478..59cbf252d7 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -356,6 +356,10 @@ $string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.3.0

You must upgrade PHP or move to a host with a newer version of PHP!
(In case of 5.0.x you could also downgrade to 4.4.x version)

'; $string['postgres7'] = 'PostgreSQL (postgres7)'; +$string['prefixcannotbeempty'] = '

Error: database table prefix can not be empty ($a)

+

The site administrator must fix this problem.

'; +$string['prefixtoolong'] = '

Error: database table prefix is too long ($a->dbfamily)

+

The site administrator must fix this problem. Maximum length for table prefixes in $a->dbfamily is $a->maxlength characters.

'; $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&rid=797 before continuing with the upgrade.'; diff --git a/install/lang/fr_utf8/installer.php b/install/lang/fr_utf8/installer.php index 6287cb579f..68b05c07c3 100644 --- a/install/lang/fr_utf8/installer.php +++ b/install/lang/fr_utf8/installer.php @@ -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'] = '

Moodle nécessite au minimum la version 4.3.0 ou 5.1.0 (5.0.x a bon nombre de problèmes).

Vous utilisez actuellement la version $a.

Pour que Moodle fonctionne, vous devez mettre à jour PHP ou aller chez un hébergeur ayant une version récente de PHP.
(Si vous avez une version 5.0.x, vous pouvez aussi re-passer à la version 4.4.x)

'; // ORPHANED $string['postgres7'] = 'PostgreSQL (postgres7)'; +$string['prefixcannotbeempty'] = '

Erreur : le préfixe des tables de la base de données ne peut pas être vide ($a).

L\'administrateur du site doit corriger ce problème.

'; +$string['prefixtoolong'] = '

Erreur : le préfixe des tables de la base de données est trop long ($a->dbfamily).

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.

'; $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&rid=797 avant de continuer la mise à jour.'; -- 2.39.5