From 35b271082a282f72fa3fac1b98df4985efb32c61 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Mon, 14 May 2012 10:07:14 +0000 Subject: [PATCH] Remove English messages from localized property files. --- opends/src/messages/messages/utility_zh_TW.properties | 31 ------------------------------- 1 files changed, 0 insertions(+), 31 deletions(-) diff --git a/opends/src/messages/messages/utility_zh_TW.properties b/opends/src/messages/messages/utility_zh_TW.properties index f0098b1..1161f5a 100644 --- a/opends/src/messages/messages/utility_zh_TW.properties +++ b/opends/src/messages/messages/utility_zh_TW.properties @@ -316,34 +316,3 @@ MILD_ERR_CONFIRMATION_TRIES_LIMIT_REACHED_267=\u5df2\u9054\u78ba\u8a8d\u5617\u8a66\u9650\u5236 (%d) SEVERE_ERR_UNEXPECTED_268=\u672a\u9810\u671f\u7684\u932f\u8aa4\u3002\u8a73\u7d30\u8cc7\u8a0a: %s MILD_ERR_TRIES_LIMIT_REACHED_269=\u5df2\u9054\u8f38\u5165\u5617\u8a66\u9650\u5236 (%d) -INFO_ADMIN_CONN_PROMPT_PORT_NUMBER_270=Directory server administration port number [%d]: -MILD_ERR_LDIF_INVALID_ATTR_OPTION_271=Unable to parse LDIF entry %s starting at line %d because it has an invalid binary option for attribute %s -SEVERE_ERR_CERTMGR_INVALID_PKCS11_PATH_272=Invalid key store path for PKCS11 keystore, it must be %s -SEVERE_ERR_CERTMGR_INVALID_KEYSTORE_PATH_273=Key store path %s exists but is not a file -SEVERE_ERR_CERTMGR_INVALID_PARENT_274=Parent directory for key store path %s does not exist or is not a directory -SEVERE_ERR_CERTMGR_INVALID_STORETYPE_275=Invalid key store type, it must be one of the following: %s, %s, %s or %s -SEVERE_ERR_CERTMGR_KEYSTORE_NONEXISTANT_276=Keystore does not exist, it must exist to retrieve an alias, delete an alias or generate a certificate request -SEVERE_ERR_CERTMGR_VALIDITY_277=Validity value %d is invalid, it must be a positive integer -SEVERE_ERR_CERTMGR_ALIAS_ALREADY_EXISTS_278= A certificate with the alias %s already exists in the key store -SEVERE_ERR_CERTMGR_ADD_CERT_279=The following error occured when adding a certificate with alias %s to the keystore: %s -SEVERE_ERR_CERTMGR_ALIAS_INVALID_280=The alias %s is cannot be added to the keystore for one of the following reasons: it already exists in the keystore, or, it is not an instance of a trusted certificate class -SEVERE_ERR_CERTMGR_CERT_REPLIES_INVALID_281=The alias %s is an instance of a private key entry, which is not supported being added to the keystore at this time -SEVERE_ERR_CERTMGR_DELETE_ALIAS_282=The following error occured when deleting a certificate with alias %s from the keystore: %s -SEVERE_ERR_CERTMGR_CERT_REQUEST_283=The following error occured when generating a certificate request with alias %s: %s -SEVERE_ERR_CERTMGR_GEN_SELF_SIGNED_CERT_284=The following error occured when generating a self-signed certificate using the alias %s: %s -SEVERE_ERR_CERTMGR_INVALID_CERT_FILE_285=The certificate file %s is invalid because it does not exists, or exists, but is not a file -SEVERE_ERR_CERTMGR_ALIAS_CAN_NOT_DELETE_286=The alias %s cannot be deleted from the keystore because it does not exist -SEVERE_ERR_CERTMGR_ALIAS_DOES_NOT_EXIST_287=The alias %s does not exist in the keystore so its key information cannot be retrieved -SEVERE_ERR_CERTMGR_ALIAS_INVALID_ENTRY_TYPE_288=The alias %s is not a valid keystore entry type, so its key information cannot be retrieved -SEVERE_ERR_CERTMGR_GET_KEY_289=The key information for alias %s cannot be retrieved because of the following reason: %s -SEVERE_ERR_CERTMGR_PRIVATE_KEY_290=The private key for alias %s could not be retrieved because it was not a key related entry -SEVERE_ERR_CERTMGR_ALIAS_NO_CERTIFICATE_291=The alias %s does not does not have a certificate associated with it -SEVERE_ERR_CERTMGR_TRUSTED_CERT_292=The trusted certificate associated with alias %s could not be added to keystore because of the following reason: %s -SEVERE_ERR_CERTMGR_FILE_NAME_INVALID_293=The %s is invalid because it is null -SEVERE_ERR_CERTMGR_VALUE_INVALID_294=The argument %s is invalid because it is either null, or has zero length -SEVERE_ERR_CERTMGR_CLASS_NOT_FOUND_295=A security class cannot be found in this JVM because of the following reason: %s -SEVERE_ERR_CERTMGR_SECURITY_296=The security classes could not be initialized because of the following reason: %s -SEVERE_ERR_CERTMGR_NO_METHOD_297=A method needed in the security classes could not be located because of the following reason: %s -SEVERE_ERR_CERTMGR_CERT_SIGN_REQ_NOT_SUPPORTED_298=Certificate signing request generation is not supported on JVM supplied by this vendor: %s -INFO_ARGPARSER_USAGE_DEFAULT_VALUE_299=Default value: %s -SEVERE_WARN_EXPORT_LDIF_SET_PERMISSION_FAILED_300=An error occurred while setting file permissions for the LDIF file %s: %s -- Gitblit v1.10.0