mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
10 lines
216 B
PHP
10 lines
216 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.2 development (2004022000)
|
|
|
|
|
|
$string['labeltext'] = 'Text de l\'etiqueta';
|
|
$string['modulename'] = 'Etiqueta';
|
|
$string['modulenameplural'] = 'Etiquetes';
|
|
|
|
?>
|