(bug 8484) Provide a getMessage() method that individual captcha plugins can use...
[toast/cookiecaptcha.git] / FancyCaptcha.i18n.php
1 <?php
2
3 /**
4  * Internationalisation file for the FancyCaptcha plug-in
5  *
6  * @package MediaWiki
7  * @subpackage Extensions
8 */
9
10 function efFancyCaptchaMessages() {
11         return array(
12         
13 /* English */
14 'en' => array(
15 'fancycaptcha-edit' => 'Your edit includes new external links. To help protect against automated
16 spam, please enter the words that appear below in the box ([[Special:Captcha/help|more info]]):',
17 'fancycaptcha-createaccount' => 'To help protect against automated account creation, please enter the words
18 that appear below in the box ([[Special:Captcha/help|more info]]):',
19 ),
20
21         );
22 }
23
24 ?>