<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  - $Header: emcore/source/oracle/sysman/emdrep/rsc/core/reports/policyreports.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 
  -   policyreports.dlf - Seed file for the MGMT_MESSAGES table 
  - 
  - DESCRIPTION 
  -   This file contains policy reports -related seed data for the EM Messages table. 
  - 
  - NOTES 
  - 
  - MODIFIED   (MM/DD/YY)     
  -   lgloyd    06/24/05 - restore string 
  -   lgloyd    06/21/05 - consolidate category/subcategory strings 
  -   lgloyd    05/11/05 - irina's string project 
  -   niramach  04/13/05 - Modify the policy reports category headers as per 
  -                        the UI review comments. 
  -   niramach  02/28/05 - niramach_policy_reports_fixes
  -   niramach  02/24/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>

  <row>
    <col name="MESSAGE_ID">POLICIES</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Policies</col>
  </row>
  
  <row>
    <col name="MESSAGE_ID">EMIPID_POLICIES</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">OBSOLETE STRING</col>
  </row>

  <row>
    <col name="MESSAGE_ID">EMIPID_SUPPRESSED_VIOL_GENERAL</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Suppressed Policy Violations</col>
  </row>
  
  <row>
    <col name="MESSAGE_ID">EMIPID_SUPPRESSED_VIOL_SINGLETARGET</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Suppressed Policy Violations (Target)</col>
  </row>
  
  <row>
    <col name="MESSAGE_ID">EMIPID_SUPPRESSED_VIOL_SINGLEGROUP</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Suppressed Policy Violations (Group)</col>
  </row>


 <row>
    <col name="MESSAGE_ID">EMIPID_DISABLED_POLICIES_GENERAL</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Disabled Policies</col>
  </row>
  
  <row>
    <col name="MESSAGE_ID">EMIPID_DISABLED_POLICIES_SINGLETARGET</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Disabled Policies (Target)</col>
  </row>
  
  <row>
    <col name="MESSAGE_ID">EMIPID_DISABLED_POLICIES_SINGLEGROUP</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Disabled Policies (Group)</col>
  </row>

  <row>
    <col name="MESSAGE_ID">DISABLED_POLICIES_HDR</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Disabled Policies</col>
  </row>
  
  <row>
    <col name="MESSAGE_ID">DISABLED_POLICIES_SUMMARY_HDR</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Disabled Policies Summary</col>
  </row>
  
  <row>
    <col name="MESSAGE_ID">DISABLED_POLICIES_DETAILS_HDR</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Disabled Policies Details</col>
  </row>   

  <row>
    <col name="MESSAGE_ID">SUPPRESSED_VIOLATIONS_HDR</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">OBSOLETE STRING</col>
  </row>

  <row>
    <col name="MESSAGE_ID">DISABLED_POLICIESBYCAT_HDR</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Disabled Category Policies</col>
  </row>  

  <row>
    <col name="MESSAGE_ID">DISABLED_POLICIESBYENT_HDR</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Disabled Policies</col>
  </row>
  
  <row>
    <col name="MESSAGE_ID">DISABLEDPOLICIES_DESC</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Displays disabled policies for all targets.</col>
  </row>

  <row>
    <col name="MESSAGE_ID">SUPPRESSEDVIOLATIONS_DESC</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Displays suppressed policy violations for all targets.</col>
  </row> 

  <row>
    <col name="MESSAGE_ID">DISABLEDPOLICIESBYTARGET_DESC</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Displays disabled policies for a target.</col>
  </row>
  
  <row>
    <col name="MESSAGE_ID">DISABLEDPOLICIESBYGROUP_DESC</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Displays disabled policies for a group.</col>
  </row>

  <row>
    <col name="MESSAGE_ID">SUPPRESSEDVIOLATIONSBYTARGET_DESC</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Displays suppressed policy violations for a target.</col>
  </row>
  
  <row>
    <col name="MESSAGE_ID">SUPPRESSEDVIOLATIONSBYGROUP_DESC</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Displays suppressed policy violations for a group.</col>
  </row>

  <row>
    <col name="MESSAGE_ID">DISABLED_POLICIESFORTARGET_HDR</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Disabled Policies For Target</col>
  </row>

  <row>
    <col name="MESSAGE_ID">EXEMPTED_POLICIESFORTARGET_HDR</col>
    <col name="SUBSYSTEM">REPORTS</col>
    <col name="MESSAGE">Exempted Policies For Target</col>
  </row>  
  </dataset>
</table>
