Files
einundzwanzig-portal/lang/oc/pagination.php
2022-12-12 19:17:09 +01:00

9 lines
121 B
PHP

<?php
declare(strict_types=1);
return [
'next' => 'Seguent &raquo;',
'previous' => '&laquo; Predecent',
];