diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-08 17:51:48 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 17:51:48 +1200 |
commit | 41028b36b1304ea2150537db3fdf147c6116d28b (patch) | |
tree | cfb277da4a34e4831079aebccb0bd0bc63e15df9 /web | |
parent | d7ac5195b14e1645b2764711b69b8d73b599917b (diff) | |
parent | 282d1f68fd81861529d47d23c02624a02d07dc8e (diff) | |
download | traccar-server-41028b36b1304ea2150537db3fdf147c6116d28b.tar.gz traccar-server-41028b36b1304ea2150537db3fdf147c6116d28b.tar.bz2 traccar-server-41028b36b1304ea2150537db3fdf147c6116d28b.zip |
Merge pull request #2090 from Abyss777/master
l10n strings for new command types
Diffstat (limited to 'web')
-rw-r--r-- | web/l10n/en.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 0e4d630cc..e97bb45b1 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -107,6 +107,9 @@ "commandSilenceTime": "Set Silence Time", "commandSetPhonebook": "Set Phonebook", "commandVoiceMessage": "Voice Message", + "commandOutputControl": "Output Control", + "commandAlarmSpeed": "Overspeed Alarm", + "commandDeviceIdentification": "Device Identification", "eventDeviceOnline": "Device is online", "eventDeviceOffline": "Device is offline", "eventDeviceMoving": "Device is moving", |