Merge "[Bugfix][R306BR][bug-view-1999][voice] add call forword info"
diff --git a/lynq/R306BR/ap/app/zte_webui/i18n/Messages_en.properties b/lynq/R306BR/ap/app/zte_webui/i18n/Messages_en.properties
index 06a218c..917a947 100755
--- a/lynq/R306BR/ap/app/zte_webui/i18n/Messages_en.properties
+++ b/lynq/R306BR/ap/app/zte_webui/i18n/Messages_en.properties
@@ -1821,6 +1821,7 @@
 call_back_explain = If the number is in the callback list, picking up the phone will automatically hang up the call and then call back.

 calling_limit_explain = Limit Outgoing Calls Duration: Limit the duration of outgoing calls, if the set time is exceeded, the phone will hang up.

 called_limit_explain = Limit Received Calls Duration: Limit the duration of reveived calls, if the set time is exceeded, the phone will hang up.

+call_forward_explain = To use the call forwarding, you need to contact the operator to activate it. To cancel the call forwarding, you need to clear the number and apply.

 call_forward_all_explain = Forward all calls to phone number: Forward all calls to the specified phone number.

 call_forward_noanswer_explain = Forward if not answered to phone number: Forward calls to the specified phone number if not answered.

 call_forward_noreach_explain = Forward if out of reach to phone number: Forward calls to the specified phone number if out of reach.

diff --git a/lynq/R306BR/ap/app/zte_webui/i18n/Messages_zh-cn.properties b/lynq/R306BR/ap/app/zte_webui/i18n/Messages_zh-cn.properties
index e5c7fbe..21332f2 100755
--- a/lynq/R306BR/ap/app/zte_webui/i18n/Messages_zh-cn.properties
+++ b/lynq/R306BR/ap/app/zte_webui/i18n/Messages_zh-cn.properties
@@ -1825,6 +1825,7 @@
 call_back_explain = 如果来电号码在回拨号码列表中,拿起话机后会自动挂断,并自动回拨该号码。

 calling_limit_explain = 主叫时长限制:限制主叫通话时长,超过限制时,将自动挂断。

 called_limit_explain = 被叫时长限制:限制被叫通话时长,超过限制时,将自动挂断。

+call_forward_explain = 要使用呼叫转移功能,需要联系运营商开通方可设置,取消呼叫转移需要将号码清空后应用。

 call_forward_all_explain = 转移所有号码:所有呼叫都将转移到指定的号码。

 call_forward_noanswer_explain = 转移无应答:呼叫无法应答时转移到指定的号码。

 call_forward_noreach_explain = 转移不可达:呼叫不可达时转移到指定的号码。

diff --git a/lynq/R306BR/ap/app/zte_webui/subpg/voice_call_forwarding.html b/lynq/R306BR/ap/app/zte_webui/subpg/voice_call_forwarding.html
index 690f997..394ac25 100755
--- a/lynq/R306BR/ap/app/zte_webui/subpg/voice_call_forwarding.html
+++ b/lynq/R306BR/ap/app/zte_webui/subpg/voice_call_forwarding.html
@@ -83,6 +83,7 @@
                     <div class="form-note">

                         <div class="notes-title">&nbsp;</div>

                         <ul class="notes-content">

+                            <li data-trans="call_forward_explain"></li>

                             <li data-trans="call_forward_all_explain"></li>

                             <li data-trans="call_forward_noanswer_explain"></li>

                             <li data-trans="call_forward_noreach_explain"></li>