Whoops, forgot to commit the third patch raymond sent me :))
[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 /* German */
22 'de' => array(
23 'fancycaptcha-edit' => 'Ihre Bearbeitung enthält neue externe Links. .
24 Zum Schutz vor automatisiertem Spamming ist es nötig, dass Sie das nachfolgende Wort
25 in das darunter erscheinende Feld eintragen. Klicken Sie dann erneut auf „Seite speichern“.
26 <br />[[{{ns:special}}:Captcha/help|(Was soll das?)]]',
27 'fancycaptcha-createaccount' => 'Zum Schutz vor automatisierter Anlage von Benutzerkonten
28 ist es nötig, dass Sie das nachfolgende Wort in das darunter erscheinende Feld eintragen.
29 [[{{ns:special}}:Captcha/help|(Fragen oder Probleme?)]]',
30 ),
31
32         );
33 }
34
35 ?>