firefly-iii/resources/lang/fr_FR/pagination.php
2016-03-13 17:19:09 +01:00

14 lines
283 B
PHP
Executable File

<?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;',
];