phpvms/resources/lang/en/dashboard.php
2018-05-21 09:57:46 -05:00

15 lines
323 B
PHP

<?php
/**
*
*/
return [
'totalhours' => 'Total Hours',
'yourbalance' => 'Your Balance',
'yourlastreport' => 'Your Last Report',
'noreportsyet' => 'No reports yet.',
'fileonenow' => 'File one now.',
'weatherat' => 'Weather at :ICAO',
'recentreports' => 'Recent Reports',
];