Blame | Last modification | View Log | Download
<?php
/*
sv.php
Svenska - Swedish
Translation by Christian Lilja
*/
$words = array(
'index of' => 'Innehåll',
'parent directory' => 'Upp en nivå',
'file' => 'Fil',
'size' => 'Storlek',
'modified' => 'Modifierad',
'total size' => 'Total storlek',
'total files' => 'Totalt antal filer',
'total folders' => 'Totalt antal katalogerr',
'search' => 'Sök',
'files' => 'Filer',
'folders' => 'Mappar',
'both' => 'Båda',
'search results' => 'Sök resultat',
'no results' => 'INGA RESULTAT FUNNA',
'end of results' => 'Avslutad sökning',
'found' => 'hittad');
?>