phpvms/resources/lang/en/expenses.php
2018-05-21 11:55:40 -05:00

13 lines
146 B
PHP

<?php
/**
*
*/
return [
'type' => [
'flight' => 'Flight',
'daily' => 'Daily',
'monthly' => 'Monthly',
],
];