You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.7 KiB
PHTML
32 lines
1.7 KiB
PHTML
12 years ago
|
<?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.';
|
||
|
|