2013-08-09 12:06:31 +00:00
< ? php
$TRANSLATIONS = array (
2013-02-09 23:10:29 +00:00
" 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 " ,
2013-10-27 11:27:22 +00:00
" File name cannot be empty. " => " Tiedoston nimi ei voi olla tyhjä. " ,
2013-10-29 11:31:51 +00:00
" File name must not contain \" / \" . Please choose a different name. " => " Tiedoston nimessä ei saa olla merkkiä \" / \" . Valitse toinen nimi. " ,
2013-11-07 02:44:36 +00:00
" 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. " ,
2013-10-29 11:31:51 +00:00
" Not a valid source " => " Virheellinen lähde " ,
2013-11-22 02:07:12 +00:00
" Error while downloading %s to %s " => " Virhe ladatessa kohdetta %s sijaintiin %s " ,
2013-10-29 11:31:51 +00:00
" 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 " ,
2013-01-04 23:03:58 +00:00
" No file was uploaded. Unknown error " => " Tiedostoa ei lähetetty. Tuntematon virhe " ,
2012-06-05 22:29:28 +00:00
" There is no error, the file uploaded with success " => " Ei virheitä, tiedosto lähetettiin onnistuneesti " ,
2013-04-24 23:55:56 +00:00
" 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: " ,
2013-12-02 22:28:29 +00:00
" The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form " => " Lähetettävän tiedoston enimmäiskoko ylittää HTML-lomakkeessa määritellyn MAX_FILE_SIZE-säännön " ,
2012-06-05 22:29:28 +00:00
" The uploaded file was only partially uploaded " => " Tiedoston lähetys onnistui vain osittain " ,
" No file was uploaded " => " Yhtäkään tiedostoa ei lähetetty " ,
2013-04-27 00:24:29 +00:00
" Missing a temporary folder " => " Tilapäiskansio puuttuu " ,
2012-06-05 22:29:28 +00:00
" Failed to write to disk " => " Levylle kirjoitus epäonnistui " ,
2013-02-09 23:10:29 +00:00
" Not enough storage available " => " Tallennustilaa ei ole riittävästi käytettävissä " ,
2013-11-29 19:10:40 +00:00
" Upload failed. Could not find uploaded file " => " Lähetys epäonnistui. Lähettävää tiedostoa ei löydetty. " ,
2013-01-04 23:03:58 +00:00
" Invalid directory. " => " Virheellinen kansio. " ,
2012-06-05 22:29:28 +00:00
" Files " => " Tiedostot " ,
2013-09-22 16:58:42 +00:00
" 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 " ,
2013-06-29 00:09:10 +00:00
" Not enough space available " => " Tilaa ei ole riittävästi " ,
" Upload cancelled. " => " Lähetys peruttu. " ,
2013-09-22 16:58:42 +00:00
" Could not get result from server. " => " Tuloksien saaminen palvelimelta ei onnistunut. " ,
2013-06-29 00:09:10 +00:00
" 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. " ,
2013-11-07 02:44:36 +00:00
" URL cannot be empty " => " Osoite ei voi olla tyhjä " ,
2013-10-27 06:32:11 +00:00
" { new_name} already exists " => " { new_name} on jo olemassa " ,
2013-10-29 11:31:51 +00:00
" Could not create file " => " Tiedoston luominen epäonnistui " ,
" Could not create folder " => " Kansion luominen epäonnistui " ,
2013-04-24 16:31:36 +00:00
" Share " => " Jaa " ,
2013-02-10 23:04:49 +00:00
" Delete permanently " => " Poista pysyvästi " ,
2012-09-23 00:04:41 +00:00
" Rename " => " Nimeä uudelleen " ,
2013-02-09 23:10:29 +00:00
" Pending " => " Odottaa " ,
2013-10-29 11:31:51 +00:00
" Could not rename file " => " Tiedoston nimeäminen uudelleen epäonnistui " ,
2012-08-03 00:04:12 +00:00
" undo " => " kumoa " ,
2013-11-22 02:07:12 +00:00
" Error deleting file. " => " Virhe tiedostoa poistaessa. " ,
2013-08-30 13:38:20 +00:00
" _%n folder_::_%n folders_ " => array ( " %n kansio " , " %n kansiota " ),
" _%n file_::_%n files_ " => array ( " %n tiedosto " , " %n tiedostoa " ),
2013-09-01 17:30:40 +00:00
" { dirs} and { files} " => " { dirs} ja { files} " ,
2013-08-16 05:32:30 +00:00
" _Uploading %n file_::_Uploading %n files_ " => array ( " Lähetetään %n tiedosto " , " Lähetetään %n tiedostoa " ),
2013-01-09 23:05:53 +00:00
" '.' is an invalid file name. " => " '.' on virheellinen nimi tiedostolle. " ,
2012-11-26 23:10:47 +00:00
" Invalid name, ' \\ ', '/', '<', '>', ':', ' \" ', '|', '?' and '*' are not allowed. " => " Virheellinen nimi, merkit ' \\ ', '/', '<', '>', ':', ' \" ', '|', '?' ja '*' eivät ole sallittuja. " ,
2013-01-28 23:06:20 +00:00
" 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}%) " ,
2013-12-02 22:28:29 +00:00
" 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 salattuina. Siirry henkilökohtaisiin asetuksiin avataksesi tiedostojesi salauksen. " ,
2013-01-20 23:05:34 +00:00
" 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. " ,
2013-09-22 16:58:42 +00:00
" Error moving file " => " Virhe tiedostoa siirrettäessä " ,
2013-10-27 06:32:11 +00:00
" Error " => " Virhe " ,
2012-09-26 11:22:37 +00:00
" Name " => " Nimi " ,
2012-06-05 22:29:28 +00:00
" Size " => " Koko " ,
2013-04-27 00:24:29 +00:00
" Modified " => " Muokattu " ,
2013-11-29 19:10:40 +00:00
" Invalid folder name. Usage of 'Shared' is reserved. " => " Virheellinen kansion nimi. 'Shared':n käyttö on varattu. " ,
2013-12-02 22:28:29 +00:00
" %s could not be renamed " => " kohteen %s nimeäminen uudelleen epäonnistui " ,
2013-01-26 23:06:21 +00:00
" Upload " => " Lähetä " ,
2012-06-05 22:29:28 +00:00
" File handling " => " Tiedostonhallinta " ,
" Maximum upload size " => " Lähetettävän tiedoston suurin sallittu koko " ,
2012-08-24 00:07:18 +00:00
" max. possible: " => " suurin mahdollinen: " ,
2012-06-05 22:29:28 +00:00
" 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 " ,
2012-09-06 00:06:37 +00:00
" Save " => " Tallenna " ,
2012-06-05 22:29:28 +00:00
" New " => " Uusi " ,
2013-12-02 22:28:29 +00:00
" New text file " => " Uusi tekstitiedosto " ,
2012-06-05 22:29:28 +00:00
" Text file " => " Tekstitiedosto " ,
2013-12-02 22:28:29 +00:00
" New folder " => " Uusi kansio " ,
2012-06-05 22:29:28 +00:00
" Folder " => " Kansio " ,
2013-01-09 23:05:53 +00:00
" From link " => " Linkistä " ,
2013-02-16 23:26:17 +00:00
" Deleted files " => " Poistetut tiedostot " ,
2012-06-05 22:29:28 +00:00
" Cancel upload " => " Peru lähetys " ,
2013-10-29 11:31:51 +00:00
" 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 " ,
2012-06-05 22:29:28 +00:00
" Nothing in here. Upload something! " => " Täällä ei ole mitään. Lähetä tänne jotakin! " ,
" Download " => " Lataa " ,
2013-08-16 05:32:30 +00:00
" Delete " => " Poista " ,
2012-06-05 22:29:28 +00:00
" 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. " ,
2012-09-04 00:03:21 +00:00
" Files are being scanned, please wait. " => " Tiedostoja tarkistetaan, odota hetki. " ,
2013-02-02 23:06:15 +00:00
" Current scanning " => " Tämänhetkinen tutkinta " ,
" Upgrading filesystem cache... " => " Päivitetään tiedostojärjestelmän välimuistia... "
2012-06-05 22:29:28 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;