|
| 1 | +<!-- This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | + - License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 | + - file, You can obtain one at https://mozilla.org/MPL/2.0/. --> |
| 4 | + |
| 5 | +<resources> |
| 6 | + <string name="app_name">Elsewhere</string> |
| 7 | + |
| 8 | + <string name="place_name">%1$s, %2$s</string> |
| 9 | + <string name="humidity">%1$d%% luchtvochtigheid</string> |
| 10 | + <string name="wind_metric">%1$d km/u windsnelheid</string> |
| 11 | + <string name="wind_imperial">%1$d mijl/u windsnelheid</string> |
| 12 | + |
| 13 | + <string name="wikipedia">Wikipedia</string> |
| 14 | + <string name="map">Kaart</string> |
| 15 | + <string name="settings">Instellingen</string> |
| 16 | + |
| 17 | + <string name="default_temp">-270°</string> |
| 18 | + <string name="default_place">In de ruimte</string> |
| 19 | + |
| 20 | + <string name="weather_data_preference">weather_data</string> |
| 21 | + <string name="weather_data_place_id">weather_data_place_id</string> |
| 22 | + <string name="weather_data_place_name">weather_data_place_name</string> |
| 23 | + <string name="weather_data_place_state">weather_data_place_state</string> |
| 24 | + <string name="weather_data_place_country">weather_data_place_country</string> |
| 25 | + <string name="weather_data_place_coord_lat">weather_data_place_coord_lat</string> |
| 26 | + <string name="weather_data_place_coord_lon">weather_data_place_coord_lon</string> |
| 27 | + |
| 28 | + <string name="weather_data_temp">weather_data_temp</string> |
| 29 | + <string name="weather_data_humidity">weather_data_humidity</string> |
| 30 | + <string name="weather_data_condition_main">weather_data_condition_main</string> |
| 31 | + <string name="weather_data_condition_description">weather_data_condition_description</string> |
| 32 | + <string name="weather_data_wind_speed">weather_data_wind_speed</string> |
| 33 | + <string name="weather_data_timezone">weather_data_timezone</string> |
| 34 | + |
| 35 | + <string name="weather_data_day">weather_data_day</string> |
| 36 | + <string name="weather_data_image_url">weather_data_image_url</string> |
| 37 | + <string name="weather_data_wikipedia_page">weather_data_wikipedia_page</string> |
| 38 | + |
| 39 | + <string name="title_activity_settings">Instellingen</string> |
| 40 | + |
| 41 | + <!-- Preference Titles --> |
| 42 | + <string name="format_header">Formaat</string> |
| 43 | + <string name="about_header">Over</string> |
| 44 | + |
| 45 | + <!-- Format Preferences --> |
| 46 | + <string name="units">units</string> |
| 47 | + <string name="units_title">Eenheden</string> |
| 48 | + <string name="timefmt">timefmt</string> |
| 49 | + <string name="timefmt_title">Tijdformaat</string> |
| 50 | + |
| 51 | + <!-- About category in settings page --> |
| 52 | + <string name="author_title">Gecreëerd door David Teresi</string> |
| 53 | + <string name="author_subtitle">https://davidteresi.me</string> |
| 54 | + <string name="author_website">https://davidteresi.me</string> |
| 55 | + <string name="opensource_title">Broncode</string> |
| 56 | + <string name="opensource_subtitle">Gelicentieerd onder de Mozilla Public License</string> |
| 57 | + <string name="opensource_website">https://github.com/dkter/elsewhere</string> |
| 58 | + <string name="sourcecredits">Weergegevens van OpenWeatherMap. Afbeeldingen van plaatsen zijn afkomstig van Wikimedia Commons en opgezocht met Wikidata.</string> |
| 59 | +</resources> |
0 commit comments