summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-07-29 12:35:53 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-29 12:35:53 -0700
commit7bedcdc0a5df4cf4ce29aaf69a45eabf04490430 (patch)
tree1cab50fafabf90f1d9e18b0b4e5c1a3edae9a9c1 /res/values
parent3eee18782bb578265a87b400bcc2341a5777d887 (diff)
parent9eb0e892becc28d1f1ccbbdf2f36a6d5e9ee4145 (diff)
downloadpackages_apps_browser-7bedcdc0a5df4cf4ce29aaf69a45eabf04490430.zip
packages_apps_browser-7bedcdc0a5df4cf4ce29aaf69a45eabf04490430.tar.gz
packages_apps_browser-7bedcdc0a5df4cf4ce29aaf69a45eabf04490430.tar.bz2
Merge "Part of fix for bug 4997380: Some error types unknown to SslError"
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 56152da..41b9831 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -90,7 +90,13 @@
<string name="ssl_expired">This certificate has expired.</string>
<!-- Message in an SSL Error dialog -->
<string name="ssl_not_yet_valid">This certificate is not valid yet.</string>
-
+ <!-- Message in an SSL Error dialog -->
+ <string name="ssl_date_invalid">This certificate has an invalid date.</string>
+ <!-- Message in an SSL Error dialog -->
+ <string name="ssl_invalid">This certificate is invalid.</string>
+ <!-- Message in an SSL Error dialog -->
+ <string name="ssl_unknown">Unknown certificate error.</string>
+
<!-- Toast informing the user that loading has stopped for the current page. -->
<string name="stopping">Stopping\u2026</string>
<!-- Menu item to stop the current page from loading. -->