From 70efd67049f65ed05becdad79043fca7fd33e9c2 Mon Sep 17 00:00:00 2001 From: moodlerobot Date: Sat, 8 Mar 2008 03:32:19 +0000 Subject: [PATCH] Automatic installer.php lang files by installer_builder (20080308) --- install/lang/fr_utf8/installer.php | 2 +- install/lang/lv_utf8/installer.php | 1 + install/lang/sk_utf8/installer.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/install/lang/fr_utf8/installer.php b/install/lang/fr_utf8/installer.php index ff6fc01b0e8..f3556536170 100644 --- a/install/lang/fr_utf8/installer.php +++ b/install/lang/fr_utf8/installer.php @@ -253,7 +253,7 @@ $string['pgsqlextensionisnotpresentinphp'] = 'La configuration de l\'extension P $string['php50restricted'] = 'Les versions 5.0.x de PHP ont plusieurs problèmes connus. Veuillez mettre à jour PHP à la version 5.1.x ou revenir à une version 4.3.x ou 4.4.x'; $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)

'; +$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)

'; $string['postgres7'] = 'PostgreSQL (postgres7)'; $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.'; diff --git a/install/lang/lv_utf8/installer.php b/install/lang/lv_utf8/installer.php index 948ab9c4dd3..9f11dc3b382 100644 --- a/install/lang/lv_utf8/installer.php +++ b/install/lang/lv_utf8/installer.php @@ -346,4 +346,5 @@ $string['wrongsourcebase'] = 'Nepareiza avota URL bāze.'; $string['wrongzipfilename'] = 'Nepareizs ZIP faila nosaukums.'; $string['wwwroot'] = 'Tīmekļa adrese'; $string['wwwrooterror'] = 'Iestatījums “Tīmekļa adrese”, šķiet, ir nederīgs, jo šī sistēmas Moodle instalācija tajā nav atrodama. Tālāk norādītā vērtība ir atiestatīta.'; +$string['xmlrpcrecommended'] = 'Neobligātās xmlrpc pakotnes uzstādīšana ir noderīga Moodle tīklošanas funkcionalitātei.'; ?> diff --git a/install/lang/sk_utf8/installer.php b/install/lang/sk_utf8/installer.php index 254175ef2ce..becda3b49c9 100644 --- a/install/lang/sk_utf8/installer.php +++ b/install/lang/sk_utf8/installer.php @@ -283,4 +283,5 @@ $string['wrongsourcebase'] = 'Chybné URL zdrojového serveru'; $string['wrongzipfilename'] = 'Chybné meno súboru ZIP'; $string['wwwroot'] = 'Web adresa'; $string['wwwrooterror'] = 'Táto web adresa pravdepodobne nie je platná - táto inštalácia Moodle tu pravdepodobne nie je.'; +$string['xmlrpcrecommended'] = 'Inštalácia nepovinného rozšírenia xmlrpc je potrebná v prípade požadovania funkcionality siete Moodle serverov.'; ?> -- 2.11.4.GIT