diff options
author | Abyss777 <abyss@fox5.ru> | 2016-06-02 12:45:22 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-06-02 12:45:22 +0500 |
commit | d9e57775e5bb10e722d0043186308df05eea3296 (patch) | |
tree | 599b6836f717aec30859ee281a5dd57d06667490 /web/l10n | |
parent | bf296b4af4714a3fe62cd6f9fcff8ac29fcd0178 (diff) | |
download | trackermap-server-d9e57775e5bb10e722d0043186308df05eea3296.tar.gz trackermap-server-d9e57775e5bb10e722d0043186308df05eea3296.tar.bz2 trackermap-server-d9e57775e5bb10e722d0043186308df05eea3296.zip |
Show events in toast
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 932cbfa78..f4bd253ea 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -97,5 +97,13 @@ "commandSosNumber": "Set SOS Number", "commandSilenceTime": "Set Silence Time", "commandSetPhonebook": "Set Phonebook", - "commandVoiceMessage": "Voice Message" + "commandVoiceMessage": "Voice Message", + "eventDeviceOnline": "Device is online", + "eventDeviceOffline": "Device is offline", + "eventDeviceMoving": "Device is moving", + "eventDeviceStopped": "Device is stopped", + "eventDeviceOverspeed": "Device exceeds the speed", + "eventCommandResult": "Command result: ", + "eventGeofenceEnter": "Device has entered geofence", + "eventGeofenceEnter": "Device has exited geofence" }
\ No newline at end of file |