nextcloud-server/apps/theming/l10n/nb.js

71 lines
5.3 KiB
JavaScript

OC.L10N.register(
"theming",
{
"The given name is too long" : "Navnet er for langt",
"The given web address is too long" : "Nettadressen er for lang",
"The given web address is not a valid URL" : "Nettadressen er ikke en gyldig URL",
"The given legal notice address is too long" : "Adressen for juridiske varsel er for lang",
"The given legal notice address is not a valid URL" : "Adressen til den juridiske varslingen er ikke en gyldig URL",
"The given privacy policy address is too long" : "Adressen til personvernerklæringen er for lang ",
"The given privacy policy address is not a valid URL" : "Addressen til personvernerklæringen er ikke en gyldig url",
"The given slogan is too long" : "Slagordet er for langt",
"The given color is invalid" : "Fargen er ugyldig",
"Saved" : "Lagret",
"The file was uploaded" : "Filen ble lastet opp",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Filen er større enn grensen satt i upload_max_filesize i php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Filen du prøvde å laste opp er større enn grensen satt i MAX_FILE_SIZE i HTML-skjemaet",
"The file was only partially uploaded" : "Filen ble kun delvis nedlastet",
"No file was uploaded" : "Ingen filer ble lastet opp",
"Missing a temporary folder" : "Mangler midlertidig mappe",
"Could not write file to disk" : "Kunne ikke skrive fil til disk",
"A PHP extension stopped the file upload" : "A PHP-utvidelse stoppet filopplastingen",
"No file uploaded" : "Ingen fil lastet opp",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Du bruker et tilpasset tema. Innstillinger i app for tilpasning av tema kan bli overskrevet av disse.",
"Theming" : "Temavalg",
"Dark theme" : "Mørkt tema",
"Enable dark theme" : "Aktiver mørkt tema",
"Dyslexia font" : "Dysleksi skrifttype",
"Enable dyslexia font" : "Aktiver dysleksi skrifttype",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic er en gratis skrifttype egnet for å minske de mest vanligste lesefeilene som dysleksi forårsaker.",
"High contrast mode" : "Høykontrastmodus",
"Enable high contrast mode" : "Aktiver høy kontrast",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "En høykontrast modus for å få en lettere navigasjon. Den visuelle kvaliteten vil bli reusert men klarheten vil bli økt.",
"Legal notice" : "Juridisk varsel",
"Privacy policy" : "Personvern",
"Adjust the Nextcloud theme" : "Tilpass Nextcloud-tema",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temavalg gjør det enkelt å tilpasse utseende og følelsen av din installasjon og støttede klienter. Dette vil bli synlig for alle brukere.",
"Advanced options" : "Avanserte innstillinger",
"Name" : "Navn",
"Web link" : "Nettside lenke",
"a safe home for all your data" : "et trygt hjem for alle dine data",
"Slogan" : "Slagord",
"Color" : "Farge",
"Logo" : "Logo",
"Upload new logo" : "Last opp ny logo",
"Legal notice link" : "Juridisk varslingslenke",
"Privacy policy link" : "Personvernerklæring",
"Header logo" : "Header logo",
"Upload new header logo" : "Last opp ny header logo",
"Favicon" : "Favoritt ikon",
"Upload new favicon" : "Last opp nytt ikon",
"User settings" : "Brukerinnstillinger",
"Keyboard shortcuts" : "Tastatursnarveier",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universell utforming er viktig for oss. Vi følger web-standarder og tester for full funksjonalitet, både uten mus og med hjelpeprogrammer, slik som skjermlesere. Vi etterstreber å følge {guidelines}Retningslinjer for tilgjengelighet på nettsider{linkend} 2.1 på nivå AA, og med temaet for høy kontrast også nivå AAA.",
"Pick from Files" : "Velg fra Filer",
"Custom color" : "Tilpasset farge",
"Plain background" : "Ensfarget bakgrunn",
"Reset to default" : "Tilbakestill til standard",
"Upload" : "Last opp",
"Remove background image" : "Fjern bakgrunnsbilde",
"Loading preview…" : "Laster forhåndsvisning…",
"Admin" : "Admin",
"Name cannot be empty" : "Navn kan ikke være tom",
"Open documentation" : "Åpne dokumentasjon",
"https://…" : "https://…",
"Login image" : "Innloggingsbilde",
"Upload new login background" : "Last opp ny innloggingsbakgrunn",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer PHP-utvidelsen Imagemagick med støtte for SVG-bilder for å opprette favikoner automatisk basert på opplastet logo og farge.",
"Insert from {productName}" : "Sett inn fra {productName}"
},
"nplurals=2; plural=(n != 1);");