/**----------------------------------------------------------------------------------------- * 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 Messages extends ComponentMessages { /** * Sets the title and label for the **ZoomIn** tool. */ zoomInTitle: string; /** * Sets the title and label for the **ZoomOut** tool. */ zoomOutTitle: string; /** * Sets the title and label for the **Selection** tool. */ selectionTitle: string; /** * Sets the title and label for the **Panning** tool. */ panningTitle: string; /** * Sets the title and label for the **Search** tool. */ searchTitle: string; /** * Sets the title and label for the **Open** tool. */ openTitle: string; /** * Sets the title and label for the **Download** tool. */ downloadTitle: string; /** * Sets the title and label for the **Print** tool. */ printTitle: string; /** * Sets the `aria-label` attribute for the Pager input element. */ pagerInputLabel: string; /** * Sets the `title` attribute for the Pager input element. */ pagerInputTitle: string; /** * Sets the label for the Pager **First page** button. */ pagerFirstPage: string; /** * Sets the label for the Pager **Previous page** button. */ pagerPreviousPage: string; /** * Sets the label for the Pager **Next page** button. */ pagerNextPage: string; /** * Sets the label for the Pager **Last page** button. */ pagerLastPage: string; /** * Sets the text before the Pager total-page number. */ pagerOf: string; /** * Sets the text before the Pager input. */ pagerPage: string; /** * Sets the text for the zoom level chooser **Fit to page** option. */ fitToPage: string; /** * Sets the text for the zoom level chooser **Fit to width** option. */ fitToWidth: string; /** * Sets the placeholder text for the search input. */ searchInputPlaceholder: string; /** * Sets the text before the total number of matches in the **Search** tool. */ searchMatchesOf: string; /** * Sets the title for the **Search** previous match button. */ searchPreviousMatchTitle: string; /** * Sets the title for the **Search** next match button. */ searchNextMatchTitle: string; /** * Sets the title for the **Search** close button. */ searchCloseTitle: string; /** * Sets the title for the **Search** match case button. */ searchMatchCaseTitle: string; /** * Sets the placeholder text for the zoom tool input. */ zoomInputPlaceholder: string; /** * Sets the title and label for the **Annotation Editor** tool. */ annotationsTitle: string; /** * Sets the title and label for the **Annotation Editor** tool. */ annotationEditorTitle: string; /** * Sets the title and label for the **Delete Annotation** tool. */ deleteAnnotationTitle: string; /** * Sets the title and label for the **Highligh Annotation** tool. */ highlightAnnotationTitle: string; /** * Sets the title and label for the **Free Text Annotation** tool. */ freeTextAnnotationTitle: string; /** * Sets the title and label for the **Close Annotations Toolbar** tool. */ closeAnnotationsToolbarTitle: string; /** * Sets the title of the **Delete Annotation** confirmation dialog. */ deleteAnnotationConfirmationDialogTitle: string; /** * Sets the content text of the **Delete Annotation** confirmation dialog. */ deleteAnnotationConfirmationDialogContent: string; /** * Sets the text of the **Delete Annotation** confirmation dialog confirm action button. */ deleteAnnotationConfirmationDialogConfirmText: string; /** * Sets the text of the **Delete Annotation** confirmation dialog reject action button. */ deleteAnnotationConfirmationDialogRejectText: string; /** * Sets the text of the **Font Size** section in the annotation editor dialog. */ annotationEditorFontSizeTitle: string; /** * Sets the text of the **Color** section in the annotation editor dialog. */ annotationEditorColorTitle: string; /** * Sets the label for the PDF viewer canvas container. */ canvasLabel: string; /** * Sets the text for the FileSelect drop zone hint when no file is being dragged. */ blankPageDropFilesHere: string; /** * Sets the text for the FileSelect external drop zone hint when no file is being dragged. */ blankPageExternalDropFilesHere: string; /** * Sets the text for the FileSelect button in the blank page drop zone. */ blankPageSelect: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }