mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2025-12-26 08:59:39 +01:00
27 lines
610 B
Plaintext
27 lines
610 B
Plaintext
<?php
|
|
|
|
/*
|
|
fi.php
|
|
Suomi - Finnish
|
|
Translation by Daniel Schildt (autiomaa.org)
|
|
*/
|
|
|
|
$words = array(
|
|
'index of' => 'Tiedostolistaus',
|
|
'parent directory' => 'Ylempi hakemisto',
|
|
'file' => 'Tiedosto',
|
|
'size' => 'Koko',
|
|
'modified' => 'Muokattu',
|
|
'total size' => 'Koko yhteensä',
|
|
'total files' => 'Tiedostoja yhteensä',
|
|
'total folders' => 'Hakemistoja yhteensä',
|
|
'search' => 'Hae',
|
|
'files' => 'Tiedostoa',
|
|
'folders' => 'Hakemistoa',
|
|
'both' => 'Kumpaakin',
|
|
'search results' => 'Hakutulokset',
|
|
'no results' => 'EI TULOKSIA LÖYDETTY',
|
|
'end of results' => 'Haun loppu',
|
|
'found' => 'löydetty');
|
|
|
|
?> |