akaunting/resources/lang/es-MX/pagination.php

10 lines
199 B
PHP
Raw Normal View History

2018-01-13 15:21:46 +03:00
<?php
return [
'previous' => '&laquo; Anterior',
'next' => 'Siguiente &raquo;',
'showing' => 'Mostrando :first a :last de :total :type',
];