mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
7 lines
94 B
PHP
7 lines
94 B
PHP
<?PHP // $Id$
|
|
|
|
$string['modulename'] = 'Event';
|
|
$string['modulenameplural'] = 'Events';
|
|
|
|
|
|
?>
|