pagination.php 205 Bytes
<?php

return [

    'previous'              => '&laquo; Précédent',
    'next'                  => 'Suivant &raquo;',
    'showing'               => 'Affichage de :first à :last sur :total :type',

];