summaryrefslogtreecommitdiffstats
path: root/l10n-lij/dom/chrome/accessibility
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-lij/dom/chrome/accessibility')
-rw-r--r--l10n-lij/dom/chrome/accessibility/AccessFu.properties110
-rw-r--r--l10n-lij/dom/chrome/accessibility/mac/accessible.properties58
-rw-r--r--l10n-lij/dom/chrome/accessibility/unix/accessible.properties18
-rw-r--r--l10n-lij/dom/chrome/accessibility/win/accessible.properties18
4 files changed, 204 insertions, 0 deletions
diff --git a/l10n-lij/dom/chrome/accessibility/AccessFu.properties b/l10n-lij/dom/chrome/accessibility/AccessFu.properties
new file mode 100644
index 0000000000..17340d4072
--- /dev/null
+++ b/l10n-lij/dom/chrome/accessibility/AccessFu.properties
@@ -0,0 +1,110 @@
+# 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 = bara do menû
+scrollbar = bara de scorimento
+grip = preiza
+alert = alarme
+menupopup = menû popup
+document = documento
+pane = riquaddro
+dialog = dialogo
+separator = separatô
+toolbar = bara di strumenti
+statusbar = bara de stato
+table = tabella
+columnheader = testâ da colònna
+rowheader = testâ da riga
+column = colònna
+row = riga
+cell = çella
+link = colegamento
+list = lista
+listitem = lista d'ògetti
+outline = feua da linia
+outlineitem = ògetto feua da linia
+pagetab = tab da pagina
+propertypage = propietæ da pagina
+graphic = grafico
+switch = interutô
+pushbutton = pomello
+checkbutton = pomello check
+radiobutton = pomello radio
+combobox = combo box
+progressbar = bara do progresso
+slider = slider
+spinbutton = pomello spin
+diagram = diagramma
+animation = animaçion
+equation = ecoaçion
+buttonmenu = pomello menu
+whitespace = spaçio gianco
+pagetablist = lista di tab da pagina
+canvas = canvas
+checkmenuitem = contròlla i ògetti do menû
+passwordtext = canpo paròlla segreta
+radiomenuitem = ògetti do menû radio
+textcontainer = contenitô de testo
+togglebutton = pomello toggle
+treetable = tabella a erbo
+header = testâ
+footer = fondo
+paragraph = paragrafo
+entry = intrâ
+caption = titolo
+heading = testâ
+section = sescion
+form = da
+comboboxlist = lista de combo box
+comboboxoption = inpostaçioin da combo box
+imagemap = mappa da inmagine
+listboxoption = inpostaçioin da list box
+listbox = list box
+flatequation = flat equation
+gridcell = çella da griglia
+note = nòtta
+figure = figua
+definitionlist = elenco definiçioin
+term = termine
+definition = definiçion
+
+mathmltable = tabella matematica
+mathmlcell = çella
+mathmlenclosed = drento
+mathmlfraction = fraçion
+mathmlfractionwithoutbar = fraçion sensa bara
+mathmlroot = reixe
+mathmlscripted = corsivo
+mathmlsquareroot = reixe quadrâ
+
+# More sophisticated roles which are not actual numeric roles
+textarea = area de testo
+
+base = baze
+close-fence = elemento de seramento
+denominator = denominatô
+numerator = numeratô
+open-fence = elemento de avertua
+overscript = sorviascrito
+presubscript = pre-sottascrito
+presuperscript = pre-sorviascrito
+root-index = indice reixe
+subscript = pedice
+superscript = apice
+underscript = sottascrito
+
+# More sophisticated object descriptions
+headingLevel = levello da testâ %S
+
+# Landmark announcements
+banner = banner
+complementary = conplementâ
+contentinfo = info contegnui
+main = prinçipâ
+navigation = navegaçion
+search = riçerca
+
+stateRequired = obligatöio
+
diff --git a/l10n-lij/dom/chrome/accessibility/mac/accessible.properties b/l10n-lij/dom/chrome/accessibility/mac/accessible.properties
new file mode 100644
index 0000000000..f8dd085740
--- /dev/null
+++ b/l10n-lij/dom/chrome/accessibility/mac/accessible.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/.
+
+jump = Sata
+press = Sciacca
+check = Seleçionn-a
+uncheck = Deseleçionn-a
+select = Seleçionn-a
+open = Arvi
+close = Særa
+switch = Cangia
+click = Sciacca
+collapse= Riduci
+expand = Espandi
+activate= Abilita
+cycle = Ciclo
+
+# Universal Access API support
+# (Mac Only)
+# The Role Description for AXWebArea (the web widget). Like in Safari.
+htmlContent = Contegnuo HTML
+# The Role Description for the Tab button.
+tab = tab
+# The Role Description for definition list dl, dt and dd
+term = termini
+definition = definiçion
+# The Role Description for an input type="search" text field
+searchTextField = canpo de riçerca testo
+# The Role Description for WAI-ARIA Landmarks
+application = aplicaçion
+search = riçerca
+banner = banner
+navigation = navegaçion
+complementary = conplementâ
+content = contegnuo
+main = prinçipâ
+# The (spoken) role description for various WAI-ARIA roles
+alert = avizo
+alertDialog = barcon d'avizo
+article = articolo
+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 = figua
+# The (spoken) role description for the WAI-ARIA heading role
+# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading
+heading = testâ
+log = diaio
+marquee = testo latin
+math = matematica
+note = nòtta
+region = area
+status = stato aplicaçion
+timer = timer
+tooltip = conseggio
+separator = separatô
+tabPanel = panello feuggi
diff --git a/l10n-lij/dom/chrome/accessibility/unix/accessible.properties b/l10n-lij/dom/chrome/accessibility/unix/accessible.properties
new file mode 100644
index 0000000000..fc4d92ee4a
--- /dev/null
+++ b/l10n-lij/dom/chrome/accessibility/unix/accessible.properties
@@ -0,0 +1,18 @@
+# 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 = Sata
+press = Sciacca
+check = Seleçionn-a
+uncheck = Deseleçionn-a
+select = Seleçionn-a
+open = Arvi
+close = Særa
+switch = Cangia
+click = Sciacca
+collapse= Riduci
+expand = Espandi
+activate= Abilita
+cycle = Ciclo
+
diff --git a/l10n-lij/dom/chrome/accessibility/win/accessible.properties b/l10n-lij/dom/chrome/accessibility/win/accessible.properties
new file mode 100644
index 0000000000..fc4d92ee4a
--- /dev/null
+++ b/l10n-lij/dom/chrome/accessibility/win/accessible.properties
@@ -0,0 +1,18 @@
+# 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 = Sata
+press = Sciacca
+check = Seleçionn-a
+uncheck = Deseleçionn-a
+select = Seleçionn-a
+open = Arvi
+close = Særa
+switch = Cangia
+click = Sciacca
+collapse= Riduci
+expand = Espandi
+activate= Abilita
+cycle = Ciclo
+