summaryrefslogtreecommitdiffstats
path: root/l10n-ca-valencia/dom/chrome/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ca-valencia/dom/chrome/accessibility')
-rw-r--r--l10n-ca-valencia/dom/chrome/accessibility/AccessFu.properties112
-rw-r--r--l10n-ca-valencia/dom/chrome/accessibility/mac/accessible.properties65
-rw-r--r--l10n-ca-valencia/dom/chrome/accessibility/unix/accessible.properties17
-rw-r--r--l10n-ca-valencia/dom/chrome/accessibility/win/accessible.properties17
4 files changed, 211 insertions, 0 deletions
diff --git a/l10n-ca-valencia/dom/chrome/accessibility/AccessFu.properties b/l10n-ca-valencia/dom/chrome/accessibility/AccessFu.properties
new file mode 100644
index 0000000000..c3dcf08162
--- /dev/null
+++ b/l10n-ca-valencia/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 desplaçament
+grip = control
+alert = alerta
+menupopup = menú emergent
+document = document
+pane = subfinestra
+dialog = diàleg
+separator = separador
+toolbar = barra d'eines
+statusbar = barra d'estat
+table = taula
+columnheader = capçalera de la columna
+rowheader = capçalera de la fila
+column = columna
+row = fila
+cell = cel·la
+link = enllaç
+list = llista
+listitem = element de llista
+outline = contorn
+outlineitem = element de contorn
+pagetab = pestanya
+propertypage = pàgina de propietats
+graphic = gràfic
+switch = commutador
+pushbutton = botó
+checkbutton = casella de selecció
+radiobutton = botó d'opció
+combobox = quadre combinat
+progressbar = barra de progrés
+slider = lliscador
+spinbutton = botó incremental
+diagram = diagrama
+animation = animació
+equation = equació
+buttonmenu = botó de menú
+whitespace = espai en blanc
+pagetablist = llista de pestanyes
+canvas = llenç
+checkmenuitem = element de menú seleccionable
+passwordtext = text de contrasenya
+radiomenuitem = element de menú d'opció
+textcontainer = contenidor de text
+togglebutton = botó de commutació
+treetable = taula d'arbre
+header = capçalera
+footer = peu
+paragraph = paràgraf
+entry = entrada
+caption = llegenda
+heading = encapçalament
+section = secció
+form = formulari
+comboboxlist = llista de quadre combinat
+comboboxoption = opció de quadre combinat
+imagemap = mapa d'imatge
+listboxoption = opció
+listbox = quadre de llista
+flatequation = equació plana
+gridcell = cel·la de graella
+note = nota
+figure = figura
+definitionlist = llista de definició
+term = terme
+definition = definició
+
+mathmltable = taula de matemàtiques
+mathmlcell = cel·la
+mathmlenclosed = delimitat
+mathmlfraction = fracció
+mathmlfractionwithoutbar = fracció sense ratlla
+mathmlroot = arrel
+mathmlscripted = amb script
+mathmlsquareroot = arrel quadrada
+
+# More sophisticated roles which are not actual numeric roles
+textarea = àrea de text
+
+base = base
+close-fence = element de tancament
+denominator = denominador
+numerator = numerador
+open-fence = element d'obertura
+overscript = sobreíndex
+presubscript = presubíndex
+presuperscript = presuperíndex
+root-index = índex de l'arrel
+subscript = subíndex
+superscript = superíndex
+underscript = sotaíndex
+
+# More sophisticated object descriptions
+headingLevel = nivell d'encapçalament %S
+
+# Landmark announcements
+banner = bàner
+complementary = complementari
+contentinfo = informació del contingut
+main = principal
+navigation = navegació
+search = cerca
+
+region = regió
+
+stateRequired = necessari
+
diff --git a/l10n-ca-valencia/dom/chrome/accessibility/mac/accessible.properties b/l10n-ca-valencia/dom/chrome/accessibility/mac/accessible.properties
new file mode 100644
index 0000000000..db44d6a3d5
--- /dev/null
+++ b/l10n-ca-valencia/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 = Salta
+press = Prem
+check = Marca
+uncheck = Desmarca
+select = Selecciona
+open = Obri
+close = Tanca
+switch = Commuta
+click = Fes un clic
+collapse= Redueix
+expand = Amplia
+activate= Activa
+cycle = Roda
+
+# Universal Access API support
+# (Mac Only)
+# The Role Description for AXWebArea (the web widget). Like in Safari.
+htmlContent = Contingut HTML
+# The Role Description for the Tab button.
+tab = pestanya
+# The Role Description for definition list dl, dt and dd
+term = terme
+definition = definició
+# The Role Description for an input type="search" text field
+searchTextField = camp de text de cerca
+# The Role Description for WAI-ARIA Landmarks
+application = aplicació
+search = cerca
+banner = bàner
+navigation = navegació
+complementary = complementari
+content = contingut
+main = principal
+# The (spoken) role description for various WAI-ARIA roles
+alert = alerta
+alertDialog = diàleg d'alerta
+dialog = diàleg
+article = article
+document = document
+# 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 = encapçalament
+log = registre
+marquee = marquesina
+math = matemàtiques
+note = nota
+region = regió
+status = estat de l'aplicació
+timer = temporitzador
+tooltip = indicador de funció
+separator = separador
+tabPanel = subfinestra de pestanyes
+# The roleDescription for the html:mark element
+highlight = ressalta
+# The roleDescription for the details element
+details = detalls
+# The roleDescription for the summary element
+summary = resum
diff --git a/l10n-ca-valencia/dom/chrome/accessibility/unix/accessible.properties b/l10n-ca-valencia/dom/chrome/accessibility/unix/accessible.properties
new file mode 100644
index 0000000000..0efe084d38
--- /dev/null
+++ b/l10n-ca-valencia/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 = Salta
+press = Prem
+check = Marca
+uncheck = Desmarca
+select = Selecciona
+open = Obri
+close = Tanca
+switch = Commuta
+click = Fes un clic
+collapse= Redueix
+expand = Amplia
+activate= Activa
+cycle = Roda
diff --git a/l10n-ca-valencia/dom/chrome/accessibility/win/accessible.properties b/l10n-ca-valencia/dom/chrome/accessibility/win/accessible.properties
new file mode 100644
index 0000000000..0efe084d38
--- /dev/null
+++ b/l10n-ca-valencia/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 = Salta
+press = Prem
+check = Marca
+uncheck = Desmarca
+select = Selecciona
+open = Obri
+close = Tanca
+switch = Commuta
+click = Fes un clic
+collapse= Redueix
+expand = Amplia
+activate= Activa
+cycle = Roda