2023-12-10 18:26:14 +01:00

12 lines
303 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang ['plugin'] ['accessibleantispam'] = array(
'prefix' => '次の計算の答えを記入してください。',
'sum' => '%s %s ',
'sub' => '%1$s %2$s ',
'prod' => '%s × %s ',
'error' => '計算が違っていたようです。もう一度、解答してください。'
);
?>