firefly-iii/resources/lang/fr_FR/pagination.php
2016-03-29 16:17:06 +02:00

14 lines
283 B
PHP

<?php
/**
* pagination.php
* Copyright (C) 2016 Sander Dorigo
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
return [
'previous' => '&laquo; Precedent',
'next' => 'Suivant &raquo;',
];