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 3.4KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with {email}" : "Jaettu käyttäjälle {email}",
  5. "Shared with {email} by {actor}" : "Jaettu käyttäjälle {email} käyttäjän {actor} toimesta",
  6. "Unshared from {email}" : "Jako käyttäjälle {email} lopetettu",
  7. "Unshared from {email} by {actor}" : "Jako käyttäjälle {email} lopetettiin käyttäjän {actor} toimesta",
  8. "Password for mail share sent to {email}" : "Salasana sähköpostijakoon lähetettiin osoitteeseen {email}",
  9. "Password for mail share sent to you" : "Salasana sähköpostijakoon lähetettiin sinulle",
  10. "You shared {file} with {email} by mail" : "Jaoit tiedoston {file} sähköpostitse osoitteeseen {email}",
  11. "{actor} shared {file} with {email} by mail" : "{actor} jakoi tiedoston {file} sähköpostitse osoitteeseen {email}",
  12. "You unshared {file} from {email} by mail" : "Lopetit kohteen {file} jaon käyttäjältä {email} sähköpostitse",
  13. "Password to access {file} was sent to {email}" : "Salasana kohteen {file} käyttämiseksi lähetettiin osoitteeseen {email}",
  14. "Password to access {file} was sent to you" : "Salasana tiedoston {file} käyttämiseksi lähetettiin sinulle",
  15. "Share by mail" : "Jaa sähköpostitse",
  16. "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Automaattisesti muodostettua salasanaa ei voi lähettää sinulle. Aseta kelvollinen sähköpostiosoite henkilökohtaisiin asetuksiisi ja yritä uudelleen.",
  17. "Failed to send share by email. Got an invalid email address" : "Jaon lähettäminen sähköpostitse epäonnistui. Virheellinen sähköpostiosoite",
  18. "Failed to send share by email" : "Jaon lähettäminen sähköpostitse epäonnistui",
  19. "%1$s shared »%2$s« with you" : "%1$s jakoi kohteen »%2$s« kanssasi",
  20. "%1$s shared »%2$s« with you." : "%1$s jakoi kohteen »%2$s« kanssasi.",
  21. "Click the button below to open it." : "Napsauta alla olevaa linkkiä avataksesi sen.",
  22. "Open »%s«" : "Avaa »%s«",
  23. "%1$s via %2$s" : "%1$s palvelun %2$s kautta",
  24. "Password to access »%s«" : "Salasana kohteen »%s« käyttöön",
  25. "It is protected with the following password:" : "Se on suojattu seuraavalla salasanalla:",
  26. "This password will expire at %s" : "Tämä salasana vanhenee %s",
  27. "%1$s shared »%2$s« with you and wants to add:" : "%1$s jakoi kohteen »%2$s« kanssasi ja haluaa lisätä:",
  28. "%1$s shared »%2$s« with you and wants to add" : "%1$s jakoi kohteen »%2$s« kanssasi ja haluaa lisätä",
  29. "»%s« added a note to a file shared with you" : "»%s« lisäsi huomion jakamaasi tiedostoon",
  30. "This is the password:" : "Tämä on salasana:",
  31. "You can choose a different password at any time in the share dialog." : "Voit valita muun salasanan koska tahansa jakovalikossa.",
  32. "Could not find share" : "Jakoa ei löytynyt",
  33. "Send password by mail" : "Lähetä salasana sähköpostitse",
  34. "Reply to initiator" : "Vastaa aloitteentekijälle",
  35. "Sharing %1$s failed, because this item is already shared with user %2$s" : "Kohteen %1$s jakaminen epäonnistui, koska tämä kohde on jo jaettu käyttäjän %2$s kanssa",
  36. "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."
  37. },
  38. "nplurals=2; plural=(n != 1);");