phpvms/resources/lang/en/widgets.php

35 lines
957 B
PHP
Raw Normal View History

2018-05-19 03:56:37 +08:00
<?php
2018-08-27 00:40:04 +08:00
2018-05-19 03:56:37 +08:00
return [
'latestnews' => [
'news' => 'News',
'nonewsfound' => 'No News Found',
],
'livemap' => [
'groundspeed' => 'Ground Speed',
'altitude' => 'Altitude',
'heading' => 'Heading',
2018-05-26 04:37:53 +08:00
'distance' => 'Distance',
2018-05-19 03:56:37 +08:00
'noflights' => 'There are no flights.',
'gs' => 'GS',
],
'weather' => [
2018-05-22 00:55:40 +08:00
'nometar' => 'METAR/TAF data could not be retrieved',
'conditions' => 'Conditions',
'visibility' => 'visibility',
'temp' => 'Temperature',
2018-05-22 00:55:40 +08:00
'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',
2018-05-19 03:56:37 +08:00
],
];