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