Quintiq file version 2.0 
 | 
#parent: #root 
 | 
InfoMessages id:#InfoMessages #extension 
 | 
{ 
 | 
  InfoMessage LibSOPImpExp_DataSource_All_Interfaces 
 | 
  { 
 | 
    DefaultText: 'All interfaces' 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Dialog_Button_OK 
 | 
  { 
 | 
    DefaultText: 'OK' 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Export_Excel_Success 
 | 
  { 
 | 
    DefaultText: 'Excel export was successful.' 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Export_InProgress 
 | 
  { 
 | 
    DefaultText: 'Export in progress' 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Export_LastExportTime (const DateTime lastExportTime) 
 | 
  { 
 | 
    DefaultText: 'Last export: @lastExportTime@' 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Import_Excel_Error 
 | 
  { 
 | 
    DefaultText: 'Excel import encountered error. For details, check server log.' 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Import_LastImportTime (DateTime lastImportTime) 
 | 
  { 
 | 
    DefaultText: 'Last import: @lastImportTime@' 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Export_NoItemSelected 
 | 
  { 
 | 
    DefaultText: 'Select one or more items to export' 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Import_Excel_Success 
 | 
  { 
 | 
    DefaultText: 'Excel import was successful.' 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Import_InProgress 
 | 
  { 
 | 
    DefaultText: 'Import in progress' 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Import_MissingFiles (const String missingFiles) 
 | 
  { 
 | 
    DefaultText: 
 | 
    [* 
 | 
      The following files are missing or empty: 
 | 
      @missingFiles@ 
 | 
      Would you like to continue with import? Existing data related to the missing files will not be changed. 
 | 
    *] 
 | 
  } 
 | 
  InfoMessage LibSOPImpExp_Import_NoValidFileSelected 
 | 
  { 
 | 
    DefaultText: 'Browse at least one valid file to import.' 
 | 
  } 
 | 
} 
 |