diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-09 16:25:54 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-09 16:25:54 +0500 |
commit | 226dcdde755ad2b2b7384ac9cd59e5fcc3af550b (patch) | |
tree | c9c4494d9ea55a0173d4ddaf3eb4b07a1c8dc6f3 /web/l10n | |
parent | 7a6de316942316466622f9bfa64691c4ba433b88 (diff) | |
download | trackermap-server-226dcdde755ad2b2b7384ac9cd59e5fcc3af550b.tar.gz trackermap-server-226dcdde755ad2b2b7384ac9cd59e5fcc3af550b.tar.bz2 trackermap-server-226dcdde755ad2b2b7384ac9cd59e5fcc3af550b.zip |
- Fixed csv MIME type and added response header
- Added 3 report types
- Changed some Strings
- Fixed jscs issues in other files
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 37e4537f2..3c30353ac 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -24,6 +24,8 @@ "sharedAttribute": "Attribute", "sharedArea": "Area", "sharedMute": "Mute", + "sharedType": "Type", + "sharedDistance": "Distance", "errorTitle": "Error", "errorUnknown": "Unknown error", "errorConnection": "Connection error", @@ -53,7 +55,6 @@ "settingsGroups": "Groups", "settingsServer": "Server", "settingsUsers": "Users", - "settingsDistanceUnit": "Distance", "settingsSpeedUnit": "Speed", "settingsTwelveHourFormat": "12-hour Format", "reportTitle": "Reports", @@ -89,7 +90,6 @@ "stateValue": "Value", "commandTitle": "Command", "commandSend": "Send", - "commandType": "Type", "commandSent": "Command has been sent", "commandPositionPeriodic": "Periodic Reporting", "commandPositionStop": "Stop Reporting", @@ -132,5 +132,12 @@ "alarmFault": "Fault Alarm", "notificationType": "Type of Notification", "notificationWeb": "Send via Web", - "notificationMail": "Send via Mail" + "notificationMail": "Send via Mail", + "reportRoute": "Route", + "reportEvents": "Events", + "reportSummary": "Summary", + "reportCsv": "Csv", + "reportDeviceName": "Device Name", + "summaryAverageSpeed": "Average Speed", + "summaryMaximumSpeed": "Maximum Speed" }
\ No newline at end of file |