MDL-32142 Add missing langstring for section backups

This commit is contained in:
Andrew Robert Nicols 2012-03-22 14:52:28 +00:00
parent a2b30aa852
commit 8d1f386385

View file

@ -67,6 +67,7 @@ $string['backupstage16action'] = 'Continue';
$string['backuptype'] = 'Type'; $string['backuptype'] = 'Type';
$string['backuptypeactivity'] = 'Activity'; $string['backuptypeactivity'] = 'Activity';
$string['backuptypecourse'] = 'Course'; $string['backuptypecourse'] = 'Course';
$string['backuptypesection'] = 'Section';
$string['backupversion'] = 'Backup version'; $string['backupversion'] = 'Backup version';
$string['cannotfindassignablerole'] = 'The {$a} role in the backup file cannot be mapped to any of the roles that you are allowed to assign.'; $string['cannotfindassignablerole'] = 'The {$a} role in the backup file cannot be mapped to any of the roles that you are allowed to assign.';
$string['choosefilefromcoursebackup'] = 'Course backup area'; $string['choosefilefromcoursebackup'] = 'Course backup area';