phpvms/resources/lang/en/dashboard.php

15 lines
323 B
PHP
Raw Normal View History

2018-05-19 03:47:55 +08:00
<?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',
];