phpvms/resources/lang/en/dashboard.php

13 lines
313 B
PHP
Raw Normal View History

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