summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHung-ying Tyan <tyanh@google.com>2009-08-03 16:26:47 +0800
committerHung-ying Tyan <tyanh@google.com>2009-08-03 16:26:47 +0800
commit09cda9cfaf658d85a5316cf6f07d5f8c038a942e (patch)
tree9c18232636e9186f6623f7799d2471c8dd50ebc2 /res
parent233991a2420bd870a0f85e8e0c4c1c00eaf4b975 (diff)
downloadpackages_apps_Settings-09cda9cfaf658d85a5316cf6f07d5f8c038a942e.zip
packages_apps_Settings-09cda9cfaf658d85a5316cf6f07d5f8c038a942e.tar.gz
packages_apps_Settings-09cda9cfaf658d85a5316cf6f07d5f8c038a942e.tar.bz2
Add VPN connection lost dialog.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5d89800..3091f7a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1847,6 +1847,7 @@ found in the list of installed applications.</string>
<string name="vpn_confirm_add_profile_cancellation">Are you sure you don\'t want to create this profile?</string>
<string name="vpn_confirm_edit_profile_cancellation">Are you sure you want to discard the changes made to this profile?</string>
<string name="vpn_confirm_reconnect">Unable to connect to the network. Do you want to try again?</string>
+ <string name="vpn_reconnect_from_lost">Connection lost. Do you want to connect again?</string>
<string name="vpn_unknown_server_dialog_msg">Server name cannot be resolved. Do you want to check your server name setting?</string>
<string name="vpn_challenge_error_dialog_msg">Challenge error. Do you want to check your secret setting?</string>
<string name="vpn_secret_not_set_dialog_msg">One or more secrets are missing in this VPN configuration. Do you want to check your secret setting?</string>