/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ComponentMessages } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class MessagesDirective extends ComponentMessages { /** * Sets the name for the **Home** toolbar tab. */ home: string; /** * Sets the name for the **File** toolbar tab. */ file: string; /** * Sets the name for the **Insert** toolbar tab. */ insert: string; /** * Sets the name for the **Format** toolbar tab. */ formatTab: string; /** * Sets the name for the **Data** toolbar tab. */ dataTab: string; /** * Sets the title for the **Save** File tool. */ saveFile: string; /** * Sets the title for the **PDF Export** tool. */ pdfExport: string; /** * Sets the title for the **Load File** tool. */ loadFile: string; /** * Sets the title for the **Bold** tool. */ bold: string; /** * Sets the title for the **Data Validation** tool. */ dataValidation: string; /** * Sets the title for the **Filter** tool. */ filter: string; /** * Sets the label text for the Cell Range input in the data validation dialog. */ validationCellRange: string; /** * Sets the label text for the Criteria dropdown in the data validation dialog. */ validationCriteria: string; /** * Sets the label text for the Comparer dropdown in the data validation dialog. */ validationComparer: string; /** * Sets the label text for the Min value in the data validation dialog. */ validationMinValue: string; /** * Sets the label text for the Max value in the data validation dialog. */ validationMaxValue: string; /** * Sets the label text for the Start value in the data validation dialog. */ validationStartValue: string; /** * Sets the label text for the End value in the data validation dialog. */ validationEndValue: string; /** * Sets the label text for the Value in the data validation dialog. */ validationValue: string; /** * Sets the label text for the Show list button checkbox in the data validation dialog. */ validationShowListButtonCheckbox: string; /** * Sets the label text for the Show date button checkbox in the data validation dialog. */ validationShowDateButtonCheckbox: string; /** * Sets the label text for the Ignore blank checkbox in the data validation dialog. */ validationIgnoreBlankCheckbox: string; /** * Sets the label text for the On invalid data option in the data validation dialog. */ validationOnInvalidData: string; /** * Sets the label text for the Reject input radio button in the data validation dialog. */ validationRejectInput: string; /** * Sets the label text for the Show warning radio button in the data validation dialog. */ validationShowWarning: string; /** * Sets the label text for the Show hint checkbox in the data validation dialog. */ validationShowHint: string; /** * Sets the text for the Any value validation criteria. */ anyValueValidationCriteria: string; /** * Sets the text for the Number validation criteria. */ numberValidationCriteria: string; /** * Sets the text for the Text validation criteria. */ textValidationCriteria: string; /** * Sets the text for the Date validation criteria. */ dateValidationCriteria: string; /** * Sets the text for the Custom Formula validation criteria. */ customFormulaValidationCriteria: string; /** * Sets the text for the List validation criteria. */ listValidationCriteria: string; /** * Sets the text for the greater than validation comparer. */ greaterThanValidationComparer: string; /** * Sets the text for the less than validation comparer. */ lessThanValidationComparer: string; /** * Sets the text for the between validation comparer. */ betweenValidationComparer: string; /** * Sets the text for the not between validation comparer. */ notBetweenValidationComparer: string; /** * Sets the text for the equal to validation comparer. */ equalToValidationComparer: string; /** * Sets the text for the not equal to validation comparer. */ notEqualToValidationComparer: string; /** * Sets the text for the greater than or equal to validation comparer. */ greaterThanOrEqualToValidationComparer: string; /** * Sets the text for the less than or equal to validation comparer. */ lessThanOrEqualToValidationComparer: string; /** * Sets the label text for the Custom hint input in the data validation dialog. */ validationHintMessage: string; /** * Sets the label text for the Custom hint title input in the data validation dialog. */ validationHintTitle: string; /** * Sets the title for the **Italic** tool. */ italic: string; /** * Sets the title for the **Underline** tool. */ underline: string; /** * Sets the title for the **Format** tool. */ format: string; /** * Sets the title for the **Font Family** tool. */ fontFamily: string; /** * Sets the title for the **Font Size** tool. */ fontSize: string; /** * Sets the title for the **Undo** tool. */ undo: string; /** * Sets the title for the **Redo** tool. */ redo: string; /** * Sets the title for the tool that changes the text background color. */ background: string; /** * Sets the title for the tool that changes the text font color. */ color: string; /** * Sets the title for the **Grid Lines** tool. */ gridLines: string; /** * Sets the title for the tool that adds a new column before the selected column. */ addColumnLeft: string; /** * Sets the title for the tool that adds a new column after the selected column. */ addColumnRight: string; /** * Sets the title for the tool that adds a new row below the selected row. */ addRowBelow: string; /** * Sets the title for the tool that adds a new row above the selected row. */ addRowAbove: string; /** * Sets the title for the tool that deletes a column. */ deleteColumn: string; /** * Sets the title for the tool that deletes a row. */ deleteRow: string; /** * Sets the title for the **Text Wrap** tool. */ wrap: string; /** * Sets the title for the **Text Align** tool. */ align: string; /** * Sets the title for the **Text Align Horizontal** tool. */ alignHorizontal: string; /** * Sets the title for the **Text Align Vertical** tool. */ alignVertical: string; /** * Sets the title for the **Text Align Left** tool. */ alignLeft: string; /** * Sets the title for the **Text Align Center** tool. */ alignCenter: string; /** * Sets the title for the **Text Align Right** tool. */ alignRight: string; /** * Sets the title for the **Text Align Justify** tool. */ alignJustify: string; /** * Sets the title for the **Text Align Top** tool. */ alignTop: string; /** * Sets the title for the **Text Align Middle** tool. */ alignMiddle: string; /** * Sets the title for the **Text Align Bottom** tool. */ alignBottom: string; /** * Sets the text for the **Apply** button in all Spreadsheet dialogs. */ dialogApply: string; /** * Sets the text for the **Cancel** button in all Spreadsheet dialogs. */ dialogCancel: string; /** * Sets the text for the **Delete** button in the Delete sheet dialog. */ dialogDelete: string; /** * Sets the text for the **Rename** button in the Rename sheet dialog. */ dialogRename: string; /** * Sets the text for the **Insert** button in all Spreadsheet dialogs. */ dialogInsert: string; /** * Sets the text for the **Remove** button in all Spreadsheet dialogs. */ dialogRemove: string; /** * Sets the text for the **Remove link** button in the Link tool dialog. */ dialogRemoveLink: string; /** * Sets the title for the Delete sheet dialog. */ delete: string; /** * Sets the title for the Rename sheet dialog. */ rename: string; /** * Sets the title for the Name Box input. */ nameBox: string; /** * Sets the title for the Formula input. */ formulaInput: string; /** * Sets the title for the Add new sheet button. */ addSheet: string; /** * Sets the title for the Sheets menu button. */ sheetsMenu: string; /** * Sets the text for the View toolbar tab. */ view: string; /** * Sets the title for the Cells Merge tool. */ merge: string; /** * Sets the title for the Merge horizontally tool. */ mergeHorizontally: string; /** * Sets the title for the Merge vertically tool. */ mergeVertically: string; /** * Sets the title for the Merge all tool. */ mergeAll: string; /** * Sets the title for the Unmerge tool. */ unmerge: string; /** * Sets the title for the tool that inserts a link. */ insertLink: string; /** * Sets the title for the tool that increases decimals. */ increaseDecimal: string; /** * Sets the title for the tool that decreases decimals. */ decreaseDecimal: string; /** * Sets the title for the tool that increases the cell font size. */ increaseFontSize: string; /** * Sets the title for the tool that decreases the cell font size. */ decreaseFontSize: string; /** * Sets the content for the dialog that warns about an unsupported file type. */ openUnsupported: string; /** * Sets the content for the dialog that warns about modifying a merged cell. */ modifyMerged: string; /** * Sets the content for the dialog that warns about modifying a disabled cell. */ cannotModifyDisabled: string; /** * The content of the dialog that warns about performing an action on a range that contains disabled cells. */ rangeDisabled: string; /** * Sets the text for the **OK** dialog button. */ dialogOk: string; /** * Sets the title for an error dialog. */ dialogError: string; /** * Sets the content for the dialog that warns about duplicated sheet name. */ duplicateSheetName: string; /** * Sets the Copy command text. */ copy: string; /** * Sets the Cut command text. */ cut: string; /** * Sets the Paste command text. */ paste: string; /** * Sets the Hide row command text. */ hideRow: string; /** * Sets the Unhide row command text. */ unhideRow: string; /** * Sets the Hide column command text. */ hideColumn: string; /** * Sets the Unhide column command text. */ unhideColumn: string; /** * Sets the text for the Sheet menu Delete option. */ sheetDelete: string; /** * Sets the text for the Sheet menu Rename option. */ sheetRename: string; /** * Sets the text for the Sheet menu Hide option. */ sheetHide: string; /** * Sets the text for the Sheet menu Duplicate option. */ sheetDuplicate: string; /** * Sets the text for the Sheet menu Move Left option. */ sheetMoveLeft: string; /** * Sets the text for the Sheet menu Move Right option. */ sheetMoveRight: string; /** * Sets the content for the dialog that warns about invalid name input. * * The content consists of a two-part message - the input value and a localizable string. * For user value input **A1%**, the default dialog content will be **Invalid name: A1%**. * * To allow reordering the input value and the localizable part, the `invalidNameError` accepts a string with a * placeholder for the input value, for example, **{inputValue} is invalid**. The `{inputValue}` placeholder will be replaced * internally with the current value, and the resulting label will be rendered as **A1% is invalid**. */ invalidNameError: string; /** * The content of the dialog that warns about sorting range containing cells of mixed shapes. */ cantSortMixedCells: string; /** * The text of the **Apply** button in the filter menu. */ filterApply: string; /** * The text of the **Clear** button in the filter menu. */ filterClear: string; /** * The text of the **All** grouping item in the filter menu. */ filterMenuAll: string; /** * The text for the blank (empty) values. */ blankValues: string; /** * The text of the **contains** filter operator. */ filterContainsOperator: string; /** * The text of the **does not contain** filter operator. */ filterNotContainsOperator: string; /** * The text of the **starts with** filter operator. */ filterStartsWithOperator: string; /** * The text of the **ends with** filter operator. */ filterEndsWithOperator: string; /** * The text of the **matches** filter operator. */ filterMatchesOperator: string; /** * The text of the **does not match** filter operator. */ filterNotMatchesOperator: string; /** * The text of the **Date is** filter operator. */ filterDateEqOperator: string; /** * The text of the **Date is not** filter operator. */ filterDateNotEqOperator: string; /** * The text of the **Date is before** filter operator. */ filterBeforeOperator: string; /** * The text of the **Date is after** filter operator. */ filterAfterOperator: string; /** * Sets the text for the **Equal (Is equal to)** filter operator. */ filterEqOperator: string; /** * Sets the text for the **Not equal (Is not equal to)** filter operator. */ filterNotEqOperator: string; /** * The text of the greater than or equal filter operator. */ filterGteOperator: string; /** * The text of the **greater than** filter operator. */ filterGtOperator: string; /** * The text of the **less than or equal** filter operator. */ filterLteOperator: string; /** * The text of the **less than** filter operator. */ filterLtOperator: string; /** * The text of the **none** filter operator. */ filterNoneOperator: string; /** * The text of the **Filter by condition** menu item. */ filterMenuConditionItem: string; /** * The text of the **Filter by value** menu item. */ filterMenuValueItem: string; /** * The title of the Sort ToolBar tool. */ sort: string; /** * The text of the **Sort range A to Z** option. */ sortAsc: string; /** * The text of the **Sort range Z to A** option. */ sortDesc: string; /** * The text of the **Unsort** option. */ unsort: string; /** * The content of the dialog that warns about sorting incorrect (empty) range. */ cantSortNullRef: string; /** * The content of the dialog that warns about sorting multiple range selection. */ cantSortMultipleSelection: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }