recaptcha.inc.php 910 B

1234567891011121314
  1. <?php
  2. /**
  3. * reCaptcha Lexicon Topic
  4. *
  5. * @package login
  6. * @subpackge lexicon
  7. */
  8. $_lang['recaptcha.empty_answer'] = 'Incorrect captcha words. Please check your answer and try again.';
  9. $_lang['recaptcha.incorrect'] = 'The reCAPTCHA wasn\'t entered correctly. Go back and try it again. [[+error]]';
  10. $_lang['recaptcha.mailhide_no_mcrypt'] = 'To use reCAPTCHA Mailhide, you need to have the mcrypt php module installed.';
  11. $_lang['recaptcha.mailhide_no_api_key'] = 'To use reCAPTCHA Mailhide, you have to sign up for a public and private key, you can do so at <a href="http://mailhide.recaptcha.net/apikey">http://mailhide.recaptcha.net/apikey</a>';
  12. $_lang['recaptcha.no_api_key'] = 'To use reCAPTCHA you must get an API key from <a href="http://recaptcha.net/api/getkey">http://recaptcha.net/api/getkey</a>';
  13. $_lang['recaptcha.no_remote_ip'] = 'For security reasons, you must pass the remote ip to reCAPTCHA';