phpvms/resources/lang/en/widgets.php
2018-05-21 11:55:40 -05:00

36 lines
892 B
PHP

<?php
/**
*
*/
return [
'latestnews' => [
'news' => 'News',
'nonewsfound' => 'No News Found',
],
'livemap' => [
'groundspeed' => 'Ground Speed',
'altitude' => 'Altitude',
'heading' => 'Heading',
'noflights' => 'There are no flights.',
'gs' => 'GS',
],
'weather' => [
'nometar' => 'METAR/TAF data could not be retrieved',
'conditions' => 'Conditions',
'visibility' => 'visibility',
'humidity' => 'humidity',
'dewpoint' => 'dew point',
'barometer' => 'Barometer',
'clouds' => 'Clouds',
'wind' => 'Wind',
'remarks' => 'Remarks',
'guststo' => 'gusts to',
'updated' => 'Updated',
'hrago' => 'hr ago|hrs ago',
'minago' => 'min ago|mins ago',
],
];