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 --- l10n-ast/devtools/client/accessibility.ftl | 56 ++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 l10n-ast/devtools/client/accessibility.ftl (limited to 'l10n-ast/devtools/client/accessibility.ftl') diff --git a/l10n-ast/devtools/client/accessibility.ftl b/l10n-ast/devtools/client/accessibility.ftl new file mode 100644 index 0000000000..089574618b --- /dev/null +++ b/l10n-ast/devtools/client/accessibility.ftl @@ -0,0 +1,56 @@ +# 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/. + + +### These strings are used inside the Accessibility panel. + +accessibility-learn-more = Lleer más + +accessibility-text-label-header = Nomes y etiquetes de testu + +accessibility-keyboard-header = Tecláu + +## Text entries that are used as text alternative for icons that depict accessibility isses. + + +## These strings are used in the overlay displayed when running an audit in the accessibility panel + +accessibility-progress-initializing = Aniciando… + .aria-valuetext = Aniciando… + +# This string is displayed in the audit progress bar in the accessibility panel. +# Variables: +# $nodeCount (Integer) - The number of nodes for which the audit was run so far. +accessibility-progress-progressbar = + { $nodeCount -> + [one] Comprobando { $nodeCount } noyu + *[other] Comprobando { $nodeCount } noyos + } + +accessibility-progress-finishing = Finando… + .aria-valuetext = Finando… + +## Text entries that are used as text alternative for icons that depict accessibility issues. + +accessibility-warning = + .alt = Alvertencia + +accessibility-fail = + .alt = Fallu + +accessibility-best-practices = + .alt = Les meyores práutiques + +## Text entries for a paragraph used in the accessibility panel sidebar's checks section +## that describe that currently selected accessible object has an accessibility issue +## with its text label or accessible name. + +accessibility-text-label-issue-image = El conteníu con imáxenes ha tar etiquetáu. Lleer más + +## Text entries for a paragraph used in the accessibility panel sidebar's checks section +## that describe that currently selected accessible object has a keyboard accessibility +## issue. + +accessibility-keyboard-issue-action = Los elementos interactivos han ser a activase col tecláu. Lleer más + -- cgit v1.2.3