123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- #
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: localizationkit
- # (C) Copyright IBM Corp. 2005, 2016
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ## DO NOT EDIT!
- ## Generated using CCLXmlToProperties2.xslt
- ## END OF WARNING
- ##
- ## Component: JMS
- ##
- ## Description: This section is used for CCLMessageSDK Java Message Compiler
- ##
- #
- # Section: GEN
- #
- # Description: This section is used for CCLMessageSDK general messages
- #
- JMS_GEN_BAD_ENCODING = JMS-GEN-0001 The encoding ''{0}'' is not supported.
- JMS_GEN_NO_REQ_ENCODING = JMS-GEN-0002 Support for the ''{0}'' encoding is required to run this application.
- JMS_GEN_RES_STRING_FAILED = JMS-GEN-0003 Unable to get a resource string with the key ''{0}'' from the resource file ''{1}''.
- #
- # Section: FIL
- #
- # Description: This section is used for CCLMessageSDK file related messages
- #
- JMS_FIL_WRITE_FAILED = JMS-FIL-0001 Unable to write to the file ''{0}''.
- JMS_FIL_NOT_FOUND = JMS-FIL-0002 Unable to find the file ''{0}''.
- JMS_FIL_GEN_DIR_FAILED1 = JMS-FIL-0003 Unable to create the directory ''{0}''.
- JMS_FIL_GEN_DIR_FAILED2 = JMS-FIL-0004 Unable to create the directory ''{0}''. Sufficient access permissions are required.
- JMS_FIL_COPY_FAILED = JMS-FIL-0005 Unable to copy the file from ''{0}'' to ''{1}''.
- JMS_FIL_CREATE_FAILED = JMS-FIL-0006 Unable to create the file ''{0}''.
- JMS_FIL_DEL_DIR_FAILED = JMS-FIL-0007 Unable to delete ''{0}''.
- #
- # Section: DOM
- #
- # Description: This section is used for CCLMessageSDK DOM related messages
- #
- JMS_DOM_TRANSFORMER_EXCEPTION = JMS-DOM-0001 An error occurred when the file ''{0}'' was transformed to the file ''{1}''.
- JMS_DOM_TRANSFORMERCONFIGURATION_EXCEPTION = JMS-DOM-0002 An error occurred when creating an XML transformer from the file ''.{0}''.
- JMS_DOM_DOCUMENT_EXCEPTION = JMS-DOM-0003 An error occurred when parsing the XML file ''{0}''.
- JMS_DOM_INVALID_XML = JMS-DOM-0004 Unable to validate the XML file ''{0}''.
- #
- # Section: LOG
- #
- # Description: This section is used for CCLMessageSDK log messages
- #
- JMS_LOG_GEN_FILE = Generating the file ''{0}'' from ''{1}''.
- JMS_LOG_ADDED = ''{0}'' strings were added when synchronizing the file ''{1}''.
- JMS_LOG_DELETED = ''{0}'' strings were removed when synchronizing the file ''{1}''.
- JMS_LOG_CHANGED = ''{0}'' strings were changed when synchronizing the file ''{1}''.
- JMS_LOG_COPY = Copying the file from ''{0}'' to ''{1}''.
- JMS_LOG_NO_SRC_LOCALE = The source locale is not specified in the file ''{0}''. English will be used as the source locale.
- JMS_LOG_NO_REF_DIR = The reference directory is not specified in the file ''{0}''. The source directory will be used as the reference directory.
- JMS_LOG_NO_TRAN_DIR = The synchronization directory is not specified in the file ''{0}''. The source directory will be used as the synchronization directory.
- JMS_LOG_NO_SDK_LOCALE = The Localization Kit locale is not specified in the file ''{0}''. English will be used as the Localization Kit locale.
- JMS_LOG_NO_PACKAGE_FILE = The package file is not specified in the file ''{0}''. ''{1}'' will be used as the package file.
- JMS_LOG_NO_LOG_FILE = The log file is not specified in the file ''{0}''. The log will be written to the standard output only.
- JMS_LOG_FILES_READY = All XML message files are ready for generating the target message files.
- JMS_LOG_FILE_NOT_FOUND = Unable to find the file ''{0}''.
- JMS_LOG_NO_CHANGE = There were no changes to the file ''{0}'' since the last synchronization.
- JMS_LOG_CLEAN_SANDBOX = Clean up the sandbox directory.
- #
- # Section: FOR
- #
- # Description: This section is used for CCLMessageSDK file format related messages
- #
- JMS_FOR_NO_NAME = JMS-FOR-0001 The attribute ''name'' is missing from the component ''{0}'', section ''{1}'', string ''{2}'', in the file ''{3}''.
- JMS_FOR_DUPLICATE_HASH = JMS-FOR-0002 A duplicate hash code was found for the component ''{0}'', section ''{1}'', string ''{2}'', in the file ''{3}''.
- JMS_FOR_NO_ERR_CODE = JMS-FOR-0003 The ''errorCode'' attribute is required for the component ''{0}'', section ''{1}'', string ''{2}'', in the file ''{3}''.
- JMS_FOR_NO_INTEGER = JMS-FOR-0004 The attribute ''index'' of the component ''{0}'', section ''{1}'', string ''{2}'', in the file ''{3}'' does not contain a parsable integer.
- JMS_FOR_NO_INDEX = JMS-FOR-0005 The attribute ''index'' is missing from the component ''{0}'', section ''{1}'', string ''{2}'', in the file ''{3}''.
- JMS_FOR_BAD_INDEX = JMS-FOR-0006 The attribute ''index'' of the component ''{0}'', section ''{1}'', string ''{2}'', in the file ''{3}'' is out of range. The valid range is between {4} and {5}.
- JMS_FOR_BAD_PROCESS = JMS-FOR-0007 An unsupported transformation ''{0}'' is specified in the file ''{1}''.
- JMS_FOR_BAD_ICU_TYPE = JMS-FOR-0008 An invalid ICU type ''{0}'' is specified in the component ''{1}'', section ''{2}'', string ''{3}'', in the file ''{4}''.
- JMS_FOR_NO_ENCODING = JMS-FOR-0009 Unable to retrieve encoding information from the XML file ''{0}''.
- JMS_FOR_NEED_TRANS = JMS-FOR-0010 The string ''{0}'' still has the attribute ''translate'' equal to ''{1}''. This string belongs to the component ''{2}'', section ''{3}'', in the file ''{4}''.
- #
- # Section: INI
- #
- # Description: This section is used for CCLMessageSDK initialization / setup file related messages
- #
- JMS_INI_NO_SRC_DIR = JMS-INI-0001 The source directory is not specified in the file ''{0}''.
- JMS_INI_NO_TARGET_DIR = JMS-INI-0002 The target directory is not specified in the file ''{0}''.
- JMS_INI_NO_TARGET_LOCALE = JMS-INI-0003 \The target locale is not specified in the file ''{0}''.
-
- JMS_INI_JMS_INI_NO_SANDBOX_DIR = JMS-INI-0004 \ The sandbox directory is not specified in the file ''{0}''.
- #
- # Section: OTH
- #
- # Description:
- #
- JMS_OTH_CONTEXTBAR_LOCKED_SORTED_BLOCK = \
- {0}
- Sort: {2}
- Definition: Hold Context
|