]> git.donarmstrong.com Git - roundcube.git/blob - plugins/password/localization/en_US.inc
Imported Upstream version 0.6+dfsg
[roundcube.git] / plugins / password / localization / en_US.inc
1 <?php
2
3 $labels = array();
4 $labels['changepasswd']  = 'Change Password';
5 $labels['curpasswd']  = 'Current Password:';
6 $labels['newpasswd']  = 'New Password:';
7 $labels['confpasswd']  = 'Confirm New Password:';
8
9 $messages = array();
10 $messages['nopassword'] = 'Please input new password.';
11 $messages['nocurpassword'] = 'Please input current password.';
12 $messages['passwordincorrect'] = 'Current password incorrect.';
13 $messages['passwordinconsistency'] = 'Passwords do not match, please try again.';
14 $messages['crypterror'] = 'Could not save new password. Encryption function missing.';
15 $messages['connecterror'] = 'Could not save new password. Connection error.';
16 $messages['internalerror'] = 'Could not save new password.';
17 $messages['passwordshort'] = 'Password must be at least $length characters long.';
18 $messages['passwordweak'] = 'Password must include at least one number and one punctuation character.';
19 $messages['passwordforbidden'] = 'Password contains forbidden characters.';
20
21 ?>