diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-08 02:31:33 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-08 02:31:33 -0600 |
commit | e93ad9e3251013c07c71f20dc4523e4d09aa26bd (patch) | |
tree | 6c8aab9c3433bc69f5b1ff27260ff1c3b53f12ca /androidApp/src/main/res/values/strings.xml | |
parent | e4d2741d3820e843e168c79ba99a0d830b9b1889 (diff) | |
download | etbsa-trackermap-mobile-e93ad9e3251013c07c71f20dc4523e4d09aa26bd.tar.gz etbsa-trackermap-mobile-e93ad9e3251013c07c71f20dc4523e4d09aa26bd.tar.bz2 etbsa-trackermap-mobile-e93ad9e3251013c07c71f20dc4523e4d09aa26bd.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.xml | 22 |
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> |