fi.js 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "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",
  17. "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.",
  18. "Failed to send share by email. Got an invalid email address" : "Jaon lähettäminen sähköpostitse epäonnistui. Virheellinen sähköpostiosoite",
  19. "Failed to send share by email" : "Jaon lähettäminen sähköpostitse epäonnistui",
  20. "%1$s shared »%2$s« with you" : "%1$s jakoi kohteen »%2$s« kanssasi",
  21. "%1$s shared »%2$s« with you." : "%1$s jakoi kohteen »%2$s« kanssasi.",
  22. "Click the button below to open it." : "Napsauta alla olevaa linkkiä avataksesi sen.",
  23. "Open »%s«" : "Avaa »%s«",
  24. "%1$s via %2$s" : "%1$s palvelun %2$s kautta",
  25. "Password to access »%s«" : "Salasana kohteen »%s« käyttöön",
  26. "It is protected with the following password:" : "Se on suojattu seuraavalla salasanalla:",
  27. "This password will expire at %s" : "Tämä salasana vanhenee %s",
  28. "%1$s shared »%2$s« with you and wants to add:" : "%1$s jakoi kohteen »%2$s« kanssasi ja haluaa lisätä:",
  29. "%1$s shared »%2$s« with you and wants to add" : "%1$s jakoi kohteen »%2$s« kanssasi ja haluaa lisätä",
  30. "»%s« added a note to a file shared with you" : "»%s« lisäsi huomion jakamaasi tiedostoon",
  31. "This is the password:" : "Tämä on salasana:",
  32. "You can choose a different password at any time in the share dialog." : "Voit valita muun salasanan koska tahansa jakovalikossa.",
  33. "Could not find share" : "Jakoa ei löytynyt",
  34. "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.",
  35. "Send password by mail" : "Lähetä salasana sähköpostitse",
  36. "Reply to initiator" : "Vastaa aloitteentekijälle",
  37. "Shared with %1$s" : "Jaettu käyttäjälle %1$s",
  38. "Shared with %1$s by %2$s" : "Jaettu käyttäjälle %1$s käyttäjän %2$s toimesta",
  39. "Password for mail share sent to %1$s" : "Salasana sähköpostijakoon lähetettiin osoitteeseen %1$s",
  40. "You shared %1$s with %2$s by mail" : "Jaoit tiedoston %1$s sähköpostitse osoitteeseen %2$s",
  41. "%3$s shared %1$s with %2$s by mail" : "%3$s jakoi tiedoston %1$s sähköpostitse osoitteeseen %2$s",
  42. "You unshared %1$s from %2$s by mail" : "Lopetit kohteen %1$s jaon käyttäjältä %2$s sähköpostitse",
  43. "Password to access %1$s was sent to %2s" : "Salasana kohteen %1$s käyttämiseksi lähetettiin käyttäjälle %2s",
  44. "Password to access %1$s was sent to you" : "Salasana kohteen %1$s käyttämiseksi lähetettiin sinulle"
  45. },
  46. "nplurals=2; plural=(n != 1);");