@@ -2164,17 +2165,15 @@ function _user_password_dynamic_validation() {
drupal_add_js(array(
'password'=>array(
'strengthTitle'=>t('Password strength:'),
'lowStrength'=>t('Low'),
'mediumStrength'=>t('Medium'),
'highStrength'=>t('High'),
'tooShort'=>t('It is recommended to choose a password that contains at least six characters. It should include numbers, punctuation, and both upper and lowercase letters.'),
'needsMoreVariation'=>t('The password does not include enough variation to be secure. Try:'),
'addLetters'=>t('Adding both upper and lowercase letters.'),
'addNumbers'=>t('Adding numbers.'),
'addPunctuation'=>t('Adding punctuation.'),
'sameAsUsername'=>t('It is recommended to choose a password different from the username.'),
'confirmSuccess'=>t('Yes'),
'confirmFailure'=>t('No'),
'hasWeaknesses'=>t('To make your password stronger:'),
'tooShort'=>t('Make it at least 6 characters'),
'addLowerCase'=>t('Add lowercase letters'),
'addUpperCase'=>t('Add uppercase letters'),
'addNumbers'=>t('Add numbers'),
'addPunctuation'=>t('Add punctuation'),
'sameAsUsername'=>t('Make it different from your username'),