akaunting/resources/lang/fr-FR/pagination.php
2017-09-21 16:12:11 +03:00

10 lines
205 B
PHP

<?php
return [
'previous' => '&laquo; Précédent',
'next' => 'Suivant &raquo;',
'showing' => 'Affichage de :first à :last sur :total :type',
];