diff options
author | Hung-ying Tyan <tyanh@google.com> | 2009-07-01 11:06:45 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2009-07-01 11:06:45 +0800 |
commit | e5b9e4bddf1aed4f647da3966d831a165a064f80 (patch) | |
tree | 3845a3f9f5ff9998cb2e4fa8d188ba9d06a926ac /res | |
parent | 88ec7ebfe935c0541df3289c31574adbc01bd8bb (diff) | |
download | packages_apps_Settings-e5b9e4bddf1aed4f647da3966d831a165a064f80.zip packages_apps_Settings-e5b9e4bddf1aed4f647da3966d831a165a064f80.tar.gz packages_apps_Settings-e5b9e4bddf1aed4f647da3966d831a165a064f80.tar.bz2 |
Add L2tpIpsecPskEditor.
* Changes
+ Add L2tpIpsecPskEditor.java.
+ Save profile name in VpnEditor to be used in saveSecrets().
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 7c6529d..fb806c9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1895,6 +1895,11 @@ found in the list of installed applications.</string> <string name="vpn_l2tp_secret">L2TP secret</string> <!-- Preference title --> + <string name="vpn_ipsec_presharedkey_title">Set IPSec pre-shared key</string> + <!-- Complete term --> + <string name="vpn_ipsec_presharedkey">IPSec pre-shared key</string> + + <!-- Preference title --> <string name="vpn_psk_title">Set IPSec pre-shared key</string> <!-- Complete term --> <string name="vpn_psk">IPSec pre-shared key</string> @@ -1961,6 +1966,8 @@ found in the list of installed applications.</string> <string name="cstor_confirm_password">Confirm new password:</string> <!-- Description when user set up the storage for the very first time --> <string name="cstor_first_time_hint">You must set a password for credential storage before you can store secure certificates and other credentials in it.</string> + <string name="cstor_password_error">Passwords do not match.</string> + <string name="cstor_password_empty_error">Please fill up all the fields.</string> <!-- Sound settings screen, setting check box label --> <string name="emergency_tone_title">Emergency tone</string> |