da.js 2.4 KB

12345678910111213141516171819202122232425262728293031
  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. "Failed to send share by email" : "Kunne ikke sende deling via e-mail",
  14. "%1$s shared »%2$s« with you" : "%1$s delte \"%2$s\" med dig",
  15. "%1$s shared »%2$s« with you." : "%1$s delte »%2$s« med dig",
  16. "Click the button below to open it." : "Klik på knappen nedenunder for at åbne.",
  17. "Open »%s«" : "Åbn »%s«",
  18. "%1$s via %2$s" : "%1$s via %2$s",
  19. "Password to access »%1$s« shared to you by %2$s" : "Adgangskode for at få adgang »%1$s« delt til dig af %2$s",
  20. "Password to access »%s«" : "Kodeord for adgang til »%s«",
  21. "It is protected with the following password:" : "Beskyttet med følgende adgangskode:",
  22. "%1$s shared »%2$s« with you and wants to add:" : "%1$s delte »%2$s« med dig og vil gerne tilføje:",
  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. "»%s« added a note to a file shared with you" : "»%s« har tilføjet en note til en fil delt med dig",
  25. "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.",
  26. "Could not find share" : "Kan ikke finde deling",
  27. "Send password by mail" : "Send kodeord på mail",
  28. "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",
  29. "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."
  30. },
  31. "nplurals=2; plural=(n != 1);");