mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +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,5 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
// forum.php - created with Moodle 1.2 development (2004010800)
|
||||
// forum.php - created with Moodle 1.2 Beta (2004022400)
|
||||
|
||||
|
||||
$string['addanewdiscussion'] = 'Tilføj en ny diskusion';
|
||||
|
@ -109,6 +109,7 @@ $string['replies'] = 'Svar';
|
|||
$string['repliesmany'] = '$a svar indtil videre';
|
||||
$string['repliesone'] = '$a svar indtil videre';
|
||||
$string['reply'] = 'Svar';
|
||||
$string['replyforum'] = 'Svar til forum';
|
||||
$string['search'] = 'Søg';
|
||||
$string['searchforums'] = 'Søg i forum';
|
||||
$string['searcholderposts'] = 'Søg i gamle beskeder';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue