akaunting/resources/lang/it-IT/pagination.php
2022-06-04 00:26:44 +00:00

10 lines
222 B
PHP

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