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

11 lines
223 B
PHP
Raw Normal View History

2017-12-22 15:25:43 +03:00
<?php
return [
2020-02-05 13:43:29 +03:00
'previous' => 'Precedente',
'next' => 'Successivo',
2019-12-25 14:32:47 +03:00
'showing' => ':first-:last di :total recordi.',
'page' => 'per pagina.',
2017-12-22 15:25:43 +03:00
];