mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 22:29:18 +01:00
10 lines
208 B
PHP
10 lines
208 B
PHP
|
<?PHP // $Id$
|
|||
|
// label.php - created with Moodle 1.1 development (2003072800)
|
|||
|
|
|||
|
|
|||
|
$string['labeltext'] = 'Texto do r<>tulo';
|
|||
|
$string['modulename'] = 'R<>tulo';
|
|||
|
$string['modulenameplural'] = 'R<>tulos';
|
|||
|
|
|||
|
?>
|