Files
nexusphp/resources/lang/fi/pagination.php
T

9 lines
122 B
PHP
Raw Normal View History

2025-05-05 21:36:39 +07:00
<?php
declare(strict_types=1);
return [
'next' => 'Seuraava &raquo;',
'previous' => '&laquo; Edellinen',
];