mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
New string added to note about automatic DB creation. MDL-9609
Merged from MOODLE_19_STABLE
This commit is contained in:
parent
2a6d7f5536
commit
61ba2b5fb8
@ -110,6 +110,7 @@ $string['databasesettingssub_postgres7'] = '<b>Type:</b> PostgreSQL<br />
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
|
||||
$string['databasesettingswillbecreated'] = '<b>Note:</b> The installer will try to create the database automatically if not exists.';
|
||||
$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.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user