diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-19 19:49:11 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-19 19:49:11 +0500 |
commit | aaa16c01263847221c7cfec95d722b283dcfd35e (patch) | |
tree | 0b40718962f549b6ab963cf93e9de7cf3c105b13 /web/l10n/en.json | |
parent | 3826a93f1009942e22ec80c1e13be71e8e917b01 (diff) | |
download | trackermap-server-aaa16c01263847221c7cfec95d722b283dcfd35e.tar.gz trackermap-server-aaa16c01263847221c7cfec95d722b283dcfd35e.tar.bz2 trackermap-server-aaa16c01263847221c7cfec95d722b283dcfd35e.zip |
- Added commands to WialonProtocol
- Added more additional fields to CommandDialog
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 af4f2363e..5daa7e2ab 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -106,6 +106,7 @@ "commandRequestPhoto": "Request Photo", "commandRebootDevice": "Reboot Device", "commandSendSms": "Send SMS", + "commandSendUssd": "Send USSD", "commandSosNumber": "Set SOS Number", "commandSilenceTime": "Set Silence Time", "commandSetPhonebook": "Set Phonebook", @@ -113,6 +114,10 @@ "commandOutputControl": "Output Control", "commandAlarmSpeed": "Overspeed Alarm", "commandDeviceIdentification": "Device Identification", + "commandIndex": "Index", + "commandData": "Data", + "commandPhoneNumber": "Phone Number", + "commandMessage": "Message", "eventDeviceOnline": "Device is online", "eventDeviceOffline": "Device is offline", "eventDeviceMoving": "Device is moving", |