diff options
Diffstat (limited to 'public/catalog/language/en-gb/extension/captcha/google.php')
-rw-r--r-- | public/catalog/language/en-gb/extension/captcha/google.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/catalog/language/en-gb/extension/captcha/google.php b/public/catalog/language/en-gb/extension/captcha/google.php new file mode 100644 index 0000000..88031dc --- /dev/null +++ b/public/catalog/language/en-gb/extension/captcha/google.php @@ -0,0 +1,9 @@ +<?php +// Text +$_['text_captcha'] = 'Captcha'; + +// Entry +$_['entry_captcha'] = 'Please complete the captcha validation below'; + +// Error +$_['error_captcha'] = 'Verification is not correct!';
\ No newline at end of file |