mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-7434 all images that convey information should have alt text to convey that information - part 1
This commit is contained in:
parent
536a640218
commit
344044b28e
16 changed files with 42 additions and 36 deletions
|
@ -260,6 +260,7 @@ $string['courseinfo'] = 'Course info';
|
|||
$string['coursemessage'] = 'Message course users';
|
||||
$string['coursenotaccessible'] = 'This course does not allow public access';
|
||||
$string['courseoverview'] = 'Course overview';
|
||||
$string['courseoverviewgraph'] = 'Course overview graph';
|
||||
$string['coursereject'] = 'Reject a course request';
|
||||
$string['courserejected'] = 'Course has been rejected and the requester has been notified.';
|
||||
$string['courserejectemail'] = 'Sorry, but the course you requested has been rejected. Here is the reason provided:
|
||||
|
@ -1239,6 +1240,7 @@ $string['startdate'] = 'Course start date';
|
|||
$string['startsignup'] = 'Create new account';
|
||||
$string['state'] = 'State/Province';
|
||||
$string['statistics'] = 'Statistics';
|
||||
$string['statisticsgraph'] = 'Statistics graph';
|
||||
$string['stats'] = 'Statistics';
|
||||
$string['statslogins'] = 'Logins';
|
||||
$string['statsmodedetailed'] = 'Detailed (user) view';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue