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

10 lines
234 B
PHP
Raw Normal View History

2017-09-24 17:42:02 +03:00
<?php
return [
'previous' => '&laquo; Anterior',
'next' => 'Siguiente &raquo;',
2019-11-23 21:53:25 +03:00
'showing' => ':first-:last de :total :type.',
'page' => 'por página.',
2017-09-24 17:42:02 +03:00
];