diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-tl/devtools/client/accessibility.ftl | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-tl/devtools/client/accessibility.ftl')
-rw-r--r-- | l10n-tl/devtools/client/accessibility.ftl | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/l10n-tl/devtools/client/accessibility.ftl b/l10n-tl/devtools/client/accessibility.ftl new file mode 100644 index 0000000000..4d80787c45 --- /dev/null +++ b/l10n-tl/devtools/client/accessibility.ftl @@ -0,0 +1,99 @@ +# 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 = Alamin + +accessibility-text-label-header = Mga Text Label at Pangalan + +accessibility-keyboard-header = Keyboard + +## 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 = Nag-uumpisa… + .aria-valuetext = Nag-uumpisa… + +# 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] Nagche-check ng { $nodeCount } node + *[other] Nagche-check ng { $nodeCount } node + } + +accessibility-progress-finishing = Tinatapos na… + .aria-valuetext = Tinatapos na… + +## Text entries that are used as text alternative for icons that depict accessibility issues. + +accessibility-warning = + .alt = Babala + +accessibility-fail = + .alt = Error + +accessibility-best-practices = + .alt = Pinakamahusay na mga kasanayan + +## 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-area = Gamitin ang <code>alt</code> attribute para mabigyan ng label ang mga <div>area</div> element na may <span>href</span>attribute. <a>Alamin</a> + +accessibility-text-label-issue-dialog = Dapat naka-label ang mga dialog. <a>Alamin</a> + +accessibility-text-label-issue-document-title = May <code>title</code> dapat ang mga document. <a>Alamin</a> + +accessibility-text-label-issue-embed = Dapat naka-label ang mga embedded content. <a>Alamin</a> + +accessibility-text-label-issue-figure = Dapat naka-label ang mga figure na may optional caption. <a>Alamin</a> + +accessibility-text-label-issue-fieldset = Dapat naka-label ang mga <code>fieldset</code> element. <a>Alamin</a> + +accessibility-text-label-issue-fieldset-legend2 = Gumamit ng <code>legend</code> element para makapag-label ng <span>fieldset</span>. <a>Alamin</a> + +accessibility-text-label-issue-form = Dapat naka-label ang mga form element. <a>Alamin</a> + +accessibility-text-label-issue-form-visible = Dapat ay may nakikitang text label ang mga form element. <a>Alamin</a> + +accessibility-text-label-issue-frame = Dapat naka-label ang mga <code>frame</code> element. <a>Alamin</a> + +accessibility-text-label-issue-glyph = Gamitin ang <code>alt</code> attribute para mabigyan ng label ang mga <span>mglyph</span> element. <a>Alamin</a> + +accessibility-text-label-issue-heading = Dapat naka-label ang mga heading. <a>Alamin</a> + +accessibility-text-label-issue-heading-content = Dapat ay may nakikitang text content ang mga heading. <a>Alamin</a> + +accessibility-text-label-issue-iframe = Gamitin ang <code>title</code>attribute para maisalarawan ang content ng mga <span>iframe</span>. <a>Alamin</a> + +accessibility-text-label-issue-image = Dapat naka-label ang content na may mga larawan. <a>Alamin</a> + +accessibility-text-label-issue-interactive = Dapat naka-label ang mga interactive element. <a>Alamin</a> + +accessibility-text-label-issue-optgroup-label2 = Gumamit ng <code>label</code> attribute para makapag-label ng <span>optgroup</span>. <a>Alamin</a> + +accessibility-text-label-issue-toolbar = Dapat naka-label ang mga toolbar kapag mayroong higit sa isang toolbar. <a>Alamin</a> + +## 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-semantics = May interactive semantics dapat ang mga focusable element. <a>Alamin</a> + +accessibility-keyboard-issue-tabindex = Iwasan gamitin ang <code>tabindex</code> attribute na higit sa zero. <a>Alamin</a> + +accessibility-keyboard-issue-action = Ang mga interactive element ay dapat pwedeng ma-activate gamit ang keyboard. <a>Alamin</a> + +accessibility-keyboard-issue-focusable = Ang mga interactive element ay dapat pwedeng maging focusable. <a>Alamin</a> + +accessibility-keyboard-issue-focus-visible = Ang focusable element ay maaaring walang focus styling. <a>Alamin</a> + +accessibility-keyboard-issue-mouse-only = Ang mga clickable element ay dapat focusable at dapat may interactive semantics. <a>Alamin</a> |