From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../dom/chrome/accessibility/AccessFu.properties | 111 +++++++++++++++++++++ .../chrome/accessibility/mac/accessible.properties | 65 ++++++++++++ .../accessibility/unix/accessible.properties | 17 ++++ .../chrome/accessibility/win/accessible.properties | 17 ++++ 4 files changed, 210 insertions(+) create mode 100644 l10n-sco/dom/chrome/accessibility/AccessFu.properties create mode 100644 l10n-sco/dom/chrome/accessibility/mac/accessible.properties create mode 100644 l10n-sco/dom/chrome/accessibility/unix/accessible.properties create mode 100644 l10n-sco/dom/chrome/accessibility/win/accessible.properties (limited to 'l10n-sco/dom/chrome/accessibility') diff --git a/l10n-sco/dom/chrome/accessibility/AccessFu.properties b/l10n-sco/dom/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..1a6ebece3e --- /dev/null +++ b/l10n-sco/dom/chrome/accessibility/AccessFu.properties @@ -0,0 +1,111 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this file, +# You can obtain one at http://mozilla.org/MPL/2.0/. + +# Roles +menubar = menu baur +scrollbar = scroll baur +grip = grip +alert = alert +menupopup = menu lowp-up +document = document +pane = pane +dialog = dialogue +separator = sinderer +toolbar = toolbaur +statusbar = status baur +table = table +columnheader = column heider +rowheader = row heider +column = column +row = row +cell = cell +link = link +list = list +listitem = list item +outline = ootline +outlineitem = ootline item +pagetab = tab +propertypage = property page +graphic = graphic +switch = switch +pushbutton = button +checkbutton = check button +radiobutton = radio button +combobox = combo box +progressbar = progress baur +slider = skiter +spinbutton = birl button +diagram = diagram +animation = animation +equation = equation +buttonmenu = button menu +whitespace = white space +pagetablist = tab list +canvas = canvas +checkmenuitem = check menu item +passwordtext = passwird text +radiomenuitem = radio menu item +textcontainer = text conteener +togglebutton = toggle button +treetable = tree table +header = heider +footer = dowp-ender +paragraph = paragraph +entry = inpittin +caption = caption +heading = heidin +section = section +form = form +comboboxlist = combo box list +comboboxoption = combo box option +imagemap = image map +listboxoption = option +listbox = list box +flatequation = flat equation +gridcell = gridcell +note = note +figure = feegur +definitionlist = definition list +term = term +definition = definition + +mathmltable = math table +mathmlcell = cell +mathmlenclosed = enclosed +mathmlfraction = fraction +mathmlfractionwithoutbar = fraction wioot baur +mathmlroot = root +mathmlscripted = scriptit +mathmlsquareroot = square root + +# More sophisticated roles which are not actual numeric roles +textarea = text area + +base = base +close-fence = closin fence +denominator = denominator +numerator = numerator +open-fence = openin fence +overscript = owerscript +presubscript = presubscript +presuperscript = presuperscript +root-index = root index +subscript = subscript +superscript = superscript +underscript = unnerscript + +# More sophisticated object descriptions +headingLevel = heidin level %S + +# Landmark announcements +banner = banner +complementary = complementary +contentinfo = content info +main = main +navigation = navigation +search = sairch +region = region + +stateRequired = needit + diff --git a/l10n-sco/dom/chrome/accessibility/mac/accessible.properties b/l10n-sco/dom/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..1d37288f8c --- /dev/null +++ b/l10n-sco/dom/chrome/accessibility/mac/accessible.properties @@ -0,0 +1,65 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +jump = Lowp +press = Press +check = Check +uncheck = Uncheck +select = Wale +open = Open +close = Sneck +switch = Switch +click = Click +collapse= In-fauld +expand = Oot-fauld +activate= Activate +cycle = Cycle + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = HTML Content +# The Role Description for the Tab button. +tab = tab +# The Role Description for definition list dl, dt and dd +term = term +definition = definition +# The Role Description for an input type="search" text field +searchTextField = airt-oot text field +# The Role Description for WAI-ARIA Landmarks +application = application +search = sairch +banner = banner +navigation = navigation +complementary = complementary +content = content +main = main +# The (spoken) role description for various WAI-ARIA roles +alert = alert +alertDialog = alert dialogue +dialog = dialogue +article = airticle +document = document +# The (spoken) role description for the WAI-ARIA figure role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure +figure = feegur +# The (spoken) role description for the WAI-ARIA heading role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading +heading = heidin +log = log +marquee = marquee +math = math +note = note +region = region +status = application status +timer = timer +tooltip = tooltip +separator = sinderer +tabPanel = tab panel +# The roleDescription for the html:mark element +highlight = highlicht +# The roleDescription for the details element +details = details +# The roleDescription for the summary element +summary = summary diff --git a/l10n-sco/dom/chrome/accessibility/unix/accessible.properties b/l10n-sco/dom/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..8635d66c75 --- /dev/null +++ b/l10n-sco/dom/chrome/accessibility/unix/accessible.properties @@ -0,0 +1,17 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +jump = Lowp +press = Press +check = Check +uncheck = Uncheck +select = Wale +open = Open +close = Sneck +switch = Switch +click = Click +collapse= In-fauld +expand = Oot-fauld +activate= Activate +cycle = Cycle diff --git a/l10n-sco/dom/chrome/accessibility/win/accessible.properties b/l10n-sco/dom/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..8635d66c75 --- /dev/null +++ b/l10n-sco/dom/chrome/accessibility/win/accessible.properties @@ -0,0 +1,17 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +jump = Lowp +press = Press +check = Check +uncheck = Uncheck +select = Wale +open = Open +close = Sneck +switch = Switch +click = Click +collapse= In-fauld +expand = Oot-fauld +activate= Activate +cycle = Cycle -- cgit v1.2.3