diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-04 22:37:36 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-04 22:37:36 -0600 |
commit | a43ed464b9dc0f7700e87e70bb60c588628d89a0 (patch) | |
tree | c2a98d78d1d82c46390af0717d2249acbd0520bd /androidApp/src/main/res/values-es-rMX/strings.xml | |
parent | dc7e37b108bd4f63fb67b6d969518d5fbab41a6e (diff) | |
download | etbsa-trackermap-mobile-a43ed464b9dc0f7700e87e70bb60c588628d89a0.tar.gz etbsa-trackermap-mobile-a43ed464b9dc0f7700e87e70bb60c588628d89a0.tar.bz2 etbsa-trackermap-mobile-a43ed464b9dc0f7700e87e70bb60c588628d89a0.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.xml | 29 |
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 |