MDL-37211 Backup: Migrate hard-coded strings to language string for the table header labels on the restore page

This commit is contained in:
Nadav Kavalerchik 2013-08-16 12:24:10 +03:00
parent 838d78a9ff
commit 1a46c81c87
2 changed files with 4 additions and 1 deletions

View file

@ -250,6 +250,9 @@ $string['skipmodifdays'] = 'Skip courses not modified since';
$string['skipmodifdayshelp'] = 'Choose to skip courses that have not been modified since a number of days';
$string['skipmodifprev'] = 'Skip courses not modified since previous backup';
$string['skipmodifprevhelp'] = 'Choose whether or not to skip courses that have not been modified since previous backup';
$string['title'] = 'Title';
$string['totalcategorysearchresults'] = 'Total categories: {$a}';
$string['totalcoursesearchresults'] = 'Total courses: {$a}';
$string['userinfo'] = 'Userinfo';
$string['module'] = 'Module';
$string['morecoursesearchresults'] = 'More than {$a} courses found, showing first {$a} results';