Quintiq file version 2.0 
 | 
#parent: #root 
 | 
InfoMessages id:#InfoMessages #extension 
 | 
{ 
 | 
  InfoMessage LibSCIIntegration_ExportError_MultipleFiles ( 
 | 
    constcontent String filename 
 | 
  ) 
 | 
  { 
 | 
    DefaultText: 'Report @filename@ were not updated because the files were open during the export.' 
 | 
  } 
 | 
  InfoMessage LibSCIIntegration_ExportReportDialog_WarningImageTooltip 
 | 
  { 
 | 
    DefaultText: 
 | 
    [* 
 | 
      Export path is not defined in Configuration Utility ( QServer / Model Settings / customlibrary / sciexport ). 
 | 
      The export will be done in @OS::TempPath()@. 
 | 
    *] 
 | 
  } 
 | 
  InfoMessage LibSCIIntegration_IntegrationInterface_ValidateInput_IsBaseNotSelected 
 | 
  { 
 | 
    DefaultText: 'Please select a base scenario' 
 | 
  } 
 | 
  InfoMessage LibSCIIntegration_IntegrationInterface_ValidateInput_IsCurrentNotSelected 
 | 
  { 
 | 
    DefaultText: 'Please select a current scenario' 
 | 
  } 
 | 
  InfoMessage LibSCIIntegration_IntegrationInterface_ValidateInput_NotSelectScenario 
 | 
  { 
 | 
    DefaultText: 'Please select a scenario' 
 | 
  } 
 | 
  InfoMessage LibSCIIntegration_ExportError ( 
 | 
    const String filename 
 | 
  ) 
 | 
  { 
 | 
    DefaultText: 'Report @filename@ was not updated because the file was open during the export.' 
 | 
  } 
 | 
  InfoMessage LibSCIIntegration_ExportedSucessfully 
 | 
  { 
 | 
    DefaultText: 'S&OP reports are successfully exported.' 
 | 
  } 
 | 
} 
 |