aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values-es-rMX
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-16 04:02:30 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-16 04:02:30 -0600
commit594a0e7dc5680b495770876afba931b30d667264 (patch)
treed451027198866bacc7a9404d11380276cb65e7e9 /androidApp/src/main/res/values-es-rMX
parent317d132e092ea9e1f8d5e1d30b9fad38e6c6200b (diff)
downloadetbsa-trackermap-mobile-594a0e7dc5680b495770876afba931b30d667264.tar.gz
etbsa-trackermap-mobile-594a0e7dc5680b495770876afba931b30d667264.tar.bz2
etbsa-trackermap-mobile-594a0e7dc5680b495770876afba931b30d667264.zip
Added attribution and refactored map layers code
Diffstat (limited to 'androidApp/src/main/res/values-es-rMX')
-rw-r--r--androidApp/src/main/res/values-es-rMX/map_layers.xml5
-rw-r--r--androidApp/src/main/res/values-es-rMX/strings.xml3
2 files changed, 5 insertions, 3 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
new file mode 100644
index 0000000..eff37d9
--- /dev/null
+++ b/androidApp/src/main/res/values-es-rMX/map_layers.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="layer_streets">Calles</string>
+ <string name="layer_satellite">Satélite</string>
+</resources> \ No newline at end of file
diff --git a/androidApp/src/main/res/values-es-rMX/strings.xml b/androidApp/src/main/res/values-es-rMX/strings.xml
index 809b64c..5e41768 100644
--- a/androidApp/src/main/res/values-es-rMX/strings.xml
+++ b/androidApp/src/main/res/values-es-rMX/strings.xml
@@ -19,9 +19,6 @@
<string name="switch_layer">Cambiar capa del mapa</string>
<string name="open_profile">Ver información de cuenta</string>
- <string name="layer_streets">Calles</string>
- <string name="layer_satellite">Satélite</string>
-
<string name="menu_account">Cuenta</string>
<string name="menu_about">Acerca de</string>
<string name="menu_logout">Cerrar sesión</string>