diff options
Diffstat (limited to 'core/l10n/nb.js')
-rw-r--r-- | core/l10n/nb.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/nb.js b/core/l10n/nb.js index 07d39c50eb5..193d00dc492 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -303,9 +303,6 @@ OC.L10N.register( "Database host" : "Databasevert", "Please specify the port number along with the host name (e.g., localhost:5432)." : "Spesifiser portnr. sammen med servernavnet (f.eks., localhost:5432).", "Performance warning" : "Ytelsesadvarsel", - "SQLite will be used as database." : "SQLite vil bli brukt som database.", - "For larger installations we recommend to choose a different database backend." : "For større installasjoner anbefaler vi å velge en annen database.", - "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "SQLite er spesielt frarådet om man bruker skrivebordsklienten til filsynkronisering", "Finish setup" : "Fullfør oppsett", "Finishing …" : "Ferdigstiller…", "Need help?" : "Trenger du hjelp?", @@ -397,6 +394,9 @@ OC.L10N.register( "Share with other people by entering a user or group or an email address." : "Del med andre ved å skrive inn en bruker, en gruppe, eller en e-postadresse.", "The specified document has not been found on the server." : "Det angitte dokumentet ble ikke funnet på serveren.", "You can click here to return to %s." : "Du kan klikke her for å gå tilbake til %s.", + "SQLite will be used as database." : "SQLite vil bli brukt som database.", + "For larger installations we recommend to choose a different database backend." : "For større installasjoner anbefaler vi å velge en annen database.", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "SQLite er spesielt frarådet om man bruker skrivebordsklienten til filsynkronisering", "Wrong password." : "Feil passord.", "Stay logged in" : "Forbli innlogget", "Back to log in" : "Tilbake til innlogging", |