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 | 112 +++++++++++++++++++++ .../chrome/accessibility/mac/accessible.properties | 65 ++++++++++++ .../accessibility/unix/accessible.properties | 17 ++++ .../chrome/accessibility/win/accessible.properties | 17 ++++ 4 files changed, 211 insertions(+) create mode 100644 l10n-tl/dom/chrome/accessibility/AccessFu.properties create mode 100644 l10n-tl/dom/chrome/accessibility/mac/accessible.properties create mode 100644 l10n-tl/dom/chrome/accessibility/unix/accessible.properties create mode 100644 l10n-tl/dom/chrome/accessibility/win/accessible.properties (limited to 'l10n-tl/dom/chrome/accessibility') diff --git a/l10n-tl/dom/chrome/accessibility/AccessFu.properties b/l10n-tl/dom/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..27436fe3fd --- /dev/null +++ b/l10n-tl/dom/chrome/accessibility/AccessFu.properties @@ -0,0 +1,112 @@ +# 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 bar +scrollbar = scroll bar +grip = grip +alert = alerto +menupopup = menu popup +document = dokumento +pane = pane +dialog = dialog +separator = panghiwalay +toolbar = toolbar +statusbar = status bar +table = table +columnheader = column header +rowheader = row header +column = column +row = row +cell = cell +link = link +list = list +listitem = list item +outline = outline +outlineitem = outline item +pagetab = tab +propertypage = property page +graphic = graphic +switch = lumipat +pushbutton = button +checkbutton = check button +radiobutton = radio button +combobox = combo box +progressbar = progress bar +slider = slider +spinbutton = spin button +diagram = diagram +animation = animation +equation = equation +buttonmenu = button menu +whitespace = white space +pagetablist = tab list +canvas = canvas +checkmenuitem = check menu item +passwordtext = password text +radiomenuitem = radio menu item +textcontainer = text container +togglebutton = toggle button +treetable = tree table +header = header +footer = footer +paragraph = paragraph +entry = entry +caption = caption +heading = heading +section = seksyon +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 = figure +definitionlist = listahan ng kahulugan +term = term +definition = kahulugan + +mathmltable = math table +mathmlcell = cell +mathmlenclosed = kalakip +mathmlfraction = fraction +mathmlfractionwithoutbar = fraction na walang bar +mathmlroot = root +mathmlscripted = scripted +mathmlsquareroot = square root + +# More sophisticated roles which are not actual numeric roles +textarea = text area + +base = base +close-fence = pagsasara ng bakod +denominator = denominator +numerator = numerator +open-fence = pagbubukas ng bakod +overscript = overscript +presubscript = presubscript +presuperscript = presuperscript +root-index = root index +subscript = subscript +superscript = superscript +underscript = underscript + +# More sophisticated object descriptions +headingLevel = heading level %S + +# Landmark announcements +banner = banner +complementary = komplimentaryo +contentinfo = impormasyon ng nilalaman +main = pangunahing +navigation = nabigasyon +search = hanapin + +region = rehiyon + +stateRequired = kailangan + diff --git a/l10n-tl/dom/chrome/accessibility/mac/accessible.properties b/l10n-tl/dom/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..fba7e012aa --- /dev/null +++ b/l10n-tl/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 = Tumalon +press = Pindutin +check = Tsek +uncheck = Alisin ang tsek +select = Pumili +open = Buksan +close = Isara +switch = Pagpalitin +click = Pindutin +collapse= Collapse +expand = Expand +activate= I-activate +cycle = Cycle + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = HTML ang Laman +# The Role Description for the Tab button. +tab = tab +# The Role Description for definition list dl, dt and dd +term = term +definition = katuturan +# The Role Description for an input type="search" text field +searchTextField = paghahanap ng patlang ng teksto +# The Role Description for WAI-ARIA Landmarks +application = application +search = hanapin +banner = banner +navigation = nabigasyon +complementary = komplimentaryo +content = nilalaman +main = pangunahin +# The (spoken) role description for various WAI-ARIA roles +alert = alerto +alertDialog = dialog ng alerto +dialog = dialog +article = artikulo +document = dokumento +# The (spoken) role description for the WAI-ARIA figure role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure +figure = figure +# The (spoken) role description for the WAI-ARIA heading role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading +heading = heading +log = log +marquee = marquee +math = matematika +note = tandaan +region = rehiyon +status = katayuan ng application +timer = timer +tooltip = tooltip +separator = separator +tabPanel = tab panel +# The roleDescription for the html:mark element +highlight = highlight +# The roleDescription for the details element +details = mga detalye +# The roleDescription for the summary element +summary = buod diff --git a/l10n-tl/dom/chrome/accessibility/unix/accessible.properties b/l10n-tl/dom/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..f8213ece5e --- /dev/null +++ b/l10n-tl/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 = Tumalon +press = Pindutin +check = I-check +uncheck = I-uncheck +select = Pumili +open = Buksan +close = Isara +switch = Pagpalitin +click = Pindutin +collapse= Collapse +expand = Expand +activate= I-activate +cycle = Cycle diff --git a/l10n-tl/dom/chrome/accessibility/win/accessible.properties b/l10n-tl/dom/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..f8213ece5e --- /dev/null +++ b/l10n-tl/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 = Tumalon +press = Pindutin +check = I-check +uncheck = I-uncheck +select = Pumili +open = Buksan +close = Isara +switch = Pagpalitin +click = Pindutin +collapse= Collapse +expand = Expand +activate= I-activate +cycle = Cycle -- cgit v1.2.3