summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/es-MX/localization/es-MX/devtools/client/accessibility.ftl
blob: ed06106ed621940aaf369cb54efde8e24911f5b1 (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 = Más información

accessibility-text-label-header = Etiquetas textuales y nombres

accessibility-keyboard-header = Teclado

## 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 = Inicializando…
    .aria-valuetext = Inicializando…

# 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] Verificando { $nodeCount } nodo
       *[other] Verificando { $nodeCount } nodos
    }

accessibility-progress-finishing = Finalizando…
    .aria-valuetext = Finalizando…

## Text entries that are used as text alternative for icons that depict accessibility issues.

accessibility-warning =
    .alt = Atención

accessibility-fail =
    .alt = Error

accessibility-best-practices =
    .alt = Prácticas idóneas

## 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 = Usa el atributo <code>alt</code> para etiquetar elementos <div>area</div> que tengan el atributo <span>href</span>. <a>Saber más</a>

accessibility-text-label-issue-dialog = Los cuadros de diálogo deben etiquetarse. <a>Saber más</a>

accessibility-text-label-issue-document-title = Los documentos deben llevar <code>título</code>. <a>Saber más</a>

accessibility-text-label-issue-embed = El contenido incrustado debe etiquetarse. <a>Saber más información</a>

accessibility-text-label-issue-figure = Las figuras con subtítulos opcionales debieran ser etiquetadas. <a>Saber más más</a>

accessibility-text-label-issue-fieldset = Los elementos <code>fieldset</code> deben ser etiquetados. <a>Saber más</a>

accessibility-text-label-issue-fieldset-legend2 = Usa el elemento <code>legend</code> para etiquetar un <span>fieldset</span>. <a>Saber más</a>

accessibility-text-label-issue-form = Los elementos del formulario deben etiquetarse. <a>Saber más</a>

accessibility-text-label-issue-form-visible = Los elementos de formulario debieran tener una etiqueta de texto visible. <a>Saber más</a>

accessibility-text-label-issue-frame = Los elementos <code>frame</code> deben ser etiquetados. <a>Saber más</a>

accessibility-text-label-issue-glyph = Usa el atributo <code>alt</code> para etiquetar elementos <span>mglyph</span>. <a>Saber más</a>

accessibility-text-label-issue-heading = Los encabezados deben estar etiquetados. <a>Saber más</a>

accessibility-text-label-issue-heading-content = Los encabezados deberían tener contenido de texto visible. <a>Saber más</a>

accessibility-text-label-issue-iframe = Use el atributo <code>title</code> para describir contenido <span>iframe</span>. <a>Saber más</a>

accessibility-text-label-issue-image = El contenido con imágenes debe ser etiquetado. <a>Saber más</a>

accessibility-text-label-issue-interactive = Elementos interactivos deben ser etiquetados. <a>Saber más</a>

accessibility-text-label-issue-optgroup-label2 = Usar el atributo <code>label</code> para etiquetar un <span>optgroup</span>. <a>Saber más</a>

accessibility-text-label-issue-toolbar = Las barras de herramientas deben estar etiquetadas cuando hay más de una barra de herramientas. <a>Saber más</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 = Los elementos que pueden recibir el foco deberían tener una semántica interactiva. <a>Saber más</a>

accessibility-keyboard-issue-tabindex = Evita utilizar el atributo <code>tabindex</code> mayor que cero. <a>Saber más</a>

accessibility-keyboard-issue-action = Los elementos interactivos tienen que poder activarse con el teclado. <a>Saber más</a>

accessibility-keyboard-issue-focusable = Los elementos interactivos tiene que poder recibir el foco. <a>Saber más</a>

accessibility-keyboard-issue-focus-visible = Al elemento enfocable le puede faltar estilo de enfoque. <a>Saber más</a>

accessibility-keyboard-issue-mouse-only = Los elementos en los que se puede hacer clic deben poder enfocarse y tener una semántica interactiva. <a>Saber más</a>