Akaunting/resources/lang/es-ES/pagination.php

10 lines
199 B
PHP

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