From 2f7923d78d56899d005ac492e23c8203388f06d5 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 4 Sep 2016 07:07:31 +0200 Subject: [PATCH] Using translatable="false" wherever is needed in strings.xml --- app/src/main/res/values/strings.xml | 56 ++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 55e4701..86c08ff 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -40,12 +40,12 @@ no description available no chosen location - 900000 - 1800000 - 3600000 - 7200000 - 43200000 - 86400000 + 900000 + 1800000 + 3600000 + 7200000 + 43200000 + 86400000 @@ -96,14 +96,14 @@ 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 + 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 @@ -123,8 +123,8 @@ OFF ON - widget_preferences_temperature - widget_preferences_country_switch + widget_preferences_temperature + widget_preferences_country_switch @@ -166,19 +166,19 @@ - 900 - 1800 - 3600 - 43200 - 86400 + 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 - 2.5 - https://github.com/gumartinm/AndroidWeatherInformation - http://gumartinm.name - http://openweathermap.org/ - Android Weather Information Agent + 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 + 2.5 + https://github.com/gumartinm/AndroidWeatherInformation + http://gumartinm.name + http://openweathermap.org/ + Android Weather Information Agent -- 2.1.4