rhymix/addons/captcha/lang/en.lang.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.';
?>