summaryrefslogtreecommitdiff
path: root/plugins/password/localization/en_US.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-02-25 10:56:01 +0000
committeralecpl <alec@alec.pl>2010-02-25 10:56:01 +0000
commit64608bf2ef7fc5b6cedfb666c5f78a5771c58556 (patch)
tree0392d04e75f95884324321406ad81ef1334baf42 /plugins/password/localization/en_US.inc
parent951c07b1b16e1635f4563239cf55664a92b7c290 (diff)
- Password: Make passwords encoding consistent with core, add 'password_charset' global option (#1486473)
Diffstat (limited to 'plugins/password/localization/en_US.inc')
-rw-r--r--plugins/password/localization/en_US.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/password/localization/en_US.inc b/plugins/password/localization/en_US.inc
index 75fe8618f..1ae2158b0 100644
--- a/plugins/password/localization/en_US.inc
+++ b/plugins/password/localization/en_US.inc
@@ -11,10 +11,11 @@ $messages['nopassword'] = 'Please input new password.';
$messages['nocurpassword'] = 'Please input current password.';
$messages['passwordincorrect'] = 'Current password incorrect.';
$messages['passwordinconsistency'] = 'Passwords do not match, please try again.';
-$messages['crypterror'] = 'Could not save new password. Encrypt function missing.';
+$messages['crypterror'] = 'Could not save new password. Encryption function missing.';
$messages['connecterror'] = 'Could not save new password. Connection error.';
$messages['internalerror'] = 'Could not save new password.';
-$messages['passwordshort'] = 'Your password must be at least $length characters long.';
-$messages['passwordweak'] = 'Your new password must include at least one number and one punctuation character.';
+$messages['passwordshort'] = 'Password must be at least $length characters long.';
+$messages['passwordweak'] = 'Password must include at least one number and one punctuation character.';
+$messages['passwordforbidden'] = 'Password contains forbidden characters.';
?>