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
fi.php
5
Suomi - Finnish
6
Translation by Daniel Schildt (autiomaa.org)
7
*/
8
 
9
$words = array(
10
'index of' => 'Tiedostolistaus',
11
'parent directory' => 'Ylempi hakemisto',
12
'file' => 'Tiedosto',
13
'size' => 'Koko',
14
'modified' => 'Muokattu',
15
'total size' => 'Koko yhteens&auml;',
16
'total files' => 'Tiedostoja yhteens&auml;',
17
'total folders' => 'Hakemistoja yhteens&auml;',
18
'search' => 'Hae',
19
'files' => 'Tiedostoa',
20
'folders' => 'Hakemistoa',
21
'both' => 'Kumpaakin',
22
'search results' => 'Hakutulokset',
23
'no results' => 'EI TULOKSIA L&Ouml;YDETTY',
24
'end of results' => 'Haun loppu',
25
'found' => 'l&ouml;ydetty');
26
 
27
?>