9 lines
122 B
PHP
9 lines
122 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'next' => 'Siguiente »',
|
|
'previous' => '« Anterior',
|
|
];
|