<string name="app_name">Weather Information</string>
<string name="action_settings">Settings</string>
- <string name="action_search">City,country</string>
- <string name="action_get_weather">Get weather</string>
- <string name="action_current_weather">Current weather</string>
<string name="action_map">Select Location</string>
- <string name="button_set_chosen_location">Set Location</string>
<string name="uri_api_weather_today">http://api.openweathermap.org/data/{0}/weather?lat={1}&lon={2}&cnt=1</string>
- <string name="uri_api_weather_icon">http://openweathermap.org/img/w/{0}.png</string>
<string name="uri_api_weather_forecast">http://api.openweathermap.org/data/{0}/forecast/daily?lat={1}&lon={2}&cnt={3}&mode=json</string>
- <string name="uri_api_geocoding">https://maps.googleapis.com/maps/api/geocode/json?latlng={0},{1}&sensor=true</string>
<string name="api_version">2.5</string>
<string name="text_field_sun_rise">SUN RISE</string>
<string name="text_field_sun_set">SUN SET</string>
<string name="text_field_pressure">PRESSURE</string>
<string name="text_field_humidity">HUMIDITY</string>
<string name="button_ok">OK</string>
- <string name="error_dialog_connection_tiemout">Connection error timeout</string>
- <string name="error_dialog_generic_error">Impossible to receive weather data.</string>
- <string name="error_dialog_store_geocoding_data">Impossible to save current location.</string>
- <string name="error_dialog_location_error">Can not get address.</string>
<string name="icon_weather_description">Icon weather</string>
- <string name="header_action_bar">City,country</string>
<string name="weather_preferences_units_key">weather_preferences_units</string>
<string name="weather_preferences_units_fahrenheit">Fahrenheit</string>
<string name="weather_preferences_units_celsius">Celsius</string>
<string name="weather_preferences_day_forecast">Forecast days number</string>
<string name="city_not_found">city not found</string>
<string name="country_not_found">country not found</string>
- <string name="progress_dialog_get_remote_data">Downloading remote data</string>
<string name="progress_dialog_generic_message">Please wait…</string>
<string name="title_section1">Section 1</string>
<string name="title_section2">Section 2</string>