mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-35814 improve enrol delete instance strings
Credit goes to Helen Foster, thanks!
This commit is contained in:
parent
194342144b
commit
91652c2429
1 changed files with 3 additions and 3 deletions
|
@ -35,10 +35,10 @@ $string['configenrolplugins'] = 'Please select all required plugins and arrange
|
|||
$string['custominstancename'] = 'Custom instance name';
|
||||
$string['defaultenrol'] = 'Add instance to new courses';
|
||||
$string['defaultenrol_desc'] = 'It is possible to add this plugin to all new courses by default.';
|
||||
$string['deleteinstanceconfirm'] = 'Do you really want to delete enrol plugin instance "{$a->name}"?
|
||||
$string['deleteinstanceconfirm'] = 'You are about to delete the enrolment method "{$a->name}". All {$a->users} users currently enrolled using this method will be unenrolled and any course-related data such as users\' grades, group membership or forum subscriptions will be deleted.
|
||||
|
||||
All {$a->users} users currently enrolled via this instance will be unenrolled and course-related data including users\' grades, group membership or forum subscriptions may be deleted.';
|
||||
$string['deleteinstancenousersconfirm'] = 'Do you really want to delete enrol plugin instance "{$a->name}"?';
|
||||
Are you sure you want to continue?';
|
||||
$string['deleteinstancenousersconfirm'] = 'You are about to delete the enrolment method "{$a->name}". Are you sure you want to continue?';
|
||||
$string['durationdays'] = '{$a} days';
|
||||
$string['enrol'] = 'Enrol';
|
||||
$string['enrolcandidates'] = 'Not enrolled users';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue