dom/locales/en-US/chrome/accessibility/AccessFu.properties

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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 file,
     3 # You can obtain one at http://mozilla.org/MPL/2.0/.
     5 # Screen reader started/stopped
     6 screenReaderStarted = Screen reader started
     7 screenReaderStopped = Screen reader stopped
     9 # Roles
    10 menubar        =       menu bar
    11 scrollbar      =       scroll bar
    12 grip           =       grip
    13 alert          =       alert
    14 menupopup      =       menu popup
    15 document       =       document
    16 pane           =       pane
    17 dialog         =       dialog
    18 separator      =       separator
    19 toolbar        =       toolbar
    20 statusbar      =       status bar
    21 table          =       table
    22 columnheader   =       column header
    23 rowheader      =       row header
    24 column         =       column
    25 row            =       row
    26 cell           =       cell
    27 link           =       link
    28 list           =       list
    29 listitem       =       list item
    30 outline        =       outline
    31 outlineitem    =       outline item
    32 pagetab        =       tab
    33 propertypage   =       property page
    34 graphic        =       graphic
    35 pushbutton     =       button
    36 checkbutton    =       check button
    37 radiobutton    =       radio button
    38 combobox       =       combo box
    39 progressbar    =       progress bar
    40 slider         =       slider
    41 spinbutton     =       spin button
    42 diagram        =       diagram
    43 animation      =       animation
    44 equation       =       equation
    45 buttonmenu     =       button menu
    46 whitespace     =       white space
    47 pagetablist    =       tab list
    48 canvas         =       canvas
    49 checkmenuitem  =       check menu item
    50 label          =       label
    51 passwordtext   =       password text
    52 radiomenuitem  =       radio menu item
    53 textcontainer  =       text container
    54 togglebutton   =       toggle button
    55 treetable      =       tree table
    56 header         =       header
    57 footer         =       footer
    58 paragraph      =       paragraph
    59 entry          =       entry
    60 caption        =       caption
    61 heading        =       heading
    62 section        =       section
    63 form           =       form
    64 comboboxlist   =       combo box list
    65 comboboxoption =       combo box option
    66 imagemap       =       image map
    67 listboxoption  =       list box option
    68 listbox        =       list box
    69 flatequation   =       flat equation
    70 gridcell       =       gridcell
    71 note           =       note
    72 figure         =       figure
    73 definitionlist =       definition list
    74 term           =       term
    75 definition     =       definition
    77 # More sophisticated roles which are not actual numeric roles
    78 textarea       =       text area
    80 # Text input types
    81 textInputType_date   =       date
    82 textInputType_email  =       e-mail
    83 textInputType_search =       search
    84 textInputType_tel    =       telephone
    85 textInputType_url    =       URL
    87 # More sophisticated object descriptions
    88 headingLevel   =       heading level %S
    90 # more sophisticated list announcement
    91 listStart      =       First item
    92 listEnd        =       Last item
    93 # LOCALIZATION NOTE (listItemsCount): Semi-colon list of plural forms.
    94 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
    95 listItemsCount =       1 item;#1 items
    97 # LOCALIZATION NOTE: %1$S is the item's role name (e.g. "tab"),
    98 # %2$S is the position of the item n the set.
    99 # %3$S is the total number of such items in the set.
   100 # An expanded example would read "tab 2 of 5".
   101 objItemOf      =       %1$S %2$S of %3$S
   103 # Landmark announcements
   104 banner         =       banner
   105 complementary  =       complementary
   106 contentinfo    =       content info
   107 main           =       main
   108 navigation     =       navigation
   109 search         =       search
   111 # Description of a table or grid:
   112 # 1 is a dynamically retrieved localized role of either 'table' or 'grid'.
   113 # 2 is the number of columns within the table.
   114 # 3 is the number of rows within the table or grid.
   115 tableInfo = %S with %S and %S
   116 # LOCALIZATION NOTE (tableColumnInfo): Semi-colon list of plural forms.
   117 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
   118 tableColumnInfo = 1 column;#1 columns
   119 # LOCALIZATION NOTE (tableRowInfo): Semi-colon list of plural forms.
   120 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
   121 tableRowInfo = 1 row;#1 rows
   123 # table or grid cell information
   124 columnInfo = Column %S
   125 rowInfo = Row %S
   126 spansColumns = spans %S columns
   127 spansRows = spans %S rows
   129 # Invoked actions
   130 jumpAction     =      jumped
   131 pressAction    =      pressed
   132 checkAction    =      checked
   133 uncheckAction  =      unchecked
   134 selectAction   =      selected
   135 unselectAction =      unselected
   136 openAction     =      opened
   137 closeAction    =      closed
   138 switchAction   =      switched
   139 clickAction    =      clicked
   140 collapseAction =      collapsed
   141 expandAction   =      expanded
   142 activateAction =      activated
   143 cycleAction    =      cycled
   145 # Live regions
   146 # 'hidden' will be spoken when something disappears in a live region.
   147 hidden         =      hidden
   149 # Tab states
   150 tabLoading     =      loading
   151 tabLoaded      =      loaded
   152 tabNew         =      new tab
   153 tabLoadStopped =      loading stopped
   154 tabReload      =      reloading
   156 # Object states
   157 stateChecked     =    checked
   158 stateNotChecked  =    not checked
   159 statePressed     =    pressed
   160 # No string for a not pressed toggle button
   161 stateExpanded    =    expanded
   162 stateCollapsed   =    collapsed
   163 stateUnavailable =    unavailable
   164 stateRequired    =    required
   165 stateTraversed   =    visited
   166 stateHasPopup    =    has pop up
   167 stateSelected    =    selected
   169 # App modes
   170 editingMode    =      editing
   171 navigationMode =      navigating
   173 # Quick navigation modes
   174 quicknav_Simple      = Default
   175 quicknav_Anchor      = Anchors
   176 quicknav_Button      = Buttons
   177 quicknav_Combobox    = Combo boxes
   178 quicknav_Landmark    = Landmarks
   179 quicknav_Entry       = Entries
   180 quicknav_FormElement = Form elements
   181 quicknav_Graphic     = Images
   182 quicknav_Heading     = Headings
   183 quicknav_ListItem    = List items
   184 quicknav_Link        = Links
   185 quicknav_List        = Lists
   186 quicknav_PageTab     = Page tabs
   187 quicknav_RadioButton = Radio buttons
   188 quicknav_Separator   = Separators
   189 quicknav_Table       = Tables
   190 quicknav_Checkbox    = Check boxes
   192 # Shortened role names for braille
   193 linkAbbr           =       lnk
   194 pushbuttonAbbr     =       btn
   195 passwordtextAbbr   =       passwdtxt
   196 imagemapAbbr       =       imgmap
   197 figureAbbr         =       fig
   198 textareaAbbr       =       txtarea
   199 tableAbbr          =       tbl
   200 tableInfoAbbr = %S %S %S
   201 # LOCALIZATION NOTE (tableColumnInfoAbbr): Semi-colon list of plural forms.
   202 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
   203 tableColumnInfoAbbr = #1c;#1c
   204 # LOCALIZATION NOTE (tableRowInfoAbbr): Semi-colon list of plural forms.
   205 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
   206 tableRowInfoAbbr = #1r;#1r
   207 cellInfoAbbr = c%Sr%S

mercurial