ia.js 1.8 KB

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "Compartite con %1$s",
  5. "Shared with {email}" : "Compartite con {email}",
  6. "Shared with %1$s by %2$s" : "Compartite con %1$s per %2$s",
  7. "Shared with {email} by {actor}" : "Compartite con {email} per {actor}",
  8. "You shared %1$s with %2$s by mail" : "Tu compartiva %1$s con %2$s per e-posta",
  9. "You shared {file} with {email} by mail" : "Tu compartiva {file} con {email} per e-posta",
  10. "%3$s shared %1$s with %2$s by mail" : "%3$s compartiva %1$s con %2$s per e-posta",
  11. "{actor} shared {file} with {email} by mail" : "{actor} compartiva {file} con {email} per e-posta",
  12. "Sharing %s failed, this item is already shared with %s" : "Compartir %s falleva, iste elemento ja es compartite con %s",
  13. "Failed to send share by E-mail" : "Invio de compartite per e-posta falleva",
  14. "%s shared »%s« with you" : "%s compartiva »%s« con te",
  15. "%s shared »%s« with you on behalf of %s" : "%s compartiva »%s« con te in nomine de %s",
  16. "Failed to create the E-mail" : "Creation de E-Posta falleva",
  17. "Could not find share" : "Impossibile trovar le compartite",
  18. "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Holla,\n\n%s compartiva »%s« con te in nomine de %s.\n\n%s\n\n",
  19. "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Holla,\n\n%s compartiva »%s« con te.\n\n%s\n\n",
  20. "Cheers!" : "Congratulationes!",
  21. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Holla,<br><br>%s compartiva <a href=\"%s\">%s</a> con te in nomine de %s.<br><br>",
  22. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Holla,<br><br>%s compartiva <a href=\"%s\">%s</a> con te.<br><br>"
  23. },
  24. "nplurals=2; plural=(n != 1);");