yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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.'
  }
}