"cdx-chip-input-chip-added":"Visually-hidden status message that is announced to users of assistive technology when a new chip is added. (A \"Chip\" is a visual component that puts a short text that a user has recently written into a small box. See a [[:wmdoc:codex/latest/components/demos/chip-input.html|full ChipInput description]].)",
"cdx-chip-input-chip-removed":"Visually-hidden status message that is announced to users of assistive technology when a chip is removed. (A \"Chip\" is a visual component that puts a short text that a user has recently written into a small box. See a [[:wmdoc:codex/latest/components/demos/chip-input.html|full ChipInput description]].)",
"cdx-input-chip-aria-description":"Visually-hidden description of a CdxInputChip, describing the available keyboard commands.",
"cdx-dialog-close-button-label":"Visually-hidden label for the CdxDialog's close button.",
"cdx-label-optional-flag":"Flag that appears next to a label to indicate that a field is optional.",
"cdx-message-dismiss-button-label":"Visually-hidden label for the CdxMessage's dismiss button.",
"cdx-search-input-search-button-label":"Label for the CdxSearchInput's search button.",
"cdx-table-select-all-label":"Visually-hidden label for the 'select all rows' checkbox in a CdxTable with row selection.",
"cdx-table-select-row-label":"Visually-hidden label for each row selection checkbox in a CdxTable with row selection.\n\nParameters:\n* $1 - Index of the current row\n* $2 - Total number of rows",
"cdx-table-sort-caption":"Visually-hidden caption of a CdxTable with an additional note that some columns are sortable. $1 is shown to all users, and the rest is intended for [[:w:en:Screen reader|screen readers]].\n\nParameters:\n* $1 - The table caption\n\nComment: The text is based on the [https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/ Sortable Table Example] by the W3C ARIA Authoring Practices Guide (APG).",
"cdx-typeahead-search-search-results-label":"Visually-hidden label for the list of search results in CdxTypeaheadSearch.",
"cdx-table-pager-button-first-page":"Visually-hidden label for the 'first page' button in the CdxTable component",
"cdx-table-pager-button-last-page":"Visually-hidden label for the 'last page' button in the CdxTable component",
"cdx-table-pager-button-next-page":"Visually-hidden label for the 'next page' button in the CdxTable component",
"cdx-table-pager-button-prev-page":"Visually-hidden label for the 'previous page' button in the CdxTable component",
"cdx-table-pager-items-per-page-current":"Label for the currently-selected number of items to display per page in the CdxTable component.\n\nParameters:\n* $1 - Current page size, expressed in terms of items per page to display",
"cdx-table-pager-items-per-page-default":"Default label for the items-per-page dropdown in the CdxTable component",
"cdx-table-pagination-status-message-determinate-long":"Message indicating the current page of results being displayed in a CdxTable component.\n\nParameters:\n* $1 - Number representing the position of the first row of the current page of results within the sequence of all available rows.\n* $2 - Number representing the position of the last row of the current page of results within the sequence of all available rows.\n* $3 - Total count of all available rows",
"cdx-table-pagination-status-message-determinate-short":"Message indicating the current page of results being displayed in a CdxTable component, suitable for small screens.\n\nParameters:\n* $1 - Number representing the position of the first row of the current page of results within the sequence of all available rows.\n* $2 - Number representing the position of the last row of the current page of results within the sequence of all available rows.\n * $3 - Total count of all available rows",
"cdx-table-pagination-status-message-indeterminate-long":"Message indicating the current page of results being displayed in a CdxTable component when the total number of results is not known.\n\nParameters:\n* $1 - Number representing the position of the first row of the current page of results within the sequence of all available rows.\n* $2 - Number representing the position of the last row of the current page of results within the sequence of all available rows.",
"cdx-table-pagination-status-message-indeterminate-short":"Message indicating the current page of results being displayed in a CdxTable component when the total number of results is not known, suitable for small screens.\n\nParameters:\n* $1 - Number representing the position of the first row of the current page of results within the sequence of all available rows.\n* $2 - Number representing the position of the last row of the current page of results within the sequence of all available rows.",
"cdx-table-pagination-status-message-indeterminate-final":"Message indicating that the user has reached the last page of an otherwise indeterminate number of results within a CdxTable component.\n\nParameters:\n* $1 - Current number of visible rows",
"cdx-table-pagination-status-message-pending":"Message indicating that a new page of results is being loaded in a CdxTable component"