fi.php 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?php
  2. /** Finnish localization file for KCFinder
  3. * author: Heikki Tenhunen (heikki@sivudesign.fi)
  4. */
  5. $lang = array(
  6. '_locale' => "fi_FI.UTF-8", // UNIX localization code
  7. '_charset' => "utf-8", // Browser charset
  8. // Date time formats. See http://www.php.net/manual/en/function.strftime.php
  9. '_dateTimeFull' => "%A, %e %B, %Y %H:%M",
  10. '_dateTimeMid' => "%a %e %b %Y %H:%M",
  11. '_dateTimeSmall' => "%d.%m.%Y %H:%M",
  12. "You don't have permissions to upload files." => "Sinulla ei ole oikeuksia ladata tiedostoja.",
  13. "You don't have permissions to browse server." => "Sinulla ei ole riittäviä oikeuksia tiedostoselaimeen.",
  14. "Cannot move uploaded file to target folder." => "Ladattua tiedostoa ei voi siirtää kohdekansioon. ",
  15. "Unknown error." => "Tuntematon virhe.",
  16. "The uploaded file exceeds {size} bytes." => "Tiedoston koko ylittää {size} tavua.",
  17. "The uploaded file was only partially uploaded." => "Valitsemasi tiedosto latautui vain osittain.",
  18. "No file was uploaded." => "Yhtään tiedostoja ei ladattu.",
  19. "Missing a temporary folder." => "Puuttuu väliaikainen kansio.",
  20. "Failed to write file." => "Tiedostoon kirjoitus epäonnistui.",
  21. "Denied file extension." => "Kielletty tiedostopääte.",
  22. "Unknown image format/encoding." => "Tuntematon kuvatiedosto/koodaus.",
  23. "The image is too big and/or cannot be resized." => "Kuva on liian iso, koon muuttaminen ei onnistu.",
  24. "Cannot create {dir} folder." => "Kansiota {dir} ei voi luoda.",
  25. "Cannot rename the folder." => "Kansiota ei voi nimetä uudelleen.",
  26. "Cannot write to upload folder." => "Latauskansioon ei voi kirjoittaa.",
  27. "Cannot read .htaccess" => ".htaccess tiedostoa ei voi lukea.",
  28. "Incorrect .htaccess file. Cannot rewrite it!" => "Virheellinen .htaccess tiedosto. Tiedostoon ei voi kirjoittaa.",
  29. "Cannot read upload folder." => "Latauskansiota ei voi lukea.",
  30. "Cannot access or create thumbnails folder." => "Esikatselukuvien kansiota ei voi lukea tai kirjoittaa.",
  31. "Cannot access or write to upload folder." => "Latauskansiota ei voi lukea tai kirjoittaa.",
  32. "Please enter new folder name." => "Kirjoita uuden kansion nimi.",
  33. "Unallowable characters in folder name." => "Kiellettyjä merkkejä kansion nimessä.",
  34. "Folder name shouldn't begins with '.'" => "Kansion nimi ei voi alkaa '.'",
  35. "Please enter new file name." => "Kirjoita uusi tiedostonimi.",
  36. "Unallowable characters in file name." => "Kiellettyjä merkkejä tiedoston nimessä.",
  37. "File name shouldn't begins with '.'" => "Tiedoston nimi ei voi alkaa '.'",
  38. "Are you sure you want to delete this file?" => "Haluatko varmasti poistaa tiedoston?",
  39. "Are you sure you want to delete this folder and all its content?" => "Haluatko varmasti poistaa tiedoston sekä kaiken sen sisällön?",
  40. "Non-existing directory type." => "Hakemisto tyyppi ei ole olemassa.",
  41. "Undefined MIME types." => "Määrittämättömät MIME tyypit.",
  42. "Fileinfo PECL extension is missing." => "Fileinfo PECL pääte puuttuu.",
  43. "Opening fileinfo database failed." => "Opening fileinfo database failed.",
  44. "You can't upload such files." => "Tiedostoja ei voi ladata.",
  45. "The file '{file}' does not exist." => "Tiedostoa '{file}' ei ole luotu.",
  46. "Cannot read '{file}'." => "Tiedostoa '{file}' ei voi lukea.",
  47. "Cannot copy '{file}'." => "Tiedostoa '{file}' ei voi kopioda.",
  48. "Cannot move '{file}'." => "Tiedostoa '{file}' ei voi siirtää.",
  49. "Cannot delete '{file}'." => "Tiedostoa '{file}' ei voi poistaa.",
  50. "Cannot delete the folder." => "Kansiota ei voi poistaa.",
  51. "Click to remove from the Clipboard" => "Klikkaa poistaaksesi Leikepöydältä.",
  52. "This file is already added to the Clipboard." => "Tiedosto on jo lisätty Leikepöydälle.",
  53. "The files in the Clipboard are not readable." => "Leikepöydän tiedostot eivät ole luettavissa.",
  54. "{count} files in the Clipboard are not readable. Do you want to copy the rest?" => "Leikepöydällä on {count} tiedostoa joita ei voi lukea. Haluatko kopioida loput?",
  55. "The files in the Clipboard are not movable." => "Leikepöydän tiedostoja ei voi siirtää.",
  56. "{count} files in the Clipboard are not movable. Do you want to move the rest?" => "Leikepöydällä on {count} tiedostoa joita ei voi siirtää. Haluatko siirtää loput?",
  57. "The files in the Clipboard are not removable." => "Leikepöydän tiedostoja ei voi poistaa.",
  58. "{count} files in the Clipboard are not removable. Do you want to delete the rest?" => "Leikepöydällä on {count} tiedostoa joita ei voi poistaa. Haluatko siirtää loput?",
  59. "The selected files are not removable." => "Valittuja tiedostoja ei voi poistaa.",
  60. "{count} selected files are not removable. Do you want to delete the rest?" => "Leikepöydällä on {count} tiedostoa joita ei voi poistaa. Haluatko poistaa loput?",
  61. "Are you sure you want to delete all selected files?" => "Haluatko varmasti poistaa kaikki valitut tiedostot?",
  62. "Failed to delete {count} files/folders." => "{count} tiedoston/kansion poistaminen epäonnistui.",
  63. "A file or folder with that name already exists." => "Tiedosto tai kansio nimellä on jo luoto.",
  64. "Copy files here" => "Kopio tähän",
  65. "Move files here" => "Siirrä tähän",
  66. "Delete files" => "Poista tiedostot",
  67. "Clear the Clipboard" => "Pyyhi leikepöytä.",
  68. "Are you sure you want to delete all files in the Clipboard?" => "Haluatko varmasti poistaa kaikki tiedostot Leikepöydältä?",
  69. "Copy {count} files" => "Kopio {count} tiedostoa",
  70. "Move {count} files" => "Siirrä {count} tiedostoa",
  71. "Add to Clipboard" => "Lisää Leikepöydälle",
  72. "Inexistant or inaccessible folder." => "Kansiota ei ole olemassa tai sitä ei voi avata.",
  73. "New folder name:" => "Uusi kansion nimi:",
  74. "New file name:" => "Uusi tiedostonimi:",
  75. "Upload" => "Lataa",
  76. "Refresh" => "Päivitä",
  77. "Settings" => "Asetukset",
  78. "Maximize" => "Koko ruutu",
  79. "About" => "Lisätietoja",
  80. "files" => "tiedostot",
  81. "selected files" => "valitut tiedostot",
  82. "View:" => "Näkymä:",
  83. "Show:" => "Näytä:",
  84. "Order by:" => "Järjestä:",
  85. "Thumbnails" => "Esikatselukuvat",
  86. "List" => "Lista",
  87. "Name" => "Nimi",
  88. "Type" => "Tyyppi",
  89. "Size" => "Koko",
  90. "Date" => "Päiväys",
  91. "Descending" => "Laskeva",
  92. "Uploading file..." => "Siirretään tiedostoa...",
  93. "Loading image..." => "Ladataan tiedostoa...",
  94. "Loading folders..." => "Ladataan kansioita...",
  95. "Loading files..." => "Ladataan tiedostoja...",
  96. "New Subfolder..." => "Uusi alikansio...",
  97. "Rename..." => "Nimeä uudelleen...",
  98. "Delete" => "Poista",
  99. "OK" => "OK",
  100. "Cancel" => "Peru",
  101. "Select" => "Valitse",
  102. "Select Thumbnail" => "Valitse esikatselukuva",
  103. "Select Thumbnails" => "Valitse esikatselukuvat",
  104. "View" => "Näytä",
  105. "Download" => "Lataa",
  106. "Download files" => "Lataa tiedostot",
  107. "Clipboard" => "Leikepöytä",
  108. "Checking for new version..." => "Tarkastetaan uusin versio...",
  109. "Unable to connect!" => "Yhteys epäonnistui!",
  110. "Download version {version} now!" => "Lataa versio {version} nyt!",
  111. "KCFinder is up to date!" => "KCFinder uusin versio on käytössä!",
  112. "Licenses:" => "Lisenssit:",
  113. "Attention" => "Huomio",
  114. "Question" => "Kysymys",
  115. "Yes" => "Kyllä",
  116. "No" => "Ei",
  117. "You cannot rename the extension of files!" => "Et voi nimetä uudelleen tiedostopäätettä!",
  118. "Uploading file {number} of {count}... {progress}" => "Siirretään tiedostoa {number}/{count} ... {progress}",
  119. "Failed to upload {filename}!" => "Siirto epäonnistui {filename}!",
  120. );
  121. ?>