| | |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ |
| | | */ |
| | | $labels['changepasswd'] = 'Change Password'; |
| | | $labels['changepasswd'] = 'Change password'; |
| | | $labels['curpasswd'] = 'Current Password:'; |
| | | $labels['newpasswd'] = 'New Password:'; |
| | | $labels['confpasswd'] = 'Confirm New Password:'; |
| | |
| | | $messages['passwordshort'] = 'Password must be at least $length characters long.'; |
| | | $messages['passwordweak'] = 'Password must include at least one number and one symbol.'; |
| | | $messages['passwordforbidden'] = 'Password contains forbidden characters.'; |
| | | $messages['firstloginchange'] = 'This is your first login. Please change your password.'; |
| | | ?> |