Add strings for authentication type.
A new field is going to be added to the APN editor. Authentication type: 4 possible values - None, PAP, CHAP, PAP or CHAP These strings are too technical for the end user, however these fields will be pre-populated and the user would not have to change them. Change-Id: I7df326722fc4aebfe68d2726e2695eda8ea798a9
This commit is contained in:
@@ -1116,6 +1116,16 @@
|
||||
<string name="apn_mcc">MCC</string>
|
||||
<!-- Edit access point labels: -->
|
||||
<string name="apn_mnc">MNC</string>
|
||||
<!-- Edit acces point labels: Authenticaton type-->
|
||||
<string name="apn_auth_type">Authentication type</string>
|
||||
<!-- Authentication Typs: None -->
|
||||
<string name="apn_auth_type_none">None</string>
|
||||
<!-- Authentication Typs: PAP -->
|
||||
<string name="apn_auth_type_pap">PAP</string>
|
||||
<!-- Authentication Typs: CHAP -->
|
||||
<string name="apn_auth_type_chap">CHAP</string>
|
||||
<!-- Authentication Typs: PAP or CHAP -->
|
||||
<string name="apn_auth_type_pap_chap">PAP or CHAP</string>
|
||||
<!-- Edit access point labels: The type of APN -->
|
||||
<string name="apn_type">APN type</string>
|
||||
<!-- Edit access point screen menu option to delete this APN -->
|
||||
|
Reference in New Issue
Block a user