diff --git a/installation/language/en-GB/joomla.ini b/installation/language/en-GB/joomla.ini index e43cdb8622cb1..55ef4bb8baaa6 100644 --- a/installation/language/en-GB/joomla.ini +++ b/installation/language/en-GB/joomla.ini @@ -273,16 +273,6 @@ JLIB_JS_AJAX_ERROR_TIMEOUT="A timeout has occurred while fetching the JSON data. ; Field password messages JFIELD_PASSWORD_INDICATE_COMPLETE="Password accepted" JFIELD_PASSWORD_INDICATE_INCOMPLETE="Password doesn't meet site's requirements." -JFIELD_PASSWORD_NOT_ENOUGH_INTEGERS_N="Password does not have enough numbers. At least %s numbers are required." -JFIELD_PASSWORD_NOT_ENOUGH_INTEGERS_N_1="Password does not have enough numbers. At least 1 number is required." -JFIELD_PASSWORD_NOT_ENOUGH_LOWERCASE_LETTERS_N="Password does not have enough lower case characters. At least %s lower case characters are required." -JFIELD_PASSWORD_NOT_ENOUGH_LOWERCASE_LETTERS_N_1="Password does not have enough lower case characters. At least 1 lower case character is required." -JFIELD_PASSWORD_NOT_ENOUGH_SYMBOLS_N="Password does not have enough symbols. At least %s symbols are required." -JFIELD_PASSWORD_NOT_ENOUGH_SYMBOLS_N_1="Password does not have enough symbols. At least 1 symbol is required." -JFIELD_PASSWORD_NOT_ENOUGH_UPPERCASE_LETTERS_N="Password does not have enough upper case characters. At least %s upper case characters are required." -JFIELD_PASSWORD_NOT_ENOUGH_UPPERCASE_LETTERS_N_1="Password does not have enough upper case characters. At least 1 upper case character is required." -JFIELD_PASSWORD_NOTE_DESC="%1 symbol(s), %2 uppercase letter(s), %3 lowercase letter(s), %4 number(s)" -JFIELD_PASSWORD_NOTE_LBL="Password must contain:" JFIELD_PASSWORD_SPACES_IN_PASSWORD="Password must not have spaces at the beginning or end." JFIELD_PASSWORD_TOO_LONG="Password is too long. Passwords must be less than 100 characters." JFIELD_PASSWORD_TOO_SHORT_N="Password is too short. Passwords must have at least %s characters." diff --git a/installation/language/en-US/joomla.ini b/installation/language/en-US/joomla.ini index 18cfa34f50e4b..89e25cc87fc71 100644 --- a/installation/language/en-US/joomla.ini +++ b/installation/language/en-US/joomla.ini @@ -273,16 +273,6 @@ JLIB_JS_AJAX_ERROR_TIMEOUT="A timeout has occurred while fetching the JSON data. ; Field password messages JFIELD_PASSWORD_INDICATE_COMPLETE="Password accepted" JFIELD_PASSWORD_INDICATE_INCOMPLETE="Password doesn't meet site's requirements." -JFIELD_PASSWORD_NOT_ENOUGH_INTEGERS_N="Password does not have enough numbers. At least %s numbers are required." -JFIELD_PASSWORD_NOT_ENOUGH_INTEGERS_N_1="Password does not have enough numbers. At least 1 number is required." -JFIELD_PASSWORD_NOT_ENOUGH_LOWERCASE_LETTERS_N="Password does not have enough lower case characters. At least %s lower case characters are required." -JFIELD_PASSWORD_NOT_ENOUGH_LOWERCASE_LETTERS_N_1="Password does not have enough lower case characters. At least 1 lower case character is required." -JFIELD_PASSWORD_NOT_ENOUGH_SYMBOLS_N="Password does not have enough symbols. At least %s symbols are required." -JFIELD_PASSWORD_NOT_ENOUGH_SYMBOLS_N_1="Password does not have enough symbols. At least 1 symbol is required." -JFIELD_PASSWORD_NOT_ENOUGH_UPPERCASE_LETTERS_N="Password does not have enough upper case characters. At least %s upper case characters are required." -JFIELD_PASSWORD_NOT_ENOUGH_UPPERCASE_LETTERS_N_1="Password does not have enough upper case characters. At least 1 upper case character is required." -JFIELD_PASSWORD_NOTE_DESC="%1 symbol(s), %2 uppercase letter(s), %3 lowercase letter(s), %4 number(s)" -JFIELD_PASSWORD_NOTE_LBL="Password must contain:" JFIELD_PASSWORD_SPACES_IN_PASSWORD="Password must not have spaces at the beginning or end." JFIELD_PASSWORD_TOO_LONG="Password is too long. Passwords must be less than 100 characters." JFIELD_PASSWORD_TOO_SHORT_N="Password is too short. Passwords must have at least %s characters."