diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/plugins/password/localization/nb_NB.inc | |
Diffstat (limited to 'webmail/plugins/password/localization/nb_NB.inc')
| -rw-r--r-- | webmail/plugins/password/localization/nb_NB.inc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/webmail/plugins/password/localization/nb_NB.inc b/webmail/plugins/password/localization/nb_NB.inc new file mode 100644 index 0000000..ce4679b --- /dev/null +++ b/webmail/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.'; + |
