diff options
Diffstat (limited to 'public/catalog/language/es-es/extension/captcha')
-rw-r--r-- | public/catalog/language/es-es/extension/captcha/basic.php | 4 | ||||
-rw-r--r-- | public/catalog/language/es-es/extension/captcha/google.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/public/catalog/language/es-es/extension/captcha/basic.php b/public/catalog/language/es-es/extension/captcha/basic.php index f4e5fe2..076be79 100644 --- a/public/catalog/language/es-es/extension/captcha/basic.php +++ b/public/catalog/language/es-es/extension/captcha/basic.php @@ -3,7 +3,7 @@ $_['text_captcha'] = 'Captcha'; // Entry -$_['entry_captcha'] = 'Enter the code in the box below'; +$_['entry_captcha'] = 'Introduzca el código en el recuadro de abajo'; // Error -$_['error_captcha'] = 'Verification code does not match the image!';
\ No newline at end of file +$_['error_captcha'] = '¡El código de verificación no concuerda con la imagen!'; diff --git a/public/catalog/language/es-es/extension/captcha/google.php b/public/catalog/language/es-es/extension/captcha/google.php index 88031dc..788cfd3 100644 --- a/public/catalog/language/es-es/extension/captcha/google.php +++ b/public/catalog/language/es-es/extension/captcha/google.php @@ -3,7 +3,7 @@ $_['text_captcha'] = 'Captcha'; // Entry -$_['entry_captcha'] = 'Please complete the captcha validation below'; +$_['entry_captcha'] = 'Por favor complete la validación de captcha a continuación'; // Error -$_['error_captcha'] = 'Verification is not correct!';
\ No newline at end of file +$_['error_captcha'] = '¡La verificación no es correcta!'; |