tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

accessibility.properties (16022B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 # LOCALIZATION NOTE These strings are used inside the Accessibility panel
      6 # which is in the Developer Tools, available in the
      7 # Browser Tools sub-menu -> 'Web Developer Tools'
      8 #
      9 # The correct localization of this file might be to keep it in
     10 # English, or another language commonly spoken among web developers.
     11 # You want to make that choice consistent across the developer tools.
     12 # A good criteria is the language in which you'd find the best
     13 # documentation on web development on the web.
     14 
     15 # LOCALIZATION NOTE (accessibility.role): A title text used for Accessibility
     16 # tree header column that represents accessible element role.
     17 accessibility.role=Role
     18 
     19 # LOCALIZATION NOTE (accessibility.name): A title text used for Accessibility
     20 # tree header column that represents accessible element name.
     21 accessibility.name=Name
     22 
     23 # LOCALIZATION NOTE (accessibility.logo): A title text used for Accessibility
     24 # logo used on the accessibility panel landing page.
     25 accessibility.logo=Accessibility Logo
     26 
     27 # LOCALIZATION NOTE (accessibility.properties): A title text used for header
     28 # for Accessibility details sidebar.
     29 accessibility.properties=Properties
     30 
     31 # LOCALIZATION NOTE (accessibility.treeName): A title text used for
     32 # Accessibility tree (that represents accessible element name) container.
     33 accessibility.treeName=Accessibility Tree
     34 
     35 # LOCALIZATION NOTE (accessibility.accessible.selectElement.title): A title text
     36 # displayed on buttons next to accessible elements in the `relations` section, allowing the
     37 # user to select the element in the accessibility tree.
     38 accessibility.accessible.selectElement.title=Click to select the node in the Accessibility Tree
     39 
     40 # LOCALIZATION NOTE (accessibility.accessible.selectNodeInInspector.title): A title text
     41 # displayed on buttons next to nodes in the sidebar, allowing the user to select the node
     42 # in the Inspector panel.
     43 accessibility.accessible.selectNodeInInspector.title=Click to select the node in the inspector
     44 
     45 # LOCALIZATION NOTE (accessibility.accessible.notAvailable): A title text
     46 # displayed when accessible sidebar panel does not have an accessible object to
     47 # display.
     48 accessibility.accessible.notAvailable=Accessible Information Unavailable
     49 
     50 # LOCALIZATION NOTE (accessibility.enable): A title text for Enable
     51 # accessibility button used to enable accessibility service.
     52 accessibility.enable=Turn On Accessibility Features
     53 
     54 # LOCALIZATION NOTE (accessibility.enabling): A title text for Enable
     55 # accessibility button used when accessibility service is being enabled.
     56 accessibility.enabling=Turning on accessibility features…
     57 
     58 # LOCALIZATION NOTE (accessibility.disable): A title text for Disable
     59 # accessibility button used to disable accessibility service.
     60 accessibility.disable=Turn Off Accessibility Features
     61 
     62 # LOCALIZATION NOTE (accessibility.disabling): A title text for Disable
     63 # accessibility button used when accessibility service is being
     64 # disabled.
     65 accessibility.disabling=Turning off accessibility features…
     66 
     67 # LOCALIZATION NOTE (accessibility.pick): A title text for Picker button
     68 # button used to pick accessible objects from the page.
     69 accessibility.pick=Pick accessible object from the page
     70 
     71 # LOCALIZATION NOTE (accessibility.disable.disabledTitle): A title text used for
     72 # a tooltip for Disable accessibility button when accessibility service can not
     73 # be disabled. It is the case when a user is using a 3rd party accessibility
     74 # tool such as screen reader.
     75 accessibility.disable.disabledTitle=Accessibility service can not be turned off. It is used outside Developer Tools.
     76 
     77 # LOCALIZATION NOTE (accessibility.disable.enabledTitle): A title text used for
     78 # a tooltip for Disable accessibility button when accessibility service can be
     79 # disabled.
     80 accessibility.disable.enabledTitle=Accessibility service will be turned off for all tabs and windows.
     81 
     82 # LOCALIZATION NOTE (accessibility.enable.disabledTitle): A title text used for
     83 # a tooltip for Enabled accessibility button when accessibility service can not
     84 # be enabled.
     85 accessibility.enable.disabledTitle=Accessibility service can not be turned on. It is turned off via accessibility services privacy preference.
     86 
     87 # LOCALIZATION NOTE (accessibility.enable.enabledTitle): A title text used for
     88 # a tooltip for Enabled accessibility button when accessibility service can be
     89 # enabled.
     90 accessibility.enable.enabledTitle=Accessibility service will be turned on for all tabs and windows.
     91 
     92 # LOCALIZATION NOTE (accessibility.learnMore): A text that is used as is or as textual
     93 # description in places that link to accessibility inspector documentation.
     94 accessibility.learnMore=Learn more
     95 
     96 # LOCALIZATION NOTE (accessibility.description.general.p1): A title text for the first
     97 # paragraph, used when accessibility service description is provided before accessibility
     98 # inspector is enabled. %S in the content will be replaced by a link at run time
     99 # with the accessibility.learnMore string.
    100 accessibility.description.general.p1=Accessibility Inspector lets you examine the current page’s accessibility tree, which is used by screen readers and other assistive technologies. %S
    101 
    102 # LOCALIZATION NOTE (accessibility.description.general.p2): A title text for the second
    103 # paragraph, used when accessibility service description is provided before accessibility
    104 # inspector is enabled.
    105 accessibility.description.general.p2=Accessibility features may affect the performance of other developer tools panels and should be turned off when not in use.
    106 
    107 # LOCALIZATION NOTE (accessibility.tree.menu.printToJSON): A title text used when a
    108 # context menu item for printing an accessible tree to JSON is rendered after triggering a
    109 # context menu for an accessible tree row.
    110 accessibility.tree.menu.printToJSON=Print to JSON
    111 
    112 # LOCALIZATION NOTE (accessibility.checks): A title text used for header for checks
    113 # section in Accessibility details sidebar.
    114 accessibility.checks=Checks
    115 
    116 # LOCALIZATION NOTE (accessibility.checks.empty2): A title text used for indicating that
    117 # accessibility checks for a node yielded no results and another node should be
    118 # selected.
    119 accessibility.checks.empty2=No checks for this node.
    120 
    121 # LOCALIZATION NOTE (accessibility.contrast.header): A title text used for header for
    122 # checks related to color and contrast.
    123 accessibility.contrast.header=Color and Contrast
    124 
    125 # LOCALIZATION NOTE (accessibility.contrast.error): A title text for the color
    126 # contrast ratio, used when the tool is unable to calculate the contrast ratio value.
    127 accessibility.contrast.error=Unable to calculate
    128 
    129 # LOCALIZATION NOTE (accessibility.contrast.large.text): A title text for the color
    130 # contrast ratio label indicating that the color contrast criteria used is if for large
    131 # text. This is lower case because it's used as a label for a tree item in accessibility
    132 # tree.
    133 accessibility.contrast.large.text=large text
    134 
    135 # LOCALIZATION NOTE (accessibility.contrast.large.title): A title text for the tooltip
    136 # used for the large text label (see accessibility.contrast.large.text).
    137 accessibility.contrast.large.title=Text is 14 point and bold or larger, or 18 point or larger.
    138 
    139 # LOCALIZATION NOTE (accessibility.contrast.annotation.AA): A title text for the paragraph
    140 # describing that the given colour contrast satisfies AA standard from Web Content
    141 # Accessibility Guidelines. %S in the content will be replaced by a link at run time
    142 # with the accessibility.learnMore string.
    143 accessibility.contrast.annotation.AA=Meets WCAG AA standards for accessible text. %S
    144 
    145 # LOCALIZATION NOTE (accessibility.contrast.annotation.AAA): A title text for the
    146 # paragraph describing that the given colour contrast satisfies AAA standard from Web
    147 # Content Accessibility Guidelines. %S in the content will be replaced by a link at run
    148 # time with the accessibility.learnMore string.
    149 accessibility.contrast.annotation.AAA=Meets WCAG AAA standards for accessible text. %S
    150 
    151 # LOCALIZATION NOTE (accessibility.contrast.annotation.FAIL): A title text for the
    152 # paragraph describing that the given colour contrast fails to meet the minimum level from
    153 # Web Content Accessibility Guidelines. %S in the content will be replaced by a link at
    154 # run time with the accessibility.learnMore string.
    155 accessibility.contrast.annotation.FAIL=Does not meet WCAG standards for accessible text. %S
    156 
    157 # LOCALIZATION NOTE (accessibility.contrast.annotation.transparent.error): A title text for the
    158 # paragraph suggesting a fix for error in color contrast calculation for text nodes with zero alpha.
    159 accessibility.contrast.annotation.transparent.error=Pick a color that is not transparent.
    160 
    161 # LOCALIZATION NOTE (accessibility.badges): A title text for the group of badges
    162 # that are rendered for each accessible row within the accessibility tree when
    163 # one or more accessibility checks fail.
    164 accessibility.badges=Accessibility checks
    165 
    166 # LOCALIZATION NOTE (accessibility.filter.none): A title text for the filter
    167 # that is rendered within the accessibility panel toolbar for a menu item that
    168 # resets all filtering in tree, and for the simulation menu item that resets
    169 # applied color matrices to the default matrix.
    170 accessibility.filter.none=None
    171 
    172 # LOCALIZATION NOTE (accessibility.filter.all2): A title text for the filter
    173 # that is rendered within the accessibility panel toolbar for a menu item that
    174 # filters the tree based on all accessibility failures within it.
    175 accessibility.filter.all2=All Issues
    176 
    177 # LOCALIZATION NOTE (accessibility.filter.contrast): A title text for the filter
    178 # that is rendered within the accessibility panel toolbar for a menu item that
    179 # filters the tree based on contrast accessibility failures within it.
    180 accessibility.filter.contrast=Contrast
    181 
    182 # LOCALIZATION NOTE (accessibility.filter.textLabel): A title text for the filter
    183 # that is rendered within the accessibility panel toolbar for a menu item that
    184 # filters the tree based on text label and name accessibility failures within it.
    185 accessibility.filter.textLabel=Text Labels
    186 
    187 # LOCALIZATION NOTE (accessibility.filter.keyboard): A title text for the filter
    188 # that is rendered within the accessibility panel toolbar for a menu item that
    189 # filters the tree based on keyboard accessibility failures within it.
    190 accessibility.filter.keyboard=Keyboard
    191 
    192 # LOCALIZATION NOTE (accessibility.badge.contrast): A title text for the badge
    193 # that is rendered within the accessible row in the accessibility tree for a
    194 # given accessible object that does not satisfy the WCAG guideline for colour
    195 # contrast.
    196 accessibility.badge.contrast=contrast
    197 
    198 # LOCALIZATION NOTE (accessibility.badge.contrast.warning): A label for the
    199 # badge and attached warning icon that is rendered within the accessible row in
    200 # the accessibility tree for a given accessible object that does not satisfy the
    201 # WCAG guideline for colour contrast.
    202 accessibility.badge.contrast.warning=contrast warning
    203 
    204 # LOCALIZATION NOTE (accessibility.badge.keyboard): A title text for the
    205 # badge that is rendered within the accessible row in the accessibility tree for
    206 # a given accessible object that does not satisfy the WCAG guideline for
    207 # keyboard accessibility.
    208 accessibility.badge.keyboard=keyboard
    209 
    210 # LOCALIZATION NOTE (accessibility.badge.textLabel): A title text for the
    211 # badge that is rendered within the accessible row in the accessibility tree for
    212 # a given accessible object that does not satisfy the WCAG guideline for text
    213 # alternative.
    214 accessibility.badge.textLabel=text label
    215 
    216 # LOCALIZATION NOTE (accessibility.badge.contrast.tooltip): A title text for the
    217 # badge tooltip that is rendered on mouse hover over the badge in the accessible
    218 # row in the accessibility tree for a given accessible object that does not
    219 # satisfy the WCAG guideline for colour contrast.
    220 accessibility.badge.contrast.tooltip=Does not meet WCAG standards for accessible text.
    221 
    222 # LOCALIZATION NOTE (accessibility.badge.keyboard.tooltip): A title text
    223 # for the badge tooltip that is rendered on mouse hover over the badge in the
    224 # accessible row in the accessibility tree for a given accessible object that
    225 # does not satisfy the WCAG guideline for keyboard accessibility.
    226 accessibility.badge.keyboard.tooltip=Does not meet WCAG standards for keyboard accessibility.
    227 
    228 # LOCALIZATION NOTE (accessibility.badge.textLabel.tooltip): A title text
    229 # for the badge tooltip that is rendered on mouse hover over the badge in the
    230 # accessible row in the accessibility tree for a given accessible object that
    231 # does not satisfy the WCAG guideline for text alternative.
    232 accessibility.badge.textLabel.tooltip=Does not meet WCAG standards for text alternative.
    233 
    234 # LOCALIZATION NOTE (accessibility.tree.filters): A title text for the toolbar
    235 # within the main accessibility panel that contains a list of filters to be for
    236 # accessibility audit.
    237 accessibility.tree.filters=Check for issues:
    238 
    239 # LOCALIZATION NOTE (accessibility.tree.filters.prefs): A title text for the
    240 # preferences button tooltip that contains preferences for accessibility audit.
    241 accessibility.tree.filters.prefs=Configure preferences
    242 
    243 # LOCALIZATION NOTE (accessibility.pref.scroll.into.view.title): A title
    244 # text for the tooltip for the checkbox pref in the accessibility panel that
    245 # sets node auto scroll.
    246 accessibility.pref.scroll.into.view.title=Automatically scroll selected node into view
    247 
    248 # LOCALIZATION NOTE (accessibility.pref.scroll.into.view.label): A title
    249 # text for the checkbox pref in the accessibility panel that sets node auto
    250 # scroll.
    251 accessibility.pref.scroll.into.view.label=Scroll into view
    252 
    253 # LOCALIZATION NOTE (accessibility.documentation.label): This is the label for
    254 # the Documentation menu item.
    255 accessibility.documentation.label=Documentation…
    256 
    257 # LOCALIZATION NOTE (accessibility.simulation): A title text for the toolbar
    258 # within the main accessibility panel that contains a list of simulations for
    259 # vision deficiencies.
    260 accessibility.simulation=Simulate:
    261 
    262 # LOCALIZATION NOTE (accessibility.simulation.protanopia): This label is shown
    263 # in the "Simulate" menu in the accessibility panel and represent the protanopia simulation option.
    264 accessibility.simulation.protanopia=Protanopia (no red)
    265 
    266 # LOCALIZATION NOTE (accessibility.simulation.deuteranopia): This label is shown
    267 # in the "Simulate" menu in the accessibility panel and represent the deuteranopia simulation option.
    268 accessibility.simulation.deuteranopia=Deuteranopia (no green)
    269 
    270 # LOCALIZATION NOTE (accessibility.simulation.tritanopia): This label is shown
    271 # in the "Simulate" menu in the accessibility panel and represent the tritanopia simulation option.
    272 accessibility.simulation.tritanopia=Tritanopia (no blue)
    273 
    274 # LOCALIZATION NOTE (accessibility.simulation.contrastLoss): This label is shown
    275 # in the "Simulate" menu in the accessibility panel and represent the contrast loss simulation option.
    276 # It is also shown in the simulation menu button in the accessibility panel and represent the
    277 # contrast loss simulation option currently selected.
    278 accessibility.simulation.contrastLoss=Contrast loss
    279 
    280 # LOCALIZATION NOTE (accessibility.simulation.achromatopsia): This label is shown
    281 # in the "Simulate" menu in the accessibility panel and represent the achromatopsia simulation option.
    282 accessibility.simulation.achromatopsia=Achromatopsia (no color)
    283 
    284 # LOCALIZATION NOTE (accessibility.toolbar.displayTabbingOrder.label): A title text for a checkbox label
    285 # in the accessibility panel toolbar that turns on/off the overlay of focusable elements in their
    286 # tabbing order.
    287 accessibility.toolbar.displayTabbingOrder.label=Show Tabbing Order
    288 
    289 # LOCALIZATION NOTE (accessibility.toolbar.displayTabbingOrder.tooltip): A title text for a checkbox
    290 # tooltip in the accessibility panel toolbar that turns on/off the overlay of focusable elements in
    291 # their tabbing order.
    292 accessibility.toolbar.displayTabbingOrder.tooltip=Show tabbing order of elements and their tabbing index.