
- Danish translation by DeepL (There may be a correction from Snubbi from the support forum)
18 lines
473 B
PHP
18 lines
473 B
PHP
<?php
|
|
|
|
$lang['plugin']['accessibleantispam'] = array(
|
|
|
|
'prefix' => 'For at gøre det sværere for spammere at misbruge kommentarsystemet,'.
|
|
' beder jeg om resultatet af en simpel matematisk operation. '.
|
|
' ',
|
|
|
|
'sum' => 'Tilføj venligst %s til %s',
|
|
'sub' => 'Træk venligst %2$s fra %1$s',
|
|
'prod' => 'Multiplicer venligst %s og %s',
|
|
|
|
'error' => 'Resultatet er ikke korrekt, prøv venligst igen.'
|
|
|
|
);
|
|
|
|
?>
|