Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/l10n/nb_NO.js')
-rw-r--r--apps/user_webdavauth/l10n/nb_NO.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/nb_NO.js b/apps/user_webdavauth/l10n/nb_NO.js
new file mode 100644
index 00000000000..72a099875e9
--- /dev/null
+++ b/apps/user_webdavauth/l10n/nb_NO.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "user_webdavauth",
+ {
+ "WebDAV Authentication" : "WebDAV-autentisering",
+ "Address:" : "Adresse:",
+ "Save" : "Lagre",
+ "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Brukerens påloggingsinformasjon vil bli sendt til denne adressen. Denne utvidelsen sjekker svaret og vil tolke HTTP-statuskodene 401 og 403 som ugyldig bruker eller passord, og alle andre svar tolkes som gyldig påloggings."
+},
+"nplurals=2; plural=(n != 1);");