akaunting/resources/lang/it-IT/pagination.php
2020-02-05 13:43:29 +03:00

11 lines
223 B
PHP

<?php
return [
'previous' => 'Precedente',
'next' => 'Successivo',
'showing' => ':first-:last di :total recordi.',
'page' => 'per pagina.',
];