mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Adding missing strings
Made som few corrections in existing translation
This commit is contained in:
parent
65b14fbe73
commit
dc648d41da
16 changed files with 231 additions and 55 deletions
|
@ -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';
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue