diff options
Diffstat (limited to 'apps/theming/l10n/nb.js')
-rw-r--r-- | apps/theming/l10n/nb.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/theming/l10n/nb.js b/apps/theming/l10n/nb.js index f3ae7b15a97..1b2f2c7a148 100644 --- a/apps/theming/l10n/nb.js +++ b/apps/theming/l10n/nb.js @@ -9,7 +9,7 @@ OC.L10N.register( "The given web address is too long" : "Nettadressen er for lang", "The given slogan is too long" : "Slagordet er for langt", "The given color is invalid" : "Fargen er ugyldig", - "There is no error, the file uploaded with success" : "Det er ingen feil, opplastingen av filen var vellykket", + "There is no error, the file uploaded with success" : "Det er ingen feil, 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 uploaded file was only partially uploaded" : "Filen ble bare delvis lastet opp", @@ -25,7 +25,7 @@ OC.L10N.register( "Name" : "Navn", "Reset to default" : "Tilbakestill til forvalg", "Web address" : "Nettadresse", - "Web address https://…" : "Nettadresse https://", + "Web address https://…" : "Nettadresse https://…", "Slogan" : "Slagord", "Color" : "Farge", "Logo" : "Logo", @@ -33,7 +33,8 @@ OC.L10N.register( "Login image" : "Innloggingsbilde", "Upload new login background" : "Last opp ny innloggingsbakgrunn", "Remove background image" : "Fjern bakgrunnsbilde", - "reset to default" : "tilbakestill", + "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.", + "reset to default" : "tilbakestill til forvalg", "Log in image" : "Innloggingsbilde" }, "nplurals=2; plural=(n != 1);"); |