Files
faveo/resources/lang/fr/pagination.php
Manish Verma 21f872cb24 added-french-language-translation
Added French language translation provided by a user[85% complete]
2016-10-21 11:59:25 +05:30

19 lines
560 B
PHP

<?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édent',
'next' => 'Suivant &raquo;',
];