mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
Add reCAPTCHA addon for signup page
This commit is contained in:
parent
e96ac0ba7a
commit
bfc212cc09
6 changed files with 108 additions and 2 deletions
3
addons/recaptcha/lang/en.php
Normal file
3
addons/recaptcha/lang/en.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
$lang->msg_recaptcha_server_error = 'An error occurred while verifying your reCAPTCHA response.';
|
||||
$lang->msg_recaptcha_invalid_response = 'Please check reCAPTCHA.';
|
||||
3
addons/recaptcha/lang/ko.php
Normal file
3
addons/recaptcha/lang/ko.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
$lang->msg_recaptcha_server_error = 'reCAPTCHA 스팸방지 서버와 통신하는 도중 오류가 발생했습니다.';
|
||||
$lang->msg_recaptcha_invalid_response = 'reCAPTCHA 스팸방지 기능을 체크해 주십시오.';
|
||||
Loading…
Add table
Add a link
Reference in a new issue