phpvms/resources/lang/fr/expenses.php

10 lines
136 B
PHP
Raw Normal View History

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