mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
5 lines
317 B
PHP
5 lines
317 B
PHP
<?php
|
|
$lang->about_captcha = 'Please type the characters you see in the picture above. They are not case-sensitive.';
|
|
$lang->captcha_reload = 'Refresh the image';
|
|
$lang->captcha_play = 'Listen and type the letters you hear.';
|
|
$lang->captcha_denied = 'The characters you entered didn\'t match the word verification.';
|