git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
1710 lines
60 KiB
ObjectPascal
1710 lines
60 KiB
ObjectPascal
{*******************************************************************}
|
|
{ }
|
|
{ Developer Express Visual Component Library }
|
|
{ ExpressPrinting System(tm) COMPONENT SUITE }
|
|
{ }
|
|
{ Copyright (C) 1998-2007 Developer Express Inc. }
|
|
{ ALL RIGHTS RESERVED }
|
|
{ }
|
|
{ The entire contents of this file is protected by U.S. and }
|
|
{ International Copyright Laws. Unauthorized reproduction, }
|
|
{ reverse-engineering, and distribution of all or any portion of }
|
|
{ the code contained in this file is strictly prohibited and may }
|
|
{ result in severe civil and criminal penalties and will be }
|
|
{ prosecuted to the maximum extent possible under the law. }
|
|
{ }
|
|
{ RESTRICTIONS }
|
|
{ }
|
|
{ THIS SOURCE CODE AND ALL RESULTING INTERMEDIATE FILES }
|
|
{ (DCU, OBJ, DLL, ETC.) ARE CONFIDENTIAL AND PROPRIETARY TRADE }
|
|
{ SECRETS OF DEVELOPER EXPRESS INC. THE REGISTERED DEVELOPER IS }
|
|
{ LICENSED TO DISTRIBUTE THE EXPRESSPRINTINGSYSTEM AND }
|
|
{ ALL ACCOMPANYING VCL CONTROLS AS PART OF AN }
|
|
{ EXECUTABLE PROGRAM ONLY. }
|
|
{ }
|
|
{ THE SOURCE CODE CONTAINED WITHIN THIS FILE AND ALL RELATED }
|
|
{ FILES OR ANY PORTION OF ITS CONTENTS SHALL AT NO TIME BE }
|
|
{ COPIED, TRANSFERRED, SOLD, DISTRIBUTED, OR OTHERWISE MADE }
|
|
{ AVAILABLE TO OTHER INDIVIDUALS WITHOUT EXPRESS WRITTEN CONSENT }
|
|
{ AND PERMISSION FROM DEVELOPER EXPRESS INC. }
|
|
{ }
|
|
{ CONSULT THE END USER LICENSE AGREEMENT FOR INFORMATION ON }
|
|
{ ADDITIONAL RESTRICTIONS. }
|
|
{ }
|
|
{*******************************************************************}
|
|
|
|
unit dxPSRes;
|
|
|
|
interface
|
|
|
|
{$I cxVer.inc}
|
|
|
|
resourcestring
|
|
sdxBtnOK = 'OK';
|
|
sdxBtnOKAccelerated = '&OK';
|
|
sdxBtnCancel = 'Cancel';
|
|
sdxBtnClose = 'Close';
|
|
sdxBtnApply = '&Apply';
|
|
sdxBtnHelp = '&Help';
|
|
sdxBtnFix = '&Fix';
|
|
sdxBtnNew = '&New...';
|
|
sdxBtnIgnore = '&Ignore';
|
|
sdxBtnYes = '&Yes';
|
|
sdxBtnNo = '&No';
|
|
sdxBtnEdit = '&Edit...';
|
|
sdxBtnReset = '&Reset';
|
|
sdxBtnAdd = '&Add';
|
|
sdxBtnAddComposition = 'Add &Composition';
|
|
sdxBtnDefault = '&Default...';
|
|
sdxBtnDelete = '&Delete...';
|
|
sdxBtnDescription = '&Description...';
|
|
sdxBtnCopy = '&Copy...';
|
|
sdxBtnYesToAll = 'Yes To &All';
|
|
sdxBtnRestoreDefaults = '&Restore Defaults';
|
|
sdxBtnRestoreOriginal = 'Restore &Original';
|
|
sdxBtnTitleProperties = 'Title Properties...';
|
|
sdxBtnProperties = 'P&roperties...';
|
|
sdxBtnNetwork = 'Net&work...';
|
|
sdxBtnBrowse = '&Browse...';
|
|
sdxBtnPageSetup = 'Pa&ge Setup...';
|
|
sdxBtnPrintPreview = 'Print Pre&view...';
|
|
sdxBtnPreview = 'Pre&view...';
|
|
sdxBtnPrint = 'Print...';
|
|
sdxBtnOptions = '&Options...';
|
|
sdxBtnStyleOptions = 'Style Options...';
|
|
sdxBtnDefinePrintStyles = '&Define Styles...';
|
|
sdxBtnPrintStyles = 'Print Styles';
|
|
sdxBtnBackground = 'Background';
|
|
sdxBtnShowToolBar = 'Show &ToolBar';
|
|
sdxBtnDesign = 'D&esign...';
|
|
sdxBtnMoveUp = 'Move &Up';
|
|
sdxBtnMoveDown = 'Move Dow&n';
|
|
|
|
sdxBtnMoreColors = '&More Colors...';
|
|
sdxBtnFillEffects = '&Fill Effects...';
|
|
sdxBtnNoFill = '&No Fill';
|
|
sdxBtnAutomatic = '&Automatic';
|
|
sdxBtnNone = '&None';
|
|
|
|
sdxBtnOtherTexture = 'Other Te&xture...';
|
|
sdxBtnInvertColors = 'I&nvert Colors';
|
|
sdxBtnSelectPicture = 'Se&lect Picture...';
|
|
|
|
sdxEditReports = 'Edit Reports';
|
|
sdxComposition = 'Composition';
|
|
sdxReportTitleDlgCaption = 'Report Title';
|
|
sdxMode = '&Mode:';
|
|
sdxText = '&Text';
|
|
sdxProperties = '&Properties';
|
|
sdxAdjustOnScale = '&Adjust on Scale';
|
|
sdxTitleModeNone = 'None';
|
|
sdxTitleModeOnEveryTopPage = 'On Every Top Page';
|
|
sdxTitleModeOnFirstPage = 'On First Page';
|
|
|
|
sdxEditDescription = 'Edit Description';
|
|
sdxRename = 'Rena&me';
|
|
sdxSelectAll = '&Select All';
|
|
|
|
sdxAddReport = 'Add Report';
|
|
sdxAddAndDesignReport = 'Add and D&esign Report...';
|
|
sdxNewCompositionCaption = 'New Composition';
|
|
sdxName = '&Name:';
|
|
sdxCaption = '&Caption:';
|
|
sdxAvailableSources = '&Available Source(s)';
|
|
sdxOnlyComponentsInActiveForm = 'Only Components in Active &Form';
|
|
sdxOnlyComponentsWithoutLinks = 'Only Components &without Existing ReportLinks';
|
|
sdxItemName = 'Name';
|
|
sdxItemDescription = 'Description';
|
|
|
|
sdxConfirmDeleteItem = 'Do you want to delete next items: %s ?';
|
|
sdxAddItemsToComposition = 'Add Items to Composition';
|
|
sdxHideAlreadyIncludedItems = 'Hide Already &Included Items';
|
|
sdxAvailableItems = 'A&vailable Items';
|
|
sdxItems = '&Items';
|
|
sdxEnable = '&Enable';
|
|
sdxOptions = 'Options';
|
|
sdxShow = 'Show';
|
|
sdxPaintItemsGraphics = '&Paint Item Graphics';
|
|
sdxDescription = '&Description:';
|
|
|
|
sdxNewReport = 'NewReport';
|
|
|
|
sdxOnlySelected = 'Only &Selected';
|
|
sdxExtendedSelect = '&Extended Select';
|
|
sdxIncludeFixed = '&Include Fixed';
|
|
|
|
sdxFonts = 'Fonts';
|
|
sdxBtnFont = 'Fo&nt...';
|
|
sdxBtnEvenFont = 'E&ven Font...';
|
|
sdxBtnOddFont = 'Odd Fo&nt...';
|
|
sdxBtnFixedFont = 'F&ixed Font...';
|
|
sdxBtnGroupFont = 'Grou&p Font...';
|
|
sdxBtnChangeFont = 'Change Fo&nt...';
|
|
|
|
sdxFont = 'Font';
|
|
sdxOddFont = 'Odd Font';
|
|
sdxEvenFont = 'Even Font';
|
|
sdxPreviewFont = 'Preview Font';
|
|
sdxCaptionNodeFont = 'Level Caption Font';
|
|
sdxGroupNodeFont = 'Group Node Font';
|
|
sdxGroupFooterFont = 'Group Footer Font';
|
|
sdxHeaderFont = 'Header Font';
|
|
sdxFooterFont = 'Footer Font';
|
|
sdxBandFont = 'Band Font';
|
|
|
|
sdxTransparent = '&Transparent';
|
|
sdxFixedTransparent = 'Fi&xed Transparent';
|
|
sdxCaptionTransparent = 'Caption Transparent';
|
|
sdxGroupTransparent = 'Group Transparent';
|
|
|
|
sdxGraphicAsTextValue = '(GRAPHIC)';
|
|
sdxColors = 'Colors';
|
|
sdxColor = 'Co&lor:';
|
|
sdxOddColor = 'Odd Co&lor:';
|
|
sdxEvenColor = 'E&ven Color:';
|
|
sdxPreviewColor = '&Preview Color:';
|
|
sdxBandColor = '&Band Color:';
|
|
sdxLevelCaptionColor = 'Le&vel Caption Color:';
|
|
sdxHeaderColor = 'H&eader Color:';
|
|
sdxGroupNodeColor = 'Group &Node Color:';
|
|
sdxGroupFooterColor = '&Group Footer Color:';
|
|
sdxFooterColor = 'Foo&ter Color:';
|
|
sdxFixedColor = 'F&ixed Color:';
|
|
sdxGroupColor = 'Grou&p Color:';
|
|
sdxCaptionColor = 'Caption Color:';
|
|
sdxGridLinesColor = 'Gri&d Line Color:';
|
|
|
|
sdxBands = '&Bands';
|
|
sdxLevelCaptions = 'Levels &Caption';
|
|
sdxHeaders = 'H&eaders';
|
|
sdxFooters = 'Foote&rs';
|
|
sdxGroupFooters = '&Group Footers';
|
|
sdxPreview = 'Previe&w';
|
|
sdxPreviewLineCount = 'Preview Line Coun&t:';
|
|
sdxAutoCalcPreviewLineCount = 'A&uto Calculate Preview Lines';
|
|
|
|
sdxGrid = 'Grid Lines';
|
|
sdxNodesGrid = 'Node Grid Lines';
|
|
sdxGroupFooterGrid = 'GroupFooter Grid Lines';
|
|
|
|
sdxStateImages = '&State Images';
|
|
sdxImages = '&Images';
|
|
|
|
sdxTextAlign = 'Text&Align';
|
|
sdxTextAlignHorz = 'Hori&zontally';
|
|
sdxTextAlignVert = '&Vertically';
|
|
sdxTextAlignLeft = 'Left';
|
|
sdxTextAlignCenter = 'Center';
|
|
sdxTextAlignRight = 'Right';
|
|
sdxTextAlignTop = 'Top';
|
|
sdxTextAlignVCenter = 'Center';
|
|
sdxTextAlignBottom = 'Bottom';
|
|
sdxBorderLines = '&Border';
|
|
sdxHorzLines = 'Hori&zontal Lines';
|
|
sdxVertLines = '&Vertical Lines';
|
|
sdxFixedHorzLines = 'Fi&xed Horizontal Lines';
|
|
sdxFixedVertLines = 'Fixe&d Vertical Lines';
|
|
sdxFlatCheckMarks = 'F&lat CheckMarks';
|
|
sdxCheckMarksAsText = '&Display CheckMarks as Text';
|
|
|
|
sdxRowAutoHeight = 'Ro&w AutoHeight';
|
|
sdxEndEllipsis = '&EndEllipsis';
|
|
|
|
sdxDrawBorder = '&Draw Border';
|
|
sdxFullExpand = 'Full &Expand';
|
|
sdxBorderColor = '&Border Color:';
|
|
sdxAutoNodesExpand = 'A&uto Nodes Expand';
|
|
sdxExpandLevel = 'Expand &Level:';
|
|
sdxFixedRowOnEveryPage = 'Fixed Rows';
|
|
|
|
sdxDrawMode = 'Draw &Mode:';
|
|
sdxDrawModeStrict = 'Strict';
|
|
sdxDrawModeOddEven = 'Odd/Even Rows Mode';
|
|
sdxDrawModeChess = 'Chess Mode';
|
|
sdxDrawModeBorrow = 'Borrow From Source';
|
|
|
|
sdx3DEffects = '3D Effects';
|
|
sdxUse3DEffects = 'Use &3D Effects';
|
|
sdxSoft3D = 'Sof&t3D';
|
|
|
|
sdxBehaviors = 'Behaviors';
|
|
sdxMiscellaneous = 'Miscellaneous';
|
|
sdxOnEveryPage = 'On Every Page';
|
|
sdxNodeExpanding = 'Node Expanding';
|
|
sdxSelection = 'Selection';
|
|
sdxNodeAutoHeight = '&Node Auto Height';
|
|
sdxTransparentGraphics = '&Transparent Graphics';
|
|
sdxAutoWidth = 'Auto &Width';
|
|
|
|
sdxDisplayGraphicsAsText = 'Display Graphic As &Text';
|
|
sdxTransparentColumnGraphics = 'Transparent &Graphics';
|
|
|
|
sdxBandsOnEveryPage = 'Bands';
|
|
sdxHeadersOnEveryPage = 'Headers';
|
|
sdxFootersOnEveryPage = 'Footers';
|
|
sdxGraphics = '&Graphics';
|
|
|
|
{ Common messages }
|
|
|
|
sdxOutOfResources = 'Out of Resources';
|
|
sdxFileAlreadyExists = 'File "%s" Already Exists.';
|
|
sdxConfirmOverWrite = 'File "%s" already exists. Overwrite ?';
|
|
sdxInvalidFileName = 'Invalid File Name "%s"';
|
|
sdxRequiredFileName = 'Enter file name.';
|
|
sdxOutsideMarginsMessage =
|
|
'One or more margins are set outside the printable area of the page.' + #13#10 +
|
|
'Do you want to continue ?';
|
|
sdxOutsideMarginsMessage2 =
|
|
'One or more margins are set outside the printable area of the page.' + #13#10 +
|
|
'Choose the Fix button to increase the appropriate margins.';
|
|
sdxInvalidMarginsMessage =
|
|
'One or more margins are set to the invalid values.' + #13#10 +
|
|
'Choose the Fix button to correct this problem.' + #13#10 +
|
|
'Choose the Restore button to restore original values.';
|
|
sdxInvalidMargins = 'One or more margins has invalid values';
|
|
sdxOutsideMargins = 'One or more margins are set outside the printable area of the page';
|
|
sdxThereAreNowItemsForShow = 'There are no items in this view';
|
|
|
|
{ Color palette }
|
|
|
|
sdxPageBackground = ' Page Background';
|
|
sdxPenColor = 'Pen Color';
|
|
sdxFontColor = 'Font Color';
|
|
sdxBrushColor = 'Brush Color';
|
|
sdxHighLight = 'HighLight';
|
|
|
|
{ Color names }
|
|
|
|
sdxColorBlack = 'Black';
|
|
sdxColorDarkRed = 'Dark Red';
|
|
sdxColorRed = 'Red';
|
|
sdxColorPink = 'Pink';
|
|
sdxColorRose = 'Rose';
|
|
sdxColorBrown = 'Brown';
|
|
sdxColorOrange = 'Orange';
|
|
sdxColorLightOrange = 'Light Orange';
|
|
sdxColorGold = 'Gold';
|
|
sdxColorTan = 'Tan';
|
|
sdxColorOliveGreen = 'Olive Green';
|
|
sdxColorDrakYellow = 'Dark Yellow';
|
|
sdxColorLime = 'Lime';
|
|
sdxColorYellow = 'Yellow';
|
|
sdxColorLightYellow = 'Light Yellow';
|
|
sdxColorDarkGreen = 'Dark Green';
|
|
sdxColorGreen = 'Green';
|
|
sdxColorSeaGreen = 'Sea Green';
|
|
sdxColorBrighthGreen = 'Bright Green';
|
|
sdxColorLightGreen = 'Light Green';
|
|
sdxColorDarkTeal = 'Dark Teal';
|
|
sdxColorTeal = 'Teal';
|
|
sdxColorAqua = 'Aqua';
|
|
sdxColorTurquoise = 'Turquoise';
|
|
sdxColorLightTurquoise = 'Light Turquoise';
|
|
sdxColorDarkBlue = 'Dark Blue';
|
|
sdxColorBlue = 'Blue';
|
|
sdxColorLightBlue = 'Light Blue';
|
|
sdxColorSkyBlue = 'Sky Blue';
|
|
sdxColorPaleBlue = 'Pale Blue';
|
|
sdxColorIndigo = 'Indigo';
|
|
sdxColorBlueGray = 'Blue Gray';
|
|
sdxColorViolet = 'Violet';
|
|
sdxColorPlum = 'Plum';
|
|
sdxColorLavender = 'Lavender';
|
|
sdxColorGray80 = 'Gray-80%';
|
|
sdxColorGray50 = 'Gray-50%';
|
|
sdxColorGray40 = 'Gray-40%';
|
|
sdxColorGray25 = 'Gray-25%';
|
|
sdxColorWhite = 'White';
|
|
|
|
{ FEF Dialog }
|
|
|
|
sdxTexture = '&Texture';
|
|
sdxPattern = '&Pattern';
|
|
sdxPicture = 'P&icture';
|
|
sdxForeground = '&Foreground';
|
|
sdxBackground = '&Background';
|
|
sdxSample = 'Sample:';
|
|
|
|
sdxFEFCaption = 'Fill Effects';
|
|
sdxPaintMode = 'Paint &Mode';
|
|
sdxPaintModeCenter = 'Center';
|
|
sdxPaintModeStretch = 'Stretch';
|
|
sdxPaintModeTile = 'Tile';
|
|
sdxPaintModeProportional = 'Proportional';
|
|
|
|
{ Pattern names }
|
|
|
|
sdxPatternGray5 = '5%';
|
|
sdxPatternGray10 = '10%';
|
|
sdxPatternGray20 = '20%';
|
|
sdxPatternGray25 = '25%';
|
|
sdxPatternGray30 = '30%';
|
|
sdxPatternGray40 = '40%';
|
|
sdxPatternGray50 = '50%';
|
|
sdxPatternGray60 = '60%';
|
|
sdxPatternGray70 = '70%';
|
|
sdxPatternGray75 = '75%';
|
|
sdxPatternGray80 = '80%';
|
|
sdxPatternGray90 = '90%';
|
|
sdxPatternLightDownwardDiagonal = 'Light downward diagonal';
|
|
sdxPatternLightUpwardDiagonal = 'Light upward diagonal';
|
|
sdxPatternDarkDownwardDiagonal = 'Dark downward diagonal';
|
|
sdxPatternDarkUpwardDiagonal = 'Dark upward diagonal';
|
|
sdxPatternWideDownwardDiagonal = 'Wide downward diagonal';
|
|
sdxPatternWideUpwardDiagonal = 'Wide upward diagonal';
|
|
sdxPatternLightVertical = 'Light vertical';
|
|
sdxPatternLightHorizontal = 'Light horizontal';
|
|
sdxPatternNarrowVertical = 'Narrow vertical';
|
|
sdxPatternNarrowHorizontal = 'Narrow horizontal';
|
|
sdxPatternDarkVertical = 'Dark vertical';
|
|
sdxPatternDarkHorizontal = 'Dark horizontal';
|
|
sdxPatternDashedDownward = 'Dashed downward';
|
|
sdxPatternDashedUpward = 'Dashed upward';
|
|
sdxPatternDashedVertical = 'Dashed vertical';
|
|
sdxPatternDashedHorizontal = 'Dashed horizontal';
|
|
sdxPatternSmallConfetti = 'Small confetti';
|
|
sdxPatternLargeConfetti = 'Large confetti';
|
|
sdxPatternZigZag = 'Zig zag';
|
|
sdxPatternWave = 'Wave';
|
|
sdxPatternDiagonalBrick = 'Diagonal brick';
|
|
sdxPatternHorizantalBrick = 'Horizontal brick';
|
|
sdxPatternWeave = 'Weave';
|
|
sdxPatternPlaid = 'Plaid';
|
|
sdxPatternDivot = 'Divot';
|
|
sdxPatternDottedGrid = 'Dottedgrid';
|
|
sdxPatternDottedDiamond = 'Dotted diamond';
|
|
sdxPatternShingle = 'Shingle';
|
|
sdxPatternTrellis = 'Trellis';
|
|
sdxPatternSphere = 'Sphere';
|
|
sdxPatternSmallGrid = 'Small grid';
|
|
sdxPatternLargeGrid = 'Large grid';
|
|
sdxPatternSmallCheckedBoard = 'Small checked board';
|
|
sdxPatternLargeCheckedBoard = 'Large checked board';
|
|
sdxPatternOutlinedDiamond = 'Outlined diamond';
|
|
sdxPatternSolidDiamond = 'Solid diamond';
|
|
|
|
{ Texture names }
|
|
|
|
sdxTextureNewSprint = 'Newsprint';
|
|
sdxTextureGreenMarble = 'Green marble';
|
|
sdxTextureBlueTissuePaper = 'Blue tissue paper';
|
|
sdxTexturePapyrus = 'Papyrus';
|
|
sdxTextureWaterDroplets = 'Water droplets';
|
|
sdxTextureCork = 'Cork';
|
|
sdxTextureRecycledPaper = 'Recycled paper';
|
|
sdxTextureWhiteMarble = 'White marble';
|
|
sdxTexturePinkMarble = 'Pink marble';
|
|
sdxTextureCanvas = 'Canvas';
|
|
sdxTexturePaperBag = 'Paper bag';
|
|
sdxTextureWalnut = 'Walnut';
|
|
sdxTextureParchment = 'Parchment';
|
|
sdxTextureBrownMarble = 'Brown marble';
|
|
sdxTexturePurpleMesh = 'Purple mesh';
|
|
sdxTextureDenim = 'Denim';
|
|
sdxTextureFishFossil = 'Fish fossil';
|
|
sdxTextureOak = 'Oak';
|
|
sdxTextureStationary = 'Stationary';
|
|
sdxTextureGranite = 'Granite';
|
|
sdxTextureBouquet = 'Bouquet';
|
|
sdxTextureWonenMat = 'Woven mat';
|
|
sdxTextureSand = 'Sand';
|
|
sdxTextureMediumWood = 'Medium wood';
|
|
|
|
sdxFSPCaption = 'Picture Preview';
|
|
sdxWidth = 'Width';
|
|
sdxHeight = 'Height';
|
|
|
|
{ Brush Dialog }
|
|
|
|
sdxBrushDlgCaption = 'Brush properties';
|
|
sdxStyle = '&Style:';
|
|
|
|
{ Enter New File Name dialog }
|
|
|
|
sdxENFNCaption = 'Choose New File Name';
|
|
sdxEnterNewFileName = 'Enter New File Name';
|
|
|
|
{ Define styles dialog }
|
|
|
|
sdxDefinePrintStylesCaption = 'Define Print Styles';
|
|
sdxDefinePrintStylesTitle = 'Print &Styles:';
|
|
sdxDefinePrintStylesWarningDelete = 'Do you want to delete "%s" ?';
|
|
sdxDefinePrintStylesWarningClear = 'Do you want to delete all not built-in styles ?';
|
|
sdxClear = 'C&lear...';
|
|
|
|
{ Print device }
|
|
|
|
sdxCustomSize = 'Custom Size';
|
|
sdxDefaultTray = 'Default Tray';
|
|
sdxInvalidPrintDevice = 'Printer selected is not valid';
|
|
sdxNotPrinting = 'Printer is not currently printing';
|
|
sdxPrinting = 'Printing in progress';
|
|
sdxDeviceOnPort = '%s on %s';
|
|
sdxPrinterIndexError = 'Printer index out of range';
|
|
sdxNoDefaultPrintDevice = 'There is no default printer selected';
|
|
|
|
{ Edit AutoText Entries Dialog }
|
|
|
|
sdxAutoTextDialogCaption = 'Edit AutoText Entries';
|
|
sdxEnterAutoTextEntriesHere = ' Enter A&utoText Entries Here: ';
|
|
|
|
{ Print dialog }
|
|
|
|
sdxPrintDialogCaption = 'Print';
|
|
sdxPrintDialogPrinter = ' Printer ';
|
|
sdxPrintDialogName = '&Name:';
|
|
sdxPrintDialogStatus = 'Status:';
|
|
sdxPrintDialogType = 'Type:';
|
|
sdxPrintDialogWhere = 'Where:';
|
|
sdxPrintDialogComment = 'Comment:';
|
|
sdxPrintDialogPrintToFile = 'Print to &File';
|
|
sdxPrintDialogPageRange = ' Page range ';
|
|
sdxPrintDialogAll = '&All';
|
|
sdxPrintDialogCurrentPage = 'Curr&ent Page';
|
|
sdxPrintDialogSelection = '&Selection';
|
|
sdxPrintDialogPages = '&Pages:';
|
|
sdxPrintDialogRangeLegend =
|
|
'Enter page number and/or page ranges' + #10#13 +
|
|
'separated by commas. For example: 1,3,5-12.';
|
|
sdxPrintDialogCopies = ' Copies ';
|
|
sdxPrintDialogNumberOfPages = 'N&umber of Pages:';
|
|
sdxPrintDialogNumberOfCopies = 'Number of &Copies:';
|
|
sdxPrintDialogCollateCopies = 'Colla&te Copies';
|
|
sdxPrintDialogAllPages = 'All';
|
|
sdxPrintDialogEvenPages = 'Even';
|
|
sdxPrintDialogOddPages = 'Odd';
|
|
sdxPrintDialogPrintStyles = ' Print St&yles ';
|
|
|
|
{ PrintToFile Dialog }
|
|
|
|
sdxPrintDialogOpenDlgTitle = 'Choose File Name';
|
|
sdxPrintDialogOpenDlgAllFiles = 'All Files';
|
|
sdxPrintDialogOpenDlgPrinterFiles = 'Printer Files';
|
|
sdxPrintDialogPageNumbersOutOfRange = 'Page numbers out of range (%d - %d)';
|
|
sdxPrintDialogInvalidPageRanges = 'Invalid page ranges';
|
|
sdxPrintDialogRequiredPageNumbers = 'Enter page numbers';
|
|
sdxPrintDialogNoPrinters =
|
|
'No printers are installed. To install a printer, ' +
|
|
'point to Settings on the Windows Start menu, click Printers, and then double-click Add Printer. ' +
|
|
'Follow the instructions in the wizard.';
|
|
sdxPrintDialogInPrintingState = 'Printer is currently printing.' + #10#13 +
|
|
'Please wait.';
|
|
|
|
{ Printer State }
|
|
|
|
sdxPrintDialogPSPaused = 'Paused';
|
|
sdxPrintDialogPSPendingDeletion = 'Pending Deletion';
|
|
sdxPrintDialogPSBusy = 'Busy';
|
|
sdxPrintDialogPSDoorOpen = 'Door Open';
|
|
sdxPrintDialogPSError = 'Error';
|
|
sdxPrintDialogPSInitializing = 'Initializing';
|
|
sdxPrintDialogPSIOActive = 'IO Active';
|
|
sdxPrintDialogPSManualFeed = 'Manual Feed';
|
|
sdxPrintDialogPSNoToner = 'No Toner';
|
|
sdxPrintDialogPSNotAvailable = 'Not Available';
|
|
sdxPrintDialogPSOFFLine = 'Offline';
|
|
sdxPrintDialogPSOutOfMemory = 'Out of Memory';
|
|
sdxPrintDialogPSOutBinFull = 'Output Bin Full';
|
|
sdxPrintDialogPSPagePunt = 'Page Punt';
|
|
sdxPrintDialogPSPaperJam = 'Paper Jam';
|
|
sdxPrintDialogPSPaperOut = 'Paper Out';
|
|
sdxPrintDialogPSPaperProblem = 'Paper Problem';
|
|
sdxPrintDialogPSPrinting = 'Printing';
|
|
sdxPrintDialogPSProcessing = 'Processing';
|
|
sdxPrintDialogPSTonerLow = 'Toner Low';
|
|
sdxPrintDialogPSUserIntervention = 'User Intervention';
|
|
sdxPrintDialogPSWaiting = 'Waiting';
|
|
sdxPrintDialogPSWarningUp = 'Warming Up';
|
|
sdxPrintDialogPSReady = 'Ready';
|
|
sdxPrintDialogPSPrintingAndWaiting = 'Printing: %d document(s) waiting';
|
|
|
|
sdxLeftMargin = 'Left Margin';
|
|
sdxTopMargin = 'Top Margin';
|
|
sdxRightMargin = 'Right Margin';
|
|
sdxBottomMargin = 'Bottom Margin';
|
|
sdxGutterMargin = 'Gutter';
|
|
sdxHeaderMargin = 'Header';
|
|
sdxFooterMargin = 'Footer';
|
|
|
|
sdxUnitsInches = '"';
|
|
sdxUnitsCentimeters = 'cm';
|
|
sdxUnitsMillimeters = 'mm';
|
|
sdxUnitsPoints = 'pt';
|
|
sdxUnitsPicas = 'pi';
|
|
|
|
sdxUnitsDefaultName = 'Default';
|
|
sdxUnitsInchesName = 'Inches';
|
|
sdxUnitsCentimetersName = 'Centimeters';
|
|
sdxUnitsMillimetersName = 'Millimeters';
|
|
sdxUnitsPointsName = 'Points';
|
|
sdxUnitsPicasName = 'Picas';
|
|
|
|
sdxPrintPreview = 'Print Preview';
|
|
sdxReportDesignerCaption = 'Format Report';
|
|
sdxCompositionDesignerCaption = 'Composition Editor';
|
|
|
|
sdxComponentNotSupportedByLink = 'Component "%s" not supported by TdxComponentPrinter';
|
|
sdxComponentNotSupported = 'Component "%s" not supported by TdxComponentPrinter';
|
|
sdxPrintDeviceNotReady = 'Printer has not been installed or is not ready';
|
|
sdxUnableToGenerateReport = 'Unable to generate report';
|
|
sdxPreviewNotRegistered = 'There is no registered preview form';
|
|
sdxComponentNotAssigned = '%s' + #13#10 + 'Not assigned "Component" property';
|
|
sdxPrintDeviceIsBusy = 'Printer is busy';
|
|
sdxPrintDeviceError = 'Printer has encountered error !';
|
|
sdxMissingComponent = 'Missing "Component" property';
|
|
sdxDataProviderDontPresent = 'There are no Links with Assigned Component in Composition';
|
|
sdxBuildingReport = 'Building report: Completed %d%%'; // obsolete
|
|
sdxPrintingReport = 'Printing report: Completed %d page(s). Press Esc to cancel'; // obsolete
|
|
sdxDefinePrintStylesMenuItem = 'Define Print &Styles...';
|
|
sdxAbortPrinting = 'Abort printing ?';
|
|
sdxStandardStyle = 'Standard Style';
|
|
|
|
sdxFontStyleBold = 'Bold';
|
|
sdxFontStyleItalic = 'Italic';
|
|
sdxFontStyleUnderline = 'Underline';
|
|
sdxFontStyleStrikeOut = 'StrikeOut';
|
|
sdxPt = 'pt.';
|
|
|
|
sdxNoPages = 'There are no pages to display';
|
|
sdxPageWidth = 'Page Width';
|
|
sdxWholePage = 'Whole Page';
|
|
sdxTwoPages = 'Two Pages';
|
|
sdxFourPages = 'Four Pages';
|
|
sdxWidenToSourceWidth = 'Widen to Source Width';
|
|
|
|
sdxMenuBar = 'MenuBar';
|
|
sdxStandardBar = 'Standard';
|
|
sdxHeaderFooterBar = 'Header and Footer';
|
|
sdxShortcutMenusBar = 'Shortcut Menus';
|
|
sdxAutoTextBar = 'AutoText';
|
|
|
|
sdxMenuFile = '&File';
|
|
sdxMenuFileDesign = '&Design...';
|
|
sdxMenuFilePrint = '&Print...';
|
|
sdxMenuFilePageSetup = 'Page Set&up...';
|
|
sdxMenuPrintStyles = 'Print Styles';
|
|
sdxMenuFileExit = '&Close';
|
|
|
|
sdxMenuEdit = '&Edit';
|
|
sdxMenuEditCut = 'Cu&t';
|
|
sdxMenuEditCopy = '&Copy';
|
|
sdxMenuEditPaste = '&Paste';
|
|
sdxMenuEditDelete = '&Delete';
|
|
sdxMenuEditFind = '&Find...';
|
|
sdxMenuEditFindNext = 'Find Ne&xt';
|
|
sdxMenuEditReplace = '&Replace...';
|
|
|
|
sdxMenuLoad = '&Load...';
|
|
sdxMenuPreview = 'Pre&view...';
|
|
|
|
sdxMenuInsert = '&Insert';
|
|
sdxMenuInsertAutoText = '&AutoText';
|
|
sdxMenuInsertEditAutoTextEntries = 'AutoTe&xt...';
|
|
sdxMenuInsertAutoTextEntries = 'List of AutoText Entries';
|
|
sdxMenuInsertAutoTextEntriesSubItem = 'In&sert AutoText';
|
|
sdxMenuInsertPageNumber = '&Page Number';
|
|
sdxMenuInsertTotalPages = '&Number of Pages';
|
|
sdxMenuInsertPageOfPages = 'Pa&ge Number of Pages';
|
|
sdxMenuInsertDateTime = 'Date and Time';
|
|
sdxMenuInsertDate = '&Date';
|
|
sdxMenuInsertTime = '&Time';
|
|
sdxMenuInsertUserName = '&User Name';
|
|
sdxMenuInsertMachineName = '&Machine Name';
|
|
|
|
sdxMenuView = '&View';
|
|
sdxMenuViewMargins = '&Margins';
|
|
sdxMenuViewFlatToolBarButtons = '&Flat ToolBar Buttons';
|
|
sdxMenuViewLargeToolBarButtons = '&Large ToolBar Buttons';
|
|
sdxMenuViewMarginsStatusBar = 'M&argins Bar';
|
|
sdxMenuViewPagesStatusBar = '&Status Bar';
|
|
sdxMenuViewToolBars = '&Toolbars';
|
|
sdxMenuViewPagesHeaders = 'Page &Headers';
|
|
sdxMenuViewPagesFooters = 'Page Foote&rs';
|
|
sdxMenuViewSwitchToLeftPart = 'Switch to Left Part';
|
|
sdxMenuViewSwitchToRightPart = 'Switch to Right Part';
|
|
sdxMenuViewSwitchToCenterPart = 'Switch to Center Part';
|
|
sdxMenuViewHFSwitchHeaderFooter = '&Show Header/Footer';
|
|
sdxMenuViewHFClose = '&Close';
|
|
|
|
sdxMenuZoom = '&Zoom';
|
|
sdxMenuZoomPercent100 = 'Percent &100';
|
|
sdxMenuZoomPageWidth = 'Page &Width';
|
|
sdxMenuZoomWholePage = 'W&hole Page';
|
|
sdxMenuZoomTwoPages = '&Two Pages';
|
|
sdxMenuZoomFourPages = '&Four Pages';
|
|
sdxMenuZoomMultiplyPages = '&Multiple Pages';
|
|
sdxMenuZoomWidenToSourceWidth = 'Widen To S&ource Width';
|
|
sdxMenuZoomSetup = '&Setup...';
|
|
|
|
sdxMenuPages = '&Pages';
|
|
|
|
sdxMenuGotoPage = '&Go';
|
|
sdxMenuGotoPageFirst = '&First Page';
|
|
sdxMenuGotoPagePrev = '&Previous Page';
|
|
sdxMenuGotoPageNext = '&Next Page';
|
|
sdxMenuGotoPageLast = '&Last Page';
|
|
sdxMenuActivePage = '&Active Page:';
|
|
|
|
sdxMenuFormat = 'F&ormat';
|
|
sdxMenuFormatHeaderAndFooter = '&Header and Footer';
|
|
sdxMenuFormatAutoTextEntries = '&Auto Text Entries...';
|
|
sdxMenuFormatDateTime = 'Date And &Time...';
|
|
sdxMenuFormatPageNumbering = 'Page &Numbering...';
|
|
sdxMenuFormatPageBackground = 'Bac&kground...';
|
|
sdxMenuFormatShrinkToPage = '&Fit to Page';
|
|
sdxMenuShowEmptyPages = 'Show &Empty Pages';
|
|
sdxMenuFormatHFBackground = 'Header/Footer Background...';
|
|
sdxMenuFormatHFClear = 'Clear Text';
|
|
|
|
sdxMenuTools = '&Tools';
|
|
sdxMenuToolsCustomize = '&Customize...';
|
|
sdxMenuToolsOptions = '&Options...';
|
|
|
|
sdxMenuHelp = '&Help';
|
|
sdxMenuHelpTopics = 'Help &Topics...';
|
|
sdxMenuHelpAbout = '&About...';
|
|
|
|
sdxMenuShortcutPreview = 'Preview';
|
|
sdxMenuShortcutAutoText = 'AutoText';
|
|
|
|
sdxMenuBuiltInMenus = 'Built-in Menus';
|
|
sdxMenuShortCutMenus = 'Shortcut Menus';
|
|
sdxMenuNewMenu = 'New Menu';
|
|
|
|
{ Hints }
|
|
|
|
sdxHintFileDesign = 'Design Report';
|
|
sdxHintFilePrint = 'Print';
|
|
sdxHintFilePrintDialog = 'Print Dialog';
|
|
sdxHintFilePageSetup = 'Page Setup';
|
|
sdxHintFileExit = 'Close Preview';
|
|
|
|
sdxHintEditFind = 'Find';
|
|
sdxHintEditFindNext = 'Find Next';
|
|
sdxHintEditReplace = 'Replace';
|
|
|
|
sdxHintInsertEditAutoTextEntries = 'Edit AutoText Entries';
|
|
sdxHintInsertPageNumber = 'Insert Page Number';
|
|
sdxHintInsertTotalPages = 'Insert Number of Pages';
|
|
sdxHintInsertPageOfPages = 'Insert Page Number of Pages';
|
|
sdxHintInsertDateTime = 'Insert Date and Time';
|
|
sdxHintInsertDate = 'Insert Date';
|
|
sdxHintInsertTime = 'Insert Time';
|
|
sdxHintInsertUserName = 'Insert User Name';
|
|
sdxHintInsertMachineName = 'Insert Machine Name';
|
|
|
|
sdxHintViewMargins = 'View Margins';
|
|
sdxHintViewLargeButtons = 'View Large Buttons';
|
|
sdxHintViewMarginsStatusBar = 'View Margins Status Bar';
|
|
sdxHintViewPagesStatusBar = 'View Page Status Bar';
|
|
sdxHintViewPagesHeaders = 'View Page Header';
|
|
sdxHintViewPagesFooters = 'View Page Footer';
|
|
sdxHintViewSwitchToLeftPart = 'Switch to Left Header/Footer Part';
|
|
sdxHintViewSwitchToRightPart = 'Switch to Right Header/Footer Part';
|
|
sdxHintViewSwitchToCenterPart = 'Switch to Center Header/Footer Part';
|
|
sdxHintViewHFSwitchHeaderFooter = 'Switch Between Header and Footer';
|
|
sdxHintViewHFClose = 'Close';
|
|
|
|
sdxHintViewZoom = 'Zoom';
|
|
sdxHintZoomPercent100 = 'Zoom 100%';
|
|
sdxHintZoomPageWidth = 'Zoom Page Width';
|
|
sdxHintZoomWholePage = 'Whole Page';
|
|
sdxHintZoomTwoPages = 'Two Pages';
|
|
sdxHintZoomFourPages = 'Four Pages';
|
|
sdxHintZoomMultiplyPages = 'Multiple Pages';
|
|
sdxHintZoomWidenToSourceWidth = 'Widen To Source Width';
|
|
sdxHintZoomSetup = 'Setup Zoom Factor';
|
|
|
|
sdxHintFormatDateTime = 'Format Date and Time';
|
|
sdxHintFormatPageNumbering = 'Format Page Number';
|
|
sdxHintFormatPageBackground = 'Background';
|
|
sdxHintFormatShrinkToPage = 'Fit To Page';
|
|
sdxHintFormatHFBackground = 'Header/Footer Background';
|
|
sdxHintFormatHFClear = 'Clear Header/Footer Text';
|
|
|
|
sdxHintGotoPageFirst = 'First Page';
|
|
sdxHintGotoPagePrev = 'Previous Page';
|
|
sdxHintGotoPageNext = 'Next Page';
|
|
sdxHintGotoPageLast = 'Last Page';
|
|
sdxHintActivePage = 'Active Page';
|
|
|
|
sdxHintToolsCustomize = 'Customize Toolbars';
|
|
sdxHintToolsOptions = 'Options';
|
|
|
|
sdxHintHelpTopics = 'Help Topics';
|
|
sdxHintHelpAbout = 'About';
|
|
|
|
sdxPopupMenuLargeButtons = '&Large Buttons';
|
|
sdxPopupMenuFlatButtons = '&Flat Buttons';
|
|
|
|
sdxPaperSize = 'Paper Size:';
|
|
sdxStatus = 'Status:';
|
|
sdxStatusReady = 'Ready';
|
|
sdxStatusPrinting = 'Printing. Completed %d page(s)';
|
|
sdxStatusGenerateReport = 'Generating Report. Completed %d%%';
|
|
|
|
sdxHintDoubleClickForChangePaperSize = 'Double Click for Change Paper Size';
|
|
sdxHintDoubleClickForChangeMargins = 'Double Click for Change Margins';
|
|
|
|
{ Date&Time Formats Dialog }
|
|
|
|
sdxDTFormatsCaption = 'Date and Time';
|
|
sdxDTFormatsAvailableDateFormats = '&Available Date Formats:';
|
|
sdxDTFormatsAvailableTimeFormats = 'Available &Time Formats:';
|
|
sdxDTFormatsAutoUpdate = '&Update Automatically';
|
|
sdxDTFormatsChangeDefaultFormat =
|
|
'Do you want to change the default date and time formats to match "%s" - "%s" ?';
|
|
|
|
{ PageNumber Formats Dialog }
|
|
|
|
sdxPNFormatsCaption = 'Page Number Format';
|
|
sdxPageNumbering = 'Page Numbering';
|
|
sdxPNFormatsNumberFormat = 'Number &Format:';
|
|
sdxPNFormatsContinueFromPrevious = '&Continue from Previous Section';
|
|
sdxPNFormatsStartAt = 'Start &At:';
|
|
sdxPNFormatsChangeDefaultFormat =
|
|
'Do you want to change the default Page numbering format to match "%s" ?';
|
|
|
|
{ Zoom Dialog }
|
|
|
|
sdxZoomDlgCaption = 'Zoom';
|
|
sdxZoomDlgZoomTo = ' Zoom To ';
|
|
sdxZoomDlgPageWidth = 'Page &Width';
|
|
sdxZoomDlgWholePage = 'W&hole Page';
|
|
sdxZoomDlgTwoPages = '&Two Pages';
|
|
sdxZoomDlgFourPages = '&Four Pages';
|
|
sdxZoomDlgManyPages = '&Many Pages:';
|
|
sdxZoomDlgPercent = 'P&ercent:';
|
|
sdxZoomDlgPreview = ' Preview ';
|
|
sdxZoomDlgFontPreview = ' 12pt Times New Roman ';
|
|
sdxZoomDlgFontPreviewString = 'AaBbCcDdEeXxYyZz';
|
|
|
|
{ Select page X x Y }
|
|
|
|
sdxPages = 'Pages';
|
|
sdxCancel = 'Cancel';
|
|
|
|
{ Preferences dialog }
|
|
|
|
sdxPreferenceDlgCaption = 'Options';
|
|
sdxPreferenceDlgTab1 = '&General';
|
|
sdxPreferenceDlgTab2 = '';
|
|
sdxPreferenceDlgTab3 = '';
|
|
sdxPreferenceDlgTab4 = '';
|
|
sdxPreferenceDlgTab5 = '';
|
|
sdxPreferenceDlgTab6 = '';
|
|
sdxPreferenceDlgTab7 = '';
|
|
sdxPreferenceDlgTab8 = '';
|
|
sdxPreferenceDlgTab9 = '';
|
|
sdxPreferenceDlgTab10 = '';
|
|
sdxPreferenceDlgShow = ' &Show ';
|
|
sdxPreferenceDlgMargins = '&Margins ';
|
|
sdxPreferenceDlgMarginsHints = 'Margins &Hints';
|
|
sdxPreferenceDlgMargingWhileDragging = 'Margins Hints While &Dragging';
|
|
sdxPreferenceDlgLargeBtns = '&Large Toolbar Buttons';
|
|
sdxPreferenceDlgFlatBtns = '&Flat Toolbar Buttons';
|
|
sdxPreferenceDlgMarginsColor = 'Margins &Color:';
|
|
sdxPreferenceDlgMeasurementUnits = 'Measurement &Units:';
|
|
sdxPreferenceDlgSaveForRunTimeToo = 'Save for &RunTime too';
|
|
sdxPreferenceDlgZoomScroll = '&Zoom on roll with IntelliMouse';
|
|
sdxPreferenceDlgZoomStep = 'Zoom Ste&p:';
|
|
|
|
{ Page Setup }
|
|
|
|
sdxCloneStyleCaptionPrefix = 'Copy (%d) of ';
|
|
sdxInvalideStyleCaption = 'The style name "%s" already exists. Please supply another name.';
|
|
|
|
sdxPageSetupCaption = 'Page Setup';
|
|
sdxStyleName = 'Style &Name:';
|
|
|
|
sdxPage = '&Page';
|
|
sdxMargins = '&Margins';
|
|
sdxHeaderFooter = '&Header\Footer';
|
|
sdxScaling = '&Scaling';
|
|
|
|
sdxPaper = ' Paper ';
|
|
sdxPaperType = 'T&ype';
|
|
sdxPaperDimension = 'Dimension';
|
|
sdxPaperWidth = '&Width:';
|
|
sdxPaperHeight = 'H&eight:';
|
|
sdxPaperSource = 'Paper so&urce';
|
|
|
|
sdxOrientation = ' Orientation ';
|
|
sdxPortrait = 'P&ortrait';
|
|
sdxLandscape = '&Landscape';
|
|
sdxPrintOrder = ' Print Order ';
|
|
sdxDownThenOver = '&Down, then over';
|
|
sdxOverThenDown = 'O&ver, then down';
|
|
sdxShading = ' Shading ';
|
|
sdxPrintUsingGrayShading = 'Print using &gray shading';
|
|
|
|
sdxCenterOnPage = 'Center on page';
|
|
sdxHorizontally = 'Hori&zontally';
|
|
sdxVertically = '&Vertically';
|
|
|
|
sdxHeader = 'Header ';
|
|
sdxBtnHeaderFont = '&Font...';
|
|
sdxBtnHeaderBackground = '&Background';
|
|
sdxFooter = 'Footer ';
|
|
sdxBtnFooterFont = 'Fo&nt...';
|
|
sdxBtnFooterBackground = 'Back&ground';
|
|
|
|
sdxTop = '&Top:';
|
|
sdxLeft = '&Left:';
|
|
sdxRight = 'Ri&ght:';
|
|
sdxBottom = '&Bottom:';
|
|
sdxHeader2 = 'H&eader:';
|
|
sdxFooter2 = 'Foote&r:';
|
|
|
|
sdxAlignment = 'Alignment';
|
|
sdxVertAlignment = ' Vertical Alignment ';
|
|
sdxReverseOnEvenPages = '&Reverse on even pages';
|
|
|
|
sdxAdjustTo = '&Adjust To:';
|
|
sdxFitTo = '&Fit To:';
|
|
sdxPercentOfNormalSize = '% normal size';
|
|
sdxPagesWideBy = 'page(s) &wide by';
|
|
sdxTall = '&tall';
|
|
|
|
sdxOf = 'Of';
|
|
sdxLastPrinted = 'Last Printed ';
|
|
sdxFileName = 'Filename ';
|
|
sdxFileNameAndPath = 'Filename and path ';
|
|
sdxPrintedBy = 'Printed By ';
|
|
sdxPrintedOn = 'Printed On ';
|
|
sdxCreatedBy = 'Created By ';
|
|
sdxCreatedOn = 'Created On ';
|
|
sdxConfidential = 'Confidential';
|
|
|
|
{ HF function }
|
|
|
|
sdxHFFunctionNameUnknown = 'Unknown';
|
|
sdxHFFunctionNamePageNumber = 'Page Number';
|
|
sdxHFFunctionNameTotalPages = 'Total Pages';
|
|
sdxHFFunctionNamePageOfPages = 'Page # of Pages #';
|
|
sdxHFFunctionNameDateTime = 'Date and Time';
|
|
sdxHFFunctionNameDate = 'Date';
|
|
sdxHFFunctionNameTime = 'Time';
|
|
sdxHFFunctionNameUserName = 'User Name';
|
|
sdxHFFunctionNameMachineName = 'Machine Name';
|
|
|
|
sdxHFFunctionHintPageNumber = 'Page Number';
|
|
sdxHFFunctionHintTotalPages = 'Total Pages';
|
|
sdxHFFunctionHintPageOfPages = 'Page # of Pages #';
|
|
sdxHFFunctionHintDateTime = 'Date and Time Printed';
|
|
sdxHFFunctionHintDate = 'Date Printed';
|
|
sdxHFFunctionHintTime = 'Time Printed';
|
|
sdxHFFunctionHintUserName = 'User Name';
|
|
sdxHFFunctionHintMachineName = 'Machine Name';
|
|
|
|
sdxHFFunctionTemplatePageNumber = 'Page #';
|
|
sdxHFFunctionTemplateTotalPages = 'Total Pages';
|
|
sdxHFFunctionTemplatePageOfPages = 'Page # of Pages #';
|
|
sdxHFFunctionTemplateDateTime = 'Date & Time Printed';
|
|
sdxHFFunctionTemplateDate = 'Date Printed';
|
|
sdxHFFunctionTemplateTime = 'Time Printed';
|
|
sdxHFFunctionTemplateUserName = 'User Name';
|
|
sdxHFFunctionTemplateMachineName = 'Machine Name';
|
|
|
|
{ Designer strings }
|
|
|
|
{ Months }
|
|
|
|
sdxJanuary = 'January';
|
|
sdxFebruary = 'February';
|
|
sdxMarch = 'March';
|
|
sdxApril = 'April';
|
|
sdxMay = 'May';
|
|
sdxJune = 'June';
|
|
sdxJuly = 'July';
|
|
sdxAugust = 'August';
|
|
sdxSeptember = 'September';
|
|
sdxOctober = 'October';
|
|
sdxNovember = 'November';
|
|
sdxDecember = 'December';
|
|
|
|
sdxEast = 'East';
|
|
sdxWest = 'West';
|
|
sdxSouth = 'South';
|
|
sdxNorth = 'North';
|
|
|
|
sdxTotal = 'Total';
|
|
|
|
{ dxFlowChart }
|
|
|
|
sdxPlan = 'Plan';
|
|
sdxSwimmingPool = 'Swimming-pool';
|
|
sdxAdministration = 'Administration';
|
|
sdxPark = 'Park';
|
|
sdxCarParking = 'Car-Parking';
|
|
|
|
{ dxOrgChart }
|
|
|
|
sdxCorporateHeadquarters = 'Corporate' + #13#10 + 'Headquarters';
|
|
sdxSalesAndMarketing = 'Sales and' + #13#10 + 'Marketing';
|
|
sdxEngineering = 'Engineering';
|
|
sdxFieldOfficeCanada = 'Field Office:' + #13#10 + 'Canada';
|
|
|
|
{ dxMasterView }
|
|
|
|
sdxOrderNoCaption = 'OrderNo';
|
|
sdxNameCaption = 'Name';
|
|
sdxCountCaption = 'Count';
|
|
sdxCompanyCaption = 'Company';
|
|
sdxAddressCaption = 'Address';
|
|
sdxPriceCaption = 'Price';
|
|
sdxCashCaption = 'Cash';
|
|
|
|
sdxName1 = 'Jennie Valentine';
|
|
sdxName2 = 'Sam Hill';
|
|
sdxCompany1 = 'Jennie Inc.';
|
|
sdxCompany2 = 'Daimler-Chrysler AG';
|
|
sdxAddress1 = '123 Home Lane';
|
|
sdxAddress2 = '9333 Holmes Dr.';
|
|
|
|
{ dxTreeList }
|
|
|
|
sdxCountIs = 'Count is: %d';
|
|
sdxRegular = 'Regular';
|
|
sdxIrregular = 'Irregular';
|
|
|
|
sdxTLBand = 'Item Data';
|
|
sdxTLColumnName = 'Name';
|
|
sdxTLColumnAxisymmetric = 'Axisymmetric';
|
|
sdxTLColumnItemShape = 'Shape';
|
|
|
|
sdxItemShapeAsText = '(Graphic)';
|
|
|
|
sdxItem1Name = 'Cylinder';
|
|
sdxItem2Name = 'Cone';
|
|
sdxItem3Name = 'Pyramid';
|
|
sdxItem4Name = 'Box';
|
|
sdxItem5Name = 'Free Surface';
|
|
|
|
sdxItem1Description = '';
|
|
sdxItem2Description = 'Axisymmetric geometry figure';
|
|
sdxItem3Description = 'Axisymmetric geometry figure';
|
|
sdxItem4Description = 'Acute-angled geometry figure';
|
|
sdxItem5Description = '';
|
|
sdxItem6Description = '';
|
|
sdxItem7Description = 'Simple extrusion surface';
|
|
|
|
{ PS 2.3 }
|
|
|
|
{ Patterns common }
|
|
|
|
sdxPatternIsNotRegistered = 'Pattern "%s" is not registered';
|
|
|
|
{ Excel edge patterns }
|
|
|
|
sdxSolidEdgePattern = 'Solid';
|
|
sdxThinSolidEdgePattern = 'Medium Solid';
|
|
sdxMediumSolidEdgePattern = 'Medium Solid';
|
|
sdxThickSolidEdgePattern = 'Thick Solid';
|
|
sdxDottedEdgePattern = 'Dotted';
|
|
sdxDashedEdgePattern = 'Dashed';
|
|
sdxDashDotDotEdgePattern = 'Dash Dot Dot';
|
|
sdxDashDotEdgePattern = 'Dash Dot';
|
|
sdxSlantedDashDotEdgePattern = 'Slanted Dash Dot';
|
|
sdxMediumDashDotDotEdgePattern = 'Medium Dash Dot Dot';
|
|
sdxHairEdgePattern = 'Hair';
|
|
sdxMediumDashDotEdgePattern = 'Medium Dash Dot';
|
|
sdxMediumDashedEdgePattern = 'Medium Dashed';
|
|
sdxDoubleLineEdgePattern = 'Double Line';
|
|
|
|
{ Excel fill patterns names}
|
|
|
|
sdxSolidFillPattern = 'Solid';
|
|
sdxGray75FillPattern = '75% Gray';
|
|
sdxGray50FillPattern = '50% Gray';
|
|
sdxGray25FillPattern = '25% Gray';
|
|
sdxGray125FillPattern = '12.5% Gray';
|
|
sdxGray625FillPattern = '6.25% Gray';
|
|
sdxHorizontalStripeFillPattern = 'Horizontal Stripe';
|
|
sdxVerticalStripeFillPattern = 'Vertical Stripe';
|
|
sdxReverseDiagonalStripeFillPattern = 'Reverse Diagonal Stripe';
|
|
sdxDiagonalStripeFillPattern = 'Diagonal Stripe';
|
|
sdxDiagonalCrossHatchFillPattern = 'Diagonal Cross Hatch';
|
|
sdxThickCrossHatchFillPattern = 'Thick Cross Hatch';
|
|
sdxThinHorizontalStripeFillPattern = 'Thin Horizontal Stripe';
|
|
sdxThinVerticalStripeFillPattern = 'Thin Vertical Stripe';
|
|
sdxThinReverseDiagonalStripeFillPattern = 'Thin Reverse Diagonal Stripe';
|
|
sdxThinDiagonalStripeFillPattern = 'Thin Diagonal Stripe';
|
|
sdxThinHorizontalCrossHatchFillPattern = 'Thin Horizontal Cross Hatch';
|
|
sdxThinDiagonalCrossHatchFillPattern = 'Thin Diagonal Cross Hatch';
|
|
|
|
{ cxSpreadSheet }
|
|
|
|
sdxShowRowAndColumnHeadings = '&Row and Column Headings';
|
|
sdxShowGridLines = 'GridLines';
|
|
sdxSuppressSourceFormats = '&Suppress Source Formats';
|
|
sdxRepeatHeaderRowAtTop = 'Repeat Header Row at Top';
|
|
sdxDataToPrintDoesNotExist =
|
|
'Cannot activate ReportLink because PrintingSystem did not find anything to print.';
|
|
|
|
{ Designer strings }
|
|
|
|
{ Short names of month }
|
|
|
|
sdxJanuaryShort = 'Jan';
|
|
sdxFebruaryShort = 'Feb';
|
|
sdxMarchShort = 'March';
|
|
sdxAprilShort = 'April';
|
|
sdxMayShort = 'May';
|
|
sdxJuneShort = 'June';
|
|
sdxJulyShort = 'July';
|
|
sdxAugustShort = 'Aug';
|
|
sdxSeptemberShort = 'Sept';
|
|
sdxOctoberShort = 'Oct';
|
|
sdxNovemberShort = 'Nov';
|
|
sdxDecemberShort = 'Dec';
|
|
|
|
{ TreeView }
|
|
|
|
sdxTechnicalDepartment = 'Technical Department';
|
|
sdxSoftwareDepartment = 'Software Department';
|
|
sdxSystemProgrammers = 'Core Developers';
|
|
sdxEndUserProgrammers = 'GUI Developers';
|
|
sdxBetaTesters = 'Beta Testers';
|
|
sdxHumanResourceDepartment = 'Human Resource Department';
|
|
|
|
{ misc. }
|
|
|
|
sdxTreeLines = '&TreeLines';
|
|
sdxTreeLinesColor = 'T&ree Line Color:';
|
|
sdxExpandButtons = 'E&xpand Buttons';
|
|
sdxCheckMarks = 'Check Marks';
|
|
sdxTreeEffects = 'Tree Effects';
|
|
sdxAppearance = 'Appearance';
|
|
|
|
{ Designer previews }
|
|
|
|
{ Localize if you want (they are used inside FormatReport dialog -> ReportPreview) }
|
|
|
|
sdxCarLevelCaption = 'Cars';
|
|
|
|
sdxManufacturerBandCaption = 'Manufacturer Data';
|
|
sdxModelBandCaption = 'Car Data';
|
|
|
|
sdxManufacturerNameColumnCaption = 'Name';
|
|
sdxManufacturerLogoColumnCaption = 'Logo';
|
|
sdxManufacturerCountryColumnCaption = 'Country';
|
|
sdxCarModelColumnCaption = 'Model';
|
|
sdxCarIsSUVColumnCaption = 'SUV';
|
|
sdxCarPhotoColumnCaption = 'Photo';
|
|
|
|
sdxCarManufacturerName1 = 'BMW';
|
|
sdxCarManufacturerName2 = 'Ford';
|
|
sdxCarManufacturerName3 = 'Audi';
|
|
sdxCarManufacturerName4 = 'Land Rover';
|
|
|
|
sdxCarManufacturerCountry1 = 'Germany';
|
|
sdxCarManufacturerCountry2 = 'United States';
|
|
sdxCarManufacturerCountry3 = 'Germany';
|
|
sdxCarManufacturerCountry4 = 'United Kingdom';
|
|
|
|
sdxCarModel1 = 'X5 4.8is';
|
|
sdxCarModel2 = 'Excursion';
|
|
sdxCarModel3 = 'S8 Quattro';
|
|
sdxCarModel4 = 'G4 Challenge';
|
|
|
|
sdxTrue = 'True';
|
|
sdxFalse = 'False';
|
|
|
|
{ PS 2.4 }
|
|
|
|
{ dxPrnDev.pas }
|
|
|
|
sdxAuto = 'Auto';
|
|
sdxCustom = 'Custom';
|
|
sdxEnv = 'Env';
|
|
|
|
{ Grid 4 }
|
|
|
|
sdxLookAndFeelFlat = 'Flat';
|
|
sdxLookAndFeelStandard = 'Standard';
|
|
sdxLookAndFeelUltraFlat = 'UltraFlat';
|
|
|
|
sdxViewTab = 'View';
|
|
sdxBehaviorsTab = 'Behaviors';
|
|
sdxPreviewTab = 'Preview';
|
|
sdxCardsTab = 'Cards';
|
|
|
|
sdxFormatting = 'Formatting';
|
|
sdxLookAndFeel = 'Look and Feel';
|
|
sdxLevelCaption = '&Caption';
|
|
sdxFilterBar = '&Filter Bar';
|
|
sdxRefinements = 'Refinements';
|
|
sdxProcessSelection = 'Process &Selection';
|
|
sdxProcessExactSelection = 'Process E&xact Selection';
|
|
sdxExpanding = 'Expanding';
|
|
sdxGroups = '&Groups';
|
|
sdxDetails = '&Details';
|
|
sdxStartFromActiveDetails = 'Start from Active Details';
|
|
sdxOnlyActiveDetails = 'Only Active Details';
|
|
sdxVisible = '&Visible';
|
|
sdxPreviewAutoHeight = 'A&uto Height';
|
|
sdxPreviewMaxLineCount = '&Max Line Count: ';
|
|
sdxSizes = 'Sizes';
|
|
sdxKeepSameWidth = '&Keep Same Width';
|
|
sdxKeepSameHeight = 'Keep Same &Height';
|
|
sdxFraming = 'Framing';
|
|
sdxSpacing = 'Spacing';
|
|
sdxShadow = 'Shadow';
|
|
sdxDepth = '&Depth:';
|
|
sdxPosition = '&Position';
|
|
sdxPositioning = 'Positioning';
|
|
sdxHorizontal = 'H&orizontal:';
|
|
sdxVertical = 'V&ertical:';
|
|
|
|
sdxSummaryFormat = 'Count = 0';
|
|
|
|
sdxCannotUseOnEveryPageMode =
|
|
'Cannot Use OnEveryPage Mode'+ #13#10 +
|
|
#13#10 +
|
|
'You should or(and)' + #13#10 +
|
|
' - Collapse all Master Records' + #13#10 +
|
|
' - Toggle "Unwrap" Option off on "Behaviors" Tab';
|
|
|
|
sdxIncorrectBandHeadersState =
|
|
'Cannot Use BandHeaders OnEveryPage Mode' + #13#10 +
|
|
#13#10 +
|
|
'You should either:' + #13#10 +
|
|
' - Set Caption OnEveryPage Option On' + #13#10 +
|
|
' - Set Caption Visible Option Off';
|
|
sdxIncorrectHeadersState =
|
|
'Cannot Use Headers OnEveryPage Mode' + #13#10 +
|
|
#13#10 +
|
|
'You should either:' + #13#10 +
|
|
' - Set Caption and Band OnEveryPage Option On' + #13#10 +
|
|
' - Set Caption and Band Visible Option Off';
|
|
sdxIncorrectFootersState =
|
|
'Cannot Use Footers OnEveryPage Mode' + #13#10 +
|
|
#13#10 +
|
|
'You should either:' + #13#10 +
|
|
' - Set FilterBar OnEveryPage Option On' + #13#10 +
|
|
' - Set FilterBar Visible Option Off';
|
|
|
|
sdxCharts = 'Charts';
|
|
|
|
{ PS 3 }
|
|
|
|
sdxTPicture = 'TPicture';
|
|
sdxCopy = '&Copy';
|
|
sdxSave = '&Save...';
|
|
sdxBaseStyle = 'Base Style';
|
|
|
|
sdxComponentAlreadyExists = 'Component named "%s" already exists';
|
|
sdxInvalidComponentName = '"%s" is not a valid component name';
|
|
|
|
{ shapes }
|
|
|
|
sdxRectangle = 'Rectangle';
|
|
sdxSquare = 'Square';
|
|
sdxEllipse = 'Ellipse';
|
|
sdxCircle = 'Circle';
|
|
sdxRoundRect = 'RoundRect';
|
|
sdxRoundSquare = 'RoundSquare';
|
|
|
|
{ standard pattern names}
|
|
|
|
sdxHorizontalFillPattern = 'Horizontal';
|
|
sdxVerticalFillPattern = 'Vertical';
|
|
sdxFDiagonalFillPattern = 'FDiagonal';
|
|
sdxBDiagonalFillPattern = 'BDiagonal';
|
|
sdxCrossFillPattern = 'Cross';
|
|
sdxDiagCrossFillPattern = 'DiagCros';
|
|
|
|
{ explorer }
|
|
|
|
sdxCyclicIDReferences = 'Cyclic ID references %s and %s';
|
|
sdxLoadReportDataToFileTitle = 'Load Report';
|
|
sdxSaveReportDataToFileTitle = 'Save Report As';
|
|
sdxInvalidExternalStorage = 'Invalid External Storage';
|
|
sdxLinkIsNotIncludedInUsesClause =
|
|
'ReportFile contains ReportLink "%0:s"' + #13#10 +
|
|
'Unit with declaration of "%0:s" must be included in uses clause';
|
|
sdxInvalidStorageVersion = 'Invalid Storage Verison: %d';
|
|
sdxPSReportFiles = 'Report Files';
|
|
sdxReportFileLoadError =
|
|
'Cannot load Report File "%s".' + #13#10 +
|
|
'File is corrupted or is locked by another User or Application.' + #13#10 +
|
|
#13#10 +
|
|
'Original Report will be restored.';
|
|
|
|
sdxNone = '(None)';
|
|
sdxReportDocumentIsCorrupted = '(File is not a ReportDocument or Corrupted)';
|
|
|
|
sdxCloseExplorerHint = 'Close Explorer';
|
|
sdxExplorerCaption = 'Explorer';
|
|
sdxExplorerRootFolderCaption = 'Root';
|
|
sdxNewExplorerFolderItem = 'New Folder';
|
|
sdxCopyOfItem = 'Copy of ';
|
|
sdxReportExplorer = 'Report Explorer';
|
|
|
|
sdxDataLoadErrorText = 'Cannot load Report Data';
|
|
sdxDBBasedExplorerItemDataLoadError =
|
|
'Cannot load Report Data.' + #13#10 +
|
|
'Data are corrupted or are locked';
|
|
sdxFileBasedExplorerItemDataLoadError =
|
|
'Cannot load Report Data.' + #13#10 +
|
|
'File is corruted or is locked by another User or Application';
|
|
sdxDeleteNonEmptyFolderMessageText = 'Folder "%s" is not Empty. Delete anyway?';
|
|
sdxDeleteFolderMessageText = 'Delete Folder "%s" ?';
|
|
sdxDeleteItemMessageText = 'Delete Item "%s" ?';
|
|
sdxCannotRenameFolderText = 'Cannot rename folder "%s". A folder with name "%s" already exists. Specify a different name.';
|
|
sdxCannotRenameItemText = 'Cannot rename item "%s". An item with name "%s" already exists. Specify a different name.';
|
|
sdxOverwriteFolderMessageText =
|
|
'This folder "%s" already contains folder named "%s".' + #13#10 +
|
|
#13#10 +
|
|
'If the items in existing folder have the same name as items in the' + #13#10 +
|
|
'folder you are moving or copying, they will be replaced. Do you still?' + #13#10 +
|
|
'want to move or copy the folder?';
|
|
sdxOverwriteItemMessageText =
|
|
'This Folder "%s" already contains item named "%s".' + #13#10 +
|
|
#13#10 +
|
|
'Would you like to overwrite existing item?';
|
|
sdxSelectNewRoot = 'Select new Root Directory where the Reports will be stored';
|
|
sdxInvalidFolderName = 'Invalid Folder Name "%s"';
|
|
sdxInvalidReportName = 'Invalid Report Name "%s"';
|
|
|
|
sdxExplorerBar = 'Explorer';
|
|
|
|
sdxMenuFileSave = '&Save';
|
|
sdxMenuFileSaveAs = 'Save &As...';
|
|
sdxMenuFileLoad = '&Load';
|
|
sdxMenuFileClose = 'U&nload';
|
|
sdxHintFileSave = 'Save Report';
|
|
sdxHintFileSaveAs = 'Save Report As';
|
|
sdxHintFileLoad = 'Load Report';
|
|
sdxHintFileClose = 'Unload Report';
|
|
|
|
sdxMenuExplorer = 'E&xplorer';
|
|
sdxMenuExplorerCreateFolder = 'Create &Folder';
|
|
sdxMenuExplorerDelete = '&Delete...';
|
|
sdxMenuExplorerRename = 'Rena&me';
|
|
sdxMenuExplorerProperties = '&Properties...';
|
|
sdxMenuExplorerRefresh = 'Refresh';
|
|
sdxMenuExplorerChangeRootPath = 'Change Root...';
|
|
sdxMenuExplorerSetAsRoot = 'Set As Root';
|
|
sdxMenuExplorerGoToUpOneLevel = 'Up One Level';
|
|
|
|
sdxHintExplorerCreateFolder = 'Create New Folder';
|
|
sdxHintExplorerDelete = 'Delete';
|
|
sdxHintExplorerRename = 'Rename';
|
|
sdxHintExplorerProperties = 'Properties';
|
|
sdxHintExplorerRefresh = 'Refresh';
|
|
sdxHintExplorerChangeRootPath = 'Change Root';
|
|
sdxHintExplorerSetAsRoot = 'Set Current Folder as Root';
|
|
sdxHintExplorerGoToUpOneLevel = 'Up One Level';
|
|
|
|
sdxMenuViewExplorer = 'E&xplorer';
|
|
sdxHintViewExplorer = 'Show Explorer';
|
|
|
|
sdxSummary = 'Summary';
|
|
sdxCreator = 'Creato&r:';
|
|
sdxCreationDate = 'Create&d:';
|
|
|
|
sdxMenuViewThumbnails = 'Th&umbnails';
|
|
sdxMenuThumbnailsLarge = '&Large Thumbnails';
|
|
sdxMenuThumbnailsSmall = '&Small Thumbnails';
|
|
|
|
sdxHintViewThumbnails = 'Show Thumbnails';
|
|
sdxHintThumbnailsLarge = 'Switch to large thumbnails';
|
|
sdxHintThumbnailsSmall = 'Switch to small thumbnails';
|
|
|
|
sdxMenuFormatTitle = 'T&itle...';
|
|
sdxHintFormatTitle = 'Format Report Title';
|
|
|
|
sdxHalf = 'Half';
|
|
sdxPredefinedFunctions = ' Predefined Functions '; // dxPgsDlg.pas
|
|
sdxZoomParameters = ' Zoom &Parameters '; // dxPSPrvwOpt.pas
|
|
|
|
sdxWrapData = '&Wrap Data';
|
|
|
|
sdxMenuShortcutExplorer = 'Explorer';
|
|
sdxExplorerToolBar = 'Explorer';
|
|
|
|
sdxMenuShortcutThumbnails = 'Thumbnails';
|
|
|
|
{ TreeView New}
|
|
|
|
sdxButtons = 'Buttons';
|
|
|
|
{ ListView }
|
|
|
|
sdxBtnHeadersFont = '&Headers Font...';
|
|
sdxHeadersTransparent = 'Transparent &Headers';
|
|
sdxHintListViewDesignerMessage = ' Most Options Are Being Taken Into Account Only In Detailed View';
|
|
sdxColumnHeaders = '&Column Headers';
|
|
|
|
{ Group LookAndFeel Names }
|
|
|
|
sdxReportGroupNullLookAndFeel = 'Null';
|
|
sdxReportGroupStandardLookAndFeel = 'Standard';
|
|
sdxReportGroupOfficeLookAndFeel = 'Office';
|
|
sdxReportGroupWebLookAndFeel = 'Web';
|
|
|
|
sdxLayoutGroupDefaultCaption = 'Layout Group';
|
|
sdxLayoutItemDefaultCaption = 'Layout Item';
|
|
|
|
{ Designer Previews}
|
|
|
|
{ Localize if you want (they are used inside FormatReport dialog -> ReportPreview) }
|
|
|
|
sdxCarManufacturerName5 = 'DaimlerChrysler AG';
|
|
sdxCarManufacturerCountry5 = 'Germany';
|
|
sdxCarModel5 = 'Maybach 62';
|
|
|
|
sdxLuxurySedans = 'Luxury Sedans';
|
|
sdxCarManufacturer = 'Manufacturer';
|
|
sdxCarModel = 'Model';
|
|
sdxCarEngine = 'Engine';
|
|
sdxCarTransmission = 'Transmission';
|
|
sdxCarTires = 'Tires';
|
|
sdx760V12Manufacturer = 'BMW';
|
|
sdx760V12Model = '760Li V12';
|
|
sdx760V12Engine = '6.0L DOHC V12 438 HP 48V DI Valvetronic 12-cylinder engine with 6.0-liter displacement, dual overhead cam valvetrain';
|
|
sdx760V12Transmission = 'Elec 6-Speed Automatic w/Steptronic';
|
|
sdx760V12Tires = 'P245/45R19 Fr - P275/40R19 Rr Performance. Low Profile tires with 245mm width, 19.0" rim';
|
|
|
|
{ Styles }
|
|
|
|
sdxBandHeaderStyle = 'BandHeader';
|
|
sdxCaptionStyle = 'Caption';
|
|
sdxCardCaptionRowStyle = 'Card Caption Row';
|
|
sdxCardRowCaptionStyle = 'Card Row Caption';
|
|
sdxCategoryStyle = 'Category';
|
|
sdxContentStyle = 'Content';
|
|
sdxContentEvenStyle = 'Content Even Rows';
|
|
sdxContentOddStyle = 'Content Odd Rows';
|
|
sdxFilterBarStyle = 'Filter Bar';
|
|
sdxFooterStyle = 'Footer';
|
|
sdxFooterRowStyle = 'Footer Row';
|
|
sdxGroupStyle = 'Group';
|
|
sdxHeaderStyle = 'Header';
|
|
sdxIndentStyle = 'Indent';
|
|
sdxPreviewStyle = 'Preview';
|
|
sdxSelectionStyle = 'Selection';
|
|
|
|
sdxStyles = 'Styles';
|
|
sdxStyleSheets = 'Style Sheets';
|
|
sdxBtnTexture = '&Texture...';
|
|
sdxBtnTextureClear = 'Cl&ear';
|
|
sdxBtnColor = 'Co&lor...';
|
|
sdxBtnSaveAs = 'Save &As...';
|
|
sdxBtnRename = '&Rename...';
|
|
|
|
sdxLoadBitmapDlgTitle = 'Load Texture';
|
|
|
|
sdxDeleteStyleSheet = 'Delete StyleSheet Named "%s"?';
|
|
sdxUnnamedStyleSheet = 'Unnamed';
|
|
sdxCreateNewStyleQueryNamePrompt = 'Enter New StyleSheet Name: ';
|
|
sdxStyleSheetNameAlreadyExists = 'StyleSheet named "%s" Already Exists';
|
|
|
|
sdxCannotLoadImage = 'Cannot Load Image "%s"';
|
|
sdxUseNativeStyles = '&Use Native Styles';
|
|
sdxSuppressBackgroundBitmaps = '&Suppress Background Textures';
|
|
sdxConsumeSelectionStyle = 'Consume Selection Style';
|
|
|
|
{ Grid4 new }
|
|
|
|
sdxSize = 'Size';
|
|
sdxLevels = 'Levels';
|
|
sdxUnwrap = '&Unwrap';
|
|
sdxUnwrapTopLevel = 'Un&wrap Top Level';
|
|
sdxRiseActiveToTop = 'Rise Active Level onto Top';
|
|
sdxCannotUseOnEveryPageModeInAggregatedState =
|
|
'Cannot Use OnEveryPage Mode'+ #13#10 +
|
|
'While Performing in Aggregated State';
|
|
|
|
sdxPagination = 'Pagination';
|
|
sdxByBands = 'By Bands';
|
|
sdxByColumns = 'By Columns';
|
|
sdxByRows = 'By &Rows';
|
|
sdxByTopLevelGroups = 'By TopLevel Groups';
|
|
sdxOneGroupPerPage = 'One Group Per Page';
|
|
|
|
sdxSkipEmptyViews = 'Skip Empty Views';
|
|
|
|
{* For those who will translate *}
|
|
{* You should also check "sdxCannotUseOnEveryPageMode" resource string - see above *}
|
|
{* It was changed to "- Toggle "Unwrap" Option off on "Behaviors" Tab"*}
|
|
|
|
{ TL 4 }
|
|
sdxBorders = 'Borders';
|
|
sdxExplicitlyExpandNodes = 'Explicitly Expand Nodes';
|
|
sdxNodes = '&Nodes';
|
|
sdxSeparators = 'Separators';
|
|
sdxThickness = 'Thickness';
|
|
sdxTLIncorrectHeadersState =
|
|
'Cannot Use Headers OnEveryPage Mode' + #13#10 +
|
|
#13#10 +
|
|
'You should either:' + #13#10 +
|
|
' - Set Band OnEveryPage Option On' + #13#10 +
|
|
' - Set Band Visible Option Off';
|
|
|
|
{ cxVerticalGrid }
|
|
|
|
sdxRows = '&Rows';
|
|
|
|
sdxMultipleRecords = '&Multiple Records';
|
|
sdxBestFit = '&Best Fit';
|
|
sdxKeepSameRecordWidths = '&Keep Same Record Widths';
|
|
sdxWrapRecords = '&Wrap Records';
|
|
|
|
sdxByWrapping = 'By &Wrapping';
|
|
sdxOneWrappingPerPage = '&One Wrapping Per Page';
|
|
|
|
{new in 3.01}
|
|
sdxCurrentRecord = 'Current Record';
|
|
sdxLoadedRecords = 'Loaded Records';
|
|
sdxAllRecords = 'All Records';
|
|
|
|
{ Container Designer }
|
|
|
|
sdxPaginateByControlDetails = 'Control Details';
|
|
sdxPaginateByControls = 'Controls';
|
|
sdxPaginateByGroups = 'Groups';
|
|
sdxPaginateByItems = 'Items';
|
|
|
|
sdxControlsPlace = 'Controls Place';
|
|
sdxExpandHeight = 'Expand Height';
|
|
sdxExpandWidth = 'Expand Width';
|
|
sdxShrinkHeight = 'Shrink Height';
|
|
sdxShrinkWidth = 'Shrink Width';
|
|
|
|
sdxCheckAll = 'Check &All';
|
|
sdxCheckAllChildren = 'Check All &Children';
|
|
sdxControlsTab = 'Controls';
|
|
sdxExpandAll = 'E&xpand All';
|
|
sdxHiddenControlsTab = 'Hidden Controls';
|
|
sdxReportLinksTab = 'Aggregated Designers';
|
|
sdxAvailableLinks = '&Available Links:';
|
|
sdxAggregatedLinks = 'A&ggregated Links:';
|
|
sdxTransparents = 'Transparents';
|
|
sdxUncheckAllChildren = 'Uncheck &All Children';
|
|
|
|
sdxRoot = '&Root';
|
|
sdxRootBorders = 'Root &Borders';
|
|
sdxControls = '&Controls';
|
|
sdxContainers = 'C&ontainers';
|
|
|
|
sdxHideCustomContainers = '&Hide Custom Containers';
|
|
|
|
{ General }
|
|
|
|
// FileSize abbreviation
|
|
|
|
sdxBytes = 'Bytes';
|
|
sdxKiloBytes = 'KB';
|
|
sdxMegaBytes = 'MB';
|
|
sdxGigaBytes = 'GB';
|
|
|
|
// Misc.
|
|
|
|
sdxThereIsNoPictureToDisplay = 'There is no picture to display';
|
|
sdxInvalidRootDirectory = 'Directory "%s" does not exists. Continue selection ?';
|
|
sdxPressEscToCancel = 'Press Esc to cancel';
|
|
sdxMenuFileRebuild = '&Rebuild';
|
|
sdxBuildingReportStatusText = 'Building report - Press Esc to cancel';
|
|
sdxPrintingReportStatusText = 'Printing report - Press Esc to cancel';
|
|
|
|
sdxBuiltIn = '[BuiltIn]';
|
|
sdxUserDefined = '[User Defined]';
|
|
sdxNewStyleRepositoryWasCreated = 'New StyleRepository "%s" was created and assigned';
|
|
|
|
{ new in PS 3.1}
|
|
sdxLineSpacing = '&Line spacing:';
|
|
sdxTextAlignJustified = 'Justified';
|
|
sdxSampleText = 'Sample Text Sample Text';
|
|
|
|
sdxCardsRows = '&Cards';
|
|
sdxTransparentRichEdits = 'Transparent &RichEdit Content';
|
|
|
|
sdxIncorrectFilterBarState =
|
|
'Cannot Use FilterBar OnEveryPage Mode' + #13#10 +
|
|
#13#10 +
|
|
'You should either:' + #13#10 +
|
|
' - Set Caption OnEveryPage Option On' + #13#10 +
|
|
' - Set Caption Visible Option Off';
|
|
sdxIncorrectBandHeadersState2 =
|
|
'Cannot Use BandHeaders OnEveryPage Mode' + #13#10 +
|
|
#13#10 +
|
|
'You should either:' + #13#10 +
|
|
' - Set Caption and FilterBar OnEveryPage Option On' + #13#10 +
|
|
' - Set Caption and FilterBar Visible Option Off';
|
|
sdxIncorrectHeadersState2 =
|
|
'Cannot Use Headers OnEveryPage Mode' + #13#10 +
|
|
#13#10 +
|
|
'You should either:' + #13#10 +
|
|
' - Set Caption, FilterBar and Band OnEveryPage Option On' + #13#10 +
|
|
' - Set Caption, FilterBar and Band Visible Option Off';
|
|
|
|
{ new in PS 3.2}
|
|
sdxAvailableReportLinks = 'Available ReportLinks';
|
|
sdxBtnRemoveInconsistents = 'Remove Unneeded';
|
|
sdxColumnHeadersOnEveryPage = 'Column &Headers';
|
|
|
|
{ Scheduler }
|
|
|
|
sdxNotes = 'Notes';
|
|
sdxTaskPad = 'TaskPad';
|
|
sdxPrimaryTimeZone = 'Primary';
|
|
sdxSecondaryTimeZone = 'Secondary';
|
|
|
|
sdxDay = 'Day';
|
|
sdxWeek = 'Week';
|
|
sdxMonth = 'Month';
|
|
|
|
sdxSchedulerSchedulerHeader = 'Scheduler Header';
|
|
sdxSchedulerContent = 'Content';
|
|
sdxSchedulerDateNavigatorContent = 'DateNavigator Content';
|
|
sdxSchedulerDateNavigatorHeader = 'DateNavigator Header';
|
|
sdxSchedulerDayHeader = 'Day Header';
|
|
sdxSchedulerEvent = 'Event';
|
|
sdxSchedulerResourceHeader = 'Resource Header';
|
|
sdxSchedulerNotesAreaBlank = 'Notes Area (Blank)';
|
|
sdxSchedulerNotesAreaLined = 'Notes Area (Lined)';
|
|
sdxSchedulerTaskPad = 'TaskPad';
|
|
sdxSchedulerTimeRuler = 'Time Ruler';
|
|
|
|
sdxPrintStyleNameDaily = 'Daily';
|
|
sdxPrintStyleNameWeekly = 'Weekly';
|
|
sdxPrintStyleNameMonthly = 'Monthly';
|
|
sdxPrintStyleNameDetails = 'Details';
|
|
sdxPrintStyleNameMemo = 'Memo';
|
|
sdxPrintStyleNameTrifold = 'Trifold';
|
|
|
|
sdxPrintStyleCaptionDaily = 'Daily Style';
|
|
sdxPrintStyleCaptionWeekly = 'Weekly Style';
|
|
sdxPrintStyleCaptionMonthly = 'Monthly Style';
|
|
sdxPrintStyleCaptionDetails = 'Calendar Details Style';
|
|
sdxPrintStyleCaptionMemo = 'Memo Style';
|
|
sdxPrintStyleCaptionTrifold = 'Tri-fold Style';
|
|
sdxPrintStyleCaptionYearly = 'Yearly Style';
|
|
sdxPrintStyleShowEventImages = 'Show event images';
|
|
sdxPrintStyleShowResourceImages = 'Show resource images';
|
|
|
|
sdxTabPrintStyles = 'Print Styles';
|
|
|
|
sdxPrintStyleDontPrintWeekEnds = '&Don''t Print Weekends';
|
|
sdxPrintStyleInclude = 'Include:';
|
|
sdxPrintStyleIncludeTaskPad = 'Task&Pad';
|
|
sdxPrintStyleIncludeNotesAreaBlank = 'Notes Area (&Blank)';
|
|
sdxPrintStyleIncludeNotesAreaLined = 'Notes Area (&Lined)';
|
|
sdxPrintStyleLayout = '&Layout:';
|
|
sdxPrintStylePrintFrom = 'Print &From:';
|
|
sdxPrintStylePrintTo = 'Print &To:';
|
|
|
|
sdxPrintStyleDailyLayout1PPD = '1 page/day';
|
|
sdxPrintStyleDailyLayout2PPD = '2 pages/day';
|
|
|
|
sdxPrintStyleWeeklyArrange = '&Arrange:';
|
|
sdxPrintStyleWeeklyArrangeT2B = 'Top to bottom';
|
|
sdxPrintStyleWeeklyArrangeL2R = 'Left to right';
|
|
sdxPrintStyleWeeklyLayout1PPW = '1 page/week';
|
|
sdxPrintStyleWeeklyLayout2PPW = '2 pages/week';
|
|
sdxPrintStyleWeeklyDaysLayout = '&Days layout:';
|
|
sdxPrintStyleWeeklyDaysLayoutTC = 'Two columns';
|
|
sdxPrintStyleWeeklyDaysLayoutOC = 'One column';
|
|
|
|
sdxPrintStyleMemoStartEachItemOnNewPage = 'Start Each Item On New Page';
|
|
sdxPrintStyleMemoPrintOnlySelectedEvents = 'Print Only Selected Events';
|
|
|
|
sdxPrintStyleMonthlyLayout1PPM = '1 page/month';
|
|
sdxPrintStyleMonthlyLayout2PPM = '2 pages/month';
|
|
sdxPrintStyleMonthlyPrintExactly1MPP = 'Print &Exactly One Month Per Page';
|
|
|
|
sdxPrintStyleTrifoldSectionModeDailyCalendar = 'Daily Calendar';
|
|
sdxPrintStyleTrifoldSectionModeWeeklyCalendar = 'Weekly Calendar';
|
|
sdxPrintStyleTrifoldSectionModeMonthlyCalendar = 'Monthly Calendar';
|
|
sdxPrintStyleTrifoldSectionModeTaskPad = 'TaskPad';
|
|
sdxPrintStyleTrifoldSectionModeNotesBlank = 'Notes (Blank)';
|
|
sdxPrintStyleTrifoldSectionModeNotesLined = 'Notes (Lined)';
|
|
sdxPrintStyleTrifoldSectionLeft = '&Left Section:';
|
|
sdxPrintStyleTrifoldSectionMiddle = '&Monthly Section:';
|
|
sdxPrintStyleTrifoldSectionRight = '&Right Section:';
|
|
|
|
sdxPrintStyleMonthPerPage = '&Months/Page:';
|
|
sdxPrintStyleYearly1MPP = '1 month/page';
|
|
sdxPrintStyleYearly2MPP = '2 months/page';
|
|
sdxPrintStyleYearly3MPP = '3 months/page';
|
|
sdxPrintStyleYearly4MPP = '4 months/page';
|
|
sdxPrintStyleYearly6MPP = '6 months/page';
|
|
sdxPrintStyleYearly12MPP = '12 months/page';
|
|
sdxPrintStylePrimaryPageHeadersOnly = 'Primary page headers only';
|
|
|
|
sdxPrintStyleDetailsStartNewPageEach = 'Start a New Page Each:';
|
|
|
|
sdxSuppressContentColoration = 'Suppress &Content Coloration';
|
|
sdxOneResourcePerPage = 'One &Resource Per Page';
|
|
|
|
sdxPrintRanges = 'Print Ranges';
|
|
sdxPrintRangeStart = '&Start:';
|
|
sdxPrintRangeEnd = '&End:';
|
|
sdxHideDetailsOfPrivateAppointments = '&Hide Details of Private Appointments';
|
|
sdxResourceCountPerPage = '&Resources/Page:';
|
|
|
|
sdxSubjectLabelCaption = 'Subject:';
|
|
sdxLocationLabelCaption = 'Location:';
|
|
sdxStartLabelCaption = 'Start:';
|
|
sdxFinishLabelCaption = 'End:';
|
|
sdxShowTimeAsLabelCaption = 'Show Time As:';
|
|
sdxRecurrenceLabelCaption = 'Recurrence:';
|
|
sdxRecurrencePatternLabelCaption = 'Recurrence Pattern:';
|
|
|
|
//messages
|
|
sdxSeeAboveMessage = 'Please See Above';
|
|
sdxAllDayMessage = 'All Day';
|
|
sdxContinuedMessage = 'Continued';
|
|
sdxShowTimeAsFreeMessage = 'Free';
|
|
sdxShowTimeAsTentativeMessage = 'Tentative';
|
|
sdxShowTimeAsOutOfOfficeMessage = 'Out of Office';
|
|
|
|
sdxRecurrenceNoneMessage = '(none)';
|
|
scxRecurrenceDailyMessage = 'Daily';
|
|
scxRecurrenceWeeklyMessage = 'Weekly';
|
|
scxRecurrenceMonthlyMessage = 'Monthly';
|
|
scxRecurrenceYearlyMessage = 'Yearly';
|
|
|
|
//error messages
|
|
sdxInconsistentTrifoldStyle = 'The Tri-fold style requires at least one calendar section. ' +
|
|
'Select Daily, Weekly, or Monthly Calendar for one of section under Options.';
|
|
sdxBadTimePrintRange = 'The hours to print are not valid. The start time must precede the end time.';
|
|
sdxBadDatePrintRange = 'The date in the End box cannot be prior to the date in the Start box.';
|
|
sdxCannotPrintNoSelectedItems = 'Cannot print unless an item is selected. Select an item, and then try to print again.';
|
|
sdxCannotPrintNoItemsAvailable = 'No items available within the specified print range.';
|
|
|
|
{ PivotGrid }
|
|
|
|
sdxColumnFields = '&Column Fields';
|
|
sdxDataFields = '&Data Fields';
|
|
sdxFiterFields = '&Filter Fields';
|
|
sdxRowFields = '&Row Fields';
|
|
|
|
sdxAutoColumnsExpand = 'A&uto Columns Expand';
|
|
sdxAutoRowsExpand = 'Auto &Rows Expand';
|
|
|
|
// styles
|
|
sdxPivotGridColumnHeader = 'Column Header';
|
|
sdxPivotGridContent = 'Content';
|
|
sdxPivotGridFieldHeader = 'Field Header';
|
|
sdxPivotGridHeaderBackground = 'Header Background';
|
|
sdxPivotGridRowHeader = 'Row Header';
|
|
|
|
// PivotPreview fields
|
|
sdxUnitPrice = 'Unit Price';
|
|
sdxCarName = 'Car Name';
|
|
sdxQuantity = 'Quantity';
|
|
sdxPaymentAmount = 'Payment Amount';
|
|
sdxPurchaseQuarter = 'Purchase Quarter';
|
|
sdxPurchaseMonth = 'Purchase Month';
|
|
sdxPaymentType = 'Payment Type';
|
|
sdxCompanyName = 'Company Name';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|