From 0ba92681d6e93ca8741c032916c75f04cbf0fe39 Mon Sep 17 00:00:00 2001 From: moodlerobot Date: Tue, 1 Jul 2008 01:14:25 +0000 Subject: [PATCH] Automatic installer.php lang files by installer_builder (20080701) --- install/lang/en_utf8/installer.php | 1 - install/lang/it_utf8/installer.php | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index 086da43523..26f74afa6e 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -68,7 +68,6 @@ $string['creatingconfigfile'] =' Creating configuration file ...'; $string['ctyperecommended'] = 'Installing the optional ctype PHP extension is highly recommended in order to improve site performance, particularly if your site is supporting non-latin languages.'; $string['ctyperequired'] = 'The ctype PHP extension is now required by Moodle, in order to improve site performance and to offer multilingual compatibility.'; $string['curlrecommended'] = 'Installing the optional cURL library is highly recommended in order to enable Moodle Networking functionality.'; -$string['curlrequired'] = 'The cURL PHP extension is now required by Moodle, in order to commnunicate with Moodle repositories.'; $string['customcheck'] = 'Other Checks'; $string['database'] = 'Database'; $string['databasecreationsettings'] = 'Now you need to configure the database settings where most Moodle data diff --git a/install/lang/it_utf8/installer.php b/install/lang/it_utf8/installer.php index 2327a9e6a1..004a735802 100644 --- a/install/lang/it_utf8/installer.php +++ b/install/lang/it_utf8/installer.php @@ -42,6 +42,8 @@ $string['configurationcomplete'] = 'Configurazione completata'; $string['configurationcompletehead'] = 'Configurazione completata'; $string['configurationcompletesub'] = 'Moodle tenta di salvare la configurazione in un file nella directory principale della vostra installazione di Moodle.'; $string['continue'] = 'Continua'; +$string['ctyperecommended'] = 'L\'installazione dell\'estensione opzionale ctype PHP è fortemente raccomandata per migliorare le performance del sito, specialmente se sono previste lingue non latine.'; +$string['ctyperequired'] = 'L\'estensione ctype PHP è richiesta da Moodle, per migliorare le performance del sito e offrire compatibilità multilingua.'; $string['curlrecommended'] = 'L\'installazione della libreria opzionale Curl è fortemente raccomandata per abilitare la funzionalità di Rete di Moodle.'; $string['customcheck'] = 'Altri controlli'; $string['database'] = 'Base di dati'; -- 2.39.5