accessible.properties (2617B)
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 jump = Jump 6 press = Press 7 check = Check 8 uncheck = Uncheck 9 select = Select 10 open = Open 11 close = Close 12 switch = Switch 13 click = Click 14 collapse= Collapse 15 expand = Expand 16 activate= Activate 17 cycle = Cycle 18 # An action provided to accessibility clients such as screen readers to allow 19 # them to click an element when the click will be handled by a container 20 # (ancestor) element. This is not normally reported to users. 21 clickAncestor = Click ancestor 22 23 # Universal Access API support 24 # (Mac Only) 25 # The Role Description for AXWebArea (the web widget). Like in Safari. 26 htmlContent = HTML Content 27 # The Role Description for the Tab button. 28 tab = tab 29 # The Role Description for definition list dl, dt and dd 30 term = term 31 definition = definition 32 # The Role Description for an input type="search" text field 33 searchTextField = search text field 34 # Role Description (exposed as AXTitle) for datepickers 35 dateField = date field 36 # The Role Description for WAI-ARIA Landmarks 37 application = application 38 search = search 39 banner = banner 40 navigation = navigation 41 complementary = complementary 42 content = content 43 main = main 44 # The (spoken) role description for various WAI-ARIA roles 45 alert = alert 46 alertDialog = alert dialog 47 dialog = dialog 48 article = article 49 document = document 50 # The (spoken) role description for the WAI-ARIA figure role 51 # https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure 52 figure = figure 53 # The (spoken) role description for the WAI-ARIA heading role 54 # https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading 55 heading = heading 56 log = log 57 marquee = marquee 58 math = math 59 note = note 60 region = region 61 status = application status 62 timer = timer 63 tooltip = tooltip 64 separator = separator 65 tabPanel = tab panel 66 # The roleDescription for the html:mark element 67 highlight = highlight 68 # The roleDescription for the details element 69 details = details 70 # The roleDescription for the summary element 71 summary = summary 72 73 # LOCALIZATION NOTE (inputColorValue): %1$S%%, %2$S%%, and %3$S%% represent the red, green, and blue color values as a percentage. 74 inputColorValue=%1$S%% red %2$S%% green %3$S%% blue