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-pt-PT/dom/chrome/accessibility/AccessFu.properties create mode 100644 l10n-pt-PT/dom/chrome/accessibility/mac/accessible.properties create mode 100644 l10n-pt-PT/dom/chrome/accessibility/unix/accessible.properties create mode 100644 l10n-pt-PT/dom/chrome/accessibility/win/accessible.properties (limited to 'l10n-pt-PT/dom/chrome/accessibility') diff --git a/l10n-pt-PT/dom/chrome/accessibility/AccessFu.properties b/l10n-pt-PT/dom/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..3a83d27a4e --- /dev/null +++ b/l10n-pt-PT/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 menu +scrollbar = barra de deslocação +grip = controlo +alert = alerta +menupopup = menu pop-up +document = documento +pane = painel +dialog = diálogo +separator = separador +toolbar = barra de ferramentas +statusbar = barra de estado +table = tabela +columnheader = cabeçalho de coluna +rowheader = cabeçalho de linha +column = coluna +row = linha +cell = célula +link = ligação +list = lista +listitem = item de lista +outline = contorno +outlineitem = item de contorno +pagetab = separador +propertypage = página de propriedades +graphic = gráfico +switch = mudar +pushbutton = botão +checkbutton = botão de seleção +radiobutton = botão de opção +combobox = caixa de seleção +progressbar = barra de progresso +slider = controlo de deslize +spinbutton = botão rotativo +diagram = diagrama +animation = animação +equation = equação +buttonmenu = botão de menu +whitespace = espaço em branco +pagetablist = lista de separador +canvas = tela +checkmenuitem = item de menu de seleção +passwordtext = texto da palavra-passe +radiomenuitem = item de menu de opção +textcontainer = contentor de texto +togglebutton = botão de troca +treetable = tabela em árvore +header = cabeçalho +footer = rodapé +paragraph = parágrafo +entry = entrada +caption = legenda +heading = cabeçalho +section = secção +form = formulário +comboboxlist = lista de caixa de seleção +comboboxoption = opção de caixa de seleção +imagemap = mapa de imagem +listboxoption = opção +listbox = caixa de lista +flatequation = equação simples +gridcell = célula da grelha +note = nota +figure = figura +definitionlist = lista de definições +term = termo +definition = definição + +mathmltable = tabela matemática +mathmlcell = célula +mathmlenclosed = envolvido +mathmlfraction = fração +mathmlfractionwithoutbar = fração sem barra +mathmlroot = raiz +mathmlscripted = scripted +mathmlsquareroot = raiz quadrada + +# 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 de raiz +subscript = subscrito +superscript = sobrescrito +underscript = underscript + +# More sophisticated object descriptions +headingLevel = nível do cabeçalho %S + +# Landmark announcements +banner = banner +complementary = complementar +contentinfo = informação de conteúdo +main = principal +navigation = navegação +search = pesquisa + +region = região + +stateRequired = necessário + diff --git a/l10n-pt-PT/dom/chrome/accessibility/mac/accessible.properties b/l10n-pt-PT/dom/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..6f2739231f --- /dev/null +++ b/l10n-pt-PT/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 = Premir +check = Marcar +uncheck = Desmarcar +select = Selecionar +open = Abrir +close = Fechar +switch = Mudar +click = Clicar +collapse= Colapsar +expand = Expandir +activate= Ativar +cycle = Trocar +# 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 = Clique no ancestral + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = Conteúdo HTML +# The Role Description for the Tab button. +tab = separador +# The Role Description for definition list dl, dt and dd +term = termo +definition = definição +# The Role Description for an input type="search" text field +searchTextField = pesquisar no campo de texto +# Role Description (exposed as AXTitle) for datepickers +dateField = campo de data +# The Role Description for WAI-ARIA Landmarks +application = aplicação +search = pesquisa +banner = banner +navigation = navegação +complementary = complementar +content = conteúdo +main = principal +# The (spoken) role description for various WAI-ARIA roles +alert = alerta +alertDialog = diálogo de alerta +dialog = janela +article = artigo +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 = cabeçalho +log = registo +marquee = marcação +math = matemática +note = nota +region = região +status = estado da aplicação +timer = temporizador +tooltip = dica +separator = separador +tabPanel = painel de separador +# The roleDescription for the html:mark element +highlight = destacar +# The roleDescription for the details element +details = detalhes +# The roleDescription for the summary element +summary = resumo diff --git a/l10n-pt-PT/dom/chrome/accessibility/unix/accessible.properties b/l10n-pt-PT/dom/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..41e1aed3ed --- /dev/null +++ b/l10n-pt-PT/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 = Premir +check = Marcar +uncheck = Desmarcar +select = Selecionar +open = Abrir +close = Fechar +switch = Mudar +click = Clicar +collapse= Colapsar +expand = Expandir +activate= Ativar +cycle = Trocar +# 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 = Clique no ancestral diff --git a/l10n-pt-PT/dom/chrome/accessibility/win/accessible.properties b/l10n-pt-PT/dom/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..41e1aed3ed --- /dev/null +++ b/l10n-pt-PT/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 = Premir +check = Marcar +uncheck = Desmarcar +select = Selecionar +open = Abrir +close = Fechar +switch = Mudar +click = Clicar +collapse= Colapsar +expand = Expandir +activate= Ativar +cycle = Trocar +# 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 = Clique no ancestral -- cgit v1.2.3