summaryrefslogtreecommitdiff
path: root/plugins/password/localization/nb_NB.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-10-04 10:31:08 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-10-04 10:31:08 +0200
commit4213a3712e8c6c2cae33ca0d0b74f13b4f5ba31b (patch)
tree765ecd456b4d8720241a7731e8edd403c8103c9f /plugins/password/localization/nb_NB.inc
parent4e004778ab01c3087a773e05cf4693720a52d08f (diff)
Updated translations from launchpad
Diffstat (limited to 'plugins/password/localization/nb_NB.inc')
-rw-r--r--plugins/password/localization/nb_NB.inc31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/password/localization/nb_NB.inc b/plugins/password/localization/nb_NB.inc
new file mode 100644
index 000000000..ce4679bb1
--- /dev/null
+++ b/plugins/password/localization/nb_NB.inc
@@ -0,0 +1,31 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | localization/nb_NB/labels.inc |
+ | |
+ | Language file of the Roundcube Webmail client |
+ | Copyright (C) 2012, The Roundcube Dev Team |
+ | Licensed under the GNU General Public License |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Tobias V. Langhoff <spug@thespug.net> |
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['changepasswd'] = 'Bytt passord';
+$labels['curpasswd'] = 'Nåværende passord:';
+$labels['newpasswd'] = 'Nytt passord:';
+$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['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['internalerror'] = 'Kunne ikke lagre nytt passord';
+$labels['passwordshort'] = 'Passordet må minumum være $length karakterer langt.';
+$labels['passwordweak'] = 'Passordet må inneholde minst ett tall og ett tegnsettingssymbol.';
+$labels['passwordforbidden'] = 'Passordet inneholder forbudte tegn.';
+