Adding missing strings

Made som few corrections in existing translation
This commit is contained in:
gniske 2004-02-25 00:40:34 +00:00
parent 65b14fbe73
commit dc648d41da
16 changed files with 231 additions and 55 deletions

View file

@ -1,9 +1,9 @@
<?PHP // $Id$
// label.php - created with Moodle 1.2 development (2003102700)
// label.php - created with Moodle 1.2 Beta (2004022400)
$string['labeltext'] = "Mærke tekst";
$string['modulename'] = "Mærkning";
$string['modulenameplural'] = "Mærkninger";
$string['labeltext'] = 'Overskrifts tekst';
$string['modulename'] = 'Overskrift';
$string['modulenameplural'] = 'Overskrifter';
?>