mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
community block MDL-23040 display licence on course listing
This commit is contained in:
parent
e1d4da0507
commit
437c2b858c
2 changed files with 14 additions and 3 deletions
|
@ -29,7 +29,7 @@ $string['add'] = 'Add';
|
|||
$string['addtocommunityblock'] = 'Add to community block';
|
||||
$string['addcommunitycourse'] = 'Add community course';
|
||||
$string['additionalcoursedesc'] = '{$a->lang} Creator: {$a->creatorname} - Publisher: {$a->publishername} - Subject: {$a->subject}
|
||||
- Audience: {$a->audience} - Educational level: {$a->educationallevel}';
|
||||
- Audience: {$a->audience} - Educational level: {$a->educationallevel} - License: {$a->license}';
|
||||
$string['addcourse'] = 'Search';
|
||||
$string['audience'] = 'Designed for';
|
||||
$string['audience_help'] = 'What kind of course are you looking for? As well as traditional courses intended for students, you might search for communities of Educators or Moodle Administrators';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue