mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-30402-install-string' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
7242b051ac
@ -270,7 +270,7 @@ if ($interactive) {
|
||||
$chmod = octdec(clean_param($options['chmod'], PARAM_INT));
|
||||
if ($interactive) {
|
||||
cli_separator();
|
||||
cli_heading('Data directories permission'); // todo localize
|
||||
cli_heading(get_string('datarootpermission', 'install'));
|
||||
$prompt = get_string('clitypevaluedefault', 'admin', decoct($chmod));
|
||||
$error = '';
|
||||
do {
|
||||
|
@ -26,6 +26,7 @@ databasehost,install
|
||||
databasename,install
|
||||
databasetypehead,install
|
||||
dataroot,install
|
||||
datarootpermission,install
|
||||
dbprefix,install
|
||||
dirroot,install
|
||||
downloadedfilecheckfailed,error
|
||||
|
@ -154,6 +154,7 @@ $string['databasetypesub'] = 'Moodle supports several types of database servers.
|
||||
$string['databaseuser'] = 'Database user';
|
||||
$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['datarootpermission'] = 'Data directories permission';
|
||||
$string['datarootpublicerror'] = 'The \'data directory\' you specified is directly accessible via web, you must use different directory.';
|
||||
$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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user