sv.js 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "Laddar förhandsvisning...",
  5. "Saved" : "Sparat",
  6. "Admin" : "Admin",
  7. "a safe home for all your data" : "En säker lagringsplats för all din data",
  8. "Name cannot be empty" : "Namn kan inte vara tom",
  9. "The given name is too long" : "Det angivna namnet är för långt",
  10. "The given web address is too long" : "Den angivna adressen är för lång",
  11. "The given privacy policy address is too long" : "Den angivna sekretesspolicyadressen är för lång",
  12. "The given slogan is too long" : "Den angivna slogan är för lång",
  13. "The given color is invalid" : "Den angivna färgen är inte tillgänglig",
  14. "The file was uploaded" : "Filen laddades upp",
  15. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Uppladdningsfilen är för stor (upload_max_filesize i php.ini)",
  16. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uppladdade filen överstiger MAX_FILE_SIZE-instruktionen specificerad i HTML-form",
  17. "The file was only partially uploaded" : "Filen var endast delvis uppladdad",
  18. "No file was uploaded" : "Ingen fil laddades up",
  19. "Missing a temporary folder" : "Saknar en temporär mapp",
  20. "Could not write file to disk" : "Kunde inte skriva fil till disk",
  21. "A PHP extension stopped the file upload" : "Ett PHP-tillägg stoppade filuppladdning",
  22. "No file uploaded" : "Ingen fil uppladdad",
  23. "Unsupported image type" : "Filtypen är ej giltig",
  24. "Theming" : "Teman",
  25. "Legal notice" : "Rättsligt meddelande",
  26. "Privacy policy" : "Integritetspolicy",
  27. "Adjust the Nextcloud theme" : "Justera Nextcloud-tema",
  28. "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Teman gör det möjligt att enkelt skräddarsy utseendet på ditt moln. Detta kommer att synas för alla användare.",
  29. "Name" : "Namn",
  30. "Reset to default" : "Återställ till grundinställningar",
  31. "Web link" : "Webblänk",
  32. "https://…" : "https://…",
  33. "Slogan" : "Slogan",
  34. "Color" : "Färg",
  35. "Logo" : "Logotyp",
  36. "Upload new logo" : "Ladda upp ny logotyp",
  37. "Login image" : "Inloggningsbild",
  38. "Upload new login background" : "Ladda upp ny bakgrundsbild",
  39. "Remove background image" : "Ta bort bakgrundsbild",
  40. "Advanced options" : "Avancerade inställningar",
  41. "Legal notice link" : "Länk rättsligt meddelande",
  42. "Privacy policy link" : "Länk integritetspolicy",
  43. "Favicon" : "Favicon",
  44. "Upload new favicon" : "Ladda upp nya favicon",
  45. "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installera Imagemagick PHP-tillägget med stöd för SVG-bilder för att automatiskt generera faviconer baserat på den uppladdade logotypen och färgen.",
  46. "There is no error, the file uploaded with success" : "Det finns inga fel, uppladdning av filen lyckades ",
  47. "The uploaded file was only partially uploaded" : "Den uppladdade filen laddades bara upp delvis",
  48. "Failed to write file to disk." : "Misslyckades att skriva till disk",
  49. "A PHP extension stopped the file upload." : "Ett PHP-tillägg stoppade uppladdningen av filen.",
  50. "You are already using a custom theme" : "Du använder redan ett annat tema",
  51. "Web address https://…" : "Webbadress https://..."
  52. },
  53. "nplurals=2; plural=(n != 1);");