am 8c5ff4b7: am 1eb1df08: Add strings for authentication type.

Merge commit '8c5ff4b76a5bd3bc7d578ca2cdf89c2e1c423973'

* commit '8c5ff4b76a5bd3bc7d578ca2cdf89c2e1c423973':
  Add strings for authentication type.
This commit is contained in:
Jaikumar Ganesh
2009-10-01 12:17:53 -07:00
committed by Android Git Automerger

View File

@@ -1116,6 +1116,16 @@
<string name="apn_mcc">MCC</string> <string name="apn_mcc">MCC</string>
<!-- Edit access point labels: --> <!-- Edit access point labels: -->
<string name="apn_mnc">MNC</string> <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 --> <!-- Edit access point labels: The type of APN -->
<string name="apn_type">APN type</string> <string name="apn_type">APN type</string>
<!-- Edit access point screen menu option to delete this APN --> <!-- Edit access point screen menu option to delete this APN -->