am 1eb1df08: Add strings for authentication type.

Merge commit '1eb1df082d59bdef8b3e0cda6d1af635449833ab' into eclair-plus-aosp

* commit '1eb1df082d59bdef8b3e0cda6d1af635449833ab':
  Add strings for authentication type.
This commit is contained in:
Jaikumar Ganesh
2009-09-30 14:15:29 -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 -->