captcha-3.0.3-beta1

Author: modxcms.com. Link to original: http://modxcms.com/ (English).
Tags: modx, modxExtras Submitted by elastic 29.10.2009. Public material.

Translations of this material:

into Russian: captcha-3.0.3-beta1. Translated in draft, editing and proof-reading required.
Submitted for translation by elastic 29.10.2009 Published 2 years, 2 months ago.

Text

<?php

/**

* @package captcha

* @subpackage lexicon

*/

$_lang['area_captcha'] = 'CAPTCHA';

$_lang['captcha_code'] = 'Security code';

$_lang['captcha_mathstring_code'] = 'Answer';

$_lang['login_captcha_error'] = 'Sorry, you did not enter the text displayed in the image correctly. Please try again.';

$_lang['login_captcha_message'] = 'Please enter the security code shown in the graphic. If you can\'t read the code, click the image to generate a new one or contact your site admin.';

$_lang['login_mathstring_error'] = 'Sorry, wrong answer. Please try again.';

$_lang['login_mathstring_message'] = 'Please solve the equation shown in the graphic. If you can\'t read the code, click the image to generate a new one or contact your site admin.';

/* lexicon strings for settings */

$_lang['setting_captcha.enabled'] = 'Enable CAPTCHA';

$_lang['setting_captcha.enabled_desc'] = 'Whether or not to enable CAPTCHA support.';

$_lang['setting_captcha.height'] = 'Default Height';

$_lang['setting_captcha.height_desc'] = 'The default height of the CAPTCHA display.';

$_lang['setting_captcha.use_mathstring'] = 'Use Mathstring';

$_lang['setting_captcha.use_mathstring_desc'] = 'Whether or not to use Mathstring functionality in captcha.';

$_lang['setting_captcha.width'] = 'Default Width';

$_lang['setting_captcha.width_desc'] = 'The default width of the CAPTCHA display.';

$_lang['setting_captcha.words'] = 'Word List';

$_lang['setting_captcha.words_desc'] = 'The default words CAPTCHA should use.';