mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-58064-master-enfix' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
21521604af
@ -69,4 +69,4 @@ $string['smartappbanners'] = 'Smart App Banners (iOS only)';
|
||||
$string['pluginnotenabledorconfigured'] = 'Plugin not enabled or configured.';
|
||||
$string['remoteaddons'] = 'Remote add-ons';
|
||||
$string['typeoflogin'] = 'Type of login';
|
||||
$string['typeoflogin_desc'] = 'Choose the type of login.';
|
||||
$string['typeoflogin_desc'] = 'If the site uses a SSO authentication method, then select via a browser window or via an embedded browser. An embedded browser provides a better user experience, though it doesn\'t work with all SSO plugins. If using SSO, autologinguests should be disabled.';
|
||||
|
@ -237,9 +237,9 @@ $string['restoringcourseshortname'] = 'restoring';
|
||||
$string['restorerolemappings'] = 'Restore role mappings';
|
||||
$string['rootenrolmanual'] = 'Restore as manual enrolments';
|
||||
$string['rootsettingenrolments'] = 'Include enrolment methods';
|
||||
$string['rootsettingenrolments_always'] = 'Yes always';
|
||||
$string['rootsettingenrolments_always'] = 'Yes, always';
|
||||
$string['rootsettingenrolments_never'] = 'No, restore users as manual enrolments';
|
||||
$string['rootsettingenrolments_withusers'] = 'Yes but only if users are included';
|
||||
$string['rootsettingenrolments_withusers'] = 'Yes, but only if users are included';
|
||||
$string['rootsettings'] = 'Backup settings';
|
||||
$string['rootsettingusers'] = 'Include enrolled users';
|
||||
$string['rootsettinganonymize'] = 'Anonymize user information';
|
||||
|
@ -218,10 +218,9 @@ $string['pathswrongadmindir'] = 'Admin directory does not exist';
|
||||
$string['pgsqlextensionisnotpresentinphp'] = 'PHP has not been properly configured with the PGSQL extension so that it can communicate with PostgreSQL. Please check your php.ini file or recompile PHP.';
|
||||
$string['phpextension'] = '{$a} PHP extension';
|
||||
$string['phpversion'] = 'PHP version';
|
||||
$string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).</p>
|
||||
<p>You are currently running version {$a}</p>
|
||||
<p>You must upgrade PHP or move to a host with a newer version of PHP!<br />
|
||||
(In case of 5.0.x you could also downgrade to 4.4.x version)</p>';
|
||||
$string['phpversionhelp'] = '<p>Moodle requires a PHP version of at least 5.6.5 (7.x has some engine limitations).</p>
|
||||
<p>You are currently running version {$a}.</p>
|
||||
<p>You must upgrade PHP or move to a host with a newer version of PHP.</p>';
|
||||
$string['releasenoteslink'] = 'For information about this version of Moodle, please see the release notes at {$a}';
|
||||
$string['safemode'] = 'Safe mode';
|
||||
$string['safemodeerror'] = 'Moodle may have trouble with safe mode on';
|
||||
|
@ -315,7 +315,7 @@ $string['modulename_link'] = 'mod/assignment/view';
|
||||
$string['modulenameplural'] = 'Assignments';
|
||||
$string['moreusers'] = '{$a} more...';
|
||||
$string['multipleteams'] = 'Member of more than one group';
|
||||
$string['multipleteams_desc'] = 'The assignment requires submission in groups. You are a member of more than one group. To be able to submit you must be member of exactly one group so that your submission can be mapped correctly to your group. Please contact your teacher to update your group membership.';
|
||||
$string['multipleteams_desc'] = 'The assignment requires submission in groups. You are a member of more than one group. To be able to submit you must be a member of only one group. Please contact your teacher to change your group membership.';
|
||||
$string['multipleteamsgrader'] = 'Member of more than one group, so unable to make submissions.';
|
||||
$string['mysubmission'] = 'My submission: ';
|
||||
$string['newsubmissions'] = 'Assignments submitted';
|
||||
|
Loading…
x
Reference in New Issue
Block a user