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.js 2.3KB

12345678910111213141516171819202122232425262728293031
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "Jaettu käyttäjälle %1$s",
  5. "Shared with {email}" : "Jaettu käyttäjälle {email}",
  6. "Shared with %1$s by %2$s" : "Jaettu käyttäjälle %1$s käyttäjältä %2$s",
  7. "Shared with {email} by {actor}" : "Jaettu käyttäjälle {email} käyttäjältä {actor}",
  8. "You shared %1$s with %2$s by mail" : "Jaoit tiedoston %1$s sähköpostitse osoitteeseen %2$s",
  9. "You shared {file} with {email} by mail" : "Jaoit tiedoston {file} sähköpostitse osoitteeseen {email}",
  10. "%3$s shared %1$s with %2$s by mail" : "%3$s jakoi tiedoston %1$s sähköpostitse osoitteeseen %2$s",
  11. "{actor} shared {file} with {email} by mail" : "{actor} jakoi tiedoston {file} sähköpostitse osoitteeseen {email}",
  12. "Password to access {file} was sent to you" : "Salasana tiedoston {file} käyttämiseksi lähetettiin sinulle",
  13. "Failed to send share by email" : "Jaon lähettäminen sähköpostitse epäonnistui",
  14. "Click the button below to open it." : "Klikkaa alla olevaa linkkiä avataksesi sen.",
  15. "Open »%s«" : "Avaa »%s«",
  16. "It is protected with the following password:" : "Se on suojattu seuraavalla salasanalla:",
  17. "This is the password:" : "Tämä on salasana:",
  18. "You can choose a different password at any time in the share dialog." : "Voit valita muun salasanan koska tahansa jakovalikossa.",
  19. "Could not find share" : "Jakoa ei löytynyt",
  20. "Share by mail" : "Jaa sähköpostitse",
  21. "Allows users to share a personalized link to a file or folder by putting in an email address." : "Salli käyttäjien jakaa personoitu linkki tiedostoon tai kansioon syöttämällä sähköpostiosoitteen.",
  22. "Send password by mail" : "Lähetä salasana sähköpostitse",
  23. "Enforce password protection" : "Pakota salasanasuojaus",
  24. "Sharing %s failed, this item is already shared with %s" : "Kohteen %s jakaminen epäonnistui, koska se on jo jaettu käyttäjälle %s",
  25. "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi",
  26. "%s shared »%s« with you." : "%s jakoi kohteen »%s« kanssasi.",
  27. "%s via %s" : "%s (palvelun %s kautta)",
  28. "It is protected with the following password: %s" : "Se on suojattu seuraavalla salasanalla: %s",
  29. "This is the password: %s" : "Tämä on salasana: %s"
  30. },
  31. "nplurals=2; plural=(n != 1);");