Skip to content

Commit

Permalink
update language string
Browse files Browse the repository at this point in the history
  • Loading branch information
siddik-web committed Dec 26, 2023
1 parent 0cd17e5 commit c475853
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions language/en-GB/en-GB.mod_sp_weather.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ MOD_SPWEATHER_APIKEY_OPENWEATHERMAP_DESC="Please insert your OpenWeatherMap API
MOD_SPWEATHER_APIKEY_WEATHERBIT_DESC="Please insert your Weatherbit API key. You can get the API key here: <a href='https://www.weatherbit.io/pricing' target='_blank'>https://www.weatherbit.io/pricing</a>"
MOD_SPWEATHER_APIKEY_APIXU_DESC="APIXU is no longer providing any API service. Please use other available services."
MOD_SPWEATHER_APIKEY_DARKSKY_DESC="Dark Sky is no longer accepting any new signups. If you are an existing user then please insert your Dark Sky API key or use other available services. You can get the API key here: <a href='https://darksky.net/dev/login' target='_blank'>https://darksky.net/dev/login</a>"

MOD_SPWEATHER_APP_ID="App ID"
MOD_SPWEATHER_APP_ID_NOTE="Insert your Yahoo app information. Here you can get your app information. <a href='https://developer.yahoo.com/weather/' target='_blank'>https://developer.yahoo.com/weather</a>, You can also leave those fields blank to get the default app values."
MOD_SPWEATHER_APP_ID_DESC="Insert the Yahoo app ID here. Collect your Yahoo app ID from the above URL."
Expand Down Expand Up @@ -252,15 +251,4 @@ MOD_SPWEATHER_ERROR_PLATFORM_DARKSKY="You can get more details about this API he
MOD_SPWEATHER_ERROR_CANNOT_GET_LOCATION_ERROR="Cannot get %s location in module %s Please also make sure that you have inserted city name."
MOD_SPWEATHER_ERROR_LOCATION_NOT_ALLOWED="Please select Latitude and Longitude from Get Data By and input their values to get the forecast."
;; APIXU ;;
LOCATION_NOTE_APIXU_DESC="Query based on which data is sent back. It could be following:<br/>
<ul>
<li>City e.g: London, UK</li>
<li>Latitude and Longitude (Decimal degree) e.g: 48.8567,2.3508</li>
<li>US zip e.g.: 10001</li>
<li>UK postcode e.g: SW1</li>
<li>Canada postal code e.g: G2J</li>
<li>metar:<metar code> e.g: metar:EGLL</li>
<li>iata:<3 digit airport code> e.g: iata:DXB</li>
<li>auto:ip IP lookup e.g: auto:ip</li>
<li>IP address (IPv4 and IPv6 supported) e.g: 100.0.0.1</li>
</ul>"
LOCATION_NOTE_APIXU_DESC="Query based on which data is sent back. It could be following:<br/><ul><li>City e.g: London, UK</li><li>Latitude and Longitude (Decimal degree) e.g: 48.8567,2.3508</li><li>US zip e.g.: 10001</li><li>UK postcode e.g: SW1</li><li>Canada postal code e.g: G2J</li><li>metar:<metar code> e.g: metar:EGLL</li><li>iata:<3 digit airport code> e.g: iata:DXB</li><li>auto:ip IP lookup e.g: auto:ip</li><li>IP address (IPv4 and IPv6 supported) e.g: 100.0.0.1</li></ul>"

0 comments on commit c475853

Please sign in to comment.