mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
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';
|
||
|
|
||
|
?>
|