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
100
101
|
# 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 = Več o tem
accessibility-text-label-header = Oznake besedila in imena
accessibility-keyboard-header = Tipkovnica
## 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 = Inicializacija …
.aria-valuetext = Inicializacija …
# 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] Preverjanje { $nodeCount } vozlišča
[two] Preverjanje { $nodeCount } vozlišč
[few] Preverjanje { $nodeCount } vozlišč
*[other] Preverjanje { $nodeCount } vozlišč
}
accessibility-progress-finishing = Zaključevanje …
.aria-valuetext = Zaključevanje …
## Text entries that are used as text alternative for icons that depict accessibility issues.
accessibility-warning =
.alt = Opozorilo
accessibility-fail =
.alt = Napaka
accessibility-best-practices =
.alt = Najboljše prakse
## 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 = Uporabite atribut <code>alt</code>, da označite elemente <div>area</div>, ki imajo atribut <span>href</span>. <a>Več o tem</a>
accessibility-text-label-issue-dialog = Pogovorna okna morajo biti označena. <a>Več o tem</a>
accessibility-text-label-issue-document-title = Dokumenti morajo imeti <code>naslov</code>. <a>Več o tem</a>
accessibility-text-label-issue-embed = Vdelana vsebina mora biti označena. <a>Več o tem</a>
accessibility-text-label-issue-figure = Slike z izbirnimi napisi morajo biti označene. <a>Več o tem</a>
accessibility-text-label-issue-fieldset = Elementi <code>fieldset</code> morajo biti označeni. <a>Več o tem</a>
accessibility-text-label-issue-fieldset-legend2 = Uporabite element <code>legend</code>, da označite <span>fieldset</span>. <a>Več o tem</a>
accessibility-text-label-issue-form = Elementi obrazca morajo biti označeni. <a>Več o tem</a>
accessibility-text-label-issue-form-visible = Elementi obrazca morajo imeti vidno oznako besedila. <a>Več o tem</a>
accessibility-text-label-issue-frame = Elementi <code>frame</code> morajo biti označeni. <a>Več o tem</a>
accessibility-text-label-issue-glyph = Uporabite atribut <code>alt</code>, da označite elemente <span>mglyph</span>. <a>Več o tem</a>
accessibility-text-label-issue-heading = Naslovi morajo biti označeni. <a>Več o tem</a>
accessibility-text-label-issue-heading-content = Naslovi bi morali imeti vidno vsebino besedila. <a>Več o tem</a>
accessibility-text-label-issue-iframe = Uporabite atribut <code>title</code>, da opišete vsebino <span>iframe</span>. <a>Več o tem</a>
accessibility-text-label-issue-image = Vsebina s slikami mora biti označena. <a>Več o tem</a>
accessibility-text-label-issue-interactive = Interaktivni elementi morajo biti označeni. <a>Več o tem</a>
accessibility-text-label-issue-optgroup-label2 = Uporabite atribut <code>label</code>, da označite <span>optgroup</span>. <a>Več o tem</a>
accessibility-text-label-issue-toolbar = Če obstaja več kot ena orodna vrstica, morajo biti orodne vrstice označene. <a>Več o tem</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 = Osredotočeni elementi bi morali imeti interaktivno semantiko. <a>Več o tem</a>
accessibility-keyboard-issue-tabindex = Izogibajte se uporabi atributa <code>tabindex</code>, ki je večji od nič. <a>Več o tem</a>
accessibility-keyboard-issue-action = Interaktivne elemente mora biti mogoče aktivirati s tipkovnico. <a>Več o tem</a>
accessibility-keyboard-issue-focusable = Interaktivni elementi morajo biti osredotočeni. <a>Več o tem</a>
accessibility-keyboard-issue-focus-visible = Osredotočen element morda nima sloga za fokus. <a>Več o tem</a>
accessibility-keyboard-issue-mouse-only = Elementi, na katere je mogoče klikniti, morajo biti osredotočeni in bi morali meti interaktivno semantiko. <a>Več o tem</a>
|