summaryrefslogtreecommitdiffstats
path: root/l10n-es-AR/dom/chrome/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-es-AR/dom/chrome/accessibility')
-rw-r--r--l10n-es-AR/dom/chrome/accessibility/AccessFu.properties112
-rw-r--r--l10n-es-AR/dom/chrome/accessibility/mac/accessible.properties71
-rw-r--r--l10n-es-AR/dom/chrome/accessibility/unix/accessible.properties21
-rw-r--r--l10n-es-AR/dom/chrome/accessibility/win/accessible.properties21
4 files changed, 225 insertions, 0 deletions
diff --git a/l10n-es-AR/dom/chrome/accessibility/AccessFu.properties b/l10n-es-AR/dom/chrome/accessibility/AccessFu.properties
new file mode 100644
index 0000000000..60c14f21b6
--- /dev/null
+++ b/l10n-es-AR/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 = alerta
+menupopup = menu popup
+document = documento
+pane = pane
+dialog = diálogo
+separator = separador
+toolbar = toolbar
+statusbar = status bar
+table = tabla
+columnheader = column header
+rowheader = row header
+column = columna
+row = fila
+cell = cell
+link = enlace
+list = lista
+listitem = list item
+outline = outline
+outlineitem = outline item
+pagetab = pestaña
+propertypage = property page
+graphic = gráfico
+switch = interruptor
+pushbutton = botón
+checkbutton = check button
+radiobutton = radio button
+combobox = combo box
+progressbar = progress bar
+slider = slider
+spinbutton = spin button
+diagram = diagrama
+animation = animación
+equation = ecuación
+buttonmenu = button menu
+whitespace = white space
+pagetablist = lista de pestañas
+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 = párrafo
+entry = entry
+caption = caption
+heading = encabezado
+section = sección
+form = formulario
+comboboxlist = combo box list
+comboboxoption = combo box option
+imagemap = image map
+listboxoption = list box option
+listbox = list box
+flatequation = flat equation
+gridcell = cuadrícula
+note = nota
+figure = figura
+definitionlist = lista de definiciones
+term = término
+definition = definición
+
+mathmltable = tabla mat
+mathmlcell = celda
+mathmlenclosed = enclosed
+mathmlfraction = fracción
+mathmlfractionwithoutbar = fracción sin barra
+mathmlroot = raíz
+mathmlscripted = scripted
+mathmlsquareroot = raíz cuadrada
+
+# More sophisticated roles which are not actual numeric roles
+textarea = área de texto
+
+base = base
+close-fence = closing fence
+denominator = denominador
+numerator = numerador
+open-fence = opening fence
+overscript = overscript
+presubscript = presubscript
+presuperscript = presuperscript
+root-index = índice raíz
+subscript = subscript
+superscript = superscript
+underscript = underscript
+
+# More sophisticated object descriptions
+headingLevel = nivel de encabezado %S
+
+# Landmark announcements
+banner = banner
+complementary = complementario
+contentinfo = info de contenido
+main = principal
+navigation = navegación
+search = búsqueda
+
+region = región
+
+stateRequired = requerido
+
diff --git a/l10n-es-AR/dom/chrome/accessibility/mac/accessible.properties b/l10n-es-AR/dom/chrome/accessibility/mac/accessible.properties
new file mode 100644
index 0000000000..eb362e5a97
--- /dev/null
+++ b/l10n-es-AR/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 = Pulsar
+check = Chequear
+uncheck = Deschequear
+select = Seleccionar
+open = Abrir
+close = Cerrar
+switch = Cambiar
+click = Clic
+collapse= Colapsar
+expand = Expandir
+activate= Activar
+cycle = Cycle
+# 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 = Hacer clic en el elemento anterior
+
+# Universal Access API support
+# (Mac Only)
+# The Role Description for AXWebArea (the web widget). Like in Safari.
+htmlContent = Contenido HTML
+# The Role Description for the Tab button.
+tab = tab
+# The Role Description for definition list dl, dt and dd
+term = término
+definition = definición
+# The Role Description for an input type="search" text field
+searchTextField = campo de búsqueda
+# Role Description (exposed as AXTitle) for datepickers
+dateField = campo de fecha
+# The Role Description for WAI-ARIA Landmarks
+application = aplicación
+search = búsqueda
+banner = banner
+navigation = navegación
+complementary = complementario
+content = contenido
+main = principal
+# The (spoken) role description for various WAI-ARIA roles
+alert = alerta
+alertDialog = diálogo alerta
+dialog = diálogo
+article = artículo
+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 = encabezado
+log = registro
+marquee = marquee
+math = matemática
+note = nota
+region = región
+status = estado aplicación
+timer = timer
+tooltip = tooltip
+separator = separador
+tabPanel = panel pestañas
+# The roleDescription for the html:mark element
+highlight = resaltar
+# The roleDescription for the details element
+details = detalles
+# The roleDescription for the summary element
+summary = resumen
diff --git a/l10n-es-AR/dom/chrome/accessibility/unix/accessible.properties b/l10n-es-AR/dom/chrome/accessibility/unix/accessible.properties
new file mode 100644
index 0000000000..274e5373ac
--- /dev/null
+++ b/l10n-es-AR/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 = Pulsar
+check = Chequear
+uncheck = Deschequear
+select = Seleccionar
+open = Abrir
+close = Cerrar
+switch = Cambiar
+click = Clic
+collapse= Colapsar
+expand = Expandir
+activate= Activar
+cycle = Cycle
+# 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 = Hacer clic en el elemento anterior
diff --git a/l10n-es-AR/dom/chrome/accessibility/win/accessible.properties b/l10n-es-AR/dom/chrome/accessibility/win/accessible.properties
new file mode 100644
index 0000000000..274e5373ac
--- /dev/null
+++ b/l10n-es-AR/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 = Pulsar
+check = Chequear
+uncheck = Deschequear
+select = Seleccionar
+open = Abrir
+close = Cerrar
+switch = Cambiar
+click = Clic
+collapse= Colapsar
+expand = Expandir
+activate= Activar
+cycle = Cycle
+# 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 = Hacer clic en el elemento anterior