View | Details | Raw Unified | Return to bug 235718
Collapse All | Expand All

(-)src/org/eclipse/rse/internal/dstore/security/UniversalSecurityProperties.properties (-5 / +5 lines)
Lines 49-59 Link Here
49
	RESID_SECURITY_CERTIFICATE_STORE_ERROR_          = One or more certificates in the\n%1\nkey store could not be stored.
49
	RESID_SECURITY_CERTIFICATE_STORE_ERROR_          = One or more certificates in the\n%1\nkey store could not be stored.
50
	RESID_SECURITY_UNINIT_KEYSTORE_ERROR_            = Keystore %1 \nhas not been initialized.
50
	RESID_SECURITY_UNINIT_KEYSTORE_ERROR_            = Keystore %1 \nhas not been initialized.
51
# FIXME MISSING STRINGS START	
51
# FIXME MISSING STRINGS START	
52
	RESID_SECURITY_ALGORITHM_ERROR_                  = Algorithm error in Keystore %1
52
	RESID_SECURITY_ALGORITHM_ERROR_                  = The algorithm used to check the integrity of the key store\n%1\ncannot be found.
53
	RESID_SECURITY_LOAD_KEYSTORE_ERROR_              = An error occurred when processing Keystore.
53
	RESID_SECURITY_LOAD_KEYSTORE_ERROR_              = Failed to load key store.
54
	RESID_SECURITY_KEY_LOAD_ERROR_                   = Error loading key from %1
54
	RESID_SECURITY_KEY_LOAD_ERROR_                   = One or more certificates in the\n%1\nkey store could not be loaded.
55
	RESID_SECURITY_INITIALIZE_ERROR_                 = Error initializing keystore at %1
55
	RESID_SECURITY_INITIALIZE_ERROR_                 = Unable to initialize key store \n%1.
56
	RESID_SECURITY_SECURITY_PROVIDER_ERROR_          = Missing Security Provider
56
	RESID_SECURITY_SECURITY_PROVIDER_ERROR_          = Requested security provider not available.
57
# FIXME MISSING STRINGS END	
57
# FIXME MISSING STRINGS END	
58
	RESID_SECURITY_CERTIFICATE_EXC_                  = A certificate exception occurred while loading the file\n%1
58
	RESID_SECURITY_CERTIFICATE_EXC_                  = A certificate exception occurred while loading the file\n%1
59
	RESID_SECURITY_LOAD_IO_EXC_                      = A input-output exception occurred while loading the file\n%1
59
	RESID_SECURITY_LOAD_IO_EXC_                      = A input-output exception occurred while loading the file\n%1

Return to bug 235718