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