1
0

da.js 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with {email}" : "Delt med {email}",
  5. "Shared with {email} by {actor}" : "Delt med {email} af {actor}",
  6. "Password for mail share sent to {email}" : "Password for mail deling er sendt til {email}",
  7. "Password for mail share sent to you" : "Password for mail deling er sendt til dig",
  8. "You shared {file} with {email} by mail" : "Du delte {file} med {email} via e-mail",
  9. "{actor} shared {file} with {email} by mail" : "{actor} delte {file} med {email} via e-mail",
  10. "Password to access {file} was sent to {email}" : "Password for adgang {file} blev sendt til {email}",
  11. "Password to access {file} was sent to you" : "Password for adgang {file} blev sendt til dig.",
  12. "Share by mail" : "Delt med mail",
  13. "Sharing %1$s failed, because this item is already shared with user %2$s" : "Deling af %1$s mislykkedes, fordi dette element allerede er delt med bruger%2$s",
  14. "Failed to send share by email" : "Kunne ikke sende deling via e-mail",
  15. "%1$s shared »%2$s« with you" : "%1$s delte \"%2$s\" med dig",
  16. "%1$s shared »%2$s« with you." : "%1$s delte »%2$s« med dig",
  17. "Click the button below to open it." : "Klik på knappen nedenunder for at åbne.",
  18. "Open »%s«" : "Åbn »%s«",
  19. "%1$s via %2$s" : "%1$s via %2$s",
  20. "Password to access »%1$s« shared to you by %2$s" : "Adgangskode for at få adgang »%1$s« delt til dig af %2$s",
  21. "Password to access »%s«" : "Kodeord for adgang til »%s«",
  22. "It is protected with the following password:" : "Beskyttet med følgende adgangskode:",
  23. "%1$s shared »%2$s« with you and wants to add:" : "%1$s delte »%2$s« med dig og vil gerne tilføje:",
  24. "%1$s shared »%2$s« with you and wants to add" : "%1$s delte »%2$s« med dig og vil gerne tilføje",
  25. "»%s« added a note to a file shared with you" : "»%s« har tilføjet en note til en fil delt med dig",
  26. "You can choose a different password at any time in the share dialog." : "Du kan til enhver tid vælge et andet password i delings dialogen.",
  27. "Could not find share" : "Kan ikke finde deling",
  28. "Allows users to share a personalized link to a file or folder by putting in an email address." : "Tillad brugere at dele et personligt link til en fil eller folder ved at skrive en email ind.",
  29. "Send password by mail" : "Send kodeord på mail",
  30. "Shared with %1$s" : "Delt med %1$s",
  31. "Shared with %1$s by %2$s" : "Delt med %1$s af %2$s",
  32. "Password for mail share sent to %1$s" : "Password for mail deling er sendt til %1$s",
  33. "You shared %1$s with %2$s by mail" : "Du delte %1$s med %2$s via e-mail",
  34. "%3$s shared %1$s with %2$s by mail" : "%3$s delte %1$s med %2$s via e-mail",
  35. "Password to access %1$s was sent to %2s" : "Password for adgang %1$s blev sendt til %2s",
  36. "Password to access %1$s was sent to you" : "Password for adgang %1$s blev sendt til dig."
  37. },
  38. "nplurals=2; plural=(n != 1);");