pagination.php 204 Bytes
<?php

return [

    'previous'              => '&laquo; Назад',
    'next'                  => 'Далі &raquo;',
    'showing'               => 'Показ :first до :last з :total :type',

];