Blame view
sources/apps/files/l10n/fi_FI.php
6.21 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Could not move %s - File with this name already exists" => "Kohteen %s siirto ei onnistunut - Tiedosto samalla nimellä on jo olemassa", "Could not move %s" => "Kohteen %s siirto ei onnistunut", |
|
31b7f2792
|
5 6 7 8 9 10 11 12 13 |
"File name cannot be empty." => "Tiedoston nimi ei voi olla tyhjä.", "File name must not contain \"/\". Please choose a different name." => "Tiedoston nimessä ei saa olla merkkiä \"/\". Valitse toinen nimi.", "The name %s is already used in the folder %s. Please choose a different name." => "Nimi %s on jo käytössä kansiossa %s. Valitse toinen nimi.", "Not a valid source" => "Virheellinen lähde", "Error while downloading %s to %s" => "Virhe ladatessa kohdetta %s sijaintiin %s", "Error when creating the file" => "Virhe tiedostoa luotaessa", "Folder name cannot be empty." => "Kansion nimi ei voi olla tyhjä.", "Folder name must not contain \"/\". Please choose a different name." => "Kansion nimessä ei saa olla merkkiä \"/\". Valitse toinen nimi.", "Error when creating the folder" => "Virhe kansiota luotaessa", |
|
03e52840d
|
14 15 |
"No file was uploaded. Unknown error" => "Tiedostoa ei lähetetty. Tuntematon virhe", "There is no error, the file uploaded with success" => "Ei virheitä, tiedosto lähetettiin onnistuneesti", |
|
31b7f2792
|
16 |
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Lähetetyn tiedoston koko ylittää php.ini-tiedoston upload_max_filesize-säännön:", |
|
0f30ed153
|
17 |
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Ladattavan tiedoston maksimikoko ylittää MAX_FILE_SIZE dirketiivin, joka on määritelty HTML-lomakkeessa", |
|
03e52840d
|
18 19 |
"The uploaded file was only partially uploaded" => "Tiedoston lähetys onnistui vain osittain", "No file was uploaded" => "Yhtäkään tiedostoa ei lähetetty", |
|
31b7f2792
|
20 |
"Missing a temporary folder" => "Tilapäiskansio puuttuu", |
|
03e52840d
|
21 22 |
"Failed to write to disk" => "Levylle kirjoitus epäonnistui", "Not enough storage available" => "Tallennustilaa ei ole riittävästi käytettävissä", |
|
31b7f2792
|
23 |
"Upload failed. Could not find uploaded file" => "Lähetys epäonnistui. Lähettävää tiedostoa ei löydetty.", |
|
03e52840d
|
24 25 |
"Invalid directory." => "Virheellinen kansio.", "Files" => "Tiedostot", |
|
31b7f2792
|
26 27 28 29 30 31 32 33 34 |
"Unable to upload {filename} as it is a directory or has 0 bytes" => "Kohdetta {filename} ei voi lähettää, koska se on joko kansio tai sen koko on 0 tavua",
"Not enough space available" => "Tilaa ei ole riittävästi",
"Upload cancelled." => "Lähetys peruttu.",
"Could not get result from server." => "Tuloksien saaminen palvelimelta ei onnistunut.",
"File upload is in progress. Leaving the page now will cancel the upload." => "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedoston lähetyksen.",
"URL cannot be empty" => "Osoite ei voi olla tyhjä",
"{new_name} already exists" => "{new_name} on jo olemassa",
"Could not create file" => "Tiedoston luominen epäonnistui",
"Could not create folder" => "Kansion luominen epäonnistui",
|
|
03e52840d
|
35 36 |
"Share" => "Jaa", "Delete permanently" => "Poista pysyvästi", |
|
03e52840d
|
37 38 |
"Rename" => "Nimeä uudelleen", "Pending" => "Odottaa", |
|
31b7f2792
|
39 |
"Could not rename file" => "Tiedoston nimeäminen uudelleen epäonnistui", |
|
03e52840d
|
40 |
"undo" => "kumoa", |
|
31b7f2792
|
41 42 43 44 45 |
"Error deleting file." => "Virhe tiedostoa poistaessa.",
"_%n folder_::_%n folders_" => array("%n kansio","%n kansiota"),
"_%n file_::_%n files_" => array("%n tiedosto","%n tiedostoa"),
"{dirs} and {files}" => "{dirs} ja {files}",
"_Uploading %n file_::_Uploading %n files_" => array("Lähetetään %n tiedosto","Lähetetään %n tiedostoa"),
|
|
03e52840d
|
46 |
"'.' is an invalid file name." => "'.' on virheellinen nimi tiedostolle.", |
|
03e52840d
|
47 48 49 |
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Virheellinen nimi, merkit '\\', '/', '<', '>', ':', '\"', '|', '?' ja '*' eivät ole sallittuja.",
"Your storage is full, files can not be updated or synced anymore!" => "Tallennustila on loppu, tiedostoja ei voi enää päivittää tai synkronoida!",
"Your storage is almost full ({usedSpacePercent}%)" => "Tallennustila on melkein loppu ({usedSpacePercent}%)",
|
|
0f30ed153
|
50 |
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Salaus poistettiin käytöstä, mutta tiedostosi ovat edelleen salattu. Siirry henkilökohtaisiin asetuksiisi avataksesi tiedostojesi salauksen.", |
|
03e52840d
|
51 |
"Your download is being prepared. This might take some time if the files are big." => "Lataustasi valmistellaan. Tämä saattaa kestää hetken, jos tiedostot ovat suuria kooltaan.", |
|
31b7f2792
|
52 53 |
"Error moving file" => "Virhe tiedostoa siirrettäessä", "Error" => "Virhe", |
|
03e52840d
|
54 55 |
"Name" => "Nimi", "Size" => "Koko", |
|
31b7f2792
|
56 57 |
"Modified" => "Muokattu", "Invalid folder name. Usage of 'Shared' is reserved." => "Virheellinen kansion nimi. 'Shared':n käyttö on varattu.", |
|
0f30ed153
|
58 |
"%s could not be renamed" => "%s ei pysty uudelleen nimeämään", |
|
03e52840d
|
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
"Upload" => "Lähetä", "File handling" => "Tiedostonhallinta", "Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko", "max. possible: " => "suurin mahdollinen:", "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", "Save" => "Tallenna", "New" => "Uusi", "Text file" => "Tekstitiedosto", "Folder" => "Kansio", "From link" => "Linkistä", "Deleted files" => "Poistetut tiedostot", "Cancel upload" => "Peru lähetys", |
|
31b7f2792
|
74 |
"You don’t have permission to upload or create files here" => "Käyttöoikeutesi eivät riitä tiedostojen lähettämiseen tai kansioiden luomiseen tähän sijaintiin", |
|
03e52840d
|
75 76 |
"Nothing in here. Upload something!" => "Täällä ei ole mitään. Lähetä tänne jotakin!", "Download" => "Lataa", |
|
0f30ed153
|
77 |
"Unshare" => "Peru jakaminen", |
|
31b7f2792
|
78 |
"Delete" => "Poista", |
|
03e52840d
|
79 80 81 82 83 84 |
"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.", "Current scanning" => "Tämänhetkinen tutkinta", "Upgrading filesystem cache..." => "Päivitetään tiedostojärjestelmän välimuistia..." ); |
|
31b7f2792
|
85 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |