home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / delphi / kolekce / d567 / FLEXCEL.ZIP / FlexCel / FlxEnglish.inc < prev    next >
Encoding:
Text File  |  2002-10-10  |  1.8 KB  |  50 lines

  1.   ErrNoAdapter='There is no Adapter linked to the report';
  2.   ErrTooManySheets='Trying to insert more sheets than the maximum allowed';
  3.  
  4.   ErrNoDataSet='Can┤t find the dataset %s';
  5.   ErrNoPropDefined='Property "%s" has not been defined or is not published';
  6.   ErrBadProp='Error trying to retrieve property "%s". Verify it is a variant';
  7.   ErrTooManyDimensions='The property "%s" has only %d dimensions';
  8.   ErrIndexOutBounds='The index "%d" of the property "%s" is not in the range %d-%d';
  9.  
  10.   ErrInvalidDrawingType='Drawing type "%s" invalid';
  11.  
  12.   ErrNoOpenFile='There is no open file';
  13.   ErrCantFindFile='Can''t find the file "%s"';
  14.  
  15.   ErrNoTemplate='Error: %s '#13#10'Verify that the active project ("%s") is the correct project';
  16.  
  17.   ErrDocumentNotSaved='Document was not saved';
  18.  
  19.   ErrFieldNil='Nil field';
  20.   ErrDupField='Duplicated Field Name: "%s"';
  21.   ErrFieldNotFound='Field not found: "%s"';
  22.   ErrInvalidColumnCount='Invalid column count';
  23.  
  24.   MsgAbout='FlexCel Reports V %s  Get latest version at http://www.freewebs.com/flexcel';
  25.  
  26.   TxtDatasets='Datasets';
  27.   TxtProperties='Properties';
  28.   TxtExtras=' Extras'; //extra space so it's sorted first
  29.  
  30.   TxtFileModified='File %s was modified. Do you want to save it?';
  31.   TxtFileModifiedCaption='Warning';
  32.   TxtEditing='Editing %s';
  33.   TxtEditTemplate='Edit Template: %s';
  34.   TxtRefreshTemplate='Select the folder where the original files are';
  35.   TxtTemplateStoreRefreshed='The Template Store has been refreshed';
  36.  
  37.   TxtDeleteRange='Delete range "%s"?';
  38.   TxtDeleteRangeCaption='Confirm';
  39.  
  40.   TxtNamedRangeFormula='=''%s''!%s';
  41.  
  42.   ErrComponentIsNotXlsDataSet='Component "%s" does not supports interface IXlsDataSet';
  43.   ErrUseFasterAdapter='This component does not supports OLE adapter';
  44.  
  45.   TxtTrue='TRUE';
  46.   TxtFalse='FALSE';
  47.  
  48.   ErrInvalidWmf='Wmf file is invalid';
  49.  
  50.