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

10 lines
222 B
PHP
Raw Normal View History

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