akaunting/resources/lang/es-ES/pagination.php
2017-09-24 17:42:02 +03:00

10 lines
199 B
PHP

<?php
return [
'previous' => '&laquo; Anterior',
'next' => 'Siguiente &raquo;',
'showing' => 'Mostrando :first a :last de :total :type',
];