Akaunting/resources/lang/it-IT/pagination.php

10 lines
206 B
PHP

<?php
return [
'previous' => '&laquo; Precedente',
'next' => 'Prossimo &raquo;',
'showing' => 'Visualizza dal :first al :last di :total :type',
];