1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/locales/en-US/chrome/accessibility/AccessFu.properties Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,207 @@ 1.4 +# This Source Code Form is subject to the terms of the Mozilla Public 1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this file, 1.6 +# You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 + 1.8 +# Screen reader started/stopped 1.9 +screenReaderStarted = Screen reader started 1.10 +screenReaderStopped = Screen reader stopped 1.11 + 1.12 +# Roles 1.13 +menubar = menu bar 1.14 +scrollbar = scroll bar 1.15 +grip = grip 1.16 +alert = alert 1.17 +menupopup = menu popup 1.18 +document = document 1.19 +pane = pane 1.20 +dialog = dialog 1.21 +separator = separator 1.22 +toolbar = toolbar 1.23 +statusbar = status bar 1.24 +table = table 1.25 +columnheader = column header 1.26 +rowheader = row header 1.27 +column = column 1.28 +row = row 1.29 +cell = cell 1.30 +link = link 1.31 +list = list 1.32 +listitem = list item 1.33 +outline = outline 1.34 +outlineitem = outline item 1.35 +pagetab = tab 1.36 +propertypage = property page 1.37 +graphic = graphic 1.38 +pushbutton = button 1.39 +checkbutton = check button 1.40 +radiobutton = radio button 1.41 +combobox = combo box 1.42 +progressbar = progress bar 1.43 +slider = slider 1.44 +spinbutton = spin button 1.45 +diagram = diagram 1.46 +animation = animation 1.47 +equation = equation 1.48 +buttonmenu = button menu 1.49 +whitespace = white space 1.50 +pagetablist = tab list 1.51 +canvas = canvas 1.52 +checkmenuitem = check menu item 1.53 +label = label 1.54 +passwordtext = password text 1.55 +radiomenuitem = radio menu item 1.56 +textcontainer = text container 1.57 +togglebutton = toggle button 1.58 +treetable = tree table 1.59 +header = header 1.60 +footer = footer 1.61 +paragraph = paragraph 1.62 +entry = entry 1.63 +caption = caption 1.64 +heading = heading 1.65 +section = section 1.66 +form = form 1.67 +comboboxlist = combo box list 1.68 +comboboxoption = combo box option 1.69 +imagemap = image map 1.70 +listboxoption = list box option 1.71 +listbox = list box 1.72 +flatequation = flat equation 1.73 +gridcell = gridcell 1.74 +note = note 1.75 +figure = figure 1.76 +definitionlist = definition list 1.77 +term = term 1.78 +definition = definition 1.79 + 1.80 +# More sophisticated roles which are not actual numeric roles 1.81 +textarea = text area 1.82 + 1.83 +# Text input types 1.84 +textInputType_date = date 1.85 +textInputType_email = e-mail 1.86 +textInputType_search = search 1.87 +textInputType_tel = telephone 1.88 +textInputType_url = URL 1.89 + 1.90 +# More sophisticated object descriptions 1.91 +headingLevel = heading level %S 1.92 + 1.93 +# more sophisticated list announcement 1.94 +listStart = First item 1.95 +listEnd = Last item 1.96 +# LOCALIZATION NOTE (listItemsCount): Semi-colon list of plural forms. 1.97 +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals 1.98 +listItemsCount = 1 item;#1 items 1.99 + 1.100 +# LOCALIZATION NOTE: %1$S is the item's role name (e.g. "tab"), 1.101 +# %2$S is the position of the item n the set. 1.102 +# %3$S is the total number of such items in the set. 1.103 +# An expanded example would read "tab 2 of 5". 1.104 +objItemOf = %1$S %2$S of %3$S 1.105 + 1.106 +# Landmark announcements 1.107 +banner = banner 1.108 +complementary = complementary 1.109 +contentinfo = content info 1.110 +main = main 1.111 +navigation = navigation 1.112 +search = search 1.113 + 1.114 +# Description of a table or grid: 1.115 +# 1 is a dynamically retrieved localized role of either 'table' or 'grid'. 1.116 +# 2 is the number of columns within the table. 1.117 +# 3 is the number of rows within the table or grid. 1.118 +tableInfo = %S with %S and %S 1.119 +# LOCALIZATION NOTE (tableColumnInfo): Semi-colon list of plural forms. 1.120 +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals 1.121 +tableColumnInfo = 1 column;#1 columns 1.122 +# LOCALIZATION NOTE (tableRowInfo): Semi-colon list of plural forms. 1.123 +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals 1.124 +tableRowInfo = 1 row;#1 rows 1.125 + 1.126 +# table or grid cell information 1.127 +columnInfo = Column %S 1.128 +rowInfo = Row %S 1.129 +spansColumns = spans %S columns 1.130 +spansRows = spans %S rows 1.131 + 1.132 +# Invoked actions 1.133 +jumpAction = jumped 1.134 +pressAction = pressed 1.135 +checkAction = checked 1.136 +uncheckAction = unchecked 1.137 +selectAction = selected 1.138 +unselectAction = unselected 1.139 +openAction = opened 1.140 +closeAction = closed 1.141 +switchAction = switched 1.142 +clickAction = clicked 1.143 +collapseAction = collapsed 1.144 +expandAction = expanded 1.145 +activateAction = activated 1.146 +cycleAction = cycled 1.147 + 1.148 +# Live regions 1.149 +# 'hidden' will be spoken when something disappears in a live region. 1.150 +hidden = hidden 1.151 + 1.152 +# Tab states 1.153 +tabLoading = loading 1.154 +tabLoaded = loaded 1.155 +tabNew = new tab 1.156 +tabLoadStopped = loading stopped 1.157 +tabReload = reloading 1.158 + 1.159 +# Object states 1.160 +stateChecked = checked 1.161 +stateNotChecked = not checked 1.162 +statePressed = pressed 1.163 +# No string for a not pressed toggle button 1.164 +stateExpanded = expanded 1.165 +stateCollapsed = collapsed 1.166 +stateUnavailable = unavailable 1.167 +stateRequired = required 1.168 +stateTraversed = visited 1.169 +stateHasPopup = has pop up 1.170 +stateSelected = selected 1.171 + 1.172 +# App modes 1.173 +editingMode = editing 1.174 +navigationMode = navigating 1.175 + 1.176 +# Quick navigation modes 1.177 +quicknav_Simple = Default 1.178 +quicknav_Anchor = Anchors 1.179 +quicknav_Button = Buttons 1.180 +quicknav_Combobox = Combo boxes 1.181 +quicknav_Landmark = Landmarks 1.182 +quicknav_Entry = Entries 1.183 +quicknav_FormElement = Form elements 1.184 +quicknav_Graphic = Images 1.185 +quicknav_Heading = Headings 1.186 +quicknav_ListItem = List items 1.187 +quicknav_Link = Links 1.188 +quicknav_List = Lists 1.189 +quicknav_PageTab = Page tabs 1.190 +quicknav_RadioButton = Radio buttons 1.191 +quicknav_Separator = Separators 1.192 +quicknav_Table = Tables 1.193 +quicknav_Checkbox = Check boxes 1.194 + 1.195 +# Shortened role names for braille 1.196 +linkAbbr = lnk 1.197 +pushbuttonAbbr = btn 1.198 +passwordtextAbbr = passwdtxt 1.199 +imagemapAbbr = imgmap 1.200 +figureAbbr = fig 1.201 +textareaAbbr = txtarea 1.202 +tableAbbr = tbl 1.203 +tableInfoAbbr = %S %S %S 1.204 +# LOCALIZATION NOTE (tableColumnInfoAbbr): Semi-colon list of plural forms. 1.205 +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals 1.206 +tableColumnInfoAbbr = #1c;#1c 1.207 +# LOCALIZATION NOTE (tableRowInfoAbbr): Semi-colon list of plural forms. 1.208 +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals 1.209 +tableRowInfoAbbr = #1r;#1r 1.210 +cellInfoAbbr = c%Sr%S