mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Added one new string and polished another one. Thanks EOS! ;-)
This commit is contained in:
parent
d0ec7d0ced
commit
6844571580
@ -72,6 +72,7 @@ $string['dataroot'] = 'Data Directory';
|
||||
$string['datarooterror'] = 'The \'Data Directory\' you specified could not be found or created. Either correct the path or create that directory manually.';
|
||||
$string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.';
|
||||
$string['dbcreationerror'] = 'Database creation error. Could not create the given database name with the settings provided';
|
||||
$string['dbwrongencoding'] = 'The selected database is running under one non-recommended encoding ($a). It would be better to use one Unicode (UTF-8) encoded database instead. Anyway, you can bypass this test by selecting the \"Skip DB Encoding Test\" check below, but you could experience problems in the future.';
|
||||
$string['dbhost'] = 'Host Server';
|
||||
$string['dbpass'] = 'Password';
|
||||
$string['dbprefix'] = 'Tables prefix';
|
||||
@ -209,7 +210,7 @@ $string['welcomep10'] = '$a->installername ($a->installerversion)';
|
||||
$string['welcomep20'] = 'You are seeing this page because you have successfully installed and
|
||||
launched the <strong>$a->packname $a->packversion</strong> package in your computer. Congratulations!';
|
||||
$string['welcomep30'] = 'This release of the <strong>$a->installername</strong> includes the applications
|
||||
which create an environment in <strong>Moodle</strong> will operate, namely:';
|
||||
to create an environment in which <strong>Moodle</strong> will operate, namely:';
|
||||
$string['welcomep40'] = 'The package also includes <strong>Moodle $a->moodlerelease ($a->moodleversion)</strong>.';
|
||||
$string['welcomep50'] = 'The use of all the applications in this package is governed by their respective
|
||||
licences. The complete <strong>$a->installername</strong> package is
|
||||
|
Loading…
x
Reference in New Issue
Block a user