pagination.php 206 Bytes
<?php

return [

    'previous'              => '&laquo; Precedente',
    'next'                  => 'Prossimo &raquo;',
    'showing'               => 'Visualizza dal :first al :last di :total :type',

];