diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
commit | f7d221f5f0aadedf80ebb477c623612545c7be08 (patch) | |
tree | 4c640cf1d354921028f5ef320765e9fee4fad4ad /apps/files/l10n/fi_FI.php | |
parent | a3c1f70be423eb4e6bc76164da9d080ffe66305c (diff) | |
download | nextcloud-server-f7d221f5f0aadedf80ebb477c623612545c7be08.tar.gz nextcloud-server-f7d221f5f0aadedf80ebb477c623612545c7be08.zip |
update translations
Diffstat (limited to 'apps/files/l10n/fi_FI.php')
-rw-r--r-- | apps/files/l10n/fi_FI.php | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php new file mode 100644 index 00000000000..c99d4408f60 --- /dev/null +++ b/apps/files/l10n/fi_FI.php @@ -0,0 +1,32 @@ +<?php $TRANSLATIONS = array( +"There is no error, the file uploaded with success" => "Ei virheitä, tiedosto lähetettiin onnistuneesti", +"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Lähetetty tiedosto ylittää upload_max_filesize-arvon rajan php.ini-tiedostossa", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Lähetetty tiedosto ylittää HTML-lomakkeessa määritetyn MAX_FILE_SIZE-arvon ylärajan", +"The uploaded file was only partially uploaded" => "Tiedoston lähetys onnistui vain osittain", +"No file was uploaded" => "Yhtäkään tiedostoa ei lähetetty", +"Missing a temporary folder" => "Väliaikaiskansiota ei ole olemassa", +"Failed to write to disk" => "Levylle kirjoitus epäonnistui", +"Files" => "Tiedostot", +"Size" => "Koko", +"Modified" => "Muutettu", +"File handling" => "Tiedostonhallinta", +"Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko", +"Needed for multi-file and folder downloads." => "Tarvitaan useampien tiedostojen ja kansioiden latausta varten.", +"Enable ZIP-download" => "Ota ZIP-paketin lataaminen käytöön", +"0 is unlimited" => "0 on rajoittamaton", +"Maximum input size for ZIP files" => "ZIP-tiedostojen enimmäiskoko", +"New" => "Uusi", +"Text file" => "Tekstitiedosto", +"Folder" => "Kansio", +"From url" => "Verkko-osoitteesta", +"Upload" => "Lähetä", +"Cancel upload" => "Peru lähetys", +"Nothing in here. Upload something!" => "Täällä ei ole mitään. Lähetä tänne jotakin!", +"Name" => "Nimi", +"Share" => "Jaa", +"Download" => "Lataa", +"Delete" => "Poista", +"Upload too large" => "Lähetettävä tiedosto on liian suuri", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Lähetettäväksi valitsemasi tiedostot ylittävät palvelimen salliman tiedostokoon rajan.", +"Files are being scanned, please wait." => "Tiedostoja tarkistetaan, odota hetki." +); |