From 6ab3bfdeabe16b9a057f48a6dc1e8085e28077cd Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Tue, 25 Nov 2014 02:50:12 +0100 Subject: [PATCH] strings.xml file, improvements --- README.md | 2 +- app/src/main/res/values/strings.xml | 72 +++++++++++++++++++++++-------------- 2 files changed, 46 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 04972d4..ea90a53 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Weather Information =========================

- Sublime's custom image + Weather Information's logo

Weather Information is a simple and made for fun Android application for displaying current weather conditions and weather forecast worldwide. It implements a simple and clear user interface by means of default Android layouts and libraries. diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e8b4936..50b0a6c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -19,6 +19,7 @@ Weather Information Icon weather + 5 DAY FORECAST 10 DAY FORECAST @@ -38,11 +39,18 @@ No data available no description available no chosen location + + 900000 + 1800000 + 3600000 + 7200000 + 43200000 + 86400000 + Settings Units - weather_preferences_temperature Temperature ºC ºF @@ -56,7 +64,6 @@ OFF ON weather_preferences_notifications_switch - weather_preferences_update_time_rate Refresh interval fifteen minutes half hour @@ -69,63 +76,71 @@ two hours half day one day - weather_preferences_notifications_temperature Temperature - weather_preferences_day_forecast Forecast days number 5 day forecast 10 day forecast 14 day forecast - weather_preferences_refresh_interval Refresh interval - weather_preferences_wind Wind m/s mph meter per second miles per hour - weather_preferences_pressure Pressure hpa atm pascal standard atmosphere - weather_preferences_app_id_key API Key OpenWeatherMap API Key + value not found + weather_preferences_app_id_key + weather_preferences_pressure + weather_preferences_wind + weather_preferences_refresh_interval + weather_preferences_day_forecast + weather_preferences_notifications_temperature + weather_preferences_update_time_rate + weather_preferences_temperature + - api_key_notice_preference_key OpenWeatherMap API Key OpenWeatherMap works better with an application ID.\n\nThis key can be added in the preferences window.\n\nTo obtain an API Key for OpenWeatherMap register on the OpenWeatherMap website.\n\nPress OK button if you don\'t want to see this message again. OK Cancel + + api_key_notice_preference_key + Settings Refresh Refresh values Temperature units - widget_preferences_temperature Country - widget_preferences_country_switch Hide country Show country OFF ON + + widget_preferences_temperature + widget_preferences_country_switch + Select Location city not found country not found - Please wait… Save Location Get Location - You do not have enabled location. + Location is not enabled on your device. Cannot get address. No geocoder available. Mark your location + About About @@ -139,9 +154,26 @@ Gustavo Martin Morcuende Web + Licenses + + + 5 + 10 + 14 + + + + + 900 + 1800 + 3600 + 43200 + 86400 + + http://api.openweathermap.org/data/{0}/weather?lat={1}&lon={2}&cnt=1 http://api.openweathermap.org/data/{0}/forecast/daily?lat={1}&lon={2}&cnt={3}&mode=json @@ -150,18 +182,4 @@ http://gumartinm.name http://openweathermap.org/ Android Weather Information Agent - 900 - 1800 - 3600 - 43200 - 86400 - 900000 - 1800000 - 3600000 - 7200000 - 43200000 - 86400000 - 5 - 10 - 14 -- 2.1.4