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.

en_GB.inc 2.1KB

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'] = 'Change password';
  17. $labels['curpasswd'] = 'Current Password:';
  18. $labels['newpasswd'] = 'New Password:';
  19. $labels['confpasswd'] = 'Confirm New Password:';
  20. $messages['nopassword'] = 'Please enter a new password.';
  21. $messages['nocurpassword'] = 'Please enter the current password.';
  22. $messages['passwordincorrect'] = 'Current password is incorrect.';
  23. $messages['passwordinconsistency'] = 'Passwords do not match. Please try again.';
  24. $messages['crypterror'] = 'New password could not be saved. The encryption function is missing.';
  25. $messages['connecterror'] = 'New password could not be saved. There is a connection error.';
  26. $messages['internalerror'] = 'New password could not be saved.';
  27. $messages['passwordshort'] = 'Password must be at least $length characters long.';
  28. $messages['passwordweak'] = 'Password must include at least one number and one symbol.';
  29. $messages['passwordforbidden'] = 'Password contains forbidden characters.';
  30. $messages['firstloginchange'] = 'This is your first login. Please change your password.';
  31. $messages['disablednotice'] = 'The system is currently under maintenance and password change is not possible at the moment. Everything should be back to normal soon. We apologise for any inconvenience.';