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

10 lines
205 B
PHP

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