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

9 lines
123 B
PHP
Raw Normal View History

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