diff options
author | Abyss777 <abyss@fox5.ru> | 2017-07-12 16:37:06 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-07-12 16:37:06 +0500 |
commit | 805d50ac020dec042bfc94a1f17869372f7eff0e (patch) | |
tree | 23b6796be4ef9cc53ba27f04911b1634762a3dca /web/l10n | |
parent | eea84149b22ed25fa530bbb4159683f802c4dee1 (diff) | |
download | trackermap-web-805d50ac020dec042bfc94a1f17869372f7eff0e.tar.gz trackermap-web-805d50ac020dec042bfc94a1f17869372f7eff0e.tar.bz2 trackermap-web-805d50ac020dec042bfc94a1f17869372f7eff0e.zip |
Implement Driver Unauthorized event and driverName field in Trip report
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index e9ac17fa..823066d6 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -198,6 +198,7 @@ "positionDtcs": "DTCs", "positionObdSpeed": "OBD Speed", "positionObdOdometer": "OBD Odometer", + "positionDriverUniqueId": "Driver Unique Id", "serverTitle": "Server Settings", "serverZoom": "Zoom", "serverRegistration": "Registration", @@ -271,6 +272,7 @@ "eventIgnitionOff": "Ignition is OFF", "eventMaintenance": "Maintenance required", "eventTextMessage": "Text message received", + "eventDriverUnauthorized": "Driver Unauthorized", "eventsScrollToLast": "Scroll To Last", "alarmSos": "SOS Alarm", "alarmVibration": "Vibration Alarm", @@ -328,6 +330,7 @@ "reportEndTime": "End Time", "reportEndAddress": "End Address", "reportSpentFuel": "Spent Fuel", + "reportDriverName": "Driver Name", "statisticsTitle": "Statistics", "statisticsCaptureTime": "Capture Time", "statisticsActiveUsers": "Active Users", |