mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[nls] Missing PII Strings in dstore.security / UniversalSecurityProperties
This commit is contained in:
parent
1c9bee114d
commit
0daace007b
1 changed files with 6 additions and 5 deletions
|
@ -13,6 +13,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# Martin Oberhuber (Wind River) - [235626] Convert dstore.security to MessageBundle format
|
||||
# David McKnight (IBM) - [235718] [nls] Missing PII Strings in dstore.security / UniversalSecurityProperties
|
||||
###############################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_NONE
|
||||
|
@ -49,11 +50,11 @@
|
|||
RESID_SECURITY_CERTIFICATE_STORE_ERROR_ = One or more certificates in the\n%1\nkey store could not be stored.
|
||||
RESID_SECURITY_UNINIT_KEYSTORE_ERROR_ = Keystore %1 \nhas not been initialized.
|
||||
# FIXME MISSING STRINGS START
|
||||
RESID_SECURITY_ALGORITHM_ERROR_ = Algorithm error in Keystore %1
|
||||
RESID_SECURITY_LOAD_KEYSTORE_ERROR_ = An error occurred when processing Keystore.
|
||||
RESID_SECURITY_KEY_LOAD_ERROR_ = Error loading key from %1
|
||||
RESID_SECURITY_INITIALIZE_ERROR_ = Error initializing keystore at %1
|
||||
RESID_SECURITY_SECURITY_PROVIDER_ERROR_ = Missing Security Provider
|
||||
RESID_SECURITY_ALGORITHM_ERROR_ = The algorithm used to check the integrity of the key store\n%1\ncannot be found.
|
||||
RESID_SECURITY_LOAD_KEYSTORE_ERROR_ = Failed to load key store.
|
||||
RESID_SECURITY_KEY_LOAD_ERROR_ = One or more certificates in the\n%1\nkey store could not be loaded.
|
||||
RESID_SECURITY_INITIALIZE_ERROR_ = Unable to initialize key store \n%1.
|
||||
RESID_SECURITY_SECURITY_PROVIDER_ERROR_ = Requested security provider not available.
|
||||
# FIXME MISSING STRINGS END
|
||||
RESID_SECURITY_CERTIFICATE_EXC_ = A certificate exception occurred while loading the file\n%1
|
||||
RESID_SECURITY_LOAD_IO_EXC_ = A input-output exception occurred while loading the file\n%1
|
||||
|
|
Loading…
Add table
Reference in a new issue