[Bugfix][R306][bug-view-1608][sntp] fix sntp error

Change-Id: Ibafca97063996047bb2aa9a1de4b007a857b6d70
diff --git a/lynq/S300/ap/app/zte_webui/i18n/Messages_en.properties b/lynq/S300/ap/app/zte_webui/i18n/Messages_en.properties
index 06d8754..af352bb 100755
--- a/lynq/S300/ap/app/zte_webui/i18n/Messages_en.properties
+++ b/lynq/S300/ap/app/zte_webui/i18n/Messages_en.properties
@@ -1218,11 +1218,10 @@
 time_zone_PST8PDT,M3.2.0,M11.1.0_0 = (GMT-08:00) Pacific time (USA and Canada), Tijuana

 time_zone_MST7MDT,M3.2.0,M11.1.0_0 = (GMT-07:00) Mountain time (USA and Canada)

 time_zone_<-07>7_1 = (GMT-07:00) Arizona

-time_zone_<-07>7_2 = (GMT-07:00) Chihuahua, La Paz, Mazza Tran

 time_zone_<-06>6_0 = (GMT-06:00) Saskatchewan

 time_zone_<-06>6_1 = (GMT-06:00) Central time (USA and Canada)

 time_zone_<-06>6_2 = (GMT-06:00) Central America

-time_zone_<-06>6_3 = (GMT-06:00) Guadalajara City, Mexico City, Monterey

+time_zone_<-06>6_3 = (GMT-06:00) Guadalajara City, Mexico City, Monterey, Chihuahua, Mazza Tran

 time_zone_<-05>5_0 = (GMT-05:00) Bogota, Lima, Quito

 time_zone_<-05>5_1 = (GMT-05:00) Eastern time (USA and Canada)

 time_zone_EST5EDT,M3.2.0,M11.1.0_2 = (GMT-05:00) Indiana (East)

diff --git a/lynq/S300/ap/app/zte_webui/i18n/Messages_zh-cn.properties b/lynq/S300/ap/app/zte_webui/i18n/Messages_zh-cn.properties
index 7ba8ff9..348d92b 100755
--- a/lynq/S300/ap/app/zte_webui/i18n/Messages_zh-cn.properties
+++ b/lynq/S300/ap/app/zte_webui/i18n/Messages_zh-cn.properties
@@ -1224,11 +1224,10 @@
 time_zone_PST8PDT,M3.2.0,M11.1.0_0 = (GMT-08:00) 太平洋时间(美国和加拿大),蒂华纳

 time_zone_MST7MDT,M3.2.0,M11.1.0_0 = (GMT-07:00) 山地时间(美国和加拿大)

 time_zone_<-07>7_1 = (GMT-07:00) 亚利桑那

-time_zone_<-07>7_2 = (GMT-07:00) 奇瓦瓦,拉巴斯,马扎特兰

 time_zone_<-06>6_0 = (GMT-06:00) 萨斯喀彻温

 time_zone_<-06>6_1 = (GMT-06:00) 中部时间(美国和加拿大)

 time_zone_<-06>6_2 = (GMT-06:00) 中美洲

-time_zone_<-06>6_3 = (GMT-06:00) 瓜达拉哈拉,墨西哥城,蒙特雷

+time_zone_<-06>6_3 = (GMT-06:00) 瓜达拉哈拉,墨西哥城,蒙特雷,奇瓦瓦,马扎特兰

 time_zone_<-05>5_0 = (GMT-05:00) 波哥大,利马,基多

 time_zone_<-05>5_1 = (GMT-05:00) 东部时间(美国和加拿大)

 time_zone_EST5EDT,M3.2.0,M11.1.0_2 = (GMT-05:00) 印第安纳州(东部)

diff --git a/lynq/S300/ap/app/zte_webui/js/set.js b/lynq/S300/ap/app/zte_webui/js/set.js
index 108aa27..44dbd51 100755
--- a/lynq/S300/ap/app/zte_webui/js/set.js
+++ b/lynq/S300/ap/app/zte_webui/js/set.js
@@ -175,9 +175,6 @@
                 name: "(GMT-07:00) Arizona",

                 value: "<-07>7_1"

             }, {

-                name: "(GMT-07:00) Chihuahua, La Paz, Mazza Tran",

-                value: "<-07>7_2"

-            }, {

                 name: "(GMT-06:00) Saskatchewan",

                 value: "<-06>6_0"

             }, {

@@ -187,7 +184,7 @@
                 name: "(GMT-06:00) Central America",

                 value: "<-06>6_2"

             }, {

-                name: "(GMT-06:00) Guadalajara City, Mexico City, Monterey",

+                name: "(GMT-06:00) Guadalajara City, Mexico City, Monterey, Chihuahua,Mazza Tran",

                 value: "<-06>6_3"

             }, {

                 name: "(GMT-05:00) Bogota, Lima, Quito",