mediawiki-extensions-Confir.../QuestyCaptcha.i18n.php

29 lines
1.8 KiB
PHP
Raw Normal View History

2009-07-19 04:15:55 +00:00
<?php
/**
* Internationalisation file for the QuestyCaptcha plug-in
*
* @addtogroup Extensions
*/
$messages = array();
/** English */
$messages['en'] = array(
'questycaptcha-desc' => 'Questy captcha generator for Confirm Edit',
'questycaptcha-addurl' => 'Your edit includes new external links.
2009-07-19 04:15:55 +00:00
To help protect against automated spam, please answer the question that appears below ([[Special:Captcha/help|more info]]):',
'questycaptcha-badlogin' => 'To help protect against automated password cracking, please answer the question that appears below ([[Special:Captcha/help|more info]]):',
2009-07-19 04:15:55 +00:00
'questycaptcha-createaccount' => 'To help protect against automated account creation, please answer the question that appears below ([[Special:Captcha/help|more info]]):',
'questycaptcha-create' => 'To create the page, please answer the question that appears below ([[Special:Captcha/help|more info]]):',
'questycaptcha-edit' => 'To edit this page, please answer the question that appears below ([[Special:Captcha/help|more info]]):',
'questycaptchahelp-text' => "Web sites that accept contributions from the public, like this wiki, are often abused by spammers who use automated tools to add their links to many sites.
2009-07-19 04:15:55 +00:00
While these spam links can be removed, they are a significant nuisance.
Sometimes, especially when adding new web links to a page, the wiki may ask you to answer a question.
Since this is a task that is hard to automate, it will allow most real humans to make their contributions while stopping most spammers and other robotic attackers.
2009-07-19 04:15:55 +00:00
Please contact the [[{{MediaWiki:Grouppage-sysop}}|site administrators]] for assistance if this is unexpectedly preventing you from making legitimate contributions.
2009-07-19 04:15:55 +00:00
Click the 'back' button in your browser to return to the page editor.",
);