11 lines
212 B
PHP
11 lines
212 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => 'Anterior',
|
|
'next' => 'Següent',
|
|
'showing' => '(:first-:last de :total)',
|
|
'page' => 'per pàgina',
|
|
|
|
];
|