summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-05-31 02:04:40 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-05-31 02:04:40 +0200
commita730a72dcb069f549b326070724dbf1ee865135d (patch)
tree5420b448c3efd5ce9cb5607e1becae10d7338525 /apps/user_webdavauth/l10n
parentbd7771867bb68cd608be826ecd00e89b350cac7a (diff)
downloadnextcloud-server-a730a72dcb069f549b326070724dbf1ee865135d.tar.gz
nextcloud-server-a730a72dcb069f549b326070724dbf1ee865135d.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r--apps/user_webdavauth/l10n/nn_NO.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/nn_NO.php b/apps/user_webdavauth/l10n/nn_NO.php
new file mode 100644
index 00000000000..772e084b631
--- /dev/null
+++ b/apps/user_webdavauth/l10n/nn_NO.php
@@ -0,0 +1,5 @@
+<?php $TRANSLATIONS = array(
+"WebDAV Authentication" => "WebDAV-autentisering",
+"URL: http://" => "Nettadresse: http://",
+"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud sender brukarakkreditiv til denne nettadressa. Dette programtillegget kontrollerer svaret og tolkar HTTP-statuskodane 401 og 403 som ugyldige, og alle andre svar som gyldige."
+);