12 lines
312 B
PHP
12 lines
312 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',
|
|
];
|