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-14 18:25:26 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-14 18:25:26 -0600
commit7c3e13114fd189c49e86b8d6c200ffb3c27bb498 (patch)
tree9024ba5e810b40c22eeb2065e3d22650aa51d54e /androidApp/src/main/res/values-es-rMX/strings.xml
parente10c55888fede23b225dee03044f6953e997c28b (diff)
downloadetbsa-trackermap-mobile-7c3e13114fd189c49e86b8d6c200ffb3c27bb498.tar.gz
etbsa-trackermap-mobile-7c3e13114fd189c49e86b8d6c200ffb3c27bb498.tar.bz2
etbsa-trackermap-mobile-7c3e13114fd189c49e86b8d6c200ffb3c27bb498.zip
Refactored reports code into ReportController.kt and added extra report periods
Diffstat (limited to 'androidApp/src/main/res/values-es-rMX/strings.xml')
-rw-r--r--androidApp/src/main/res/values-es-rMX/strings.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/androidApp/src/main/res/values-es-rMX/strings.xml b/androidApp/src/main/res/values-es-rMX/strings.xml
index 1916f26..7ebf7d2 100644
--- a/androidApp/src/main/res/values-es-rMX/strings.xml
+++ b/androidApp/src/main/res/values-es-rMX/strings.xml
@@ -81,13 +81,19 @@
<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="export_report">Exportar</string>
+ <!-- Report periods -->
+ <string name="period_today">Hoy</string>
+ <string name="period_last_24">Últimas 24H</string>
+ <string name="period_yesterday">Ayer</string>
+ <string name="period_this_week">Semana</string>
+ <string name="period_last_7">Últimos 7d</string>
+ <string name="period_this_month">Mes</string>
+ <string name="period_last_30">Últimos 30d</string>
+
<string name="table_event">Evento</string>
<string name="table_datetime">Fecha y hora</string>
<string name="table_geofence">Geocerca</string>