Files
einundzwanzig-portal/lang/sk/pagination.php
2022-12-01 10:37:32 +01:00

9 lines
133 B
PHP

<?php
declare(strict_types=1);
return [
'next' => 'Nasledujúca &raquo;',
'previous' => '&laquo; Predchádzajúca',
];