mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-12 01:11:15 +00:00
37 lines
2 KiB
PHP
37 lines
2 KiB
PHP
|
<?php
|
||
|
/**
|
||
|
* Internationalisation file for the Asirra module of the ConfirmEdit
|
||
|
* extension.
|
||
|
*
|
||
|
* @file
|
||
|
* @ingroup Extensions
|
||
|
*/
|
||
|
|
||
|
$messages = array();
|
||
|
|
||
|
/* English */
|
||
|
$messages['en'] = array(
|
||
|
'asirra-desc' => 'Asirra module for ConfirmEdit',
|
||
|
'asirra-edit' => 'To help protect against automated edit spam, please select just the cat photos in the box below:',
|
||
|
'asirra-addurl' => 'Your edit includes new external links. To help protect against automated spam, please select just the cat photos in the box below:',
|
||
|
'asirra-badpass' => 'To help protect against automated password cracking, please select just the cat photos in the box below:',
|
||
|
'asirra-createaccount' => 'To help protect against automated account creation, please select just the cat photos in the box below:',
|
||
|
'asirra-createaccount-fail' => "Please correctly identify the cats.",
|
||
|
'asirra-create' => 'To help protect against automated page creation, please select just the cat photos in the box below:',
|
||
|
'asirra-nojs' => '\'\'\'Please enable JavaScript and resubmit the page.\'\'\'',
|
||
|
'asirra-failed' => 'Please identify all cat images',
|
||
|
);
|
||
|
|
||
|
|
||
|
/** German (Deutsch) */
|
||
|
$messages['de'] = array(
|
||
|
'asirra-desc' => 'Asirra-Modul für ConfirmEdit',
|
||
|
'asirra-edit' => 'Zum Schutz vor automatisiertem Spam, wähle bitte nur die Katzen im untenstehenden Feld aus:',
|
||
|
'asirra-addurl' => 'Deine Bearbeitung enthält neue externe Links. Zum Schutz vor automatisiertem Spam wähle bitte nur die Katzen im untenstehenden Feld aus:',
|
||
|
'asirra-badpass' => 'Zum Schutz gegen automatisiertes Knacken von Passwörtern, wähle bitte nur die Katzen im untenstehenden Feld aus:',
|
||
|
'asirra-createaccount' => 'Zum Schutz gegen automatisierte Erstellung von Benutzerkonten wähle bitte nur die Katzen im untenstehenden Feld aus:',
|
||
|
'asirra-createaccount-fail' => 'Bitte wähle nur Katzen aus.',
|
||
|
'asirra-create' => 'Zum Schutz gegen automatisierte Erstellung von Seiten, wähle bitte nur die Katzen im untenstehenden Feld aus:',
|
||
|
'asirra-nojs' => '\'\'\'Bitte aktiviere JavaScript und sende die Seite noch einmal ab.\'\'\''
|
||
|
);
|