18 lines
391 B
PHP
Executable File
18 lines
391 B
PHP
Executable File
<?php
|
|
|
|
$lang['plugin']['accessibleantispam'] = array(
|
|
|
|
'prefix' => 'As a way to prevent abuses of this commenting system, '.
|
|
'we must ask you to give the result of this simple mathematical '.
|
|
'operation: please, ',
|
|
|
|
'sum' => 'sum %s to %s',
|
|
'sub' => 'subtract %2$s from %1$s',
|
|
'prod' => '%s times %s',
|
|
|
|
'error' => 'Result was incorrect, please retry.'
|
|
|
|
);
|
|
|
|
?>
|