accessible.properties (1339B)
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 # These messages are reported by accessibility clients such as screen readers to 24 # indicate landmarks, which are significant sections of a document to which 25 # users might want to navigate quickly. See this page for more information: 26 # https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/general-principles.html 27 banner = banner 28 complementary = complementary 29 contentinfo = content information 30 region = region 31 32 # LOCALIZATION NOTE (inputColorValue): %1$S%%, %2$S%%, and %3$S%% represent the red, green, and blue color values as a percentage. 33 inputColorValue=%1$S%% red %2$S%% green %3$S%% blue