Initial commit of website to git. Has the "old" ob3 website as the main site, and...
[dana/openbox-web.git] / mediawiki / extensions / recaptcha / ReCaptcha.i18n.php
1 <?php\r
2 /**\r
3  * Internationalisation file for the reCAPTCHA extension.\r
4  *\r
5  * @addtogroup Extensions\r
6 */\r
7 \r
8 function efReCaptchaMessages() {\r
9         return array(\r
10 \r
11 /* English */\r
12 'en' => array(\r
13         'recaptcha-edit' => 'To help protect against automated edit spam, please type the two words you see in the box below:', \r
14         'recaptcha-addurl' => 'Your edit includes new external links. To help protect against automated\r
15 spam, please type the two words you see in the box below:',\r
16     'recaptcha-badpass' => 'To help protect against automated password cracking, please type the two words you see in the box below:',\r
17         'recaptcha-createaccount' => 'To help protect against automated account creation, please type the two words you see in the box below:',\r
18         'recaptcha-createaccount-fail' => "Incorrect or missing reCAPTCHA answer.",\r
19         'recaptcha-create' => 'To help protect against automated page creation, please type the two words you see in the box below:', \r
20 \r
21 ),\r
22 \r
23 /* TODO - more languages */\r
24 \r
25         );\r
26 \r
27 }\r
28 ?>\r