diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-ast/dom/chrome/accessibility | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream.tar.xz firefox-esr-upstream.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
4 files changed, 157 insertions, 0 deletions
diff --git a/l10n-ast/dom/chrome/accessibility/AccessFu.properties b/l10n-ast/dom/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..965e32d2b5 --- /dev/null +++ b/l10n-ast/dom/chrome/accessibility/AccessFu.properties @@ -0,0 +1,58 @@ +# 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/. + +# Screen reader started/stopped + +# Roles +document = documentu +pane = panel +dialog = diálogu +separator = separtador +column = columna +row = filera +cell = caxella +link = enllaz +list = llista +pushbutton = botón +progressbar = barra de progresu +slider = eslizador +diagram = diagrama +animation = animación +equation = ecuación +canvas = llenzu +header = testera +footer = pie de páxina +paragraph = párrafu +entry = entrada +section = seición +listboxoption = opción +term = términu +definition = definición + +mathmlcell = caxella +mathmlfraction = fraición +mathmlsquareroot = raíz cuadrada + +# More sophisticated roles which are not actual numeric roles + +denominator = denominador +numerator = numberador + +# More sophisticated object descriptions + +# Landmark announcements +navigation = navegación +region = rexón + +# table or grid cell information + +# Live regions +# 'hidden' will be spoken when something disappears in a live region. + +# Object states +# No string for a not pressed toggle button + +# App modes + + diff --git a/l10n-ast/dom/chrome/accessibility/mac/accessible.properties b/l10n-ast/dom/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..4861dec5fb --- /dev/null +++ b/l10n-ast/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 = Saltar +press = Primir +check = Marcar +uncheck = Desmarcar +select = Esbillar +open = Abrir +close = Zarrar +switch = Cambiar +click = Calcar +collapse= Contrayer +expand = Espander +activate= Activar +cycle = Percorrer + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = Conteníu HTML +# The Role Description for the Tab button. +tab = llingüeta +# The Role Description for definition list dl, dt and dd +term = términu +definition = definición +# The Role Description for an input type="search" text field +searchTextField = campu de testu de gueta +# The Role Description for WAI-ARIA Landmarks +application = aplicación +search = buscar +banner = banner +navigation = navegación +complementary = complementariu +content = conteníu +main = principal +# The (spoken) role description for various WAI-ARIA roles +alert = alerta +alertDialog = diálogu d'alerta +dialog = diálogu +article = artículu +document = documentu +# 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 = testera +log = rexistru +marquee = marquesina +math = operación matemática +note = nota +region = rexón +status = estáu de l'aplicación +timer = temporizador +tooltip = descripción emerxente +separator = separtador +tabPanel = panel de llingüetes +# The roleDescription for the html:mark element +highlight = elementu rescampláu +# The roleDescription for the details element +details = detalles +# The roleDescription for the summary element +summary = sumariu diff --git a/l10n-ast/dom/chrome/accessibility/unix/accessible.properties b/l10n-ast/dom/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..a316f5a239 --- /dev/null +++ b/l10n-ast/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 = Saltar +press = Primir +check = Marcar +uncheck = Desmarcar +select = Esbillar +open = Abrir +close = Zarrar +switch = Cambiar +click = Calcar +collapse= Contrayer +expand = Espander +activate= Activar +cycle = Percorrer diff --git a/l10n-ast/dom/chrome/accessibility/win/accessible.properties b/l10n-ast/dom/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..a316f5a239 --- /dev/null +++ b/l10n-ast/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 = Saltar +press = Primir +check = Marcar +uncheck = Desmarcar +select = Esbillar +open = Abrir +close = Zarrar +switch = Cambiar +click = Calcar +collapse= Contrayer +expand = Espander +activate= Activar +cycle = Percorrer |