mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 22:25:04 +02:00
Latest install-related strings added.
This commit is contained in:
parent
3b3b80293c
commit
b3f06605c3
@ -130,7 +130,7 @@ $string['edithelpdocs'] = 'Edit help documents';
|
||||
$string['editlang'] = '<b>Edit</b>';
|
||||
$string['editstrings'] = 'Edit strings';
|
||||
$string['environment'] = 'Environment';
|
||||
$string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install the requested Moodle version!';
|
||||
$string['environmenterrortodo'] = 'You must solve all the environmental problems (errors) found above before proceeding to install this Moodle version!';
|
||||
$string['environmentrecommendinstall'] = 'is recommended to be installed/enabled';
|
||||
$string['environmentrecommendversion'] = 'version $a->needed is recommended and you are running $a->current';
|
||||
$string['environmentrequireinstall'] = 'is required to be installed/enabled.';
|
||||
|
@ -30,6 +30,25 @@ $string['configurationcomplete'] = 'Configuration completed';
|
||||
$string['configurationcompletehead'] = 'Configuration completed';
|
||||
$string['configurationcompletesub'] = '';
|
||||
$string['database'] = 'Database';
|
||||
$string['databasecreationsettings'] = ' Now you need to configure the database settings where most Moodle data
|
||||
will be stored. This database will be created automatically by the installer
|
||||
with the settings specified below.<br />
|
||||
<br /> <br />
|
||||
<b>Type:</b> fixed to \"mysql\" by the installer<br />
|
||||
<b>Host:</b> fixed to \"localhost\" by the installer<br />
|
||||
<b>Name:</b> database name, eg moodle<br />
|
||||
<b>User:</b> fixed to \"root\" by the installer<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> optional prefix to use for all table names';
|
||||
$string['databasecreationsettingshead'] = 'Now you need to configure the database settings where most Moodle data
|
||||
will be stored. This database will be created automatically by the installer
|
||||
with the settings specified below.';
|
||||
$string['databasecreationsettingssub'] = '<b>Type:</b> fixed to \"mysql\" by the installer<br />
|
||||
<b>Host:</b> fixed to \"localhost\" by the installer<br />
|
||||
<b>Name:</b> database name, eg moodle<br />
|
||||
<b>User:</b> fixed to \"root\" by the installer<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> optional prefix to use for all table names';
|
||||
$string['databasesettings'] = ' Now you need to configure the database where most Moodle data
|
||||
will be stored. This database must already have been created
|
||||
and a username and password created to access it.<br />
|
||||
@ -49,16 +68,6 @@ $string['databasesettingssub'] = '<b>Type:</b> mysql or postgres7<br />
|
||||
<b>User:</b> your database username<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> optional prefix to use for all table names';
|
||||
$string['databasecreationsettings'] = ' Now you need to configure the database settings where most Moodle data
|
||||
will be stored. This database will be created automatically by the Moodle4Windows installer
|
||||
with the settings specified below.<br />
|
||||
<br /> <br />
|
||||
<b>Type:</b> fixed to \"mysql\" by the installer<br />
|
||||
<b>Host:</b> fixed to \"localhost\" by the installer<br />
|
||||
<b>Name:</b> database name, eg moodle<br />
|
||||
<b>User:</b> fixed to \"root\" by the installer<br />
|
||||
<b>Password:</b> your database password<br />
|
||||
<b>Tables Prefix:</b> optional prefix to use for all table names';
|
||||
$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.';
|
||||
@ -105,6 +114,8 @@ directly via the web.';
|
||||
$string['dirroot'] = 'Moodle Directory';
|
||||
$string['dirrooterror'] = 'The \'Moodle Directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.';
|
||||
$string['download'] = 'Download';
|
||||
$string['environmenthead'] = 'Checking your environment ...';
|
||||
$string['environmentsub'] = '';
|
||||
$string['fail'] = 'Fail';
|
||||
$string['fileuploads'] = 'File Uploads';
|
||||
$string['fileuploadserror'] = 'This should be on';
|
||||
|
Loading…
x
Reference in New Issue
Block a user