mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8292 201d5d3c-b55e-5fd7-737f-ddc643e51545
6 lines
280 B
PHP
6 lines
280 B
PHP
<?php
|
|
$lang->about_captcha = "Please type in the displayed characters in the same order. They are case-insensitive.";
|
|
$lang->captcha_reload = 'Refresh the image';
|
|
$lang->captcha_play = 'Pronounce the letters';
|
|
$lang->captcha_denied = 'You have typed wrong characters.';
|
|
?>
|