server/src/resources/lang/en/pagination.php
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 25 Sep 2016 22:35:12 +0200
changeset 292 df030ddd4eca
parent 2 00e2916104fe
permissions -rw-r--r--
Convert discourses pack circles to div + Highlight select filter

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Pagination Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used by the paginator library to build
    | the simple pagination links. You are free to change them to anything
    | you want to customize your views to better match your application.
    |
    */

    'previous' => '&laquo; Previous',
    'next' => 'Next &raquo;',

];