diff --git a/install/lang/en/install.php b/install/lang/en/install.php index 10d0661e1d2..c23a291f70e 100755 --- a/install/lang/en/install.php +++ b/install/lang/en/install.php @@ -31,10 +31,10 @@ $string['databasecreationsettings'] = ' Now you need to configure the databas will be stored. This database will be created automatically by the Moodle4Windows installer with the settings specified below.


- Type: fixed to "mysql" by the installer
- Host: fixed to "localhost" by the installer
+ Type: fixed to \"mysql\" by the installer
+ Host: fixed to \"localhost\" by the installer
Name: database name, eg moodle
- User: fixed to "root" by the installer
+ User: fixed to \"root\" by the installer
Password: your database password
Tables Prefix: optional prefix to use for all table names'; $string['dataroot'] = 'Data Directory'; @@ -144,5 +144,12 @@ $string['sessionautostarthelp'] = '

Moodle requires session support and will n

Sessions can be enabled in the php.ini file ... look for the session.auto_start parameter.

'; $string['wwwroot'] = 'Web address'; $string['wwwrooterror'] = 'The web address does not appear to be valid - this Moodle installation doesn\'t appear to be there.'; - +$string['welcomep10'] = 'Welcome to $a->installername ($a->installerversion)'; +$string['welcomep20'] = 'If you are seeing this page is because you have been able to execute the $a->packname $a->packversion package in your computer. Congratulations!'; +$string['welcomep30'] = 'This release of $a->installername includes, mainly, this applications:'; +$string['welcomep40'] = 'and, of course:'; +$string['welcomep50'] = 'The use of all this applications (and other components not mentioned) are governed by their respective licenses. This program ($a->installername) is open source and it\'s distributed under the GPL license.'; +$string['welcomep60'] = 'Now, Moodle\'s installation assistant will be executed. Using some easy pages all the needed configurations and databases will be created to run Moodle in your personal computer.'; +$string['welcomep70'] = 'See you!'; +$string['welcomep80'] = 'Start Installation'; ?>