Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2009-08-19 20:18:49 +0000
committerGrant Gayed2009-08-19 20:18:49 +0000
commitb72bc1d2aeff462f0ad0e8ecfa6bc39ebd385109 (patch)
treef33e94cbdbb616a8ae4ddfa04b4325d6cb13a909 /bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties
parentb1a31ab4f172a1a2e228d0d4b5317b0bc24de7aa (diff)
downloadeclipse.platform.swt-b72bc1d2aeff462f0ad0e8ecfa6bc39ebd385109.tar.gz
eclipse.platform.swt-b72bc1d2aeff462f0ad0e8ecfa6bc39ebd385109.tar.xz
eclipse.platform.swt-b72bc1d2aeff462f0ad0e8ecfa6bc39ebd385109.zip
214807 - xulrunner 1.9 has changed invalid certificate behaviour
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties
index 04dbd0f4e5..1aef25673b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTMessages.properties
@@ -72,4 +72,10 @@ SWT_Download_Started=Downloading...
SWT_Download_Status=Download: {0,number,integer} KB of {1,number,integer} KB
SWT_Authentication_Required=Authentication Required
SWT_Enter_Username_and_Password=Enter user name and password for {0} at {1}
-SWT_Page_Load_Failed=Page load failed with error: {0} \ No newline at end of file
+SWT_Page_Load_Failed=Page load failed with error: {0}
+SWT_InvalidCert_Title=Invalid Certificate
+SWT_InvalidCert_Message=The security certificate presented by "{0}" has the following problem(s):
+SWT_InvalidCert_InvalidName=Certificate name is invalid or does not match site name. Certificate issued to: "{0}".
+SWT_InvalidCert_NotValid=Certificate is not currently valid. Valid date range: "{0}".
+SWT_InvalidCert_NotTrusted=Certificate is not from a trusted certifying authority. Certificate issuer: "{0}".
+SWT_InvalidCert_Connect=Would you like to connect to this site anyways?

Back to the top