You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fy_NL.inc 2.5KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/password/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail Password plugin |
  7. | Copyright (C) 2012-2013, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
  15. */
  16. $labels['changepasswd'] = 'Wachtwurd feroarje';
  17. $labels['curpasswd'] = 'Aktueel wachtwurd:';
  18. $labels['newpasswd'] = 'Nij wachtwurd:';
  19. $labels['confpasswd'] = 'Nij wachtwurd befêstigje:';
  20. $messages['nopassword'] = 'Fier in nij wachtwurd yn.';
  21. $messages['nocurpassword'] = 'Fier aktueel wachtwurd yn:';
  22. $messages['passwordincorrect'] = 'Ferkeard aktueel wachtwurd.';
  23. $messages['passwordinconsistency'] = 'Wachtwurden komme net oerien, besykje it nochris.';
  24. $messages['crypterror'] = 'Koe nij wachtwurd net bewarje. Fersifering funksje ûntbrekt.';
  25. $messages['connecterror'] = 'Koe nij wachtwurd net bewarje. Ferbining flater.';
  26. $messages['internalerror'] = 'Koe nij wachtwurd net bewarje.';
  27. $messages['passwordshort'] = 'Wachtwurd moat op syn minst $length tekens lang.';
  28. $messages['passwordweak'] = 'Wachtwurd moat op syn minst ien nûmer en ien lêstekens karakter befetsje.';
  29. $messages['passwordforbidden'] = 'Wachtwurd befettet ferbeane tekens.';
  30. $messages['firstloginchange'] = 'Dit is jo earste oanmelding. Wizigje asjobleaft jo wachtwurd.';
  31. $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.';
  32. $messages['passwinhistory'] = 'Dit wachtwurd is al earder brûkt.';
  33. $messages['samepasswd'] = 'Nij wachtwurd moat oars wêze as it âlde.';
  34. $messages['passwdexpirewarning'] = 'Warskôging! Jo wachtwurd sil ynkoarten ferrinne, feroarje it foar $expirationdatetime.';
  35. $messages['passwdexpired'] = 'Jo wachtwurd is ferrûn, jo moatte it no feroarje!';