diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-05-19 23:37:03 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-05-19 23:37:03 -0700 |
commit | 8249d9f7dc2cd4b7bb32e8d528d387f5ce88a60d (patch) | |
tree | dc2962ede741a42f43a025ee1b2d93213e7d2d3b /web/l10n/en.json | |
parent | e816b0e9f3023f31b3ed0d984ded755d07dcb9b3 (diff) | |
parent | 252530b36e2b7e09bfe16d301d1106f86ebf178d (diff) | |
download | trackermap-server-8249d9f7dc2cd4b7bb32e8d528d387f5ce88a60d.tar.gz trackermap-server-8249d9f7dc2cd4b7bb32e8d528d387f5ce88a60d.tar.bz2 trackermap-server-8249d9f7dc2cd4b7bb32e8d528d387f5ce88a60d.zip |
Merge pull request #1953 from Abyss777/master
Custom command support for web interface
Diffstat (limited to 'web/l10n/en.json')
-rw-r--r-- | web/l10n/en.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/web/l10n/en.json b/web/l10n/en.json index 1c8cc2bd0..932cbfa78 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -85,5 +85,17 @@ "commandEngineStop": "Engine Stop", "commandEngineResume": "Engine Resume", "commandFrequency": "Frequency", - "commandUnit": "Unit" + "commandUnit": "Unit", + "commandCustom": "Custom command", + "commandPositionSingle": "Single Reporting", + "commandAlarmArm": "Arm Alarm", + "commandAlarmDisarm": "Disarm Alarm", + "commandSetTimezone": "Set Timezone", + "commandRequestPhoto": "Request Photo", + "commandRebootDevice": "Reboot Device", + "commandSendSms": "Send SMS", + "commandSosNumber": "Set SOS Number", + "commandSilenceTime": "Set Silence Time", + "commandSetPhonebook": "Set Phonebook", + "commandVoiceMessage": "Voice Message" }
\ No newline at end of file |