mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
4 lines
287 B
PHP
4 lines
287 B
PHP
<?php
|
|
$lang->msg_recaptcha_connection_error = 'An error occurred while connecting to the reCAPTCHA verification server.';
|
|
$lang->msg_recaptcha_server_error = 'An error occurred while verifying your reCAPTCHA response.';
|
|
$lang->msg_recaptcha_invalid_response = 'Please check reCAPTCHA.';
|