diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-06 13:28:48 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-06 14:59:08 +0500 |
commit | 1edfec60e54b26f3cd7970075b58bb69920b37f7 (patch) | |
tree | d7ecca927798e16c469868fc609c954fe3d1016c /web/l10n/en.json | |
parent | ae9de5a7b9cf43ad488022675d243a4b7a863aa4 (diff) | |
download | trackermap-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.tar.gz trackermap-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.tar.bz2 trackermap-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.zip |
Move units to attributes and add volume units
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 894ae2e8..596e2134 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -42,6 +42,10 @@ "sharedSecondAbbreviation": "s", "sharedVoltAbbreviation": "V", "sharedLiterAbbreviation": "l", + "sharedGallonAbbreviation": "gal", + "sharedLiter": "Liter", + "sharedImpGallon": "Imp. Gallon", + "sharedUsGallon": "U.S. Gallon", "sharedLiterPerHourAbbreviation": "l/h", "sharedGetMapState": "Get Map State", "sharedComputedAttribute": "Computed Attribute", @@ -64,6 +68,7 @@ "sharedTypeNumber": "Number", "sharedTypeBoolean": "Boolean", "sharedTimezone": "Timezone", + "sharedVolumeUnit": "Volume", "sharedInfoTitle": "Info", "attributeSpeedLimit": "Speed Limit", "attributeReportIgnoreOdometer": "Report: Ignore Odometer", |