cclmsgsdk.properties 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties2.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: JMS
  12. ##
  13. ## Description: This section is used for CCLMessageSDK Java Message Compiler
  14. ##
  15. #
  16. # Section: GEN
  17. #
  18. # Description: This section is used for CCLMessageSDK general messages
  19. #
  20. JMS_GEN_BAD_ENCODING = JMS-GEN-0001 The encoding ''{0}'' is not supported.
  21. JMS_GEN_NO_REQ_ENCODING = JMS-GEN-0002 Support for the ''{0}'' encoding is required to run this application.
  22. JMS_GEN_RES_STRING_FAILED = JMS-GEN-0003 Unable to get a resource string with the key ''{0}'' from the resource file ''{1}''.
  23. #
  24. # Section: FIL
  25. #
  26. # Description: This section is used for CCLMessageSDK file related messages
  27. #
  28. JMS_FIL_WRITE_FAILED = JMS-FIL-0001 Unable to write to the file ''{0}''.
  29. JMS_FIL_NOT_FOUND = JMS-FIL-0002 Unable to find the file ''{0}''.
  30. JMS_FIL_GEN_DIR_FAILED1 = JMS-FIL-0003 Unable to create the directory ''{0}''.
  31. JMS_FIL_GEN_DIR_FAILED2 = JMS-FIL-0004 Unable to create the directory ''{0}''. Sufficient access permissions are required.
  32. JMS_FIL_COPY_FAILED = JMS-FIL-0005 Unable to copy the file from ''{0}'' to ''{1}''.
  33. JMS_FIL_CREATE_FAILED = JMS-FIL-0006 Unable to create the file ''{0}''.
  34. JMS_FIL_DEL_DIR_FAILED = JMS-FIL-0007 Unable to delete ''{0}''.
  35. #
  36. # Section: DOM
  37. #
  38. # Description: This section is used for CCLMessageSDK DOM related messages
  39. #
  40. JMS_DOM_TRANSFORMER_EXCEPTION = JMS-DOM-0001 An error occurred when the file ''{0}'' was transformed to the file ''{1}''.
  41. JMS_DOM_TRANSFORMERCONFIGURATION_EXCEPTION = JMS-DOM-0002 An error occurred when creating an XML transformer from the file ''.{0}''.
  42. JMS_DOM_DOCUMENT_EXCEPTION = JMS-DOM-0003 An error occurred when parsing the XML file ''{0}''.
  43. JMS_DOM_INVALID_XML = JMS-DOM-0004 Unable to validate the XML file ''{0}''.
  44. #
  45. # Section: LOG
  46. #
  47. # Description: This section is used for CCLMessageSDK log messages
  48. #
  49. JMS_LOG_GEN_FILE = Generating the file ''{0}'' from ''{1}''.
  50. JMS_LOG_ADDED = ''{0}'' strings were added when synchronizing the file ''{1}''.
  51. JMS_LOG_DELETED = ''{0}'' strings were removed when synchronizing the file ''{1}''.
  52. JMS_LOG_CHANGED = ''{0}'' strings were changed when synchronizing the file ''{1}''.
  53. JMS_LOG_COPY = Copying the file from ''{0}'' to ''{1}''.
  54. JMS_LOG_NO_SRC_LOCALE = The source locale is not specified in the file ''{0}''. English will be used as the source locale.
  55. 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.
  56. 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.
  57. 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.
  58. JMS_LOG_NO_PACKAGE_FILE = The package file is not specified in the file ''{0}''. ''{1}'' will be used as the package file.
  59. 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.
  60. JMS_LOG_FILES_READY = All XML message files are ready for generating the target message files.
  61. JMS_LOG_FILE_NOT_FOUND = Unable to find the file ''{0}''.
  62. JMS_LOG_NO_CHANGE = There were no changes to the file ''{0}'' since the last synchronization.
  63. JMS_LOG_CLEAN_SANDBOX = Clean up the sandbox directory.
  64. #
  65. # Section: FOR
  66. #
  67. # Description: This section is used for CCLMessageSDK file format related messages
  68. #
  69. JMS_FOR_NO_NAME = JMS-FOR-0001 The attribute ''name'' is missing from the component ''{0}'', section ''{1}'', string ''{2}'', in the file ''{3}''.
  70. 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}''.
  71. 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}''.
  72. 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.
  73. JMS_FOR_NO_INDEX = JMS-FOR-0005 The attribute ''index'' is missing from the component ''{0}'', section ''{1}'', string ''{2}'', in the file ''{3}''.
  74. 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}.
  75. JMS_FOR_BAD_PROCESS = JMS-FOR-0007 An unsupported transformation ''{0}'' is specified in the file ''{1}''.
  76. 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}''.
  77. JMS_FOR_NO_ENCODING = JMS-FOR-0009 Unable to retrieve encoding information from the XML file ''{0}''.
  78. 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}''.
  79. #
  80. # Section: INI
  81. #
  82. # Description: This section is used for CCLMessageSDK initialization / setup file related messages
  83. #
  84. JMS_INI_NO_SRC_DIR = JMS-INI-0001 The source directory is not specified in the file ''{0}''.
  85. JMS_INI_NO_TARGET_DIR = JMS-INI-0002 The target directory is not specified in the file ''{0}''.
  86. JMS_INI_NO_TARGET_LOCALE = JMS-INI-0003 \The target locale is not specified in the file ''{0}''.
  87. JMS_INI_JMS_INI_NO_SANDBOX_DIR = JMS-INI-0004 \ The sandbox directory is not specified in the file ''{0}''.
  88. #
  89. # Section: OTH
  90. #
  91. # Description:
  92. #
  93. JMS_OTH_CONTEXTBAR_LOCKED_SORTED_BLOCK = \
  94. {0}
  95. Sort: {2}
  96. Definition: Hold Context