0
|
1 <?php
|
|
2
|
|
3 /*
|
|
4 +-----------------------------------------------------------------------+
|
|
5 | plugins/password/localization/<lang>.inc |
|
|
6 | |
|
|
7 | Localization file of the Roundcube Webmail Password plugin |
|
|
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. |
|
|
13 | |
|
|
14 +-----------------------------------------------------------------------+
|
|
15
|
|
16 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
|
17 */
|
|
18 $labels['changepasswd'] = 'Wachtwurd feroarje';
|
|
19 $labels['curpasswd'] = 'Aktueel wachtwurd:';
|
|
20 $labels['newpasswd'] = 'Nij wachtwurd:';
|
|
21 $labels['confpasswd'] = 'Nij wachtwurd befêstigje:';
|
|
22 $messages['nopassword'] = 'Fier in nij wachtwurd yn.';
|
|
23 $messages['nocurpassword'] = 'Fier aktueel wachtwurd yn:';
|
|
24 $messages['passwordincorrect'] = 'Ferkeard aktueel wachtwurd.';
|
|
25 $messages['passwordinconsistency'] = 'Wachtwurden komme net oerien, besykje it nochris.';
|
|
26 $messages['crypterror'] = 'Koe nij wachtwurd net bewarje. Fersifering funksje ûntbrekt.';
|
|
27 $messages['connecterror'] = 'Koe nij wachtwurd net bewarje. Ferbining flater.';
|
|
28 $messages['internalerror'] = 'Koe nij wachtwurd net bewarje.';
|
|
29 $messages['passwordshort'] = 'Wachtwurd moat op syn minst $length tekens lang.';
|
|
30 $messages['passwordweak'] = 'Wachtwurd moat op syn minst ien nûmer en ien lêstekens karakter befetsje.';
|
|
31 $messages['passwordforbidden'] = 'Wachtwurd befettet ferbeane tekens.';
|
|
32 $messages['firstloginchange'] = 'Dit is jo earste oanmelding. Wizigje asjobleaft jo wachtwurd.';
|
|
33 $messages['disablednotice'] = 'It systeem is op dit stuit ûnder ûnderhâld en wachtwurd feroaring is net mooglik. Alles soe gau werom wêze moatte nei it normale. Sorry foar it ûngemak.';
|
|
34 $messages['passwinhistory'] = 'Dit wachtwurd is al earder brûkt.';
|
|
35 $messages['samepasswd'] = 'Nij wachtwurd moat oars wêze as it âlde.';
|
|
36 $messages['passwdexpirewarning'] = 'Warskôging! Jo wachtwurd sil ynkoarten ferrinne, feroarje it foar $expirationdatetime.';
|
|
37 $messages['passwdexpired'] = 'Jo wachtwurd is ferrûn, jo moatte it no feroarje!';
|