Componentes.Terceros.FastRe.../official/3.23/Res/English/frxrcInsp.pas
2007-09-10 15:54:09 +00:00

238 lines
16 KiB
ObjectPascal

{******************************************}
{ }
{ FastReport v3.0 }
{ Language resource file }
{ }
{ Copyright (c) 1998-2005 }
{ by Alexander Tzyganenko, }
{ Fast Reports Inc. }
{ }
{******************************************}
unit frxrcInsp;
interface
implementation
uses frxRes;
const resStr =
'propActive=Specifies whether or not a dataset is open' + #13#10 +
'propActive.TfrxHighlight=Specifies whether or not a highlight is active' + #13#10 +
'propAliasName=The name of the BDE alias' + #13#10 +
'propAlign=Determines the alignment of the object relative to band or page' + #13#10 +
'propAlignment=The alignment of the object''s text' + #13#10 +
'propAllowAllUp=Specifies whether all speed buttons in the group can be unselected at the same time' + #13#10 +
'propAllowEdit=Determines whether the user may edit the prepared report pages' + #13#10 +
'propAllowExpressions=Determines whether the text object may contain expressions inside the text' + #13#10 +
'propAllowGrayed=Allows grayed state of the control checkboxes' + #13#10 +
'propAllowHTMLTags=Determines whether the text object may contain HTML tags inside the text' + #13#10 +
'propAllowSplit=Determines whether the band may split its contents across pages' + #13#10 +
'propAuthor=The author of the report' + #13#10 +
'propAutoSize=Determines whether the picture should handle its size automatically' + #13#10 +
'propAutoWidth=Determines whether the text object should handle its width automatically' + #13#10 +
'propBackPicture=The background page picture' + #13#10 +
'propBarType=The type of the barcode' + #13#10 +
'propBevelInner=The type of the inner bevel' + #13#10 +
'propBevelOuter=The type of the outer bevel' + #13#10 +
'propBevelWidth=The width of the bevel' + #13#10 +
'propBorder=Determines whether to show outer border or not' + #13#10 +
'propBorderStyle=The style of the window' + #13#10 +
'propBottomMargin=The size of the bottom page margin' + #13#10 +
'propBrushStyle=The style of the brush used for object''s background' + #13#10 +
'propCalcCheckSum=Determines whether the barcode should be calculate the check digit automatically' + #13#10 +
'propCancel=Determines whether the button should be activated when Esc key pressed' + #13#10 +
'propCaption=The caption of the control' + #13#10 +
'propCellFields=Names of DB fields represents the cross cells' + #13#10 +
'propCellLevels=Number of cell levels' + #13#10 +
'propCenter=Determines whether the image should be centered inside the control' + #13#10 +
'propCharset=The font charset' + #13#10 +
'propCharSpacing=Amount of pixels between two characters' + #13#10 +
'propCheckColor=The color of the check mark' + #13#10 +
'propChecked=Indicates whether the control is checked' + #13#10 +
'propCheckStyle=The style of the check mark' + #13#10 +
'propChild=Child band connected to this band' + #13#10 +
'propClipped=Determines whether the text should be clipped inside the objects bounds' + #13#10 +
'propCollate=Default setting of collation' + #13#10 +
'propColor.TFont=The color of the text' + #13#10 +
'propColor=The color of the object' + #13#10 +
'propColor.TfrxFrame=The color of the frame' + #13#10 +
'propColor.TfrxHighlight=Determines the color of the object if highlight is active' + #13#10 +
'propColumnFields=Names of DB fields represents the cross columns' + #13#10 +
'propColumnGap=The gap between band columns' + #13#10 +
'propColumnLevels=Number of column levels' + #13#10 +
'propColumns=Number of columns in the band' + #13#10 +
'propColumnWidth=The width of the band column' + #13#10 +
'propCondition=The grouping condition. The group will break if value of this expression changed' + #13#10 +
'propCondition.TfrxHighlight=Expression string. If this expression is True, the highlight will be active' + #13#10 +
'propConnected=Indicates whether the database connection is active' + #13#10 +
'propConvertNulls=Determines whether null DB values will converted to 0, False or empty string' + #13#10 +
'propCopies=The default number of copies' + #13#10 +
'propCursor=The cursor of the object' + #13#10 +
'propDatabaseName=The name of the database' + #13#10 +
'propDataField=Specifies the field from which the object gets data' + #13#10 +
'propDataSet=Links the object to the dataset that contains the field it represents' + #13#10 +
'propDate=The date value of the control' + #13#10 +
'propDateFormat=Specifies format in which the date is presented' + #13#10 +
'propDecimalSeparator=The decimal separator' + #13#10 +
'propDefault=Determines whether the button is the default button' + #13#10 +
'propDefHeight=Default height of the row' + #13#10 +
'propDescription.TfrxReportOptions=The report description' + #13#10 +
'propDescription=Object''s description' + #13#10 +
'propDiagonal=Indicates that the line is diagonal' + #13#10 +
'propDisplayFormat=The format of the displayed value' + #13#10 +
'propDoublePass=Determines whether the report engine should perform the second pass' + #13#10 +
'propDown=Determines whether the speed button is pressed or not' + #13#10 +
'propDownThenAcross=Determines how the large cross table will be splitted across pages' + #13#10 +
'propDriverName=The name of the BDE driver' + #13#10 +
'propDropShadow=Determines whether the objects has a shadow' + #13#10 +
'propDuplex=Specifies the duplex mode for the page' + #13#10 +
'propEditMask=Specifies the mask that represents what text is valid for the masked edit control' + #13#10 +
'propEnabled=Determines whether the control is enabled' + #13#10 +
'propEngineOptions=The engine options of the report' + #13#10 +
'propExpression=Value of this expression will be shown in the object' + #13#10 +
'propExpressionDelimiters=The characters that will be used for enclosing the expressions contained in the text' + #13#10 +
'propFieldAliases=The dataset field''s aliases' + #13#10 +
'propFilter=The filtering condition for the dataset' + #13#10 +
'propFiltered=Determines whether the dataset should filter the records using the condition in the Filter property' + #13#10 +
'propFlowTo=The text object that will show the text that not fit in the object' + #13#10 +
'propFont=The font attributes of the object' + #13#10 +
'propFooterAfterEach=Determines whether the footer band should be shown after each data row' + #13#10 +
'propFormatStr=The formatting string' + #13#10 +
'propFrame=The frame attributes of the object' + #13#10 +
'propGapX=The left indent of the text' + #13#10 +
'propGapY=The top indent of the text' + #13#10 +
'propGlyph=The image of the control' + #13#10 +
'propGroupIndex=Allows speed buttons to work together as a group' + #13#10 +
'propHAlign=The horizontal alignment of the text' + #13#10 +
'propHeight=The height of the object' + #13#10 +
'propHideZeros=Determines whether the text object will hide the zero values' + #13#10 +
'propHighlight=The conditional highlight attributes' + #13#10 +
'propIndexName=The name of the index' + #13#10 +
'propInitString=Printer init string for dot-matrix reports' + #13#10 +
'propItems=List items of the object' + #13#10 +
'propKeepAspectRatio=Keep the original aspect ratio of the image' + #13#10 +
'propKeepChild=Determines whether the band will be printed together with its child' + #13#10 +
'propKeepFooter=Determines whether the band will be printed together with its footer' + #13#10 +
'propKeepHeader=Determines whether the band will be printed together with its header' + #13#10 +
'propKeepTogether=Determines whether the band will be printed together with all its subbands' + #13#10 +
'propKind.TfrxFormat=The kind of formatting' + #13#10 +
'propKind=The kind of the button' + #13#10 +
'propLargeDesignHeight=Determines whether the page will have large height in the design mode' + #13#10 +
'propLayout=The layout of the button glyph' + #13#10 +
'propLeft=The left coordinate of the object' + #13#10 +
'propLeftMargin=The size of the left page margin' + #13#10 +
'propLines=The text of the object' + #13#10 +
'propLineSpacing=The amount of pixels between two lines of text' + #13#10 +
'propLoginPrompt=Determines whether to show the login dialog' + #13#10 +
'propMargin=Determines the number of pixels between the edge of the image and the edge of the button' + #13#10 +
'propMaster=The master dataset' + #13#10 +
'propMasterFields=The fields linked by master-detail relationship' + #13#10 +
'propMaxLength=Max length of the text' + #13#10 +
'propMaxWidth=Max width of the column' + #13#10 +
'propMemo=The text of the object' + #13#10 +
'propMinWidth=Min width of the column' + #13#10 +
'propMirrorMargins=Mirror the page margins on the even pages' + #13#10 +
'propModalResult=Determines whether and how the button closes its modal form' + #13#10 +
'propName.TFont=The name of the font' + #13#10 +
'propName.TfrxReportOptions=The name of the report' + #13#10 +
'propName=The name of the object' + #13#10 +
'propNumGlyphs=Indicates the number of images that are in the graphic specified in the Glyph property' + #13#10 +
'propOpenDataSource=Determines whether to open datasource automatically or not' + #13#10 +
'propOrientation=The orientation of the page' + #13#10 +
'propOutlineText=The text that will be shown in the preview outline control' + #13#10 +
'propOutlineVisible=The visibility of the preview outline control' + #13#10 +
'propOutlineWidth=The width of the preview outline control' + #13#10 +
'propPageNumbers.TfrxPrintOptions=The numbers of the pages to be printed' + #13#10 +
'propPaperHeight=The height of the page' + #13#10 +
'propPaperWidth=The width of the page' + #13#10 +
'propParagraphGap=The indent of the first line of paragraph' + #13#10 +
'propParams.TfrxBDEDatabase=The parameters of the connection' + #13#10 +
'propParams=The parameters of the query' + #13#10 +
'propParentFont=Determines whether the object will use parent''s font' + #13#10 +
'propPassword=The report password' + #13#10 +
'propPasswordChar=Indicates the character, if any, to display in place of the actual characters typed in the control' + #13#10 +
'propPicture=The picture' + #13#10 +
'propPicture.TfrxReportOptions=The description picture of the report' + #13#10 +
'propPosition=The initial position of the window' + #13#10 +
'propPreviewOptions=The preview options of the report' + #13#10 +
'propPrintable=Printability of the object. Objects with the Printable=False will be previewed, but not printed' + #13#10 +
'propPrintChildIfInvisible=Determines whether the child band will be printed if its parent band is invisible' + #13#10 +
'propPrinter=The name of the printer that will be selected when open or run this report' + #13#10 +
'propPrintIfDetailEmpty=Determines whether the databand will be printed if its subband is empty' + #13#10 +
'propPrintIfEmpty=Determines whether the page will be printed if all its datasets are empty' + #13#10 +
'propPrintOnFirstPage=Determines whether the band will be printed on the first page' + #13#10 +
'propPrintOnLastPage=Determines whether the band will be printed on the last page' + #13#10 +
'propPrintOnParent=Determines whether the subreport can print itself on parent band' + #13#10 +
'propPrintOnPreviousPage=Determines whether the page can be generated on the free space of previously generated page' + #13#10 +
'propPrintOptions=Print options of the report' + #13#10 +
'propPrintPages=Determines whether to print all, odd or even pages' + #13#10 +
'propRangeBegin=Determines the start point of dataset navigation' + #13#10 +
'propRangeEnd=Determines the end point of dataset navigation' + #13#10 +
'propRangeEndCount=Determines the number of records in the dataset if RangeEnd is reCount' + #13#10 +
'propReadOnly=Determines whether the text object is read-only' + #13#10 +
'propRepeatHeaders=Determines whether the column and row headers will be reprinted on new page' + #13#10 +
'propReportOptions=The options of the report' + #13#10 +
'propReprintOnNewPage=Determines whether the band will be reprinted on new page' + #13#10 +
'propRestrictions=Set of restriction flags' + #13#10 +
'propRightMargin=The size of the right page margin' + #13#10 +
'propRotation.TfrxBarCodeView=The orientation of the barcode' + #13#10 +
'propRotation=The text rotation' + #13#10 +
'propRowCount=Number of virtual records in the databand' + #13#10 +
'propRowFields=Names of DB fields represents the cross rows' + #13#10 +
'propRowLevels=Number of row levels' + #13#10 +
'propRTLReading=Determines whether the text object will show its text in right-to-left direction' + #13#10 +
'propSessionName=The name of the BDE session' + #13#10 +
'propShadowColor=The color of the shadow' + #13#10 +
'propShadowWidth=The width of the shadow' + #13#10 +
'propShape=The type of the shape' + #13#10 +
'propShiftMode=Shift behavior of the object' + #13#10 +
'propShowColumnHeader=Determines whether the cross will show column headers' + #13#10 +
'propShowColumnTotal=Determines whether the cross will show column grand total' + #13#10 +
'propShowRowHeader=Determines whether the cross will show row headers' + #13#10 +
'propShowRowTotal=Determines whether the cross will show row grand total' + #13#10 +
'propShowDialog=Determines whether the print dialog will be shown in the preview window' + #13#10 +
'propShowText=Determines whether the barcode object will show a readable text' + #13#10 +
'propSize=The size of the font' + #13#10 +
'propSorted=Determines whether the items are sorted or not' + #13#10 +
'propSpacing=Determines the number of pixels between the image and the text' + #13#10 +
'propSQL=The SQL statement' + #13#10 +
'propStartNewPage=Starts a new page before printing a band' + #13#10 +
'propStretch=Stretches the picture to fit the object bounds' + #13#10 +
'propStretched=Determines whether the object can be stretched' + #13#10 +
'propStretchMode=Stretch behavior of the object' + #13#10 +
'propStyle.TFont=The style of the font' + #13#10 +
'propStyle=The style of the control' + #13#10 +
'propStyle.TfrxFrame=The style of the object''s frame' + #13#10 +
'propSuppressRepeated=Suppresses repeated values' + #13#10 +
'propTableName=The name of the data table' + #13#10 +
'propTag=Tag number of the object' + #13#10 +
'propTagStr=Tag string of the object' + #13#10 +
'propText=The text of the object' + #13#10 +
'propTitleBeforeHeader=Determines whether to show report title before page header' + #13#10 +
'propTop=The top coordinate of the object' + #13#10 +
'propTopMargin=The size of the top page margin' + #13#10 +
'propTyp=The type of the frame' + #13#10 +
'propUnderlines=Determines whether the text object will show grid lines after each text line' + #13#10 +
'propURL=The URL of the object' + #13#10 +
'propUserName=User name of the data object. This name will be shown in the data tree' + #13#10 +
'propVAlign=The vertical alignment of the text' + #13#10 +
'propVersionBuild=Version info, build' + #13#10 +
'propVersionMajor=Version info, major version' + #13#10 +
'propVersionMinor=Version info, minor version' + #13#10 +
'propVersionRelease=Version info, release' + #13#10 +
'propVisible=Visibility of the object' + #13#10 +
'propWidth=Width of the object' + #13#10 +
'propWidth.TfrxFrame=The width of the frame' + #13#10 +
'propWindowState=Initial state of the window' + #13#10 +
'propWordBreak=Break russian words' + #13#10 +
'propWordWrap=Determines whether the text object inserts soft carriage returns so text wraps at the right margin' + #13#10 +
'propZoom.TfrxBarCodeView=Zooms the barcode' + #13#10 +
'';
initialization
frxResources.AddStrings(resStr);
end.