10 lines
207 B
PHP
10 lines
207 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.5.3+ (2005060230)
|
|
|
|
|
|
$string['labeltext'] = 'Text de l\'etiqueta';
|
|
$string['modulename'] = 'Etiqueta';
|
|
$string['modulenameplural'] = 'Etiquetes';
|
|
|
|
?>
|