diff options
Diffstat (limited to '')
4 files changed, 225 insertions, 0 deletions
diff --git a/l10n-es-ES/dom/chrome/accessibility/AccessFu.properties b/l10n-es-ES/dom/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..ae681df94c --- /dev/null +++ b/l10n-es-ES/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 = barra de menú +scrollbar = barra de desplazamiento +grip = asa +alert = alerta +menupopup = menú emergente +document = documento +pane = panel +dialog = diálogo +separator = separador +toolbar = barra de herramientas +statusbar = barra de estado +table = tabla +columnheader = cabecera de columna +rowheader = cabecera de fila +column = columna +row = fila +cell = celda +link = enlace +list = lista +listitem = elemento de lista +outline = contorno +outlineitem = elemento de contorno +pagetab = pestaña +propertypage = página de propiedades +graphic = gráfico +switch = interruptor +pushbutton = botón +checkbutton = casilla seleccionable +radiobutton = botón de radio +combobox = caja desplegable +progressbar = barra de progreso +slider = deslizador +spinbutton = botón de incremento/decremento +diagram = diagrama +animation = animación +equation = ecuación +buttonmenu = menú de botón +whitespace = espacio en blanco +pagetablist = lista de pestañas +canvas = canvas +checkmenuitem = elemento de menú seleccionable +passwordtext = texto de contraseña +radiomenuitem = elemento de menú de radio +textcontainer = contenedor de texto +togglebutton = botón de alternancia +treetable = tabla/árbol +header = cabecera +footer = pie de página +paragraph = párrafo +entry = entrada +caption = (sub)título +heading = encabezado +section = sección +form = formulario +comboboxlist = lista desplegable +comboboxoption = opción de caja desplegable +imagemap = mapa de imágenes +listboxoption = opción +listbox = caja de lista +flatequation = ecuación plana +gridcell = rejilla +note = nota +figure = cantidad +definitionlist = lista de definiciones +term = término +definition = definición + +mathmltable = tabla matemática +mathmlcell = celda +mathmlenclosed = entre paréntesis +mathmlfraction = fracción +mathmlfractionwithoutbar = fracción sin barra +mathmlroot = raíz +mathmlscripted = guionizado +mathmlsquareroot = raíz cuadrada + +# More sophisticated roles which are not actual numeric roles +textarea = área de texto + +base = base +close-fence = elemento de cierre +denominator = denominador +numerator = numerador +open-fence = elemento de apertura +overscript = sobrescritura +presubscript = presubscript +presuperscript = presuperscript +root-index = índice raíz +subscript = subíndice +superscript = superíndice +underscript = baja escritura + +# More sophisticated object descriptions +headingLevel = encabezado de nivel %S + +# Landmark announcements +banner = panel publicitario +complementary = complementario +contentinfo = información sobre el contenido +main = principal +navigation = navegación +search = buscar + +region = región + +stateRequired = requerido + diff --git a/l10n-es-ES/dom/chrome/accessibility/mac/accessible.properties b/l10n-es-ES/dom/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..12039b90c4 --- /dev/null +++ b/l10n-es-ES/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 = Marcar +uncheck = Desmarcar +select = Seleccionar +open = Abrir +close = Cerrar +switch = Pasar a +click = Hacer clic +collapse= Contraer +expand = Expandir +activate= Activar +cycle = Avanzar +# 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 texto 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 = buscar +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 de 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 = cantidad +# 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 = marquesina +math = matemática +note = nota +region = región +status = estado de la aplicación +timer = temporizador +tooltip = consejo emergente +separator = separador +tabPanel = panel de pestaña +# 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-ES/dom/chrome/accessibility/unix/accessible.properties b/l10n-es-ES/dom/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..9a11a93766 --- /dev/null +++ b/l10n-es-ES/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 = Marcar +uncheck = Desmarcar +select = Seleccionar +open = Abrir +close = Cerrar +switch = Pasar a +click = Hacer clic +collapse= Contraer +expand = Expandir +activate= Activar +cycle = Avanzar +# 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-ES/dom/chrome/accessibility/win/accessible.properties b/l10n-es-ES/dom/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..9a11a93766 --- /dev/null +++ b/l10n-es-ES/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 = Marcar +uncheck = Desmarcar +select = Seleccionar +open = Abrir +close = Cerrar +switch = Pasar a +click = Hacer clic +collapse= Contraer +expand = Expandir +activate= Activar +cycle = Avanzar +# 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 |