mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
fbfd530bf2
Sonia Álvarez López University of Vigo Área de Posgrao Virtual (http://apv.uvigo.es)
10 lines
204 B
PHP
10 lines
204 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.3.1 (2004052501)
|
|
|
|
|
|
$string['labeltext'] = 'Texto da etiqueta';
|
|
$string['modulename'] = 'Etiqueta';
|
|
$string['modulenameplural'] = 'Etiquetas';
|
|
|
|
?>
|