mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-74327' of https://github.com/paulholden/moodle
This commit is contained in:
commit
67237e7d94
7 changed files with 81 additions and 14 deletions
|
@ -113,6 +113,7 @@ $string['eventkind'] = 'Type of event';
|
|||
$string['eventname'] = 'Event title';
|
||||
$string['eventnameandcategory'] = '{$a->category}: {$a->name}';
|
||||
$string['eventnameandcourse'] = '{$a->course}: {$a->name}';
|
||||
$string['eventnamelocation'] = '{$a->name} location: {$a->location}';
|
||||
$string['eventnone'] = 'No events';
|
||||
$string['eventrepeat'] = 'Repeats';
|
||||
$string['events'] = 'Events';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue