diff options
Diffstat (limited to 'core/l10n/nb_NO.js')
-rw-r--r-- | core/l10n/nb_NO.js | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js index c93dcfd34aa..376b2311eb8 100644 --- a/core/l10n/nb_NO.js +++ b/core/l10n/nb_NO.js @@ -133,9 +133,14 @@ OC.L10N.register( "New password" : "Nytt passord", "New Password" : "Nytt passord", "Reset password" : "Tilbakestill passord", - "_{count} search result in other places_::_{count} search results in other places_" : ["",""], + "Searching other places" : "Søker andre steder", + "No search result in other places" : "Intet søkeresultat fra andre steder", + "_{count} search result in other places_::_{count} search results in other places_" : ["{count} søkeresultat fra andre steder","{count} søkeresultater fra andre steder"], "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X støttes ikke og %s vil ikke fungere korrekt på denne plattformen. Bruk på egen risiko!", "For the best results, please consider using a GNU/Linux server instead." : "For beste resultat, vurder å bruke en GNU/Linux-server i stedet.", + "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4GB and is highly discouraged." : "Det ser ut for at %s-instansen kjører i et 32-bit PHP-miljø med open_basedir er konfigurert i php.ini. Dette vil føre til problemer med filer over 4GB og frarådes på det sterkeste.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Vennligst fjern innstillingen open_basedir i php.ini eller bytt til 64-bit PHP.", + "It seems that this %s instance is running on a 32-bit PHP environment and cURL is not installed. This will lead to problems with files over 4GB and is highly discouraged." : "Det ser ut for at %s-instansen kjører i et 32-bit PHP-miljø og at cURL ikke er installert. Dette vil føre til problemer med filer over 4GB og frarådes på det sterkeste.", "Please install the cURL extension and restart your webserver." : "Installer utvidelsen cURL og start web-serveren på nytt.", "Personal" : "Personlig", "Users" : "Brukere", @@ -184,6 +189,9 @@ OC.L10N.register( "Database name" : "Databasenavn", "Database tablespace" : "Database tabellområde", "Database host" : "Databasevert", + "Performance Warning" : "Advarsel om ytelse", + "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 desktopklienten til filsynkronisering", "Finish setup" : "Fullfør oppsetting", "Finishing …" : "Ferdigstiller ...", |