10 lines
199 B
PHP
10 lines
199 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« Anterior',
|
|
'next' => 'Próximo »',
|
|
'showing' => 'Mostrando :first de :last do :total :type',
|
|
|
|
];
|