aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-08 02:31:33 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-08 02:31:33 -0600
commit4475382b482e9b20cb34dfd2e6896546bf86c485 (patch)
treec3cc590e273e63030db33b79de7cd33a80b451ee /androidApp/src/main/res/values/strings.xml
parente4f78f4af356215650df9df32a13ceff8067e137 (diff)
downloadetbsa-trackermap-mobile-4475382b482e9b20cb34dfd2e6896546bf86c485.tar.gz
etbsa-trackermap-mobile-4475382b482e9b20cb34dfd2e6896546bf86c485.tar.bz2
etbsa-trackermap-mobile-4475382b482e9b20cb34dfd2e6896546bf86c485.zip
Finished events report, implemented GeofenceController, fixed geofencesGet() and many fixes
Diffstat (limited to 'androidApp/src/main/res/values/strings.xml')
-rw-r--r--androidApp/src/main/res/values/strings.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/androidApp/src/main/res/values/strings.xml b/androidApp/src/main/res/values/strings.xml
index 93f088a..0c6a29e 100644
--- a/androidApp/src/main/res/values/strings.xml
+++ b/androidApp/src/main/res/values/strings.xml
@@ -58,6 +58,28 @@
<string name="month_period">Month</string>
<string name="period">Period</string>
<string name="select_period">Select</string>
+
<string name="table_event">Event</string>
<string name="table_datetime">Datetime</string>
+ <string name="table_geofence">Geofence</string>
+ <string name="table_address">Address</string>
+
+ <string name="event_device_online">Status online</string>
+ <string name="event_device_unknown">Status unknown</string>
+ <string name="event_device_offline">Status offline</string>
+ <string name="event_device_inactive">Device inactive</string>
+ <string name="event_device_moving">Device moving</string>
+ <string name="event_device_stopped">Device stopped</string>
+ <string name="event_device_overspeed">Speed limit exceeded</string>
+ <string name="event_device_fuel_drop">Fuel drop</string>
+ <string name="event_command_result">Command result</string>
+ <string name="event_geofence_enter">Geofence entered</string>
+ <string name="event_geofence_exit">Geofence exited</string>
+ <string name="event_alarm">Alarm</string>
+ <string name="event_ignition_on">Ignition on</string>
+ <string name="event_ignition_off">Ignition off</string>
+ <string name="event_maintenance">Maintenance required</string>
+ <string name="event_text_message">Text message received</string>
+ <string name="event_driver_changed">Driver changed</string>
+ <string name="event_unknown">Unknown event</string>
</resources>