Slight changes in captcha error messages (#217)

This commit is contained in:
François-Xavier Deltombe 2013-05-23 19:33:07 +00:00
parent 17e6f7eeb2
commit 063692540c

View File

@ -119,6 +119,8 @@ __END__
# * PE_RADIUSCONNECTFAILED 73 # * PE_RADIUSCONNECTFAILED 73
# * PE_MUST_SUPPLY_OLD_PASSWORD 74 # * PE_MUST_SUPPLY_OLD_PASSWORD 74
# * PE_FORBIDDENIP 75 # * PE_FORBIDDENIP 75
# * PE_CAPTCHAERROR 76
# * PE_CAPTCHAEMPTY 77
# Not used in errors: # Not used in errors:
# * PE_DONE -1 # * PE_DONE -1
@ -206,8 +208,8 @@ sub error_fr {
'La connexion au serveur Radius a échoué', 'La connexion au serveur Radius a échoué',
"L'ancien mot de passe est obligatoire", "L'ancien mot de passe est obligatoire",
'Vous venez d\'une adresse IP qui n\'est pas accréditée', 'Vous venez d\'une adresse IP qui n\'est pas accréditée',
'Mauvais code', 'Erreur dans la saisie du captcha',
'Vous devez entrez le captcha' 'Vous devez saisir le captcha'
]; ];
} }
@ -292,8 +294,8 @@ sub error_en {
'Radius connection has failed', 'Radius connection has failed',
'Old password is required', 'Old password is required',
'You came from an unaccredited IP address', 'You came from an unaccredited IP address',
'Wrong code', 'You failed at typing the captcha',
'You have to tape the captcha' 'You have to type the captcha'
]; ];
} }
@ -379,7 +381,7 @@ sub error_ro {
'Radius connection has failed', 'Radius connection has failed',
'Old password is required', 'Old password is required',
'You came from an unaccredited IP address', 'You came from an unaccredited IP address',
'Bad cod', 'You failed at typing the captcha',
'trebuie să introduceţi CAPTCHA' 'trebuie să introduceţi CAPTCHA'
]; ];
} }