akaunting/resources/lang/fr-FR/pagination.php

10 lines
205 B
PHP
Raw Normal View History

2017-09-21 16:12:11 +03:00
<?php
return [
'previous' => '&laquo; Précédent',
'next' => 'Suivant &raquo;',
'showing' => 'Affichage de :first à :last sur :total :type',
];