# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### These strings are used inside the Accessibility panel. accessibility-learn-more = Learn more accessibility-text-label-header = Text Labels and Names accessibility-keyboard-header = Keyboard ## Text entries that are used as text alternative for icons that depict accessibility isses. ## These strings are used in the overlay displayed when running an audit in the accessibility panel accessibility-progress-initializing = Initializing… .aria-valuetext = Initializing… # This string is displayed in the audit progress bar in the accessibility panel. # Variables: # $nodeCount (Integer) - The number of nodes for which the audit was run so far. accessibility-progress-progressbar = { $nodeCount -> [one] Checking { $nodeCount } node *[other] Checking { $nodeCount } nodes } accessibility-progress-finishing = Finishing up… .aria-valuetext = Finishing up… ## Text entries that are used as text alternative for icons that depict accessibility issues. accessibility-warning = .alt = Warning accessibility-fail = .alt = Error accessibility-best-practices = .alt = Best Practices ## Text entries for a paragraph used in the accessibility panel sidebar's checks section ## that describe that currently selected accessible object has an accessibility issue ## with its text label or accessible name. accessibility-text-label-issue-area = Use alt attribute to label
area
elements that have the href attribute. Learn more accessibility-text-label-issue-dialog = Dialogs should be labeled. Learn more accessibility-text-label-issue-document-title = Documents must have a title. Learn more accessibility-text-label-issue-embed = Embedded content must be labeled. Learn more accessibility-text-label-issue-figure = Figures with optional captions should be labeled. Learn more accessibility-text-label-issue-fieldset = fieldset elements must be labeled. Learn more accessibility-text-label-issue-fieldset-legend2 = Use a legend element to label a fieldset. Learn more accessibility-text-label-issue-form = Form elements must be labeled. Learn more accessibility-text-label-issue-form-visible = Form elements should have a visible text label. Learn more accessibility-text-label-issue-frame = frame elements must be labeled. Learn more accessibility-text-label-issue-glyph = Use alt attribute to label mglyph elements. Learn more accessibility-text-label-issue-heading = Headings must be labeled. Learn more accessibility-text-label-issue-heading-content = Headings should have visible text content. Learn more accessibility-text-label-issue-iframe = Use title attribute to describe iframe content. Learn more accessibility-text-label-issue-image = Content with images must be labeled. Learn more accessibility-text-label-issue-interactive = Interactive elements must be labeled. Learn more accessibility-text-label-issue-optgroup-label2 = Use a label attribute to label an optgroup. Learn more accessibility-text-label-issue-toolbar = Toolbars must be labeled when there is more than one toolbar. Learn more ## Text entries for a paragraph used in the accessibility panel sidebar's checks section ## that describe that currently selected accessible object has a keyboard accessibility ## issue. accessibility-keyboard-issue-semantics = Focusable elements should have interactive semantics. Learn more accessibility-keyboard-issue-tabindex = Avoid using tabindex attribute greater than zero. Learn more accessibility-keyboard-issue-action = Interactive elements must be able to be activated using a keyboard. Learn more accessibility-keyboard-issue-focusable = Interactive elements must be focusable. Learn more accessibility-keyboard-issue-focus-visible = Focusable element may be missing focus styling. Learn more accessibility-keyboard-issue-mouse-only = Clickable elements must be focusable and should have interactive semantics. Learn more