server/src/resources/lang/fr/pagination.php
author ymh <ymh.work@gmail.com>
Mon, 14 Nov 2016 16:27:55 +0100
changeset 419 a37e8629a95c
parent 2 00e2916104fe
permissions -rw-r--r--
Added tag 0.0.11 for changeset 6eb84397be15

<?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; Préc.',
    'next' => 'Suiv. &raquo;',

];