diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-11-11 01:10:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-11-11 01:10:09 +0000 |
commit | 6ca4abfc0bc47e3bf5da72697f60b033b9c11356 (patch) | |
tree | 8e90638a5e25598fac298b18ad6fbc5e3de8b561 /apps/theming/l10n/nb.js | |
parent | 1a2f9fe678fce329c37b69df47164a2eddead8f1 (diff) | |
download | nextcloud-server-6ca4abfc0bc47e3bf5da72697f60b033b9c11356.tar.gz nextcloud-server-6ca4abfc0bc47e3bf5da72697f60b033b9c11356.zip |
[tx-robot] updated from transifex
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);"); |