diff options
| -rw-r--r-- | main/res/values-de/strings.xml | 2 | ||||
| -rw-r--r-- | main/res/values-nl/strings.xml | 2 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/main/res/values-de/strings.xml b/main/res/values-de/strings.xml index 51288fc..1737aef 100644 --- a/main/res/values-de/strings.xml +++ b/main/res/values-de/strings.xml @@ -990,7 +990,7 @@ <string name="attribute_inside_no">Nicht in geschlossenen Räumen (Höhle, Gebäude, etc.)</string> <string name="attribute_in_water_yes">Im Wasser</string> <string name="attribute_in_water_no">Nicht im Wasser</string> - <string name="attribute_no_gps_yes">Ohne GPS (Letterboxen, cistes, compass-juggling, ...)</string> + <string name="attribute_no_gps_yes">Ohne GPS (Letterboxen, kein Empfang möglich, …)</string> <string name="attribute_no_gps_no">Mit GPS</string> <string name="attribute_overnight_yes">Übernachtung erforderlich</string> <string name="attribute_overnight_no">Keine Übernachtung erforderlich</string> diff --git a/main/res/values-nl/strings.xml b/main/res/values-nl/strings.xml index 9797012..15a1815 100644 --- a/main/res/values-nl/strings.xml +++ b/main/res/values-nl/strings.xml @@ -999,7 +999,7 @@ <string name="attribute_inside_no">Niet met gesloten ruimten</string> <string name="attribute_in_water_yes">In het water</string> <string name="attribute_in_water_no">Niet in het water</string> - <string name="attribute_no_gps_yes">Zonder GPS (Brievenbus, cistes, compass juggling ...)</string> + <string name="attribute_no_gps_yes">Zonder GPS (Brievenbus, compass juggling, …)</string> <string name="attribute_no_gps_no">Met GPS</string> <string name="attribute_overnight_yes">Overnachting noodzakelijk</string> <string name="attribute_overnight_no">Geen overnachting noodzakelijk</string> diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 0382071..287e1c4 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -1011,7 +1011,7 @@ <string name="attribute_inside_no">Not within enclosed rooms</string> <string name="attribute_in_water_yes">In the water</string> <string name="attribute_in_water_no">Not in the water</string> - <string name="attribute_no_gps_yes">Without GPS (letterboxes, cistes, compass juggling ...)</string> + <string name="attribute_no_gps_yes">Without GPS (letterboxes, compass juggling, …)</string> <string name="attribute_no_gps_no">With GPS</string> <string name="attribute_overnight_yes">Overnight stay necessary</string> <string name="attribute_overnight_no">No overnight stay necessary</string> |
