Move flights into separate file

This commit is contained in:
Nabeel Shahzad
2018-05-18 14:50:20 -05:00
parent 440a0c5425
commit ba1bf4581d
5 changed files with 37 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
<?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',
];

View File

@@ -0,0 +1,15 @@
<?php
/**
*
*/
return [
'mybid' => 'Mia prenotazione|Mie Prenotazioni',
'addremovebid' => 'Aggiungi/Rimuovi Prenotazione',
'bidremoved' => 'La tua prenotazione è stata rimossa.',
'bidadded' => 'La tua prenotazione è stata aggiunta.',
'dep' => 'Par',
'arr' => 'Arr',
'level' => 'Livello',
'alternateairport' => 'Aeroporto Alternativo',
];