diff options
author | Abyss777 <abyss@fox5.ru> | 2017-08-11 17:41:42 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-08-11 17:41:42 +0500 |
commit | c52d923d60815fcc6c1e9592edbcd578caf1147c (patch) | |
tree | 8f4499af1fcece46f80ae0611b577c81e5114f8a /web/l10n/en.json | |
parent | a2b7e07df1cc4548e27c51e1545cf210b0ef0ab7 (diff) | |
download | trackermap-web-c52d923d60815fcc6c1e9592edbcd578caf1147c.tar.gz trackermap-web-c52d923d60815fcc6c1e9592edbcd578caf1147c.tar.bz2 trackermap-web-c52d923d60815fcc6c1e9592edbcd578caf1147c.zip |
Implement disable Drivers and Computed Attributes separately
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 6ea54105..8eba834c 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -90,6 +90,8 @@ "attributeMailSmtpPassword": "Mail: SMTP Password", "attributeUiDisableReport": "UI: Disable Report", "attributeUiDisableVehicleFetures": "UI: Disable Vehicle Fetures", + "attributeUiDisableDrivers": "UI: Disable Drivers", + "attributeUiDisableComputedAttributes": "UI: Disable Computed Attributes", "errorTitle": "Error", "errorGeneral": "Invalid parameters or constraints violation", "errorConnection": "Connection error", |