mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
Merge branch 'MDL-79061-main-2' of https://github.com/junpataleta/moodle
This commit is contained in:
commit
39a7a380c9
17 changed files with 300 additions and 10 deletions
|
@ -33,6 +33,20 @@ $string['bulkeditingcourse'] = 'Bulk edit course: {$a}';
|
|||
$string['bulkcancel'] = 'Close bulk actions';
|
||||
$string['bulkselection'] = '{$a} selected';
|
||||
$string['bulkselection_plural'] = '{$a} selected';
|
||||
$string['cm_delete_feedback'] = '{$a->name} has been deleted.';
|
||||
$string['cm_delete_feedback_batch'] = 'The selected {$a->count} activities have been deleted.';
|
||||
$string['cm_duplicate_feedback'] = '{$a->name} has been duplicated.';
|
||||
$string['cm_duplicate_feedback_batch'] = 'The selected {$a->count} activities have been duplicated.';
|
||||
$string['cm_hide_feedback'] = '{$a->name} is now hidden.';
|
||||
$string['cm_hide_feedback_batch'] = 'The selected {$a->count} activities are now hidden.';
|
||||
$string['cm_moveleft_feedback'] = '{$a->name} has been moved to the left.';
|
||||
$string['cm_moveright_feedback'] = '{$a->name} has been moved to the right.';
|
||||
$string['cm_nogroups_feedback'] = '{$a->name}\'s group mode has been changed to "No groups".';
|
||||
$string['cm_separategroups_feedback'] = '{$a->name}\'s group mode has been changed to "Separate groups".';
|
||||
$string['cm_show_feedback'] = '{$a->name} is now shown.';
|
||||
$string['cm_show_feedback_batch'] = 'The selected {$a->count} activities are now shown.';
|
||||
$string['cm_stealth_feedback'] = '{$a->name} is now available but not shown on the course page.';
|
||||
$string['cm_visiblegroups_feedback'] = '{$a->name}\'s group mode has been changed to "Visible groups".';
|
||||
$string['cmavailability'] = 'Activity availability';
|
||||
$string['cmdelete_info'] = 'This will delete {$a->name} and any user data it contains.';
|
||||
$string['cmdelete_title'] = 'Delete activity?';
|
||||
|
@ -50,6 +64,12 @@ $string['courseindexoptions'] = 'Course index options';
|
|||
$string['nobulkaction'] = 'No bulk actions available';
|
||||
$string['preference:coursesectionspreferences'] = 'Section user preferences for course {$a}';
|
||||
$string['privacy:metadata:preference:coursesectionspreferences'] = 'Section user preferences like collapsed and expanded.';
|
||||
$string['section_hide_feedback'] = 'The course section {$a->name} has been hidden.';
|
||||
$string['section_hide_feedback_batch'] = 'The selected {$a->count} course sections have been hidden.';
|
||||
$string['section_show_feedback'] = 'The course section {$a->name} has been shown.';
|
||||
$string['section_show_feedback_batch'] = 'The selected {$a->count} course sections have been shown.';
|
||||
$string['section_delete_feedback'] = 'The course section {$a->name} has been deleted';
|
||||
$string['section_delete_feedback_batch'] = 'The selected {$a->count} course sections have been deleted';
|
||||
$string['sectionavailability_title'] = 'Section availability';
|
||||
$string['sectiondelete_info'] = 'This will delete {$a->name} and all the activities it contains.';
|
||||
$string['sectiondelete_title'] = 'Delete section?';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue