You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
32 lines
1.3 KiB
WEATHER_NAME = 'WEATHER' |
|
[admin] |
|
WEATHER_MODULE_NAME = "Module WEATHER" |
|
WEATHER_MODULE_INFO = "Module info" |
|
WEATHER_MODULE_EDIT = "Edit" |
|
WEATHER_FCOUNTRY ="Country" |
|
WEATHER_FCITY="Location" |
|
WEATHER_FCITY_DESC="Please specify full name of city which will be visible in the module" |
|
WEATHER_LANG="Language (Openweathermap)" |
|
WEATHER_LANG_DESC="Please specify language for forecast - i.e. 'en' for english, 'bg' for bulgarian" |
|
WEATHER_LATITUDE="Latitude" |
|
WEATHER_LATITUDE_DESC="" |
|
WEATHER_LONGITUDE="Longitude" |
|
WEATHER_LONGITUDE_DESC="" |
|
WEATHER_SHOWCITY="Show only city name" |
|
WEATHER_SHOWCITY_DESC="Enable this option if you want to show only city name" |
|
WEATHER_AMOUNT_DAYS="Amount of days" |
|
WEATHER_AMOUNT_DAYS_DESC="Amount of days in forecast.<br />0 - display only current day." |
|
WEATHER_UNIT="Units" |
|
WEATHER_UNIT_DESC="Select units used in your weather - Metric (C) or Imperial (F)" |
|
WEATHER_USECSS="Use module CSS" |
|
WEATHER_USECSS_DESC="Disable this option when you are using template with built-in styles for this module" |
|
WEATHER_CACHETIME="Cache time" |
|
WEATHER_CACHETIME_DESC="Set time for cache in minutes.<br />0 - disable cache" |
|
WEATHER_ENABLE = "Yes" |
|
WEATHER_DISABLE = "No" |
|
WEATHER_BUTTON_SAVE = "Save" |
|
WEATHER_TEMPLATE = "Template" |
|
WEATHER_TEMPLATE_DESC = "" |
|
WEATHER_SOURCE = "Weather API" |
|
WEATHER_WOEID = "Openweathermap/Yahoo code (WOEID)" |
|
WEATHER_WOEID_DESC = "" |