sv.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "Delad med %1$s",
  5. "Shared with {email}" : "Delad med {email}",
  6. "Shared with %1$s by %2$s" : "Delad med %1$s av %2$s",
  7. "Shared with {email} by {actor}" : "Delad med {email} av {actor}",
  8. "Unshared from %1$s" : "Sluta dela från %1$s",
  9. "Unshared from {email}" : "Sluta dela från {email}",
  10. "Unshared from %1$s by %2$s" : "Sluta dela från %1$s av %2$s",
  11. "Unshared from {email} by {actor}" : "Sluta dela från {email} av {actor}",
  12. "Password for mail share sent to %1$s" : "Lösenord för e-postdelning skickat till %1$s",
  13. "Password for mail share sent to {email}" : "Lösenord för e-postdelning skickat till {email}",
  14. "Password for mail share sent to you" : "Lösenord för e-postdelning skickat till dig",
  15. "You shared %1$s with %2$s by mail" : "Du delade %1$s med %2$s via e-post",
  16. "You shared {file} with {email} by mail" : "Du delade {file} med {email} via e-post",
  17. "%3$s shared %1$s with %2$s by mail" : "%3$s delade %1$s med %2$s via e-post",
  18. "{actor} shared {file} with {email} by mail" : "{actor} delade {file} med {email} via e-post",
  19. "You unshared %1$s from %2$s by mail" : "Du slutade dela %1$s från %2$s via e-post",
  20. "You unshared {file} from {email} by mail" : "Du slutade dela {file} från {email} via e-post",
  21. "%3$s unshared %1$s from %2$s by mail" : "%3$s slutade dela %1$s från %2$s via e-post",
  22. "{actor} unshared {file} from {email} by mail" : "{actor} slutade dela {file} från {email} via e-post",
  23. "Password to access %1$s was sent to %2s" : "Lösenord för åtkomst till %1$s skickades till %2s",
  24. "Password to access {file} was sent to {email}" : "Lösenord till {file} skickades till {email}",
  25. "Password to access %1$s was sent to you" : "Lösenord för att nå %1$s skickades till dig",
  26. "Password to access {file} was sent to you" : "Lösenord till {file} skickades till dig",
  27. "Sharing %1$s failed, this item is already shared with %2$s" : "Delning %1$s misslyckades, är redan delad med %2$s",
  28. "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Vi kan inte skicka det autogenererade lösenordet till dig. Vänligen ange en giltig e-postadress i dina personliga inställningar och försök igen.",
  29. "Failed to send share by email" : "Det gick inte att skicka delning via e-post",
  30. "%1$s shared »%2$s« with you" : "%1$s delade »%2$s« med dig",
  31. "%1$s shared »%2$s« with you." : "%1$s delade »%2$s« med dig.",
  32. "Click the button below to open it." : "Klicka på knappen nedan för att öppna det.",
  33. "Open »%s«" : "Öppna »%s«",
  34. "%1$s via %2$s" : "%1$s via %2$s",
  35. "%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s delade »%2$s« med dig.\nDu borde redan ha fått ett separat e-postmeddelande med en länk för åtkomst.\n",
  36. "%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s delade »%2$s« med dig. Du borde redan ha fått ett separat e-postmeddelande med en länk för åtkomst.",
  37. "Password to access »%1$s« shared to you by %2$s" : "Lösenord för access till »%1$s« delad med dig av %2$s",
  38. "Password to access »%s«" : "Lösenord för att nå »%s«",
  39. "It is protected with the following password:" : "Den är skyddad med följande lösenord:",
  40. "%1$s shared »%2$s« with you and wants to add:" : "%1$s delade »%2$s« med dig och vill lägga till:",
  41. "%1$s shared »%2$s« with you and wants to add" : "%1$s delade »%2$s« med dig och vill lägga till",
  42. "»%s« added a note to a file shared with you" : "»%s« la till en kommentar till en fil delad med dig",
  43. "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Du delade precis »%1$s« med %2$s. Delningen var redan skickat till mottagaren. På grund av den definierade säkerhetspolicyn av %3$s så måste varje delning vara lösenordsskyddad, och det är inte tillåtet att skicka lösenordet direkt till mottagaren. Du behöver därför vidarebefordra lösenordet manuellt till mottagaren.",
  44. "Password to access »%1$s« shared by you with %2$s" : "Lösenord för åtkomst till »%1$s« delad av dig med %2$s",
  45. "This is the password:" : "Detta är lösenordet:",
  46. "You can choose a different password at any time in the share dialog." : "Du kan välja ett annat lösenord när som helst i delningsdialogen.",
  47. "Could not find share" : "Kunde inte hitta delning",
  48. "Share by mail" : "Dela via e-post",
  49. "Share provider which allows you to share files by mail" : "Möjliggör delning av filer via e-post",
  50. "Allows users to share a personalized link to a file or folder by putting in an email address." : "Tillåt användare att dela en personlig länk till en fil eller mapp genom att ange en e-postadress",
  51. "Send password by mail" : "Skicka lösenord via e-post",
  52. "Enforce password protection" : "Tvinga lösenordsskydd"
  53. },
  54. "nplurals=2; plural=(n != 1);");