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 | 71 +++++++++++++ .../accessibility/unix/accessible.properties | 21 ++++ .../chrome/accessibility/win/accessible.properties | 21 ++++ 4 files changed, 224 insertions(+) create mode 100644 l10n-gl/dom/chrome/accessibility/AccessFu.properties create mode 100644 l10n-gl/dom/chrome/accessibility/mac/accessible.properties create mode 100644 l10n-gl/dom/chrome/accessibility/unix/accessible.properties create mode 100644 l10n-gl/dom/chrome/accessibility/win/accessible.properties (limited to 'l10n-gl/dom/chrome/accessibility') diff --git a/l10n-gl/dom/chrome/accessibility/AccessFu.properties b/l10n-gl/dom/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..74bc6dcc0b --- /dev/null +++ b/l10n-gl/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 = barra de menú +scrollbar = barra de desprazamento +grip = tirador +alert = alerta +menupopup = menú emerxente +document = documento +pane = panel +dialog = diálogo +separator = separador +toolbar = barra de ferramentas +statusbar = barra de estado +table = táboa +columnheader = cabeceira da columna +rowheader = cabeceira da fila +column = columna +row = fila +cell = cela +link = ligazón +list = lista +listitem = elemento da lista +outline = esquema +outlineitem = elemento do esquema +pagetab = lapela da páxina +propertypage = páxina de propiedades +graphic = gráfico +switch = interruptor +pushbutton = botón +checkbutton = caixa de verificación +radiobutton = botón de opción +combobox = caixa de combinación +progressbar = barra de progreso +slider = control desprazábel +spinbutton = botón xiratorio +diagram = diagrama +animation = animación +equation = ecuación +buttonmenu = botón de menú +whitespace = espazo en branco +pagetablist = lista de lapelas da páxina +canvas = lenzo +checkmenuitem = elemento de menú de verificación +passwordtext = texto do contrasinal +radiomenuitem = elemento do menú de opcións +textcontainer = contedor de texto +togglebutton = botón de estado +treetable = táboa en árbore +header = cabeceira +footer = pé de páxina +paragraph = parágrafo +entry = entrada +caption = lenda +heading = título +section = sección +form = formulario +comboboxlist = lista da caixa de combinación +comboboxoption = opción da caixa de combinación +imagemap = mapa da imaxe +listboxoption = opción da caixa de lista +listbox = caixa de lista +flatequation = ecuación +gridcell = grade de celas +note = nota +figure = figura +definitionlist = Lista de definición +term = termo +definition = definición + +mathmltable = táboa matemática +mathmlcell = cela +mathmlenclosed = entre parénteses +mathmlfraction = fracción +mathmlfractionwithoutbar = fracción sen barra +mathmlroot = raíz +mathmlscripted = guionizado +mathmlsquareroot = raíz cadrada + +# More sophisticated roles which are not actual numeric roles +textarea = área de texto + +base = base +close-fence = elemento de peche +denominator = denominador +numerator = numerador +open-fence = elemento de apertura +overscript = overscript +presubscript = presubscript +presuperscript = presuperscript +root-index = índice da raíz +subscript = subscript +superscript = superscript +underscript = underscript + +# More sophisticated object descriptions +headingLevel = nivel do título %S + +# Landmark announcements +banner = cartel +complementary = complementario +contentinfo = info contido +main = principal +navigation = navegación +search = Buscar +region = rexión + +stateRequired = requirido + diff --git a/l10n-gl/dom/chrome/accessibility/mac/accessible.properties b/l10n-gl/dom/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..bfd29586e7 --- /dev/null +++ b/l10n-gl/dom/chrome/accessibility/mac/accessible.properties @@ -0,0 +1,71 @@ +# 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 = Saltar +press = Premer +check = Marcar +uncheck = Desmarcar +select = Seleccionar +open = Abrir +close = Pechar +switch = Trocar +click = Premer +collapse= Contraer +expand = Expandir +activate= Activar +cycle = Alternar +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = Premer o contedor + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = Contido HTML +# The Role Description for the Tab button. +tab = lapela +# The Role Description for definition list dl, dt and dd +term = termo +definition = definición +# The Role Description for an input type="search" text field +searchTextField = campo de texto de buscas +# Role Description (exposed as AXTitle) for datepickers +dateField = campo de data +# The Role Description for WAI-ARIA Landmarks +application = aplicativo +search = busca +banner = cartel +navigation = navegación +complementary = complementario +content = contido +main = principal +# The (spoken) role description for various WAI-ARIA roles +alert = alerta +alertDialog = diálogo de alerta +dialog = diálogo +article = artigo +document = documento +# The (spoken) role description for the WAI-ARIA figure role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure +figure = figura +# The (spoken) role description for the WAI-ARIA heading role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading +heading = cabeceira +log = rexistro +marquee = rectángulo de selección +math = matemática +note = nota +region = rexión +status = estado do aplicativo +timer = temporizador +tooltip = suxestión +separator = separador +tabPanel = panel de lapela +# The roleDescription for the html:mark element +highlight = realzar +# The roleDescription for the details element +details = detalles +# The roleDescription for the summary element +summary = resumo diff --git a/l10n-gl/dom/chrome/accessibility/unix/accessible.properties b/l10n-gl/dom/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..c66e05ce19 --- /dev/null +++ b/l10n-gl/dom/chrome/accessibility/unix/accessible.properties @@ -0,0 +1,21 @@ +# 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 = Saltar +press = Premer +check = Marcar +uncheck = Desmarcar +select = Seleccionar +open = Abrir +close = Pechar +switch = Trocar +click = Premer +collapse= Contraer +expand = Expandir +activate= Activar +cycle = Alternar +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = Premer o contedor diff --git a/l10n-gl/dom/chrome/accessibility/win/accessible.properties b/l10n-gl/dom/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..c66e05ce19 --- /dev/null +++ b/l10n-gl/dom/chrome/accessibility/win/accessible.properties @@ -0,0 +1,21 @@ +# 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 = Saltar +press = Premer +check = Marcar +uncheck = Desmarcar +select = Seleccionar +open = Abrir +close = Pechar +switch = Trocar +click = Premer +collapse= Contraer +expand = Expandir +activate= Activar +cycle = Alternar +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = Premer o contedor -- cgit v1.2.3