From 250031a473868c8641afc5d0657b8325c690dcec Mon Sep 17 00:00:00 2001 From: 5of9 Date: Fri, 2 Jun 2017 18:40:07 +0200 Subject: Update en.json Added GSM and Devicestatus for Wondex Protocol --- web/l10n/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/l10n/en.json b/web/l10n/en.json index 6af6e19..3662c10 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -248,6 +248,8 @@ "commandPhone": "Phone Number", "commandMessage": "Message", "commandTimezone": "Timezone Offset", + "commandgetGsmstatus": "GSM Status", + "commandgetDevicestatus": "Device Status", "eventAll": "All Events", "eventDeviceOnline": "Device is online", "eventDeviceUnknown": "Device status is unknown", -- cgit v1.2.3 From a30f9e6e623409bc5f154e5b4b7dbda6d8b46244 Mon Sep 17 00:00:00 2001 From: Florian Date: Fri, 2 Jun 2017 22:48:29 +0200 Subject: Update en.json --- web/l10n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/l10n/en.json b/web/l10n/en.json index 3662c10..1092c3f 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -248,7 +248,7 @@ "commandPhone": "Phone Number", "commandMessage": "Message", "commandTimezone": "Timezone Offset", - "commandgetGsmstatus": "GSM Status", + "commandgetModemstatus": "GSM Status", "commandgetDevicestatus": "Device Status", "eventAll": "All Events", "eventDeviceOnline": "Device is online", -- cgit v1.2.3 From ceff6b0383455d754ece42b7c199f41ebba46d9f Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 3 Jun 2017 21:17:03 +0200 Subject: Update en.json --- web/l10n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/l10n/en.json b/web/l10n/en.json index 1092c3f..342a0da 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -248,8 +248,8 @@ "commandPhone": "Phone Number", "commandMessage": "Message", "commandTimezone": "Timezone Offset", - "commandgetModemstatus": "GSM Status", - "commandgetDevicestatus": "Device Status", + "commandgetModemStatus": "GSM Status", + "commandgetDeviceStatus": "Device Status", "eventAll": "All Events", "eventDeviceOnline": "Device is online", "eventDeviceUnknown": "Device status is unknown", -- cgit v1.2.3 From 8ffa53703cd26e55e7770fc228ae924c84198565 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 4 Jun 2017 08:06:26 +0200 Subject: Update en.json --- web/l10n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/l10n/en.json b/web/l10n/en.json index 342a0da..22a9cfd 100644 --- a/web/l10n/en.json +++ b/web/l10n/en.json @@ -248,7 +248,7 @@ "commandPhone": "Phone Number", "commandMessage": "Message", "commandTimezone": "Timezone Offset", - "commandgetModemStatus": "GSM Status", + "commandgetModemStatus": "Modem Status", "commandgetDeviceStatus": "Device Status", "eventAll": "All Events", "eventDeviceOnline": "Device is online", -- cgit v1.2.3