Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1145,13 +1145,15 @@ |
1146 | 1146 | * Italiano|it |
1147 | 1147 | * Nederlands|nl', # do not translate or duplicate this message to other languages |
1148 | 1148 | 'suspicious-userlogout' => 'Your request to log out was denied because it looks like it was sent by a broken browser or caching proxy.', |
1149 | | -'password-strength' => 'Estimated password strength: $1', |
1150 | | -'password-strength-bad' => 'BAD', |
1151 | | -'password-strength-mediocre' => 'mediocre', |
| 1149 | + |
| 1150 | +# JavaScript password checks |
| 1151 | +'password-strength' => 'Estimated password strength: $1', |
| 1152 | +'password-strength-bad' => 'BAD', |
| 1153 | +'password-strength-mediocre' => 'mediocre', |
1152 | 1154 | 'password-strength-acceptable' => 'acceptable', |
1153 | | -'password-strength-good' => 'good', |
1154 | | -'password-retype' => 'Retype password here', |
1155 | | -'password-retype-mismatch' => 'Passwords don\'t match', |
| 1155 | +'password-strength-good' => 'good', |
| 1156 | +'password-retype' => 'Retype password here', |
| 1157 | +'password-retype-mismatch' => 'Passwords do not match', |
1156 | 1158 | |
1157 | 1159 | # Password reset dialog |
1158 | 1160 | 'resetpass' => 'Change password', |