akaunting/resources/lang/es-MX/pagination.php
denisdulici 6b9fcad919 es-MX
2018-01-13 15:21:46 +03:00

10 lines
199 B
PHP

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