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.

123456789101112131415161718192021222324252627282930313233
  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'] = 'Wijzig wachtwoord';
  17. $labels['curpasswd'] = 'Huidig wachtwoord:';
  18. $labels['newpasswd'] = 'Nieuw wachtwoord:';
  19. $labels['confpasswd'] = 'Bevestig nieuw wachtwoord:';
  20. $messages['nopassword'] = 'Vul uw nieuwe wachtwoord in.';
  21. $messages['nocurpassword'] = 'Vul uw huidige wachtwoord in.';
  22. $messages['passwordincorrect'] = 'Huidig wachtwoord is onjuist.';
  23. $messages['passwordinconsistency'] = 'Wachtwoorden komen niet overeen, probeer het opnieuw.';
  24. $messages['crypterror'] = 'Nieuwe wachtwoord kan niet opgeslagen worden; de server mist een versleutelfunctie.';
  25. $messages['connecterror'] = 'Nieuwe wachtwoord kan niet opgeslagen worden; verbindingsfout.';
  26. $messages['internalerror'] = 'Uw nieuwe wachtwoord kan niet worden opgeslagen.';
  27. $messages['passwordshort'] = 'Het wachtwoord moet minimaal $length tekens lang zijn.';
  28. $messages['passwordweak'] = 'Het wachtwoord moet minimaal één cijfer en één leesteken bevatten.';
  29. $messages['passwordforbidden'] = 'Het wachtwoord bevat tekens die niet toegestaan zijn.';
  30. $messages['firstloginchange'] = 'Dit is uw eerste aanmelding. Verander uw wachtwoord alstublieft.';
  31. $messages['disablednotice'] = 'Het systeem is momenteel in onderhoud en wachtwoord wijzigen is op dit moment dus niet mogelijk. Alles werkt binnenkort weer naar behoren. Onze excuses voor het ongemak.';