aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values-es-rMX/strings.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-04 22:37:36 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-04 22:37:36 -0600
commit3e15173c529b2b307e813288f4728f5110fb5a78 (patch)
treee0bb58b98b6667a01190ed25b4b24d29a1c71568 /androidApp/src/main/res/values-es-rMX/strings.xml
parent793ccb0b907ac4b1364efd3e9a8df558c0346249 (diff)
downloadetbsa-trackermap-mobile-3e15173c529b2b307e813288f4728f5110fb5a78.tar.gz
etbsa-trackermap-mobile-3e15173c529b2b307e813288f4728f5110fb5a78.tar.bz2
etbsa-trackermap-mobile-3e15173c529b2b307e813288f4728f5110fb5a78.zip
Implemented formatSpeed, redesigned UnitInformationFragment, added button to open device location in map, minor UI tweaks and added translations.
Diffstat (limited to 'androidApp/src/main/res/values-es-rMX/strings.xml')
-rw-r--r--androidApp/src/main/res/values-es-rMX/strings.xml29
1 files changed, 25 insertions, 4 deletions
diff --git a/androidApp/src/main/res/values-es-rMX/strings.xml b/androidApp/src/main/res/values-es-rMX/strings.xml
index 69ca1a8..7397599 100644
--- a/androidApp/src/main/res/values-es-rMX/strings.xml
+++ b/androidApp/src/main/res/values-es-rMX/strings.xml
@@ -22,13 +22,34 @@
<string name="unit_last_address">Dirección de la última posición</string>
<string name="unit_last_date">Fecha y hora de la última posición</string>
- <string name="unit_speed_format">%1$d km/h</string>
-
+ <!-- Details -->
<string name="unit_details">Detalles</string>
<string name="unit_reports">Reportes</string>
<string name="unit_commands">Comandos</string>
<string name="units_search">Escribe para buscar</string>
- <string name="key">Key</string>
- <string name="value">Value</string>
+ <!-- Unit Information -->
+ <string name="unit_info_contact">Contacto</string>
+ <string name="unit_info_speed">Velocidad</string>
+ <string name="unit_info_address">Dirección</string>
+ <string name="unit_info_latitude">Latitud</string>
+ <string name="unit_info_longitude">Longitud</string>
+ <string name="unit_info_datetime">Fecha y hora</string>
+ <string name="unit_info_protocol">Protocolo</string>
+ <string name="unit_info_map_button">Abrir ubicación en navegador</string>
+
+ <!-- Commands -->
+ <string name="send_command">Enviar comando</string>
+
+ <!-- Reports -->
+ <string name="positions">Posiciones</string>
+ <string name="events">Eventos</string>
+ <string name="stops">Paradas</string>
+ <string name="day_period">Día</string>
+ <string name="week_period">Semana</string>
+ <string name="month_period">Mes</string>
+ <string name="period">Periodo</string>
+ <string name="select_period">Seleccionar</string>
+ <string name="table_event">Evento</string>
+ <string name="table_datetime">Fecha y hora</string>
</resources> \ No newline at end of file