firefly-iii/resources/lang/fr_FR/pagination.php

14 lines
297 B
PHP
Raw Normal View History

2015-12-22 13:46:16 -06:00
<?php
2016-03-13 11:19:09 -05:00
/**
* pagination.php
2016-04-01 09:46:11 -05:00
* Copyright (C) 2016 thegrumpydictator@gmail.com
2016-03-13 11:19:09 -05:00
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
2015-12-22 13:46:16 -06:00
return [
2016-01-15 09:33:03 -06:00
'previous' => '&laquo; Precedent',
'next' => 'Suivant &raquo;',
2015-12-22 13:46:16 -06:00
];