phpvms/resources/lang/fr/expenses.php
B.Fatih KOZ 94735103aa
French Translation (#1392)
Author: Jacques M.
( Jbaltazar67 from phpVMS Forum/Discord )
2022-02-04 15:39:10 -05:00

10 lines
136 B
PHP

<?php
return [
'type' => [
'flight' => 'Vol',
'daily' => 'Quotidien',
'monthly' => 'Mensuel',
],
];