You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fi_FI.php 1.3KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared with you" => "Jaettu kanssasi",
  4. "Shared with others" => "Jaettu muiden kanssa",
  5. "Shared by link" => "Jaettu linkin kautta",
  6. "No files have been shared with you yet." => "Kukaan ei ole jakanut tiedostoja kanssasi vielä.",
  7. "You haven't shared any files yet." => "Et ole jakanut yhtäkään tiedostoa vielä.",
  8. "You haven't shared any files by link yet." => "Et ole vielä jakanut yhtäkään tiedostoa linkin kautta.",
  9. "Shared by {owner}" => "Jakanut {owner}",
  10. "Shared by" => "Jakanut",
  11. "This share is password-protected" => "Tämä jako on suojattu salasanalla",
  12. "The password is wrong. Try again." => "Väärä salasana. Yritä uudelleen.",
  13. "Password" => "Salasana",
  14. "Name" => "Nimi",
  15. "Share time" => "Jakamisen ajankohta",
  16. "Sorry, this link doesn’t seem to work anymore." => "Valitettavasti linkki ei vaikuta enää toimivan.",
  17. "Reasons might be:" => "Mahdollisia syitä:",
  18. "the item was removed" => "kohde poistettiin",
  19. "the link expired" => "linkki vanheni",
  20. "sharing is disabled" => "jakaminen on poistettu käytöstä",
  21. "For more info, please ask the person who sent this link." => "Kysy lisätietoja henkilöltä, jolta sait linkin.",
  22. "Download" => "Lataa",
  23. "Download %s" => "Lataa %s",
  24. "Direct link" => "Suora linkki"
  25. );
  26. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";