diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-11 10:12:39 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-11 10:12:39 +0500 |
commit | d89466435165e978429b609f43d3e5904212da3b (patch) | |
tree | 84ba5202fb82c43c6f096660a26487375c47ee49 /web/l10n | |
parent | 834a3d7f337555f579b77e57320583778f0f3d29 (diff) | |
download | trackermap-server-d89466435165e978429b609f43d3e5904212da3b.tar.gz trackermap-server-d89466435165e978429b609f43d3e5904212da3b.tar.bz2 trackermap-server-d89466435165e978429b609f43d3e5904212da3b.zip |
Added strings for ignition events
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index b98e6d127..ef318bd74 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -121,6 +121,8 @@ "eventGeofenceEnter": "Device has entered geofence", "eventGeofenceExit": "Device has exited geofence", "eventAlarm": "Alarms", + "eventIgnitionOn": "Ignition is ON", + "eventIgnitionOff": "Ignition is OFF", "alarm": "Alarm", "alarmSos": "SOS Alarm", "alarmVibration": "Vibration Alarm", |