From aabeab1e4e08ffba5d709aa71de1182dfeb698d1 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 26 Dec 2012 12:48:46 -0500
Subject: [PATCH] Updated localizations from launchpad

---
 plugins/password/localization/nb_NO.inc |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins/password/localization/nb_NB.inc b/plugins/password/localization/nb_NO.inc
similarity index 86%
rename from plugins/password/localization/nb_NB.inc
rename to plugins/password/localization/nb_NO.inc
index ce4679b..ff148b4 100644
--- a/plugins/password/localization/nb_NB.inc
+++ b/plugins/password/localization/nb_NO.inc
@@ -9,7 +9,7 @@
  | Licensed under the GNU General Public License                         |
  |                                                                       |
  +-----------------------------------------------------------------------+
- | Author: Tobias V. Langhoff <spug@thespug.net>                         |
+ | Author: Fredrik Larsen <fredrik.h.larsen@gmail.com>                   |
  +-----------------------------------------------------------------------+
 */
 
@@ -20,12 +20,12 @@
 $labels['confpasswd'] = 'Bekreft nytt passord';
 $labels['nopassword'] = 'Vennligst skriv inn nytt passord';
 $labels['nocurpassword'] = 'Vennligst skriv inn nåværende passord';
-$labels['passwordincorrect'] = 'Nåværende passord er feil';
+$labels['passwordincorrect'] = 'Nåværende passord er feil.';
 $labels['passwordinconsistency'] = 'Passordene er ikke like, vennligst prøv igjen.';
 $labels['crypterror'] = 'Kunne ikke lagre nytt passord. Krypteringsfunksjonen mangler.';
-$labels['connecterror'] = 'Kunne ikke lagre nytt passord. Tilkoblings feil.';
+$labels['connecterror'] = 'Kunne ikke lagre nytt passord. Tilkoblingsfeil.';
 $labels['internalerror'] = 'Kunne ikke lagre nytt passord';
-$labels['passwordshort'] = 'Passordet må minumum være $length karakterer langt.';
+$labels['passwordshort'] = 'Passordet må minimum inneholde $length tegn.';
 $labels['passwordweak'] = 'Passordet må inneholde minst ett tall og ett tegnsettingssymbol.';
 $labels['passwordforbidden'] = 'Passordet inneholder forbudte tegn.';
 

--
Gitblit v1.9.1