fi_FI.php 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Server to server sharing is not enabled on this server" => "Palvelimelta-palvelimelle-jakaminen ei ole käytössä tällä palvelimella",
  4. "The mountpoint name contains invalid characters." => "Liitospisteen nimi sisältää virheellisiä merkkejä.",
  5. "Invalid or untrusted SSL certificate" => "Virheellinen tai ei-luotettu SSL-varmenne",
  6. "Couldn't add remote share" => "Etäjaon liittäminen epäonnistui",
  7. "Shared with you" => "Jaettu kanssasi",
  8. "Shared with others" => "Jaettu muiden kanssa",
  9. "Shared by link" => "Jaettu linkin kautta",
  10. "No files have been shared with you yet." => "Kukaan ei ole jakanut tiedostoja kanssasi vielä.",
  11. "You haven't shared any files yet." => "Et ole jakanut yhtäkään tiedostoa vielä.",
  12. "You haven't shared any files by link yet." => "Et ole vielä jakanut yhtäkään tiedostoa linkin kautta.",
  13. "Do you want to add the remote share {name} from {owner}@{remote}?" => "Haluatko lisätä etäjaon {name} kohteesta {owner}@{remote}?",
  14. "Remote share" => "Etäjako",
  15. "Remote share password" => "Etäjaon salasana",
  16. "Cancel" => "Peru",
  17. "Add remote share" => "Lisää etäjako",
  18. "No ownCloud installation found at {remote}" => "ownCloud-asennusta ei löytynyt kohteesta {remote}",
  19. "Invalid ownCloud url" => "Virheellinen ownCloud-osoite",
  20. "Shared by" => "Jakanut",
  21. "This share is password-protected" => "Tämä jako on suojattu salasanalla",
  22. "The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.",
  23. "Password" => "Salasana",
  24. "Name" => "Nimi",
  25. "Share time" => "Jakamisen ajankohta",
  26. "Sorry, this link doesn’t seem to work anymore." => "Valitettavasti linkki ei vaikuta enää toimivan.",
  27. "Reasons might be:" => "Mahdollisia syitä:",
  28. "the item was removed" => "kohde poistettiin",
  29. "the link expired" => "linkki vanheni",
  30. "sharing is disabled" => "jakaminen on poistettu käytöstä",
  31. "For more info, please ask the person who sent this link." => "Kysy lisätietoja henkilöltä, jolta sait linkin.",
  32. "Add to your ownCloud" => "Lisää ownCloudiisi",
  33. "Download" => "Lataa",
  34. "Download %s" => "Lataa %s",
  35. "Direct link" => "Suora linkki",
  36. "Remote Shares" => "Etäjaot",
  37. "Allow other instances to mount public links shared from this server" => "Salli muiden instanssien liittää tältä palvelimelta jaettuja julkisia linkkejä",
  38. "Allow users to mount public link shares" => "Salli käyttäjien liittää julkisia linkkijakoja"
  39. );
  40. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";