mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-59063_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
ff7081150b
12 changed files with 317 additions and 4 deletions
|
@ -292,6 +292,7 @@ $string['counteditems'] = '{$a->count} {$a->items}';
|
|||
$string['country'] = 'Country';
|
||||
$string['course'] = 'Course';
|
||||
$string['courseadministration'] = 'Course administration';
|
||||
$string['coursealreadyfinished'] = 'Course already finished';
|
||||
$string['courseapprovedemail'] = 'Your requested course, {$a->name}, has been approved and you have been made a {$a->teacher}. To access your new course, go to {$a->url}';
|
||||
$string['courseapprovedemail2'] = 'Your requested course, {$a->name}, has been approved. To access your new course, go to {$a->url}';
|
||||
$string['courseapprovedfailed'] = 'Failed to save the course as approved!';
|
||||
|
@ -336,8 +337,8 @@ $string['coursehelpnewsitemsnumber'] = 'Number of recent announcements appearing
|
|||
$string['coursehelpnumberweeks'] = 'Number of sections in the course (applies to certain course formats only).';
|
||||
$string['coursehelpshowgrades'] = 'Enable the display of the gradebook. It does not prevent grades from being displayed within the individual activities.';
|
||||
$string['coursehidden'] = 'This course is currently unavailable to students';
|
||||
$string['coursenotyetstarted'] = 'The course is not yet started';
|
||||
$string['coursenotyetfinished'] = 'The course is not yet finished';
|
||||
$string['coursenotyetstarted'] = 'The course has not yet started';
|
||||
$string['coursenotyetfinished'] = 'The course has not yet finished';
|
||||
$string['courseoverviewfiles'] = 'Course summary files';
|
||||
$string['courseoverviewfilesext'] = 'Course summary files extensions';
|
||||
$string['courseoverviewfileslimit'] = 'Course summary files limit';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue