diff options
Diffstat (limited to 'apps/user_webdavauth/l10n/nb_NO.php')
-rw-r--r-- | apps/user_webdavauth/l10n/nb_NO.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/nb_NO.php b/apps/user_webdavauth/l10n/nb_NO.php index 245a5101341..e7ee8ae56be 100644 --- a/apps/user_webdavauth/l10n/nb_NO.php +++ b/apps/user_webdavauth/l10n/nb_NO.php @@ -1,3 +1,5 @@ -<?php $TRANSLATIONS = array( -"URL: http://" => "URL: http://" +<?php +$TRANSLATIONS = array( +"Address: " => "Adresse:" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |