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

11 lines
237 B
PHP

<?php
return [
'previous' => '&laquo; Anterior',
'next' => 'Siguiente &raquo;',
'showing' => ':first-:last of :total records.',
'page' => 'por página.',
];