hello
in /templates/base/reCaptcha.html
the language value is not dynamically translatable
<div class="recaptcha_only_if_incorrect_sol" style="color:red">Incorrect please try again</div>
.... <span class="recaptcha_only_if_image">Type the text:</span>
<span class="recaptcha_only_if_audio">Enter the numbers you hear:</span>
....
<a href="javascript:Recaptcha.reload()" id="icon-reload" title="Get another CAPTCHA"><i class="sys-icon refresh"> refresh</i></a>
<a class="recaptcha_only_if_image" href="javascript:Recaptcha.switch_type('audio')" id="icon-audio" title="Get an audio CAPTCHA"><i class="sys-icon volume-up"> audio</i></a>
<a class="recaptcha_only_if_audio" href="javascript:Recaptcha.switch_type('image')" id="icon-image" title="Get an image CAPTCHA"><i class="sys-icon picture-o"> image</i></a>
<a href="javascript:Recaptcha.showhelp()" id="icon-help" title="Help"><i class="sys-icon question-circle"> help</i></a>
for a site multilanguage is not good
you can see that on http://www.boonex.club/forgot.php?lang=ru
for example
regards