da.js 2.4 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "Delt med %1$s",
  5. "Shared with {email}" : "Delt med {email}",
  6. "Shared with %1$s by %2$s" : "Delt med %1$s af %2$s",
  7. "Shared with {email} by {actor}" : "Delt med {email} af {actor}",
  8. "Password for mail share sent to %1$s" : "Password for mail deling er sendt til %1$s",
  9. "Password for mail share sent to {email}" : "Password for mail deling er sendt til {email}",
  10. "Password for mail share sent to you" : "Password for mail deling er sendt til dig",
  11. "You shared %1$s with %2$s by mail" : "Du delte %1$s med %2$s via e-mail",
  12. "You shared {file} with {email} by mail" : "Du delte {file} med {email} via e-mail",
  13. "%3$s shared %1$s with %2$s by mail" : "%3$s delte %1$s med %2$s via e-mail",
  14. "{actor} shared {file} with {email} by mail" : "{actor} delte {file} med {email} via e-mail",
  15. "Password to access %1$s was sent to %2s" : "Password for adgang %1$s blev sendt til %2s",
  16. "Password to access {file} was sent to {email}" : "Password for adgang {file} blev sendt til {email}",
  17. "Password to access %1$s was sent to you" : "Password for adgang %1$s blev sendt til dig.",
  18. "Password to access {file} was sent to you" : "Password for adgang {file} blev sendt til dig.",
  19. "Failed to send share by email" : "Kunne ikke sende deling via e-mail",
  20. "Click the button below to open it." : "Klik på knappen nedenunder for at åbne.",
  21. "Open »%s«" : "Åbn »%s«",
  22. "%1$s via %2$s" : "%1$s via %2$s",
  23. "Password to access »%s«" : "Kodeord for adgang til »%s«",
  24. "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.",
  25. "Could not find share" : "Kan ikke finde deling",
  26. "Share by mail" : "Delt med mail",
  27. "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.",
  28. "Send password by mail" : "Send kodeord på mail",
  29. "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : " Vi kan ikke sende det autogenerede password. Angiv venligst en valid email adresse i dine personlige indstillinger og prøv igen.",
  30. "Enforce password protection" : "Gennemtving beskyttelse med kodeord"
  31. },
  32. "nplurals=2; plural=(n != 1);");