mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
dc648d41da
Made som few corrections in existing translation
10 lines
212 B
PHP
10 lines
212 B
PHP
<?PHP // $Id$
|
|
// label.php - created with Moodle 1.2 Beta (2004022400)
|
|
|
|
|
|
$string['labeltext'] = 'Overskrifts tekst';
|
|
$string['modulename'] = 'Overskrift';
|
|
$string['modulenameplural'] = 'Overskrifter';
|
|
|
|
?>
|