var RecaptchaOptions = {
custom_translations : {
instructions_visual : "<?php _e('Type the two words:','appthemes') ?>",
instructions_audio : "<?php _e('Type what you hear:','appthemes') ?>",
play_again : "<?php _e('Play sound again','appthemes') ?>",
cant_hear_this : "<?php _e('Download sound as MP3','appthemes') ?>",
visual_challenge : "<?php _e('Visual challenge','appthemes') ?>",
audio_challenge : "<?php _e('Audio challenge','appthemes') ?>",
refresh_btn : "<?php _e('Get two new words','appthemes') ?>",
help_btn : "<?php _e('Help','appthemes') ?>",
incorrect_try_again : "<?php _e('Incorrect. Try again.','appthemes') ?>",
},
theme: "<?php echo get_option($app_abbr.'_captcha_theme') ?>",
lang: "en", // <---- here !!!
tabindex: 5
};
There are currently 1 users browsing this thread. (0 members and 1 guests)