diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-09-01 00:23:06 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-01 00:23:05 +1200 |
commit | ee8beb01019f381eae09fb94e249e3d5b9312bbb (patch) | |
tree | 24ff56d9763f881e591fc027a48cab8c962a8bc9 /web/l10n/en.json | |
parent | 0a63cdc62c4499076f9c151cdbd5db783e87fea5 (diff) | |
parent | 9377bef7e0c0abae2ca0f7638662dc61c89fbc31 (diff) | |
download | trackermap-server-ee8beb01019f381eae09fb94e249e3d5b9312bbb.tar.gz trackermap-server-ee8beb01019f381eae09fb94e249e3d5b9312bbb.tar.bz2 trackermap-server-ee8beb01019f381eae09fb94e249e3d5b9312bbb.zip |
Merge pull request #2269 from Abyss777/reports_web_configure
Implemented configure dialog for reports
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index c662cd47c..c4a130cf0 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -61,6 +61,7 @@ "settingsTwelveHourFormat": "12-hour Format", "reportTitle": "Reports", "reportDevice": "Device", + "reportGroup": "Group", "reportFrom": "From", "reportTo": "To", "reportShow": "Show", @@ -119,6 +120,7 @@ "commandData": "Data", "commandPhoneNumber": "Phone Number", "commandMessage": "Message", + "eventAll": "All Events", "eventDeviceOnline": "Device is online", "eventDeviceOffline": "Device is offline", "eventDeviceMoving": "Device is moving", @@ -145,6 +147,8 @@ "reportEvents": "Events", "reportTrips": "Trips", "reportSummary": "Summary", + "reportConfigure": "Configure", + "reportEventTypes": "Event Types", "reportCsv": "CSV", "reportDeviceName": "Device Name", "reportAverageSpeed": "Average Speed", |