aspnet-devexpress-dot-web-dot-localization-56afccae.md
Contains strings that can be localized for the controls of the Data and Image Navigation, Docking and Popups, Site Navigation and Layout, File Management, and Multi-Use Site Controls. For more information, refer to the Localization topic.
Namespace : DevExpress.Web.Localization
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ASPxperienceStringId
Public Enum ASPxperienceStringId
| Name | Description |
|---|---|
CallbackGenericErrorText |
Defines a general error message shown if an exception occurred on the server when processing a callback sent by a DevExpress control.
|
| Documents_CantSaveToAlreadyOpenedFileMessage |
Contains localizable text of the corresponding UI element.
|
| Loading |
The text that is loading panel text.
Default Value : “Loading…”
|
| SharePoint_DesignTime_EmptyView |
Contains localizable text of the corresponding UI element.
Default value : “This control cannot be rendered in the Design view for the current project type”
|
| Pager_All |
The text displayed in a navigation button that allows displaying the content of all the pages within a view.
Default Value : “All”
|
| Pager_First |
The text displayed in a navigation button that allows navigating a user to the first page.
Default Value : “First”
|
| Pager_Prev |
The text displayed in a navigation button that allows navigating a user to the previous page.
Default Value : “Prev”
|
| Pager_Next |
The text displayed in a navigation button that allows navigating a user to the next page.
Default Value : “Next”
|
| Pager_Last |
The text displayed in a navigation button that allows navigating a user to the last page.
Default Value : “Last”
|
| Pager_SummaryFormat |
The summary label format.
Default Value : “Page {0} of {1} ({2} items)”
|
| Pager_SummaryAllPagesFormat |
The summary label format, used when all pages are shown.
Default Value : “Pages: {0} - {1} ({2} items)”
|
| Pager_SummaryEmptyText |
The summary text displayed when there is no data to paginate.
Default Value : “No data to paginate”
|
| Pager_PageSize |
The text displayed in a page size item‘s caption.
Default Value : “Page Size:”
|
| Pager_PageSizeAllItem |
The text displayed in an All item within the page size item that allows displaying the content of all the pages within a view.
Default Value : “All”
|
| DataView_PagerSummaryFormat |
The pager summary format.
Default Value : “Page {0} of {1}”
|
| DataView_PagerSummaryAllPages |
The text displayed within the pager when all pages are shown.
Default Value : “All pages”
|
| DataView_PagerPageSize |
Specifies the caption of the pager’s page size item when the ASPxDataView.Layout property is set to Flow.
Default Value : “Page Size:”
|
| DataView_PagerRowPerPage |
Specifies the caption of the pager’s page size item when the ASPxDataView.Layout property is set to Table.
Default Value : “Row per page:”
|
| DataView_ShowMoreItemsText |
A text displayed in a ‘Show more items’ button.
Default Value: “Show more items…”
|
| DataViewBase_EmptyDataText |
The explanatory text displayed within an empty data area.
Default Value : “No data to display”
|
| NewsControl_BackToTop |
The label of a button that allows returning to an ASPxNewsControl control top.
Default Value : “Back to top”
|
| NewsControl_Page |
The text that heads the area of a pager within the ASPxNewsControl.
Default Value : “Page:”
|
| PopupControl_CloseButton |
Defines the alternative text for the close button.
Default value : “[Close]”
|
| PopupControl_PinButton |
Defines the alternative text for the pin button.
Default value : “[Pin/Unpin]”
|
| PopupControl_RefreshButton |
Defines the alternative text for the refresh button.
Default value : “[Refresh]”
|
| PopupControl_CollapseButton |
Defines the alternative text for the collapse button.
Default value : “[Collapse/Expand]”
|
| PopupControl_MaximizeButton |
Defines the alternative text for the maximize button.
Default value : “[Maximize/Restore]”
|
| PopupControl_SizeGrip |
Defines the alternative text for the size grip.
Default value : “[Resize]”
|
| RoundPanel_CollapseButton |
Defines the alternative text for the collapse button.
Default value : “[Collapse/Expand]”
|
| TitleIndex_FilterCaption |
The caption of the filter box within an ASPxTitleIndex control.
Default Value : “Filter:”
|
| TitleIndex_FilterHint |
The filter box info text within an ASPxTitleIndex control.
Default Value : “ ? = any single character * = any characters”
|
| TitleIndex_BackToTop |
The label of a button that allows returning to an ASPxTitleIndex control top.
Default Value : “[Back to Top]”
|
| TitleIndex_NoData |
The text displayed within an ASPxTitleIndex control when no item meets the filter condition.
Default Value : “No data for this filter criteria”
|
| UploadControl_MaxSize |
The error text to be displayed within the ASPxUploadControl‘s error frame, if the selected file’s size exceeds the maximum allowed size.
Default Value : “File size exceeds the maximum allowed size, which is {0} bytes”
|
| UploadControl_AccessDeniedError |
The error text to be displayed within the ASPxUploadControl‘s error frame, if access to a required server path is denied.
Default Value : “Access to the server path “{0}” is denied. The reason might be due to lack of permissions to write files in this (or parent) folder.’”
|
| UploadControl_GeneralError |
The error text to be displayed within the ASPxUploadControl‘s error frame, if an external error occurs.
Default Value : “File upload failed due to an external error”
|
| UploadControl_UnspecifiedError |
The error text to be displayed within the ASPxUploadControl‘s error frame, if an internal unspecified error occurs.
Default Value : “The server encountered an internal unspecified error that prevented it from fulfilling the request.”
|
| UploadControl_CallbackResultIncorrectError |
The error text to be displayed within the ASPxUploadControl if the server returned unexpected response.
Default Value : “The web server returned unexpected response.”
|
| UploadControl_UploadWasCanceledError |
The error text to be displayed within the ASPxUploadControl, if upload was canceled.
Default Value : “File upload was canceled.”
|
| UploadControl_PlatformErrorText |
The error text to be displayed within the ASPxUploadControl‘s error frame, if the platform utilized does not support this file upload mode.
Default Value : “Please use a browser with HTML5 support; or install <a href="{0}">Microsoft Silverlight v3 or later</a> to view this content and have an ability to upload files.”
|
| UploadControl_EnctypeError |
The error text to be displayed within the ASPxUploadControl‘s error frame, if a form’s enctype attribute is not correct.
Default Value : “File uploading fails because the form’s enctype attribute is not set to ‘multipart/form-data’”
|
| UploadControl_MultiSelection |
The error text to be displayed within the ASPxUploadControl‘s error message, if the selected files exceed the allowed file size or their extensions are not allowed.
Default Value : “Attention! The following {0} files are invalid because they exceed the allowed file size ({1}) or their extensions are not allowed. These files have been removed from selection, so they will not be uploaded. {2}”
|
| UploadControl_NotAllowedContentTypes |
The error text to be displayed within the ASPxUploadControl‘s error frame, if the selected file content type isn’t allowed.
Default Value : “This content type isn’t allowed”
|
| UploadControl_NotAllowedFileExtension |
The error text to be displayed within the ASPxUploadControl‘s error frame, if the selected file extension isn’t allowed.
Default Value : “This file extension isn’t allowed”
|
| UploadControl_FileDoesNotExistError |
The error text to be displayed within the ASPxUploadControl‘s error frame, if an uploaded file doesn’t exist.
Default Value : “The uploading file doesn’t exist”
|
| UploadControl_ClearFileSelectionButtonToolTip |
A text displayed in a tooltip of a clear file selection button.
Default Value : “Clear selection”
|
| UploadControl_RemoveButton |
The text displayed in the remove button.
Default Value : “Remove”
|
| UploadControl_AddButton |
The text displayed in the add button.
Default Value : “Add”
|
| UploadControl_BrowseButton |
The text displayed in the browse button.
Default Value : “Browse…”
|
| UploadControl_UploadButton |
The text displayed in the upload button.
Default Value : “Upload”
|
| UploadControl_CancelButton |
The text displayed in the cancel button.
Default Value : “Cancel”
|
| UploadControl_InvalidWindowsFileName |
The error text to be displayed in the ASPxUploadControl‘s error frame if the specified file name contains invalid characters.
Default Value : “The file name contains invalid characters.”
|
| UploadControl_SelectedSeveralFiles |
The text displayed in the text box in multiupload mode if several files are selected for upload.
Default Value : “{0} files are selected for upload”
|
| UploadControl_TooManyFilesError |
The error text to be displayed within the ASPxUploadControl‘s error frame, if an end-user has selected too many files for upload.
Default Value : “Too many files are selected. Reduce the number of selected files and try again.”
|
| UploadControl_OperationTimeoutError |
The error text to be displayed in the ASPxUploadControl‘s error frame if the file upload cannot be completed due to an operation timeout.
Default Value : “The file upload cannot be completed due to an operation timeout. Reload the web page and upload your file(s) once again.”
|
| UploadControl_UploadModeNotSupported |
The error text to be displayed within the ASPxUploadControl‘s error frame, if the browser utilized does not support this file upload mode.
Default Value : “Your browser does not support this file upload mode.”
|
| UploadControl_DropZone |
A text displayed in a drop zone.
Default Value : “Drop files here”
|
| UploadControl_DragAndDropMoreThanOneFileError |
The error text to be displayed in the ASPxUploadControl‘s error frame, if an end-user dragged more than one file for upload, whereas multiple file selection is not allowed.
Default Value : “You dragged more than one file, whereas multiple file selection is not allowed. Please drag a single file only.”
|
| UploadControl_MaxFileCountError |
The error text to be displayed in the ASPxUploadControl‘s error frame, if an end-user has selected more files than are allowed for upload.
Default Value : “{0} file(s) have been removed from the selection because they exceed the limit of files to be uploaded at once (which is set to {1}).”
|
| UploadControl_SessionHasExpiredError |
The error text to be displayed within the ASPxUploadControl’s error frame, if the session has expired. Default Value: “Your session has expired. Please refresh the page to continue.”
|
| TreeView_AltExpand |
Defines the alternative text for an expand button image, which when clicked, expands a node.
Default value : “Expand”
|
| TreeView_AltCollapse |
Defines the alternative text for an expand button image, which when clicked, collapses a node.
Default value : “Collapse”
|
| TreeView_AltLoading |
Defines the alternative text for the loading panel image.
Default value : “Loading”
|
| FileManager_FolderLocked |
Defines the alternative text for the locked folder.
Default value : “Locked for upload”
|
| FileManager_Folder |
Defines the alternative text for the folder.
Default value : “Folder”
|
| FileManager_Filter |
Defines the label caption for the filter box of the ASPxFileManager.
Default value : “Filter By:”
|
| FileManager_Path |
Specifies the caption of the Path: label of the path box.
Default Value : “Path:”
|
| FileManager_TbCreate |
Specifies the tooltip text of the create button in the ASPxFileManager.
Default Value : “Create (F7)”
|
| FileManager_TbRename |
Specifies the tooltip text of the rename button in the ASPxFileManager.
Default Value : “Rename (F2)”
|
| FileManager_TbMove |
Specifies the tooltip text of the move button in the ASPxFileManager.
Default Value : “Move (F6)”
|
| FileManager_TbDelete |
Specifies the tooltip text of the delete button in the ASPxFileManager.
Default Value : “Delete (Del)”
|
| FileManager_TbRefresh |
Specifies the tooltip text of the refresh button in the ASPxFileManager.
Default Value : “Refresh”
|
| FileManager_TbDownload |
Specifies the tooltip text of the download button in the ASPxFileManager.
Default Value : “Download”
|
| FileManager_TbCopy |
Specifies the tooltip text of the copy button in the ASPxFileManager.
Default Value : “Copy”
|
| FileManager_TbExpandFolderContainer |
Contains localizable text of the corresponding UI element.
|
| FileManager_DeleteConfirm |
Defines the confirmation dialog text when deleting a file from ASPxFileManager.
Default value : “Are you sure you want to delete ‘{0}’?”
|
| FileManager_FolderBrowserPopupHeader |
Defines the header text of the folder browser popup.
Default Value : “Select Destination Folder”
|
| FileManager_Ok |
Specifies the caption of the move popup window OK button of the ASPxFileManager.
Default Value : “OK”
|
| FileManager_Cancel |
Specifies the caption of the move popup window OK button of the ASPxFileManager.
Default Value : “Cancel”
|
| FileManager_NewFolderName |
Defines a default name of a newly created folder.
Default value : “NewFolder”
|
| FileManager_SelectAll |
Defines the tooltip text shown when the Select All check box is hovered.
Default value : “Select All”
|
| FileManager_InformationUnitSymbol |
Defines an abbreviation used for the designation of the byte.
Default value : “B”
|
| FileManager_UploadProgressPopupText |
Specifies the text of a popup window displaying upload progress.
Default Value : “Uploading…”
|
| FileManager_ErrorRootFolderNotSpecified |
Defines the error message text shown when the root folder is not specified or doesn’t exist.
Default value : “The root folder is not specified or does not exist”
|
| FileManager_ErrorNoAccess |
Defines the error message text shown when access is denied.
Default value : “Access denied. The operation cannot be completed”
|
| FileManager_ErrorIO |
Defines the error message text shown when an Input/Output error occurs.
Default value : “Unspecified IO error. The operation cannot be completed”
|
| FileManager_ErrorFileNotFound |
Defines the error message text shown when the file was not found.
Default value : “File not found”
|
| FileManager_ErrorFolderNotFound |
Defines the error message text shown when the folder was not found.
Default value : “Folder not found”
|
| FileManager_ErrorOther |
Defines the error message text shown when an unspecified error occurs.
Default value : “Unspecified error”
|
| FileManager_ErrorNameCannotBeEmpty |
Defines the error message text shown when the specified file/folder name is empty.
Default value : “The file/folder name cannot be empty”
|
| FileManager_ErrorInvalidSymbols |
Defines the error message text shown when the specified name contains invalid characters.
Default value : “This name contains invalid characters. The operation cannot be completed”
|
| FileManager_ErrorWrongExtension |
Defines the error message text shown when the specified file extension is not allowed.
Default value : “This file extension is not allowed. The operation cannot be completed”
|
| FileManager_ErrorAlreadyExists |
Defines the error message text shown when moving a file/folder to a folder that already contents a file/folder with the same name.
Default value : “The specified file/folder already exists.”
|
| FileManager_ErrorAccessProhibited |
Defines the error message text shown when access is prohibited.
Default value : “Access prohibited. The operation cannot be completed”
|
| FileManager_ErrorCloudAccessFailed |
Defines the error message text shown when an attempt to access a cloud service fails.
Default Value : “Failed to access a remote cloud service”
|
| FileManager_ErrorPathToLong |
Defines the error message text shown when the file or folder path is too long.
Default value : “The specified path, file name, or both are too long”
|
| FileManager_ErrorThumbnail |
Defines the error message text shown when the thumbnail folder is inaccessible.
Default value : “No access to the thumbnail folder”
|
| FileManager_ErrorUsedByAnotherProcess |
Defines the error message text shown when the file/folder is used by another process.
Default value : “The operation cannot be completed because the file/folder is being used by another process”
|
| FileManager_ErrorUploadSeveralFiles |
Defines the error message text shown when file upload fails.
Default value : “The upload was unsuccessful for {0} of {1} files”
|
| FileManager_ErrorWrongIdPathLength |
Defines the error message text shown when the relativeName or idPath property is specified incorrectly.
Default value : “The number of directories in relativeName must be equal to the idPath array length.”
|
| FileManager_GridViewFilter_SizeEmpty |
The text of the size column’s header filter item that specifies the corresponding filter condition.
Default Value : “Empty ({0})”
|
| FileManager_GridViewFilter_SizeTiny |
The text of the size column’s header filter item that specifies the corresponding filter condition.
Default Value : “Tiny ({0})”
|
| FileManager_GridViewFilter_SizeSmall |
The text of the size column’s header filter item that specifies the corresponding filter condition.
Default Value : “Small ({0})”
|
| FileManager_GridViewFilter_SizeMedium |
The text of the size column’s header filter item that specifies the corresponding filter condition.
Default Value : “Medium ({0})”
|
| FileManager_GridViewFilter_SizeLarge |
The text of the size column’s header filter item that specifies the corresponding filter condition.
Default Value : “Large ({0})”
|
| FileManager_GridViewFilter_SizeHuge |
The text of the size column’s header filter item that specifies the corresponding filter condition.
Default Value : “Huge ({0})”
|
| FileManager_GridViewFilter_SizeGigantic |
The text of the size column’s header filter item that specifies the corresponding filter condition.
Default Value : “Gigantic ({0})”
|
| FileManager_GridViewFilter_DateToday |
The text of the last write time column’s header filter item that specifies the corresponding filter condition.
Default Value : “Today”
|
| FileManager_GridViewFilter_DateWeek |
The text of the last write time column’s header filter item that specifies the corresponding filter condition.
Default Value : “Last Week”
|
| FileManager_GridViewFilter_DateMonth |
The text of the last write time column’s header filter item that specifies the corresponding filter condition.
Default Value : “Last Month”
|
| FileManager_GridViewFilter_DateYear |
The text of the last write time column’s header filter item that specifies the corresponding filter condition.
Default Value : “Last Year”
|
| FileManager_FileInfoTypeCaption_FileName |
The caption of a column containing file names.
Default Value : “Name”
|
| FileManager_FileInfoTypeCaption_LastWriteTime |
The caption of a column containing the last file modified date.
Default Value : “Date modified”
|
| FileManager_FileInfoTypeCaption_Size |
The caption of a column containing file sizes.
Default Value : “Size”
|
| FileManager_FileInfoTypeCaption_Location |
Contains localizable text of the corresponding UI element.
|
| Ribbon_FileTabText |
Specifies the file tab text in the ASPxRibbon.
Default Value : “File”
|
| ImageZoom_HintText |
The text displayed in a hint.
Default Value : “Zoom”
|
| InsertTableControl_InsertTable |
Contains localizable text of the corresponding UI element.
Default value : “Insert Table”
|
| Accessibility_DefaultCallback |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Callback in process.”
|
| Accessibility_IFrameTitle |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “No user content”
|
| Accessibility_TitleForFakeInput |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “This input displays selected file names”
|
| Accessibility_AltLoadingPanelImage |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Loading image”
|
| Accessibility_NoneSortOrder |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Not sorted”
|
| Accessibility_AscendingSortOrder |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Sorted ascending”
|
| Accessibility_DescendingSortOrder |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Sorted descending”
|
| Accessibility_ExpandCollapse |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Expand-collapse”
|
| Accessibility_RemoveFilter |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Remove filter”
|
| Accessibility_ClearFilter |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Clear filter”
|
| Accessibility_ClientCalendarMultiSelect |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Selected dates are: “
|
| Accessibility_ClientCalendarRangeFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “from {0} to {1}”
|
| Accessibility_GridViewHeaderLinkFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “{0} header column. “
|
| Accessibility_VerticalGridHeaderLinkFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “{0} row header. “
|
| Accessibility_GridViewHeaderTableCaption |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Headers for the data table below”
|
| Accessibility_GridViewDataTableCaption |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Data table related to the headers above”
|
| Accessibility_GridViewFooterTableCaption |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Footer table related to the header and data tables above”
|
| Accessibility_GridViewSelectRowStateCheckBoxFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Selection state of row {0}”
|
| Accessibility_FilterEditorFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Filter for {0} column.”
|
| Accessibility_GridViewFilterRowButtonFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Filter criteria for {0} column”
|
| Accessibility_GridViewFilterRowEditorFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Filter for {0} column. Displays data records whose column value {1} the filter value.”
|
| Accessibility_PagerSummaryFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Page {0} of {1}”
|
| Accessibility_PagerDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “A pager used to navigate through the parent control’s data.”
|
| Accessibility_TableItemFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “{0} column {1} value, “
|
| Accessibility_EmptyItem |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “empty”
|
| Accessibility_ItemPositionFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “, {0} of {1}”
|
| Accessibility_CheckBoxColumnHeader |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Check box column”
|
| Accessibility_CheckBoxListItemFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “{2}, {0} of {1}”
|
| Accessibility_ListBoxDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “ListBox. Use arrow keys to navigate.”
|
| Accessibility_ListBoxShowFilter |
Contains localizable text of the corresponding UI element.
|
| Accessibility_ListBoxHideFilter |
Contains localizable text of the corresponding UI element.
|
| Accessibility_CalendarDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Calendar. Use arrow keys to navigate.”
|
| Accessibility_CalendarPickerTypeText |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “You can select {0} only.” Where the {0} depends on the PickerType property value (months, years, decades).
|
| Accessibility_CalendarPickerTypeTextMonthsPlaceholder |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “months”
|
| Accessibility_CalendarPickerTypeTextYearsPlaceholder |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “years”
|
| Accessibility_CalendarPickerTypeTextDecadesPlaceholder |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “decades”
|
| Accessibility_TreeListDescriptionFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “A TreeList with {0} rows and {1} columns.”
|
| Accessibility_TreeListNavigationDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Use the Tab key to navigate. Use the Enter key to expand or collapse nodes. “
|
| Accessibility_TreeListCheckBoxSelectionDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Use check boxes to select nodes.”
|
| Accessibility_TreeListHeaderLinkFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Header cell. {0} column, {1}. Sort”
|
| Accessibility_TreeListSelectAllCheckBox |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Select all nodes”
|
| Accessibility_TreeListDeselectAllCheckBox |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Deselect all nodes”
|
| Accessibility_TreeListCollapseExpandButtonFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “{0} button. Row {1}”
|
| Accessibility_TreeListCollapse |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Collapse”
|
| Accessibility_TreeListExpand |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Expand”
|
| Accessibility_TreeListLevelFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Level {0}.”
|
| Accessibility_TreeListSelectedRow |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Row selected.”
|
| Accessibility_TreeListNotSelectedRow |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Row not selected.”
|
| Accessibility_TreeListNodeExpandedState |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Expanded. “
|
| Accessibility_TreeListNodeCollapsedState |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Collapsed. “
|
| Accessibility_ComboBoxFilteringResultFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “The found item count is {0}. The selected item text is {1}. “
|
| Accessibility_ComboBoxCurrentTextFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Current text is {2}”
|
| Accessibility_BlankEditor |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “blank”
|
| Accessibility_ValidationSummaryFocusedEditor |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “and editor is focused”
|
| Accessibility_MenuVertical |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Vertical”
|
| Accessibility_MenuHorizontal |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Horizontal”
|
| Accessibility_Menu |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “menu”
|
| Accessibility_MenuBar |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “menubar”
|
| Accessibility_MenuLevel |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “level”
|
| Accessibility_MenuShowSubMenu |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Show sub menu”
|
| Accessibility_MenuAdaptivityEllipsisItem |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Show hidden items”
|
| Accessibility_PopupControlClose |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Close popup”
|
| Accessibility_ButtonEditEllipsisButton |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Ellipsis”
|
| Accessibility_ButtonEditClearButton |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Clear value”
|
| Accessibility_DropDownEditDropDownButton |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Open or close the drop-down window”
|
| Accessibility_SpinEditIncrementButtonFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Increment by {0}”
|
| Accessibility_SpinEditDecrementButtonFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Decrement by {0}”
|
| Accessibility_RatingControlItemLabel |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Item {0} of {1}”
|
| Accessibility_RatingControlDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Rating Control. Current value is {0}”
|
| Accessibility_DateEditDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Date editor.”
|
| Accessibility_DateEditCollapsedState |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Dropdown calendar is closed.”
|
| Accessibility_CardViewCardDescriptionFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Card {0} of {1}”
|
| Accessibility_CardViewSelectCardStateCheckBoxFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Selection state of card {0}”
|
| Accessibility_VerticalGridSelectRecordStateCheckBoxFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Selection state of record {0}”
|
| Accessibility_TreeViewNodeCheckState |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Check state”
|
| Accessibility_NavBarDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Navigation bar. Use the Tab key for navigation.”
|
| Accessibility_GridFilterBarDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “A bar used to filter grid data”
|
| Accessibility_GridFilterBarCheckBoxDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Apply filter state”
|
| Accessibility_ShowGridFilterBuilderDialog |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Show filter builder dialog”
|
| Accessibility_GridStatusBarDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “A grid status bar”
|
| Accessibility_GridHeaderFilterPopupDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Filter options. Use Enter key to immediately apply or Escape to cancel”
|
| Accessibility_GridHeaderFilterButtonFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Open filter options for {0} column. {1}”
|
| Accessibility_VerticalGridHeaderFilterButtonFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Open filter options for {0} record. {1}”
|
| Accessibility_GridHeaderFilterButtonInactive |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Not filtered”
|
| Accessibility_GridHeaderFilterButtonActive |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Filter applied”
|
| Accessibility_GridToolbarDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers. Default value: “A horizontal toolbar used to execute commands associated with the parent control.”
|
| Accessibility_GridSearchPanelDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “The grid’s search panel.”
|
| Accessibility_GridHiddenColumn |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Hidden column.”
|
| Accessibility_FilterControlConditionEditor |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Enter a filter condition.”
|
| Accessibility_Checked |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “checked”
|
| Accessibility_Unchecked |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “unchecked”
|
| Accessibility_BatchEditableCellFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “{0} editable cell”
|
| Accessibility_BatchNotEditableCellFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “{0} not editable cell”
|
| Accessibility_BatchChanged |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “was changed”
|
| Accessibility_BatchDeletedRow |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “row deleted”
|
| Accessibility_BatchFocusedRow |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “row focused”
|
| Accessibility_BatchSelectedRow |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “row selected”
|
| Accessibility_BatchFocusedSelectedRow |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “row focused and selected”
|
| Accessibility_BatchProgressBarDescriptionFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “has {0} progress bar”
|
| Accessibility_BatchCheckBoxDescriptionFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “has {0} check box”
|
| Accessibility_BatchRadioButtonDescriptionFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “has {0} radio button”
|
| Accessibility_ColorEditDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Color editor.”
|
| Accessibility_ColorEditCollapsedState |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Dropdown color table is closed.”
|
| Accessibility_ColorNestedControlToolbarButtonDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Use arrow down key to open color table”
|
| Accessibility_ColorNestedControlDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Choose a color by arrow keys”
|
| Accessibility_ColorNestedControlAutomaticColorDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Set automatic color”
|
| Accessibility_ColorNestedControlCustomButtonDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Open color picker, button”
|
| Accessibility_ColorNestedControlEmptyColorCellDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Select custom color”
|
| Accessibility_ColorNestedControlTableValueFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Color {0}”
|
| Accessibility_ColorNestedControlRowPositionFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “row {0} of {1}”
|
| Accessibility_ColorNestedControlColumnPositionFormat |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “column {0} of {1}”
|
| Accessibility_ColorPickerHexInputDescription |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “HEX”
|
| Accessibility_DropDownApplyButton |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Apply”
|
| Accessibility_DropDownCloseButton |
Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.
Default value : “Close”
|
See Also