Files
ponzi/application/language/fr/pagination.php
Spir 3e699a1978 Added french translation.
Signed-off-by: Spir <tfspir@gmail.com>
2012-07-27 18:18:04 +02:00

20 lines
507 B
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the pagination links. You're free to change them to anything you want.
| If you come up with something more exciting, let us know.
|
*/
'previous' => '&laquo; Précédent',
'next' => 'Suivant &raquo;',
);