phpvms/resources/lang/en/flights.php

17 lines
402 B
PHP
Raw Normal View History

2018-05-19 03:50:20 +08:00
<?php
/**
*
*/
return [
'mybid' => 'My Bid|My Bids',
'search' => 'Search',
'addremovebid' => 'Add/Remove Bid',
'bidremoved' => 'Your bid was removed.',
'bidadded' => 'Your bid was added.',
'dep' => 'Dep',
'arr' => 'Arr',
'level' => 'Level',
'alternateairport' => 'Alternate Airport',
];