This commit is contained in:
Sara Arjona 2022-06-08 16:10:54 +02:00
commit 67237e7d94
7 changed files with 81 additions and 14 deletions

View file

@ -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';