fi.js 2.0 KB

123456789101112131415161718192021222324
  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 kohteen %1$s käyttäjälle %2$s sähköpostitse",
  9. "You shared {file} with {email} by mail" : "Jaoit kohteen {file} käyttäjälle {email} sähköpostitse",
  10. "%3$s shared %1$s with %2$s by mail" : "%3$s jakoi kohteen %1$s käyttäjälle %2$s sähköpostitse",
  11. "{actor} shared {file} with {email} by mail" : "{actor} jakoi kohteen {file} käyttäjälle {email} sähköpostitse",
  12. "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",
  13. "Failed to send share by E-mail" : "Jaon lähettäminen sähköpostitse epäonnistui",
  14. "%s shared »%s« with you" : "%s jakoi kohteen »%s« kanssasi",
  15. "%s shared »%s« with you on behalf of %s" : "%s jakoi kohteen »%s« kanssasi käyttäjän %s puolesta",
  16. "Failed to create the E-mail" : "Sähköpostiosoitteen luonti epäonnistui",
  17. "Could not find share" : "Jakoa ei löytynyt",
  18. "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hei,\n\n%s jakoi kohteen »%s« kanssasi käyttäjän %s puolesta.\n\n%s\n\n",
  19. "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hei,\n\n%s jakoi kohteen »%s« kanssasi.\n\n%s\n\n",
  20. "Cheers!" : "Kiitos!",
  21. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hei,<br><br>%s jakoi kohteen <a href=\"%s\">%s</a> kanssasi käyttäjän %s puolesta.<br><br>",
  22. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hei,<br><br>%s jakoi kohteen <a href=\"%s\">%s</a> kanssasi.<br><br>"
  23. },
  24. "nplurals=2; plural=(n != 1);");