summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/nn_NO.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-09-10 10:42:16 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-09-10 10:42:16 -0400
commit72689f643b631061777149d96f6f170f7722e894 (patch)
treef62ee0fb54a17618c8f87cba7a647ff18f98ce90 /apps/user_webdavauth/l10n/nn_NO.php
parent03ab26df75f703c14e0cc41d1245e51d670d977b (diff)
downloadnextcloud-server-72689f643b631061777149d96f6f170f7722e894.tar.gz
nextcloud-server-72689f643b631061777149d96f6f170f7722e894.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/nn_NO.php')
-rw-r--r--apps/user_webdavauth/l10n/nn_NO.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/nn_NO.php b/apps/user_webdavauth/l10n/nn_NO.php
index 519b942f9f5..909231b5f58 100644
--- a/apps/user_webdavauth/l10n/nn_NO.php
+++ b/apps/user_webdavauth/l10n/nn_NO.php
@@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
-"WebDAV Authentication" => "WebDAV-autentisering"
+"WebDAV Authentication" => "WebDAV-autentisering",
+"Address: " => "Adresse:",
+"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." => "Innloggingsinformasjon blir sendt til denne nettadressa. Dette programtillegget kontrollerer svaret og tolkar HTTP-statuskodane 401 og 403 som ugyldige, og alle andre svar som gyldige."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";