⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qimport3consts.pas

📁 Advanced Data Import Component Suite for Borland Delphi and C++ Builder allows you to import your da
💻 PAS
📖 第 1 页 / 共 2 页
字号:
unit QImport3Consts;

interface

resourcestring
  // Errors
  QIE_NoDataSet            = 'DataSet is not defined';
  QIE_NoDBGrid             = 'DBGrid is not defined'; // since 1.7
  QIE_NoListView           = 'ListView is not defined'; // since 1.7
  QIE_NoStringGrid         = 'StrinGrid is not defined'; // since 1.7
  QIE_NoSource             = 'Source DataSet is not defined'; // since 1.5
  QIE_NoFileName           = 'File name is not specified';
  QIE_FileNotExists        = 'File %s does not exist';
  QIE_MappingEmpty         = 'Map is empty';
  QIE_CanceledByUser       = 'Import canceled by user';
  QIE_MapMissing           = 'Missing definition of map';
  QIE_FieldNotFound        = 'Column %s is defined in the MAP is not found in the import destination';
  QIE_SourceFieldNotFound  = 'Field %s not found in the source DataSet'; // since 1.5
  QIE_DataSetClosed        = 'Cannot perform this operation on a closed Import Destination';
  QIE_AllowedImportsEmpty  = 'Property AllowedImports can not contain empty set';
  QIE_KeyColumnsNotDefined = 'Key columns are not defined'; // since 1.7
  QIE_KeyColumnNotFound    = 'Key column %s is not found in the import destination'; // since 1.7
  QIE_XMLFieldListEmpty    = 'XML field list is empty'; // since 2.0
  QIE_NeedDefineTextToFind = 'Text to find must be defined'; // since 2.0

  // Filters
  QIF_TXT      = 'Text files (*.txt)|*.txt|All files (*.*)|*.*';
  QIF_ASCII    = 'ASCII files (*.txt;*.csv)|*.txt;*.csv|All files (*.*)|*.*';
  QIF_CSV      = 'CSV files (*.csv)|*.csv|All files (*.*)|*.*';
  QIF_DBF      = 'DBF files (*.dbf)|*.dbf|All files (*.*)|*.*';
  QIF_HTML     = 'HTML files (*.htm, *.html)|*.htm; *.html;|All files (*.*)|*.*'; 
  QIF_XML      = 'XML files (*.xml)|*.xml|All files (*.*)|*.*'; // since 2.0
  QIF_XLSX     = 'Microsoft  Excel 2007 files (*.xlsx)|*.xlsx|All files (*.*)|*.*';
  QIF_DOCX     = 'Microsoft Word 2007 files (*.docx)|*.docx|All files (*.*)|*.*';
  QIF_ODS      = 'OpenDocument Spreadsheet files(*.ods)|*.ods|All files (*.*)|*.*';
  QIF_ODT      = 'OpenDocument Text files(*.odt)|*.odt|All files (*.*)|*.*';
  QIF_XLS      = 'Microsoft Excel files (*.xls)|*.xls|All files (*.*)|*.*';
  QIF_Access   = 'Microsoft Access files (*.mdb)|*.mdb|All files (*.*)|*.*'; // since 1.4
  QIF_ALL      = 'All allowed files (*.txt;*.csv;*.dbf;*.xls)|*.txt;*.csv;*.dbf;*.xls';
  QIF_TEMPLATE = 'QuickImport Template files (*.imp)| *.imp'; // since 1.2

  // Loading
  QIL_Loading                = 'Loading...';                       // since 2.0

  // Defaults
  QID_BooleanTrue            = 'True';
  QID_BooleanFalse           = 'False';
  QID_NullValue              = 'Null';                             // since 1.8

  // Wizard
  QIW_importWizard           = 'Import data wizard';
  QIW_ImportFrom             = 'Import from';
  QIW_XLS                    = 'MS Excel';
  QIW_Access                 = 'MS Access';                        // since 1.4
  QIW_DBF                    = 'DBF';
  QIW_HTML                   = 'HTML';
  QIW_XML                    = 'XML';                              // since 2.0
  QIW_XMLDoc                 = 'XML Document';
  QIW_TXT                    = 'Text file';
  QIW_CSV                    = 'CSV file';
  QIW_Comma                  = 'Comma';                            // since 2.0
  QIW_Quote                  = 'Quote';                            // since 1.65
  QIW_FileName               = 'Source file name';
  QIW_NeedCancelCaption      = 'Are you sure...';
  QIW_NeedCancel             = 'Are you sure you want to abort import?';
  QIW_Question               = 'Question';                         // since 2.0
  QIW_CancelWizard           = 'Do you want to quit?';             // since 2.0

  QIW_Help                   = '&Help';
  QIW_Back                   = '< &Back';
  QIW_Next                   = '&Next >';
  QIW_Cancel                 = '&Cancel';
  QIW_Execute                = '&Execute';
  QIW_Step                   = 'Step %d of %d';
  QIW_TemplateOptions        = ' Template Options ';               // since 2.0
  QIW_GoToLastPage           = 'Go to the last page after '        + 
                               'loading template';                 // since 2.0
  QIW_AutoSaveTemplate       = 'Save template automatically when ' +
                               'wizard closes';                    // since 2.0
  QIW_LoadTemplate           = 'Load template from file...';       // since 1.2
  QIW_SaveTemplate           = 'Save template to file...';         // since 1.2

  QIW_CommitOptions          = 'Commit Options';                   // since 1.7
  QIW_Commit                 = 'Commit';
  QIW_CommitAfterDone        = 'Commit when done';
  QIW_CommitRecCount         = 'Commit after each';
  QIW_Records                = 'record(s)';
  QIW_RecordCount            = 'Record count';
  QIW_ImportAllRecords       = 'Import all records';
  QIW_ImportRecCount         = 'Import only first';
  QIW_CloseAfterImport       = 'Close wizard after import';        // since 1.8

  QIW_ImportAdvanced         = 'Advanced';                         // since 1.7
  QIW_AddType                = 'Add Type';                         // since 1.6
  QIW_AddType_Append         = 'Append';                           // since 1.6
  QIW_AddType_Insert         = 'Insert';                           // since 1.6

  QIWIM_Caption              = ' Import Mode ';                    // since 1.7
  QIWIM_Insert_All           = 'Insert All';                       // since 1.7
  QIWIM_Insert_New           = 'Insert New';                       // since 1.7
  QIWIM_Update               = 'Update';                           // since 1.7
  QIWIM_Update_or_Insert     = 'Update or Insert';                 // since 1.7
  QIWIM_Delete               = 'Delete';                           // since 1.7
  QIWIM_Delete_or_Insert     = 'Delete or Insert';                 // since 1.7

  QIW_AvailableColumns       = 'Available Columns';                // since 1.7
  QIW_SelectedColumns        = 'Key Columns';                      // since 1.7

  QIW_ErrorLog               = 'Error log';
  QIW_EnableErrorLog         = 'Enable error log';
  QIW_ErrorLogFileName       = 'Error Log File Name';              // since 1.8
  QIW_RewriteErrorLogFile    = 'Rewrite error log file if it '     +
                               'exists';                           // since 1.8
  QIW_ShowErrorLog           = 'Show error log after import';
  QIW_ErrorLogStarted        = '%s - Import process started';      // since 1.8
  QIW_ErrorLogFinished       = '%s - Import process finished';     // since 1.8
  QIW_SomeErrorsFound        = '%d error(s) found';                // since 1.8
  QIW_NoErrorsFound          = 'No error found';                   // since 1.8

  QIW_BaseFormats            = 'Base formats';
  QIW_DateTimeFormats        = 'Date and Time formats';            // since 1.65
  QIW_Separators             = 'Separators';                       // since 1.65
  QIW_DecimalSeparator       = 'Decimal';
  QIW_ThousandSeparator      = 'Thousand';
  QIW_ShortDateFormat        = 'Short date';
  QIW_LongDateFormat         = 'Long date';
  QIW_DateSeparator          = 'Date';                             // since 1.65
  QIW_ShortTimeFormat        = 'Short time';
  QIW_LongTimeFormat         = 'Long time';
  QIW_TimeSeparator          = 'Time';                             // since 1.65

  QIW_BooleanTrue            = 'Boolean true';
  QIW_BooleanFalse           = 'Boolean false';
  QIW_NullValue              = 'Null Values';                      // since 2.0

  QIWDF_Caption              = 'Data formats';
  QIWDF_Fields               = 'Fields';
  QIWDF_Tuning               = 'Tuning';                           // since 1.6
  QIWDF_Replacements         = 'Replacements';                     // since 1.6
  QIWDF_TextToFind           = 'Text to find';                     // since 2.0
  QIWDF_ReplaceWith          = 'Replace with';                     // since 2.0
  QIWDF_IgnoreCase           = 'Ignore case';                      // since 2.0
  QIWDF_IgnoreCase_Yes       = 'Yes';                              // since 2.0
  QIWDF_IgnoreCase_No        = 'No';                               // since 2.0
  QIWDF_AddReplacement       = 'Add Replacement';                  // since 2.0
  QIWDF_EditReplacement      = 'Edit Replacement';                 // since 2.0
  QIWDF_DelReplacement       = 'Del Replacement';                  // since 2.0

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -