<?xml version="1.0" encoding="UTF-8"?>
<!--
  - $Header: emcore/source/oracle/sysman/emdrep/rsc/core/reports/rca_outofbox_strings.dlf /st_emcore_10.2.0.4.3db11.2.0.2/1 2010/06/10 23:46:00 jagopal Exp $
  -
  - Copyright (c) 2004 Oracle. All Rights Reserved.
  -
  - NAME
  -    monitoring_reports_strings.dlf - Seed file for the MGMT_MESSAGES table.  Strings
  -                               are for Information Publisher's out of box 
  -                               reports (OOTB reports).
  -
  - DESCRIPTION
  -   This file contains seed data for the EM Messages table.
  -
  - NOTES
  -
  - MODIFIED   (MM/DD/YY)
  -   pmaddi  07/20/06 - Backport saramasa_bug-4558214 from main 
  -   saramas 03/10/06 - Backport saramasa_bug-4558214 from main 
  -   saramas 11/20/05 - Fix for 4558214 
  -   saramas 11/20/05 - Fix for 4558214 
  -   pmaddi  07/15/05 - Adding strings for most significant impacts for a 
  -                      target element definition 
  -   gnayak  07/11/05 - grabtrans 'saramasa_rca_reports_test_scripts' 
  -   saramas 07/09/05 - Removing Control Characters 
  -   pmaddi  07/03/05 - pmaddi_rca_report
  -   pmaddi  07/02/05 - Created
-->
<table xml:lang="en" 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" language="%l"/>
  <column name="COUNTRY_CODE" type="string" language="%Cs"/>
  <column name="MESSAGE" type="string" maxsize="1000" translate="yes"/>
</columns>

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

    <!--   =========================================  -->
    <!--    Element definition names and descriptions -->
    <!--   =========================================  -->

        <row>
			<col name="MESSAGE_ID">IPMSG_RCAIMPACTS_ELEM</col>
			<col name="SUBSYSTEM">REPORTS</col>
			<col name="MESSAGE">Most Significant Component Impacts for all Targets</col>
		</row>

		<row>
			<col name="MESSAGE_ID">IPMSG_RCAIMPACTS_ELEM_DESC</col>
			<col name="SUBSYSTEM">REPORTS</col>
			<col name="MESSAGE">Most Significant Component Impacts for all Targets</col>
		</row>

        <row>
            <col name="MESSAGE_ID">IPMSG_RCAIMPACTS_ELEM_ST</col>
            <col name="SUBSYSTEM">REPORTS</col>
            <col name="MESSAGE">Most Significant Component Impacts for a given Target</col>
        </row>

        <row>
            <col name="MESSAGE_ID">IPMSG_RCAIMPACTS_ELEM_ST_DESC</col>
            <col name="SUBSYSTEM">REPORTS</col>
            <col name="MESSAGE">Most Significant Component Impacts for a given Target</col>
        </row>


		<row>
			<col name="MESSAGE_ID">IPMSG_RCAIMPACTS_DUR_ELEM_DESC</col>
			<col name="SUBSYSTEM">REPORTS</col>
			<col name="MESSAGE">Most Significant Component Impacts by Duration</col>
		</row>

		<row>
			<col name="MESSAGE_ID">IPMSG_RCAIMPACTS_IMP_ELEM_DESC</col>
			<col name="SUBSYSTEM">REPORTS</col>
			<col name="MESSAGE">Most Significant Component Impacts by Impact Count</col>
		</row>
		
		<row>
			<col name="MESSAGE_ID">IPMSG_ROOTCAUSEIMPACTS_ELEM</col>
			<col name="SUBSYSTEM">REPORTS</col>
			<col name="MESSAGE">Component Impacts for a Root Cause.</col>
		</row>
		<row>
			<col name="MESSAGE_ID">IPMSG_ROOTCAUSEIMPACTS_ELEM_DESC</col>
			<col name="SUBSYSTEM">REPORTS</col>
			<col name="MESSAGE">"&gt;Component Impacts for a Root Cause.</col>
		</row>

		<row>
			<col name="MESSAGE_ID">IPMSG_RCA_SUBCAT</col>
			<col name="SUBSYSTEM">REPORTS</col>
			<col name="MESSAGE">Root Cause Analysis</col>
		</row> 

		<row>
			<col name="MESSAGE_ID">IPMSG_RCAIMPACTS_REPORT</col>
			<col name="SUBSYSTEM">REPORTS</col>
			<col name="MESSAGE">Most Significant Component Impacts for all Targets</col>
		</row>
		<row>
			<col name="MESSAGE_ID">IPMSG_RCAIMPACTS_REPORT_ST</col>
			<col name="SUBSYSTEM">REPORTS</col>
			<col name="MESSAGE">Most Significant Component Impacts for a Target</col>
		</row>
		<row>
			<col name="MESSAGE_ID">IPMSG_ROOTCAUSE_IMPACTS_REPORT</col>
			<col name="SUBSYSTEM">REPORTS</col>
			<col name="MESSAGE">Component Impacts due to a Root Cause</col>
		</row>
  
</dataset>

</table>
