Files
nexusphp/resources/lang/es/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' => 'Siguiente &raquo;',
'previous' => '&laquo; Anterior',
];