diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-16 04:26:31 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-16 04:26:31 -0600 |
commit | 4f4b7f5755c164d4d9c3c4cc35118cf3429874c6 (patch) | |
tree | 2473ed9dec3bc1222cae7111c4d039818632b831 /androidApp/src/main/res/values-es-rMX | |
parent | 4a796e47bede0cbe5512868001c22b6889e9f72e (diff) | |
download | etbsa-trackermap-mobile-4f4b7f5755c164d4d9c3c4cc35118cf3429874c6.tar.gz etbsa-trackermap-mobile-4f4b7f5755c164d4d9c3c4cc35118cf3429874c6.tar.bz2 etbsa-trackermap-mobile-4f4b7f5755c164d4d9c3c4cc35118cf3429874c6.zip |
Added Google Maps and Google Satellites layers
Diffstat (limited to 'androidApp/src/main/res/values-es-rMX')
-rw-r--r-- | androidApp/src/main/res/values-es-rMX/map_layers.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/androidApp/src/main/res/values-es-rMX/map_layers.xml b/androidApp/src/main/res/values-es-rMX/map_layers.xml index eff37d9..ef56b76 100644 --- a/androidApp/src/main/res/values-es-rMX/map_layers.xml +++ b/androidApp/src/main/res/values-es-rMX/map_layers.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="layer_streets">Calles</string> - <string name="layer_satellite">Satélite</string> + <string name="layer_streets">OpenStreetMap</string> + <string name="layer_gmaps">Google Calles</string> + <string name="layer_satellite">Google Satélite</string> </resources>
\ No newline at end of file |