mirror of
https://github.com/moodle/moodle.git
synced 2025-02-06 08:10:11 +01:00
9 lines
165 B
PHP
9 lines
165 B
PHP
|
<?PHP // $Id$
|
||
|
// event.php - created with Moodle 1.2 development (2003121500)
|
||
|
|
||
|
|
||
|
$string['modulename'] = 'Evento';
|
||
|
$string['modulenameplural'] = 'Eventi';
|
||
|
|
||
|
?>
|