phpvms/resources/lang/en/expenses.php

13 lines
146 B
PHP
Raw Normal View History

2018-05-22 00:55:40 +08:00
<?php
/**
*
*/
return [
'type' => [
'flight' => 'Flight',
'daily' => 'Daily',
'monthly' => 'Monthly',
],
];