summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/nn_NO.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/l10n/nn_NO.php')
-rw-r--r--apps/user_webdavauth/l10n/nn_NO.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/user_webdavauth/l10n/nn_NO.php b/apps/user_webdavauth/l10n/nn_NO.php
index 5c4184b33a8..519b942f9f5 100644
--- a/apps/user_webdavauth/l10n/nn_NO.php
+++ b/apps/user_webdavauth/l10n/nn_NO.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
-"WebDAV Authentication" => "WebDAV-autentisering",
-"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."
+<?php
+$TRANSLATIONS = array(
+"WebDAV Authentication" => "WebDAV-autentisering"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";