blob: b7d3bd8beb25c25bba762a885e12429bc4a9c09a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Nav</string>
<string name="nav_map">Map</string>
<string name="nav_forecast">Forecast</string>
<string name="loading_weather">Fetching weather…</string>
<string name="error_location">Could not get location. Showing default position.</string>
<string name="error_weather">Failed to load weather data.</string>
<string name="wind_speed_fmt">%.0f kt</string>
<string name="temp_fmt">%.0f °C</string>
<string name="precip_fmt">%d%%</string>
<string name="permission_rationale">Location is needed to show weather for your current position.</string>
</resources>
|