summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/l10n/nb.js3
-rw-r--r--core/l10n/nb.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/core/l10n/nb.js b/core/l10n/nb.js
index 28cb6263777..2db34d6e27f 100644
--- a/core/l10n/nb.js
+++ b/core/l10n/nb.js
@@ -410,6 +410,7 @@ OC.L10N.register(
"The page could not be found on the server." : "Siden ble ikke funnet på serveren.",
"Confirm your password" : "Bekreft ditt passord",
"App token" : "App-symbol",
- "Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode"
+ "Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode",
+ "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Denne forekomsten kjører i feilsøkingsmodus. Bare aktiver dette for lokal utvikling og ikke i produksjonsmiljøer."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/nb.json b/core/l10n/nb.json
index 735c30f2023..5e52cdc6399 100644
--- a/core/l10n/nb.json
+++ b/core/l10n/nb.json
@@ -408,6 +408,7 @@
"The page could not be found on the server." : "Siden ble ikke funnet på serveren.",
"Confirm your password" : "Bekreft ditt passord",
"App token" : "App-symbol",
- "Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode"
+ "Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode",
+ "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Denne forekomsten kjører i feilsøkingsmodus. Bare aktiver dette for lokal utvikling og ikke i produksjonsmiljøer."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file