diff options
author | Irfan Sheriff <isheriff@google.com> | 2010-06-02 15:25:13 -0700 |
---|---|---|
committer | Irfan Sheriff <isheriff@google.com> | 2010-06-02 16:31:20 -0700 |
commit | de3e56650d3e12b0bdfeb9311b71e0bb3a80ccc1 (patch) | |
tree | 82827ca2424d0cb5a7371400ec2c7c7bb19adeef /res/values | |
parent | b0bcf9f7f50b56cb15a72be39fe11fe1351992c1 (diff) | |
download | packages_apps_settings-de3e56650d3e12b0bdfeb9311b71e0bb3a80ccc1.zip packages_apps_settings-de3e56650d3e12b0bdfeb9311b71e0bb3a80ccc1.tar.gz packages_apps_settings-de3e56650d3e12b0bdfeb9311b71e0bb3a80ccc1.tar.bz2 |
Add phase2 authentication settings
Bug: 2734813
Change-Id: Iaf4455577be888f6c78f490b2cc046adef41403e
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6ab412d..16a3994 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -814,6 +814,8 @@ <string name="wifi_ip_address">IP address</string> <!-- Label for the EAP method of the network --> <string name="wifi_eap_method">EAP method</string> + <!-- Label for the phase2 --> + <string name="please_select_phase2">Phase 2 authentication</string> <!-- Label for the EAP CA certificate of the network --> <string name="wifi_eap_ca_cert">CA certificate</string> <!-- Label for the EAP user certificate of the network --> |