Blame | Last modification | View Log | Download
<?php
/*
no.php
Norsk - Norwegian
Translation by Kristian Hansen
*/
$words = array(
'index of' => 'Innhold av',
'parent directory' => 'Nivå opp',
'file' => 'Fil',
'size' => 'Størrelse',
'modified' => 'Endret',
'total size' => 'Total størrelse',
'total files' => 'Total antall filer',
'total folders' => 'Total antall mapper',
'search' => 'Søk',
'files' => 'Filer',
'folders' => 'Mapper',
'both' => 'Begge',
'search results' => 'Resultat af søking',
'no results' => 'INGEN RESULTATER',
'end of results' => 'Ikke flere resultater',
'found' => 'funnet');
?>