<table name="MGMT_MESSAGES">

<!-- lookup-key indicates which columns are used by TransX to recognize a row as a duplicate -->
<lookup-key>
  <column name="MESSAGE_ID"/>
  <column name="SUBSYSTEM"/>
  <column name="LANGUAGE_CODE"/>
  <column name="COUNTRY_CODE"/>
</lookup-key>

<!-- columns indicates which columns will be loaded as part of processing the dataset and
       which should be translated by the Translation Group -->
<columns>
  <column name="MESSAGE_ID" type="string" maxsize="256"/>
  <column name="SUBSYSTEM" type="string" maxsize="64"/>
  <column name="LANGUAGE_CODE" type="string" constant="it" translate="yes"/>
  <column name="COUNTRY_CODE" type="string" constant=" " translate="yes"/>
  <column name="MESSAGE" type="string" maxsize="1000" translate="yes"/>
</columns>

<!-- dataset specifies the data to be loaded into the repository -->
<dataset>


  <!-- Messages for metadata for target type "host" and snapshot type "cluster_node_config" -->

  <row>
    <col name="MESSAGE_ID">host.cluster_node_config</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">Configurazione nodo cluster host</col>
  </row>

  <!-- Messages for table MGMT_ECM_CLUSTER_NODE_INFO --> 

  <row>
    <col name="MESSAGE_ID">host.cluster_node_config.MGMT_ECM_CLUSTER_NODE_INFO</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">Informazioni nodo cluster</col>
  </row>

  <row>
    <col name="MESSAGE_ID">host.cluster_node_config.MGMT_ECM_CLUSTER_NODE_INFO.NODE_NAME</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">Nome nodo</col>
  </row>

  <row>
    <col name="MESSAGE_ID">host.cluster_node_config.MGMT_ECM_CLUSTER_NODE_INFO.CLUSTER_NAME</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">Nome cluster</col>
  </row>

  <row>
    <col name="MESSAGE_ID">host.cluster_node_config.MGMT_ECM_CLUSTER_NODE_INFO.CLUSTER_HOME</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">Directory home cluster</col>
  </row>

  <row>
    <col name="MESSAGE_ID">host.cluster_node_config.MGMT_ECM_CLUSTER_NODE_INFO.NODE_LIST</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">Lista di nodi cluster</col>
  </row>

  <row>
    <col name="MESSAGE_ID">host.cluster_node_config.MGMT_ECM_CLUSTER_NODE_INFO.NODE_STATUS</col>
    <col name="SUBSYSTEM">ECM_METADATA</col>
    <col name="MESSAGE">Stato nodo</col>
  </row>

</dataset>

</table>