mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
10 lines
213 B
PHP
10 lines
213 B
PHP
|
<?PHP // $Id$
|
||
|
// label.php - created with Moodle 1.2 development (2003091800)
|
||
|
|
||
|
|
||
|
$string['labeltext'] = "Testo etichetta";
|
||
|
$string['modulename'] = "Etichetta";
|
||
|
$string['modulenameplural'] = "Etichette";
|
||
|
|
||
|
?>
|