mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-12 09:32:55 +00:00
28 lines
1.8 KiB
PHP
28 lines
1.8 KiB
PHP
|
<?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.
|
||
|
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]]):',
|
||
|
'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 postings from the public, like this wiki, are often abused by spammers who use automated tools to post their links to many sites.
|
||
|
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's hard to automate, it will allow most real humans to make their posts while stopping most spammers and other robotic attackers.
|
||
|
|
||
|
Please contact the [[{{MediaWiki:Grouppage-sysop}}|site administrators]] for assistance if this is unexpectedly preventing you from making legitimate posts.
|
||
|
|
||
|
Hit the 'back' button in your browser to return to the page editor.",
|
||
|
);
|