diff options
author | Abyss777 <abyss@fox5.ru> | 2017-08-11 15:03:39 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-08-11 17:22:15 +0500 |
commit | a2b7e07df1cc4548e27c51e1545cf210b0ef0ab7 (patch) | |
tree | 61f7ef413962fee8b2c20fafc29ef3e872273ad3 /web/l10n | |
parent | 9a536a3ef3b8972c64de2de76a340115ab036d3f (diff) | |
download | trackermap-web-a2b7e07df1cc4548e27c51e1545cf210b0ef0ab7.tar.gz trackermap-web-a2b7e07df1cc4548e27c51e1545cf210b0ef0ab7.tar.bz2 trackermap-web-a2b7e07df1cc4548e27c51e1545cf210b0ef0ab7.zip |
Implement attribute to disable vehicle related UI features
Diffstat (limited to 'web/l10n')
-rw-r--r-- | web/l10n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 6476b0d8..6ea54105 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -89,6 +89,7 @@ "attributeMailSmtpUsername": "Mail: SMTP Username", "attributeMailSmtpPassword": "Mail: SMTP Password", "attributeUiDisableReport": "UI: Disable Report", + "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", "errorTitle": "Error", "errorGeneral": "Invalid parameters or constraints violation", "errorConnection": "Connection error", |