11 lines
221 B
PHP
11 lines
221 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => 'Anterior',
|
|
'next' => 'Seguinte',
|
|
'showing' => ':first-:last de :total registos.',
|
|
'page' => 'por página.',
|
|
|
|
];
|