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

10 lines
206 B
PHP
Raw Normal View History

2017-12-22 15:25:43 +03:00
<?php
return [
'previous' => '&laquo; Precedente',
'next' => 'Prossimo &raquo;',
'showing' => 'Visualizza dal :first al :last di :total :type',
];