diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-18 00:52:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-18 00:52:44 +0000 |
commit | 02676462d0fe587ee210f01c3f482d1081ff88e5 (patch) | |
tree | 72ca22f262aff4079078340cea70108b5a2987db /core/l10n/nb.js | |
parent | 62fde219af0135ea9bfa367530f3a347b5e11b30 (diff) | |
download | nextcloud-server-02676462d0fe587ee210f01c3f482d1081ff88e5.tar.gz nextcloud-server-02676462d0fe587ee210f01c3f482d1081ff88e5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/nb.js')
-rw-r--r-- | core/l10n/nb.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/nb.js b/core/l10n/nb.js index b1f828e5165..5238db0524c 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -236,10 +236,6 @@ OC.L10N.register( "({count} selected)" : "({count} valgt)", "Error loading file exists template" : "Feil ved lasting av \"filen eksisterer\"-mal", "Saving …" : "Lagrer...", - "Authentication required" : "Autentisering påkrevd", - "This action requires you to confirm your password" : "Denne handlingen krever at du bekrefter ditt passord", - "Confirm" : "Bekreft", - "Failed to authenticate, try again" : "Autentisering mislyktes, prøv igjen", "seconds ago" : "for få sekunder siden", "Connection to server lost" : "Mistet tilkobling til server", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem ved lasting av side, laster på nytt om %n sekund","Problem ved lasting av side, laster på nytt om %n sekunder"], @@ -329,7 +325,9 @@ OC.L10N.register( "Skip to navigation of app" : "Gå til navigasjon av app", "Go to %s" : "Gå til %s", "Get your own free account" : "Få din egen gratis konto", + "This action requires you to confirm your password" : "Denne handlingen krever at du bekrefter ditt passord", "Confirm your password" : "Bekreft ditt passord", + "Confirm" : "Bekreft", "Connect to your account" : "Koble til kontoen din", "Please log in before granting %1$s access to your %2$s account." : "Logg inn før du tildeler %1$stilgang til din %2$skonto.", "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Hvis du ikke prøver å sette opp en ny enhet eller app, så er det noen som nå prøver å lure deg til å gi de tilgang til dine data. Stopp i så fall øyeblikkelig og kontakt din systemadministrator.", @@ -404,6 +402,8 @@ OC.L10N.register( "Home" : "Hjem", "Copy to {folder}" : "Kopier til {folder}", "Move to {folder}" : "Flytt til {folder}", + "Authentication required" : "Autentisering påkrevd", + "Failed to authenticate, try again" : "Autentisering mislyktes, prøv igjen", "File not found" : "Finner ikke filen", "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Dokumentasjon kan ikke finnes på server. Er deling slettet eller utløpt?", "Please use the command line updater because automatic updating is disabled in the config.php." : "Oppdater ved hjelp av kommandolinjen ettersom automatisk oppdatering er skrudd av i config.php.", |