Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
 
3
/*
4
da.php
5
Dansk - Danish
6
Translation by Lars Dyrelund
7
*/
8
 
9
$words = array(
10
'index of' => 'Indhold af',
11
'parent directory' => 'Niveau op',
12
'file' => 'Fil',
13
'size' => 'St&oslash;rrelse',
14
'modified' => '&AElig;ndret',
15
'total size' => 'Total st&oslash;rrelse',
16
'total files' => 'Total antal filer',
17
'total folders' => 'Total antal mapper',
18
'search' => 'S&oslash;g',
19
'files' => 'Filer',
20
'folders' => 'Mapper',
21
'both' => 'Begge',
22
'search results' => 'Resultat af s&oslash;gning',
23
'no results' => 'INGEN RESULTATER',
24
'end of results' => 'Ikke flere resultater',
25
'found' => 'fundet');
26
 
27
?>