mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 07:39:09 +01:00
10 lines
198 B
PHP
10 lines
198 B
PHP
|
<?PHP // $Id$
|
||
|
// label.php - created with Moodle 1.2 (2004032000)
|
||
|
|
||
|
|
||
|
$string['labeltext'] = 'Sildi tekst';
|
||
|
$string['modulename'] = 'Silt';
|
||
|
$string['modulenameplural'] = 'Sildid';
|
||
|
|
||
|
?>
|