From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../dom/chrome/accessibility/AccessFu.properties | 112 +++++++++++++++++++++ .../chrome/accessibility/mac/accessible.properties | 71 +++++++++++++ .../accessibility/unix/accessible.properties | 21 ++++ .../chrome/accessibility/win/accessible.properties | 21 ++++ 4 files changed, 225 insertions(+) create mode 100644 l10n-nn-NO/dom/chrome/accessibility/AccessFu.properties create mode 100644 l10n-nn-NO/dom/chrome/accessibility/mac/accessible.properties create mode 100644 l10n-nn-NO/dom/chrome/accessibility/unix/accessible.properties create mode 100644 l10n-nn-NO/dom/chrome/accessibility/win/accessible.properties (limited to 'l10n-nn-NO/dom/chrome/accessibility') diff --git a/l10n-nn-NO/dom/chrome/accessibility/AccessFu.properties b/l10n-nn-NO/dom/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..613a6d01e1 --- /dev/null +++ b/l10n-nn-NO/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 = menylinje +scrollbar = rullefelt +grip = grip +alert = varsel +menupopup = menyvarsel +document = dokument +pane = pane +dialog = dialog +separator = skilje +toolbar = verktøylinje +statusbar = statuslinje +table = tabell +columnheader = kolonneoverskrift +rowheader = radoverskrift +column = kolonne +row = rad +cell = celle +link = lenke +list = liste +listitem = listeelement +outline = disposisjon +outlineitem = diposisjonselement +pagetab = sidetabulator +propertypage = eigenskapsside +graphic = grafikk +switch = byt +pushbutton = knapp +checkbutton = avkryssingsknapp +radiobutton = radioknapp +combobox = kombinasjonsboks +progressbar = framdriftsvisar +slider = glidebrytar +spinbutton = talboks +diagram = diagram +animation = animation +equation = likning +buttonmenu = knappemeny +whitespace = mellomrom +pagetablist = sidetabulatorliste +canvas = lerret +checkmenuitem = avkryssingsmeny-element +passwordtext = passordtekst +radiomenuitem = radiomeny-element +textcontainer = tekstbehaldar +togglebutton = knappebrytar +treetable = tretabell +header = topptekst +footer = botntekst +paragraph = avsnitt +entry = oppføring +caption = bildetekst +heading = overskrift +section = kapittel +form = skjema +comboboxlist = kombinasjonsboksliste +comboboxoption = kombinasjonsbokselement +imagemap = biletkart +listboxoption = listeelement +listbox = listeboks +flatequation = flat likning +gridcell = rutenettcelle +note = notat +figure = figur +definitionlist = definisjonsliste +term = omgrep +definition = definisjon + +mathmltable = mattetabell +mathmlcell = celle +mathmlenclosed = vedlagt +mathmlfraction = fraksjon +mathmlfractionwithoutbar = fraksjon utan linje +mathmlroot = rot +mathmlscripted = med skript +mathmlsquareroot = kvadratrot + +# More sophisticated roles which are not actual numeric roles +textarea = tekstområde + +base = base +close-fence = lukkande gjerde +denominator = nemnar +numerator = teljar +open-fence = opnande gjerde +overscript = overscript +presubscript = presubscript +presuperscript = presuperscript +root-index = rotindeks +subscript = subscript +superscript = superscript +underscript = underscript + +# More sophisticated object descriptions +headingLevel = overskriftsnivå %S + +# Landmark announcements +banner = banner +complementary = komplementær +contentinfo = innhaldsinfo +main = hovud +navigation = navigasjon +search = søk + +region = region + +stateRequired = påkravd + diff --git a/l10n-nn-NO/dom/chrome/accessibility/mac/accessible.properties b/l10n-nn-NO/dom/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..2d9004663e --- /dev/null +++ b/l10n-nn-NO/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 = Hopp +press = Trykk +check = Valt +uncheck = Ikkje valt +select = Vel +open = Opne +close = Lat att +switch = Byt +click = Trykk +collapse= Slå saman +expand = Utvid +activate= Aktiver +cycle = Roter +# 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 = Klikk på overordna element + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = HTML-innhald +# The Role Description for the Tab button. +tab = fane +# The Role Description for definition list dl, dt and dd +term = omgrep +definition = definisjon +# The Role Description for an input type="search" text field +searchTextField = søkjetekstfelt +# Role Description (exposed as AXTitle) for datepickers +dateField = datofelt +# The Role Description for WAI-ARIA Landmarks +application = program +search = søk +banner = banner +navigation = navigasjon +complementary = komplementær +content = innhald +main = hovud +# The (spoken) role description for various WAI-ARIA roles +alert = varsel +alertDialog = varslingsdialog +dialog = dialog +article = artikkel +document = dokument +# The (spoken) role description for the WAI-ARIA figure role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure +figure = figur +# The (spoken) role description for the WAI-ARIA heading role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading +heading = overskrift +log = logg +marquee = marquee +math = matematikk +note = merknad +region = region +status = applikasjonsstatus +timer = timer +tooltip = verktøytips +separator = skiljelinje +tabPanel = fanepanel +# The roleDescription for the html:mark element +highlight = markere +# The roleDescription for the details element +details = detaljar +# The roleDescription for the summary element +summary = samandrag diff --git a/l10n-nn-NO/dom/chrome/accessibility/unix/accessible.properties b/l10n-nn-NO/dom/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..ecfc6d66d3 --- /dev/null +++ b/l10n-nn-NO/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 = Hopp +press = Trykk +check = Valt +uncheck = Ikkje valt +select = Vel +open = Opne +close = Lat att +switch = Byt +click = Trykk +collapse= Slå saman +expand = Utvid +activate= Aktiver +cycle = Roter +# 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 = Klikk på overordna element diff --git a/l10n-nn-NO/dom/chrome/accessibility/win/accessible.properties b/l10n-nn-NO/dom/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..824ce56434 --- /dev/null +++ b/l10n-nn-NO/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 = Hopp +press = Trykk +check = Kryss av +uncheck = Fjern kryss +select = Vel +open = Opne +close = Lat att +switch = Byt +click = Trykk +collapse= Slå saman +expand = Utvid +activate= Aktiver +cycle = Roter +# 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 = Klikk på overordna element -- cgit v1.2.3