summaryrefslogtreecommitdiffstats
path: root/l10n-tl/devtools/client/accessibility.ftl
blob: 4d80787c452d21ef3e331b945eaf6a82c9a58419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
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>