diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-11 12:13:14 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-11 12:13:14 +0500 |
commit | 21f26c423dd6d52588c57e41fd0c02ae2fda5d6a (patch) | |
tree | 871da038691507fd20927eab27549eb5ac3a1af2 /web/l10n | |
parent | 46be66c0639032c8ebf222f79e3a52b2b120ad24 (diff) | |
download | trackermap-server-21f26c423dd6d52588c57e41fd0c02ae2fda5d6a.tar.gz trackermap-server-21f26c423dd6d52588c57e41fd0c02ae2fda5d6a.tar.bz2 trackermap-server-21f26c423dd6d52588c57e41fd0c02ae2fda5d6a.zip |
Added motor hours to web
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index ef318bd74..11088e9bf 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -26,6 +26,10 @@ "sharedMute": "Mute", "sharedType": "Type", "sharedDistance": "Distance", + "sharedDayAbbreviation": "d", + "sharedHourAbbreviation": "h", + "sharedMinuteAbbreviation": "m", + "sharedSecondAbbreviation": "s", "errorTitle": "Error", "errorUnknown": "Unknown error", "errorConnection": "Connection error", @@ -141,5 +145,6 @@ "reportCsv": "CSV", "reportDeviceName": "Device Name", "reportAverageSpeed": "Average Speed", - "reportMaximumSpeed": "Maximum Speed" + "reportMaximumSpeed": "Maximum Speed", + "reportMotorHours": "Motor Hours" }
\ No newline at end of file |