commit | author | age
|
aabeab
|
1 |
<?php |
TB |
2 |
|
|
3 |
/* |
|
4 |
+-----------------------------------------------------------------------+ |
aed581
|
5 |
| plugins/password/localization/<lang>.inc | |
aabeab
|
6 |
| | |
aed581
|
7 |
| Localization file of the Roundcube Webmail Password plugin | |
TB |
8 |
| Copyright (C) 2012-2013, The Roundcube Dev Team | |
|
9 |
| | |
|
10 |
| Licensed under the GNU General Public License version 3 or | |
|
11 |
| any later version with exceptions for skins & plugins. | |
|
12 |
| See the README file for a full license statement. | |
aabeab
|
13 |
| | |
TB |
14 |
+-----------------------------------------------------------------------+ |
aed581
|
15 |
|
TB |
16 |
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ |
aabeab
|
17 |
*/ |
aed581
|
18 |
$labels['changepasswd'] = 'Bytt passord'; |
TB |
19 |
$labels['curpasswd'] = 'Noverande passord:'; |
|
20 |
$labels['newpasswd'] = 'Nytt passord:'; |
|
21 |
$labels['confpasswd'] = 'Bekreft nytt passord'; |
|
22 |
$messages['nopassword'] = 'Venlegast skriv inn nytt passord.'; |
|
23 |
$messages['nocurpassword'] = 'Venlegast skriv inn noverande passord.'; |
|
24 |
$messages['passwordincorrect'] = 'Noverande passord er feil.'; |
|
25 |
$messages['passwordinconsistency'] = 'Passorda er ikkje like, venlegast prøv igjen.'; |
|
26 |
$messages['crypterror'] = 'Kunne ikkje lagre nytt passord. Krypteringsfunksjonen manglar.'; |
|
27 |
$messages['connecterror'] = 'Kunne ikkje lagre nytt passord. Tilkoblingsfeil.'; |
|
28 |
$messages['internalerror'] = 'Kunne ikkje lagre nytt passord.'; |
|
29 |
$messages['passwordshort'] = 'Passordet må minimum innehalde $length teikn.'; |
|
30 |
$messages['passwordweak'] = 'Passordet må innehalde minst eitt tal og eitt skilleteikn.'; |
|
31 |
$messages['passwordforbidden'] = 'Passordet inneheld forbodne teikn.'; |
|
32 |
?> |