123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
- <component name="BUX" usage="BUX messages">
- <section name="SCH" usage="BUX schemas messages." type="Messages">
- <string id="EXPECTING_ELEMENT_ERROR" type="String" errorCode="1100">Expecting element: <param name="0" type="string" usage="element name"/>.</string>
- <string id="UNEXPECTED_ELEMENT_ERROR" type="String" errorCode="1101">unexpected element: <param name="0" type="string" usage="element name"/>.</string>
- <string id="CANNOT_BE_NULL_ERROR" type="String" errorCode="1102">cannot be null: <param name="0" type="string" usage="name"/>.</string>
- <string id="CHOICES_CANNOT_BE_NULL_ERROR" type="String" errorCode="1103">choices cannot be null.</string>
- </section>
- </component>
- </stringTable>
|