nl.js 1.7 KB

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "Deel met %1$s",
  5. "Shared with {email}" : "Gedeeld met {email}",
  6. "Shared with %1$s by %2$s" : "Gedeeld met %1$s door %2$s",
  7. "Shared with {email} by {actor}" : "Gedeeld met {email} door {actor}",
  8. "You shared %1$s with %2$s by mail" : "Je deelde %1$s met %2$s via e-mail",
  9. "You shared {file} with {email} by mail" : "Je deelde {file} met {email} via e-mail",
  10. "%3$s shared %1$s with %2$s by mail" : "%3$s deelde %1$s met %2$s via e-mail",
  11. "{actor} shared {file} with {email} by mail" : "{actor} deelde {file} met {email} via e-mail",
  12. "Sharing %s failed, this item is already shared with %s" : "Delen van %s is mislukt, omdat dit al gedeeld wordt met %s",
  13. "Failed to send share by E-mail" : "Fout bij delen via e-mail",
  14. "%s shared »%s« with you" : "%s deelde »%s« met jou",
  15. "%s shared »%s« with you on behalf of %s" : "%s deelde »%s« met jou in naam van %s",
  16. "Failed to create the E-mail" : "Opmaken e-mail mislukt",
  17. "Could not find share" : "Kon share niet vinden",
  18. "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hallo daar,\n\n%s deelde »%s« met jou namens %s.\n\n%s\n\n",
  19. "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hallo daar,\n\n%s deelde »%s« met jou.\n\n%s\n\n",
  20. "Cheers!" : "Proficiat!",
  21. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hallo daar,<br><br>%s deelde <a href=\"%s\">%s</a> met jou namens %s.<br><br>",
  22. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hallo daar,<br><br>%s deelde <a href=\"%s\">%s</a> met jou.<br><br>"
  23. },
  24. "nplurals=2; plural=(n != 1);");