corrections suggested by Stanley on the forums
This commit is contained in:
parent
8dfa99d8c6
commit
44257345c9
@ -1,17 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$lang['plugin']['accessibleantispam'] = array(
|
$lang['plugin']['accessibleantispam'] = array(
|
||||||
|
|
||||||
'prefix' => 'As a way to prevent abuses of this commenting system, '.
|
'prefix' => 'In order to help eliminate automated spam attacks '.
|
||||||
'we must ask you to give the result of this simple mathematical '.
|
'we must ask you to prove you are human. What is ',
|
||||||
'operation: please, ',
|
|
||||||
|
|
||||||
'sum' => 'sum %s to %s',
|
'sum' => '%s plus %s ?',
|
||||||
'sub' => 'subtract %2$s from %1$s',
|
'sub' => '%2$s subtracted from %1$s ?',
|
||||||
'prod' => '%s times %s',
|
'prod' => '%s times %s ?',
|
||||||
|
|
||||||
'error' => 'Result was incorrect, please retry.'
|
'error' => 'Sorry, you gave the wrong answer. Please try again.'
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
?>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user