wai-website-theme 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_data/lang.json +730 -0
- data/_data/techniques.yml +180 -0
- data/_data/wcag.yml +125 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/body-class.html +1 -0
- data/_includes/box.html +10 -0
- data/_includes/excol.html +13 -0
- data/_includes/footer.html +40 -0
- data/_includes/head.html +23 -0
- data/_includes/header.html +59 -0
- data/_includes/icon.html +6 -0
- data/_includes/img.html +17 -0
- data/_includes/multilang-list-policy-links.html +29 -0
- data/_includes/multilang-list.html +35 -0
- data/_includes/multilang-policy-title.html +5 -0
- data/_includes/multilang-title-full.html +1 -0
- data/_includes/multilang-title.html +1 -0
- data/_includes/navlist.html +22 -0
- data/_includes/notes.html +2 -0
- data/_includes/prevnext.html +34 -0
- data/_includes/resources.html +19 -0
- data/_includes/sidenav.html +65 -0
- data/_includes/sidenote.html +14 -0
- data/_includes/toc.html +10 -0
- data/_includes/video-player.html +99 -0
- data/_layouts/default.html +26 -0
- data/_layouts/home.html +14 -0
- data/_layouts/news.html +21 -0
- data/_layouts/none.html +1 -0
- data/_layouts/policy.html +72 -0
- data/_layouts/sidenav.html +27 -0
- data/_layouts/sidenavsidebar.html +22 -0
- data/assets/ableplayer/.gitattributes +14 -0
- data/assets/ableplayer/.gitignore +7 -0
- data/assets/ableplayer/Gruntfile.js +105 -0
- data/assets/ableplayer/LICENSE +26 -0
- data/assets/ableplayer/README.md +656 -0
- data/assets/ableplayer/build/ableplayer.dist.js +12157 -0
- data/assets/ableplayer/build/ableplayer.js +12157 -0
- data/assets/ableplayer/build/ableplayer.min.css +2 -0
- data/assets/ableplayer/build/ableplayer.min.js +8 -0
- data/assets/ableplayer/button-icons/able-icons.svg +116 -0
- data/assets/ableplayer/button-icons/black/captions.png +0 -0
- data/assets/ableplayer/button-icons/black/chapters.png +0 -0
- data/assets/ableplayer/button-icons/black/close.png +0 -0
- data/assets/ableplayer/button-icons/black/descriptions.png +0 -0
- data/assets/ableplayer/button-icons/black/ellipsis.png +0 -0
- data/assets/ableplayer/button-icons/black/faster.png +0 -0
- data/assets/ableplayer/button-icons/black/forward.png +0 -0
- data/assets/ableplayer/button-icons/black/fullscreen-collapse.png +0 -0
- data/assets/ableplayer/button-icons/black/fullscreen-expand.png +0 -0
- data/assets/ableplayer/button-icons/black/help.png +0 -0
- data/assets/ableplayer/button-icons/black/next.png +0 -0
- data/assets/ableplayer/button-icons/black/pause.png +0 -0
- data/assets/ableplayer/button-icons/black/pipe.png +0 -0
- data/assets/ableplayer/button-icons/black/play.png +0 -0
- data/assets/ableplayer/button-icons/black/preferences.png +0 -0
- data/assets/ableplayer/button-icons/black/previous.png +0 -0
- data/assets/ableplayer/button-icons/black/rabbit.png +0 -0
- data/assets/ableplayer/button-icons/black/restart.png +0 -0
- data/assets/ableplayer/button-icons/black/rewind.png +0 -0
- data/assets/ableplayer/button-icons/black/sign.png +0 -0
- data/assets/ableplayer/button-icons/black/slower.png +0 -0
- data/assets/ableplayer/button-icons/black/stop.png +0 -0
- data/assets/ableplayer/button-icons/black/transcript.png +0 -0
- data/assets/ableplayer/button-icons/black/turtle.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-loud.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-medium.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-mute.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-soft.png +0 -0
- data/assets/ableplayer/button-icons/fonts/able.eot +0 -0
- data/assets/ableplayer/button-icons/fonts/able.svg +40 -0
- data/assets/ableplayer/button-icons/fonts/able.ttf +0 -0
- data/assets/ableplayer/button-icons/fonts/able.woff +0 -0
- data/assets/ableplayer/button-icons/white/captions.png +0 -0
- data/assets/ableplayer/button-icons/white/chapters.png +0 -0
- data/assets/ableplayer/button-icons/white/close.png +0 -0
- data/assets/ableplayer/button-icons/white/descriptions.png +0 -0
- data/assets/ableplayer/button-icons/white/ellipsis.png +0 -0
- data/assets/ableplayer/button-icons/white/faster.png +0 -0
- data/assets/ableplayer/button-icons/white/forward.png +0 -0
- data/assets/ableplayer/button-icons/white/fullscreen-collapse.png +0 -0
- data/assets/ableplayer/button-icons/white/fullscreen-expand.png +0 -0
- data/assets/ableplayer/button-icons/white/help.png +0 -0
- data/assets/ableplayer/button-icons/white/next.png +0 -0
- data/assets/ableplayer/button-icons/white/pause.png +0 -0
- data/assets/ableplayer/button-icons/white/pipe.png +0 -0
- data/assets/ableplayer/button-icons/white/play.png +0 -0
- data/assets/ableplayer/button-icons/white/preferences.png +0 -0
- data/assets/ableplayer/button-icons/white/previous.png +0 -0
- data/assets/ableplayer/button-icons/white/rabbit.png +0 -0
- data/assets/ableplayer/button-icons/white/restart.png +0 -0
- data/assets/ableplayer/button-icons/white/rewind.png +0 -0
- data/assets/ableplayer/button-icons/white/sign.png +0 -0
- data/assets/ableplayer/button-icons/white/slower.png +0 -0
- data/assets/ableplayer/button-icons/white/stop.png +0 -0
- data/assets/ableplayer/button-icons/white/transcript.png +0 -0
- data/assets/ableplayer/button-icons/white/turtle.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-loud.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-medium.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-mute.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-soft.png +0 -0
- data/assets/ableplayer/images/wingrip.png +0 -0
- data/assets/ableplayer/package.json +22 -0
- data/assets/ableplayer/scripts/JQuery.doWhen.js +113 -0
- data/assets/ableplayer/scripts/ableplayer-base.js +440 -0
- data/assets/ableplayer/scripts/browser.js +162 -0
- data/assets/ableplayer/scripts/buildplayer.js +1609 -0
- data/assets/ableplayer/scripts/caption.js +385 -0
- data/assets/ableplayer/scripts/chapters.js +242 -0
- data/assets/ableplayer/scripts/control.js +1514 -0
- data/assets/ableplayer/scripts/description.js +283 -0
- data/assets/ableplayer/scripts/dialog.js +147 -0
- data/assets/ableplayer/scripts/dragdrop.js +766 -0
- data/assets/ableplayer/scripts/event.js +595 -0
- data/assets/ableplayer/scripts/initialize.js +725 -0
- data/assets/ableplayer/scripts/langs.js +750 -0
- data/assets/ableplayer/scripts/metadata.js +134 -0
- data/assets/ableplayer/scripts/misc.js +72 -0
- data/assets/ableplayer/scripts/preference.js +909 -0
- data/assets/ableplayer/scripts/search.js +171 -0
- data/assets/ableplayer/scripts/sign.js +92 -0
- data/assets/ableplayer/scripts/slider.js +454 -0
- data/assets/ableplayer/scripts/track.js +296 -0
- data/assets/ableplayer/scripts/transcript.js +590 -0
- data/assets/ableplayer/scripts/translation.js +66 -0
- data/assets/ableplayer/scripts/volume.js +383 -0
- data/assets/ableplayer/scripts/webvtt.js +765 -0
- data/assets/ableplayer/scripts/youtube.js +471 -0
- data/assets/ableplayer/styles/ableplayer.css +1241 -0
- data/assets/ableplayer/thirdparty/js.cookie.js +145 -0
- data/assets/ableplayer/thirdparty/modernizr.custom.js +4 -0
- data/assets/ableplayer/translations/ca.js +1 -0
- data/assets/ableplayer/translations/de.js +1 -0
- data/assets/ableplayer/translations/en.js +305 -0
- data/assets/ableplayer/translations/es.js +305 -0
- data/assets/ableplayer/translations/fr.js +305 -0
- data/assets/ableplayer/translations/it.js +303 -0
- data/assets/ableplayer/translations/ja.js +305 -0
- data/assets/ableplayer/translations/nl.js +305 -0
- data/assets/css/style.css +4360 -0
- data/assets/css/style.css.map +1 -0
- data/assets/fonts/anonymouspro-bold.woff +0 -0
- data/assets/fonts/anonymouspro-bold.woff2 +0 -0
- data/assets/fonts/anonymouspro-bolditalic.woff +0 -0
- data/assets/fonts/anonymouspro-bolditalic.woff2 +0 -0
- data/assets/fonts/anonymouspro-italic.woff +0 -0
- data/assets/fonts/anonymouspro-italic.woff2 +0 -0
- data/assets/fonts/anonymouspro-regular.woff +0 -0
- data/assets/fonts/anonymouspro-regular.woff2 +0 -0
- data/assets/fonts/notosans-bold.woff +0 -0
- data/assets/fonts/notosans-bold.woff2 +0 -0
- data/assets/fonts/notosans-bolditalic.woff +0 -0
- data/assets/fonts/notosans-bolditalic.woff2 +0 -0
- data/assets/fonts/notosans-italic.woff +0 -0
- data/assets/fonts/notosans-italic.woff2 +0 -0
- data/assets/fonts/notosans-regular.woff +0 -0
- data/assets/fonts/notosans-regular.woff2 +0 -0
- data/assets/images/.DS_Store +0 -0
- data/assets/images/Shape.svg +10 -0
- data/assets/images/icon-related-content.svg +14 -0
- data/assets/images/icons.svg +126 -0
- data/assets/images/teaser-image@1x.jpg +0 -0
- data/assets/images/teaser-image@2x.jpg +0 -0
- data/assets/images/w3c.sketch +0 -0
- data/assets/images/w3c.svg +10 -0
- data/assets/scripts/jquery.min.js +4 -0
- data/assets/scripts/main.js +208 -0
- data/assets/scripts/svg4everybody.js +1 -0
- metadata +257 -0
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
var es = {
|
|
2
|
+
|
|
3
|
+
"playerHeading": "Media player",
|
|
4
|
+
|
|
5
|
+
"faster": "Rápido",
|
|
6
|
+
|
|
7
|
+
"slower": "Lento",
|
|
8
|
+
|
|
9
|
+
"play": "Play",
|
|
10
|
+
|
|
11
|
+
"pause": "Pausa",
|
|
12
|
+
|
|
13
|
+
"stop": "Detener",
|
|
14
|
+
|
|
15
|
+
"restart": "Reiniciar",
|
|
16
|
+
|
|
17
|
+
"prevChapter": "Capítulo Anterior",
|
|
18
|
+
|
|
19
|
+
"nextChapter": "Siguiente Capítulo",
|
|
20
|
+
|
|
21
|
+
"prevTrack": "Pista Anterior",
|
|
22
|
+
|
|
23
|
+
"nextTrack": "Siguiente Pista",
|
|
24
|
+
|
|
25
|
+
"rewind": "Rebobinar",
|
|
26
|
+
|
|
27
|
+
"forward": "Adelantar",
|
|
28
|
+
|
|
29
|
+
"captions": "Subtítulos",
|
|
30
|
+
|
|
31
|
+
"showCaptions": "Mostrar subtítulos",
|
|
32
|
+
|
|
33
|
+
"hideCaptions": "Ocultar subtítulos",
|
|
34
|
+
|
|
35
|
+
"captionsOff": "Sin subtítulos",
|
|
36
|
+
|
|
37
|
+
"showTranscript": "Mostrar transcripción",
|
|
38
|
+
|
|
39
|
+
"hideTranscript": "Ocultar transcripción",
|
|
40
|
+
|
|
41
|
+
"turnOnDescriptions": "Habilitar descripciones",
|
|
42
|
+
|
|
43
|
+
"turnOffDescriptions": "Deshabilitar descripciones",
|
|
44
|
+
|
|
45
|
+
"chapters": "Capítulos",
|
|
46
|
+
|
|
47
|
+
"newChapter": "Nuevo capítulo",
|
|
48
|
+
|
|
49
|
+
"language": "Idioma",
|
|
50
|
+
|
|
51
|
+
"sign": "Lengua de señas",
|
|
52
|
+
|
|
53
|
+
"showSign": "Mostrar lengua de señas",
|
|
54
|
+
|
|
55
|
+
"hideSign": "Ocultar lengua de señas",
|
|
56
|
+
|
|
57
|
+
"seekbarLabel": "timeline",
|
|
58
|
+
|
|
59
|
+
"mute": "Silenciar",
|
|
60
|
+
|
|
61
|
+
"unmute": "Habilitar sonido",
|
|
62
|
+
|
|
63
|
+
"volume": "Volumen",
|
|
64
|
+
|
|
65
|
+
"volumeHelp": "Clic para acceder a la barra de volumen",
|
|
66
|
+
|
|
67
|
+
"volumeUpDown": "Bajar sonido",
|
|
68
|
+
|
|
69
|
+
"volumeSliderClosed": "Barra de volumen cerrada",
|
|
70
|
+
|
|
71
|
+
"preferences": "Preferencias",
|
|
72
|
+
|
|
73
|
+
"enterFullScreen": "Ver a pantalla completa",
|
|
74
|
+
|
|
75
|
+
"exitFullScreen": "Salir de pantalla completa",
|
|
76
|
+
|
|
77
|
+
"fullScreen": "Pantalla completa",
|
|
78
|
+
|
|
79
|
+
"speed": "Velocidad",
|
|
80
|
+
|
|
81
|
+
"and": "y",
|
|
82
|
+
|
|
83
|
+
"or": "o",
|
|
84
|
+
|
|
85
|
+
"spacebar": "Barra espaciadora",
|
|
86
|
+
|
|
87
|
+
"transcriptTitle": "Transcript",
|
|
88
|
+
|
|
89
|
+
"lyricsTitle": "Letra",
|
|
90
|
+
|
|
91
|
+
"autoScroll": "Desplazamiento automático",
|
|
92
|
+
|
|
93
|
+
"unknown": "Desconocido",
|
|
94
|
+
|
|
95
|
+
"statusPlaying": "Reproduciendo",
|
|
96
|
+
|
|
97
|
+
"statusPaused": "Pausado",
|
|
98
|
+
|
|
99
|
+
"statusStopped": "Detenido",
|
|
100
|
+
|
|
101
|
+
"statusWaiting": "Esperando",
|
|
102
|
+
|
|
103
|
+
"statusBuffering": "Almacenando",
|
|
104
|
+
|
|
105
|
+
"statusUsingDesc": "Utilizando versión descrita",
|
|
106
|
+
|
|
107
|
+
"statusLoadingDesc": "Cargando versión descrita",
|
|
108
|
+
|
|
109
|
+
"statusUsingNoDesc": "Utilizando versión no descrita",
|
|
110
|
+
|
|
111
|
+
"statusLoadingNoDesc": "Cargando versión no descrita",
|
|
112
|
+
|
|
113
|
+
"statusLoadingNext": "Cargando la siguiente pista",
|
|
114
|
+
|
|
115
|
+
"statusEnd": "Fin de pista",
|
|
116
|
+
|
|
117
|
+
"selectedTrack": "Pista seleccionada",
|
|
118
|
+
|
|
119
|
+
"alertDescribedVersion": "Utilizando la versión audiodescrita del vídeo",
|
|
120
|
+
|
|
121
|
+
"alertNonDescribedVersion": "Utilizando la versión no descrita de este vídeo",
|
|
122
|
+
|
|
123
|
+
"fallbackError1": "Lo sentimos, su navegador no puede reproducir esto",
|
|
124
|
+
|
|
125
|
+
"fallbackError2": "Los siguientes navegadores se sabe pueden trabajar con este reproductor",
|
|
126
|
+
|
|
127
|
+
"orHigher": "o superior",
|
|
128
|
+
|
|
129
|
+
"prefMenuCaptions": "Subtítulos",
|
|
130
|
+
|
|
131
|
+
"prefMenuDescriptions": "Descripciones",
|
|
132
|
+
|
|
133
|
+
"prefMenuKeyboard": "Teclado",
|
|
134
|
+
|
|
135
|
+
"prefMenuTranscript": "Transcripción",
|
|
136
|
+
|
|
137
|
+
"prefTitleCaptions": "Preferencias de subtítulos",
|
|
138
|
+
|
|
139
|
+
"prefTitleDescriptions": "Preferencias de audiodescripción",
|
|
140
|
+
|
|
141
|
+
"prefTitleKeyboard": "Preferencias de teclado",
|
|
142
|
+
|
|
143
|
+
"prefTitleTranscript": "Preferencias de transcripción",
|
|
144
|
+
|
|
145
|
+
"prefIntroCaptions": "Las siguientes preferencias controlan cómo se presentan los subtítulos.",
|
|
146
|
+
|
|
147
|
+
"prefIntroDescription1": "Este reproductor soporta la audiodescripción de dos maneras: ",
|
|
148
|
+
|
|
149
|
+
"prefIntroDescription2": "El vídeo actual tiene ",
|
|
150
|
+
|
|
151
|
+
"prefIntroDescriptionNone": "El vídeo actual no tiene audiodescripción de ninguna manera.",
|
|
152
|
+
|
|
153
|
+
"prefIntroDescription3": "Utilice el siguiente formulario para establecer sus preferencias en cuanto a la audiodescripción.",
|
|
154
|
+
|
|
155
|
+
"prefIntroDescription4": "Una vez guardadas sus preferencias, la audiodescripción puede habilitarse o deshabilitarse mediante el botón Descripción.",
|
|
156
|
+
|
|
157
|
+
"prefIntroKeyboard1": "El reproductor en esta página puede manejarse desde cualquier parte de la página utilizando los atajos de teclado (vea la lista más abajo).",
|
|
158
|
+
|
|
159
|
+
"prefIntroKeyboard2": "Las teclas modificadoras (Mayúsculas, Alt, Control) pueden definirse más abajo.",
|
|
160
|
+
|
|
161
|
+
"prefIntroKeyboard3": "NOTA: Algunas combinaciones de teclas pueden entrar en conflicto con teclas utilizadas por su navegador y/o otras aplicaciones. Intente varias combinaciones de teclas modificadoras para encontrar la que funciona bien en su caso.",
|
|
162
|
+
|
|
163
|
+
"prefIntroTranscript": "Las siguientes preferencias afectan a la transcripción interactiva.",
|
|
164
|
+
|
|
165
|
+
"prefCookieWarning": "Gurdar sus preferencias requiere el uso de cookies.",
|
|
166
|
+
|
|
167
|
+
"prefHeadingKeyboard1": "Teclas modificadoras utilizadas para atajos de teclado",
|
|
168
|
+
|
|
169
|
+
"prefHeadingKeyboard2": "Atajos de teclado definidos actualmente",
|
|
170
|
+
|
|
171
|
+
"prefHeadingDescription": "Audiodescrita",
|
|
172
|
+
|
|
173
|
+
"prefHeadingTextDescription": "Audiodescrita en texto",
|
|
174
|
+
|
|
175
|
+
"prefHeadingCaptions": "Subtítulos",
|
|
176
|
+
|
|
177
|
+
"prefHeadingTranscript": "Transcripción interactiva",
|
|
178
|
+
|
|
179
|
+
"prefAltKey": "Alt",
|
|
180
|
+
|
|
181
|
+
"prefCtrlKey": "Control",
|
|
182
|
+
|
|
183
|
+
"prefShiftKey": "Mayúsculas",
|
|
184
|
+
|
|
185
|
+
"escapeKey": "Escape",
|
|
186
|
+
|
|
187
|
+
"escapeKeyFunction": "Cerrar el cuadro de diálogo o menú contextual",
|
|
188
|
+
|
|
189
|
+
"prefDescFormat": "Formato preferido",
|
|
190
|
+
|
|
191
|
+
"prefDescFormatHelp": "Si ambos formatos están disponibles, se usará sólo uno de ello.",
|
|
192
|
+
|
|
193
|
+
"prefDescFormatOption1": "versión alternativa del vídeo, descrito",
|
|
194
|
+
|
|
195
|
+
"prefDescFormatOption1b": "una versión alternativa con descripción",
|
|
196
|
+
|
|
197
|
+
"prefDescFormatOption2": "descripción en texto, leída por el lector de pantalla",
|
|
198
|
+
|
|
199
|
+
"prefDescFormatOption2b": "descripción en texto",
|
|
200
|
+
|
|
201
|
+
"prefDescPause": "Pausar automáticamente el video cuando arranque una descripción",
|
|
202
|
+
|
|
203
|
+
"prefVisibleDesc": "Hacer visibles las descripciones en texto si se están usando",
|
|
204
|
+
|
|
205
|
+
"prefHighlight": "Resaltar la transcripción según avanza el contenido",
|
|
206
|
+
|
|
207
|
+
"prefTabbable": "Transcripción manejable por teclado",
|
|
208
|
+
|
|
209
|
+
"prefCaptionsFont": "Fuente",
|
|
210
|
+
|
|
211
|
+
"prefCaptionsColor": "Color del texto",
|
|
212
|
+
|
|
213
|
+
"prefCaptionsBGColor": "Fondo",
|
|
214
|
+
|
|
215
|
+
"prefCaptionsSize": "Tamaño de Fuente",
|
|
216
|
+
|
|
217
|
+
"prefCaptionsOpacity": "Opacidad",
|
|
218
|
+
|
|
219
|
+
"prefCaptionsStyle": "Estilo",
|
|
220
|
+
|
|
221
|
+
"serif": "serif",
|
|
222
|
+
|
|
223
|
+
"sans": "sans-serif",
|
|
224
|
+
|
|
225
|
+
"cursive": "cursiva",
|
|
226
|
+
|
|
227
|
+
"fantasy": "fantasía",
|
|
228
|
+
|
|
229
|
+
"monospace": "mono espaciada",
|
|
230
|
+
|
|
231
|
+
"white": "blanco",
|
|
232
|
+
|
|
233
|
+
"yellow": "amarillo",
|
|
234
|
+
|
|
235
|
+
"green": "verde",
|
|
236
|
+
|
|
237
|
+
"cyan": "cyan",
|
|
238
|
+
|
|
239
|
+
"blue": "azul",
|
|
240
|
+
|
|
241
|
+
"magenta": "magenta",
|
|
242
|
+
|
|
243
|
+
"red": "rojo",
|
|
244
|
+
|
|
245
|
+
"black": "negro",
|
|
246
|
+
|
|
247
|
+
"transparent": "transparente",
|
|
248
|
+
|
|
249
|
+
"solid": "sólido",
|
|
250
|
+
|
|
251
|
+
"captionsStylePopOn": "Pop-on",
|
|
252
|
+
|
|
253
|
+
"captionsStyleRollUp": "Roll-up",
|
|
254
|
+
|
|
255
|
+
"prefCaptionsPosition": "Posición",
|
|
256
|
+
|
|
257
|
+
"captionsPositionOverlay": "Cubrir",
|
|
258
|
+
|
|
259
|
+
"captionsPositionBelow": "Debajo del vídeo",
|
|
260
|
+
|
|
261
|
+
"sampleCaptionText": "Texto de ejemplo de subtítulo",
|
|
262
|
+
|
|
263
|
+
"prefSuccess": "Los cambios han sido guardados.",
|
|
264
|
+
|
|
265
|
+
"prefNoChange": "No se ha hecho ningún cambio.",
|
|
266
|
+
|
|
267
|
+
"help": "Ayuda",
|
|
268
|
+
|
|
269
|
+
"helpTitle": "Ayuda",
|
|
270
|
+
|
|
271
|
+
"save": "Guardar",
|
|
272
|
+
|
|
273
|
+
"cancel": "Cancelar",
|
|
274
|
+
|
|
275
|
+
"ok": "ok",
|
|
276
|
+
|
|
277
|
+
"done": "Hecho",
|
|
278
|
+
|
|
279
|
+
"closeButtonLabel": "Cerrar cuadro de diálogo",
|
|
280
|
+
|
|
281
|
+
"windowButtonLabel": "Opciones en Windows",
|
|
282
|
+
|
|
283
|
+
"windowMove": "Mover",
|
|
284
|
+
|
|
285
|
+
"windowMoveAlert": "Arrastre o use las teclas de flecha para mover la ventana, pulse Enter para parar.",
|
|
286
|
+
|
|
287
|
+
"windowResize": "Redimensionar",
|
|
288
|
+
|
|
289
|
+
"windowResizeHeading": "Redimensionar la ventana con el intérprete",
|
|
290
|
+
|
|
291
|
+
"windowResizeAlert": "La ventana ha sido redimensionada.",
|
|
292
|
+
|
|
293
|
+
"width": "Ancho",
|
|
294
|
+
|
|
295
|
+
"height": "Alto",
|
|
296
|
+
|
|
297
|
+
"windowSendBack": "Enviar atrás",
|
|
298
|
+
|
|
299
|
+
"windowSendBackAlert": "Esta ventana no se encuentra tras otros objetos en la página.",
|
|
300
|
+
|
|
301
|
+
"windowBringTop": "Traer al frente",
|
|
302
|
+
|
|
303
|
+
"windowBringTopAlert": "Esta ventan está ahora en el frente de otros objetos en la página."
|
|
304
|
+
|
|
305
|
+
};
|
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
var fr = {
|
|
2
|
+
|
|
3
|
+
"playerHeading": "Lecteur multimédia",
|
|
4
|
+
|
|
5
|
+
"faster": "Plus rapidement",
|
|
6
|
+
|
|
7
|
+
"slower": "Plus lentement",
|
|
8
|
+
|
|
9
|
+
"play": "Lecture",
|
|
10
|
+
|
|
11
|
+
"pause": "Pause",
|
|
12
|
+
|
|
13
|
+
"stop": "Arrêt",
|
|
14
|
+
|
|
15
|
+
"restart": "Redémarrer",
|
|
16
|
+
|
|
17
|
+
"prevChapter": "Chapitre Précédente",
|
|
18
|
+
|
|
19
|
+
"nextChapter": "Chapitre Suivante",
|
|
20
|
+
|
|
21
|
+
"prevTrack": "Piste Précédente",
|
|
22
|
+
|
|
23
|
+
"nextTrack": "Piste Suivante",
|
|
24
|
+
|
|
25
|
+
"rewind": "Reculer",
|
|
26
|
+
|
|
27
|
+
"forward": "Avancer",
|
|
28
|
+
|
|
29
|
+
"captions": "Sous-titres",
|
|
30
|
+
|
|
31
|
+
"showCaptions": "Afficher les sous-titres",
|
|
32
|
+
|
|
33
|
+
"hideCaptions": "Masquer les sous-titres",
|
|
34
|
+
|
|
35
|
+
"captionsOff": "Sous-titres désactivés",
|
|
36
|
+
|
|
37
|
+
"showTranscript": "Afficher la transcription",
|
|
38
|
+
|
|
39
|
+
"hideTranscript": "Masquer la transcription",
|
|
40
|
+
|
|
41
|
+
"turnOnDescriptions": "Activer les descriptions",
|
|
42
|
+
|
|
43
|
+
"turnOffDescriptions": "Désactiver les descriptions",
|
|
44
|
+
|
|
45
|
+
"chapters": "Chapitres",
|
|
46
|
+
|
|
47
|
+
"newChapter": "Nouveau chapitre",
|
|
48
|
+
|
|
49
|
+
"language": "Langue",
|
|
50
|
+
|
|
51
|
+
"sign": "Langage gestuel",
|
|
52
|
+
|
|
53
|
+
"showSign": "Afficher le langage gestuel",
|
|
54
|
+
|
|
55
|
+
"hideSign": "Masque le langage gestuel",
|
|
56
|
+
|
|
57
|
+
"seekbarLabel": "timeline",
|
|
58
|
+
|
|
59
|
+
"mute": "Son désactivé",
|
|
60
|
+
|
|
61
|
+
"unmute": "Son activé",
|
|
62
|
+
|
|
63
|
+
"volume": "Volume",
|
|
64
|
+
|
|
65
|
+
"volumeHelp": "Cliquer pour accéder au réglage du volume",
|
|
66
|
+
|
|
67
|
+
"volumeUpDown": "Monter baisser le volume",
|
|
68
|
+
|
|
69
|
+
"volumeSliderClosed": "Réglage du volume fermé",
|
|
70
|
+
|
|
71
|
+
"preferences": "Préférences",
|
|
72
|
+
|
|
73
|
+
"enterFullScreen": "Activer le mode plein écran",
|
|
74
|
+
|
|
75
|
+
"exitFullScreen": "Quitter le mode plein écran",
|
|
76
|
+
|
|
77
|
+
"fullScreen": "Plein écran",
|
|
78
|
+
|
|
79
|
+
"speed": "Vitesse",
|
|
80
|
+
|
|
81
|
+
"and": "et",
|
|
82
|
+
|
|
83
|
+
"or": "ou",
|
|
84
|
+
|
|
85
|
+
"spacebar": "barre d’espacement",
|
|
86
|
+
|
|
87
|
+
"transcriptTitle": "Transcription",
|
|
88
|
+
|
|
89
|
+
"lyricsTitle": "Paroles",
|
|
90
|
+
|
|
91
|
+
"autoScroll": "Défilement automatique",
|
|
92
|
+
|
|
93
|
+
"unknown": "Inconnu",
|
|
94
|
+
|
|
95
|
+
"statusPlaying": "Lecture en cours",
|
|
96
|
+
|
|
97
|
+
"statusPaused": "Lecture sur pause",
|
|
98
|
+
|
|
99
|
+
"statusStopped": "Lecture interrompue",
|
|
100
|
+
|
|
101
|
+
"statusWaiting": "Attente",
|
|
102
|
+
|
|
103
|
+
"statusBuffering": "Tamponnage",
|
|
104
|
+
|
|
105
|
+
"statusUsingDesc": "Utilisation de la version décrite",
|
|
106
|
+
|
|
107
|
+
"statusLoadingDesc": "Chargement de la version décrite",
|
|
108
|
+
|
|
109
|
+
"statusUsingNoDesc": "Utilisation de la version non décrite",
|
|
110
|
+
|
|
111
|
+
"statusLoadingNoDesc": "Chargement de la version non décrite",
|
|
112
|
+
|
|
113
|
+
"statusLoadingNext": "Chargement de la prochaine piste",
|
|
114
|
+
|
|
115
|
+
"statusEnd": "Fin de la piste",
|
|
116
|
+
|
|
117
|
+
"selectedTrack": "Piste choisie",
|
|
118
|
+
|
|
119
|
+
"alertDescribedVersion": "Utilisation de la version avec description sonore de cette vidéo",
|
|
120
|
+
|
|
121
|
+
"alertNonDescribedVersion": "Utilisation de la version non décrite de cette vidéo",
|
|
122
|
+
|
|
123
|
+
"fallbackError1": "Désolé, votre navigateur ne peut pas lire cette piste",
|
|
124
|
+
|
|
125
|
+
"fallbackError2": "Les navigateurs suivants fonctionnent habituellement avec ce lecteur multimédia",
|
|
126
|
+
|
|
127
|
+
"orHigher": "ou des versions plus récentes",
|
|
128
|
+
|
|
129
|
+
"prefMenuCaptions": "Sous-titres",
|
|
130
|
+
|
|
131
|
+
"prefMenuDescriptions": "Descriptions",
|
|
132
|
+
|
|
133
|
+
"prefMenuKeyboard": "Clavier",
|
|
134
|
+
|
|
135
|
+
"prefMenuTranscript": "Transcription",
|
|
136
|
+
|
|
137
|
+
"prefTitleCaptions": "Préférences liées au sous-titrage",
|
|
138
|
+
|
|
139
|
+
"prefTitleDescriptions": "Préférences liées aux descriptions sonores",
|
|
140
|
+
|
|
141
|
+
"prefTitleKeyboard": "Préférences liées au clavier",
|
|
142
|
+
|
|
143
|
+
"prefTitleTranscript": "Préférence liées à la transcription",
|
|
144
|
+
|
|
145
|
+
"prefIntroCaptions": "Les préférences contrôlent la façon dont les sous-titres sont affichés.",
|
|
146
|
+
|
|
147
|
+
"prefIntroDescription1": "Ce lecteur multimédia permet d’entendre les descriptions sonores de deux façons:",
|
|
148
|
+
|
|
149
|
+
"prefIntroDescription2": "Il y a une version ",
|
|
150
|
+
|
|
151
|
+
"prefIntroDescriptionNone": "Il n’y a pas de version avec description sonore (dans ni l’un ni l’autre des formats) de la présente vidéo.",
|
|
152
|
+
|
|
153
|
+
"prefIntroDescription3": "Utilisez le formulaire suivant pour établir vos préférences liées aux descriptions sonores.",
|
|
154
|
+
|
|
155
|
+
"prefIntroDescription4": "Après avoir enregistré vos préférences, vous pouvez activer ou désactiver la description sonore avec le bouton Description.",
|
|
156
|
+
|
|
157
|
+
"prefIntroKeyboard1": "Le lecteur multimédia de cette page Web peut être utilisé à partir de n’importe quel endroit sur la page avec des raccourcis du clavier (voir la liste ci-dessous).",
|
|
158
|
+
|
|
159
|
+
"prefIntroKeyboard2": "Des rôles peuvent être assignés aux touches de modification (Shift, Alt, Ctrl) ci-dessous.",
|
|
160
|
+
|
|
161
|
+
"prefIntroKeyboard3": "Certaines combinaisons de touches pourraient entrer en conflit avec les touches utilisées par votre navigateur ou autres applications logicielles. Essayez diverses combinaisons de touches de modification pour en trouver qui fonctionnent pour vous.",
|
|
162
|
+
|
|
163
|
+
"prefIntroTranscript": "Les préférences suivantes ont un effet sur la transcription interactive.",
|
|
164
|
+
|
|
165
|
+
"prefCookieWarning": "Il faut que les témoins soient activés pour enregistrer vos préférences.",
|
|
166
|
+
|
|
167
|
+
"prefHeadingKeyboard1": "Touches de modification utilisées pour des raccourcis",
|
|
168
|
+
|
|
169
|
+
"prefHeadingKeyboard2": "Raccourcis du clavier assignés actuellement",
|
|
170
|
+
|
|
171
|
+
"prefHeadingDescription": "Description sonore",
|
|
172
|
+
|
|
173
|
+
"prefHeadingTextDescription": "Description sonore textuelle",
|
|
174
|
+
|
|
175
|
+
"prefHeadingCaptions": "Sous-titres",
|
|
176
|
+
|
|
177
|
+
"prefHeadingTranscript": "Transcription interactive",
|
|
178
|
+
|
|
179
|
+
"prefAltKey": "Alt",
|
|
180
|
+
|
|
181
|
+
"prefCtrlKey": "Ctrl",
|
|
182
|
+
|
|
183
|
+
"prefShiftKey": "Shift",
|
|
184
|
+
|
|
185
|
+
"escapeKey": "Esc",
|
|
186
|
+
|
|
187
|
+
"escapeKeyFunction": "Fermer la fenêtre de dialogue ou le menu contextuel",
|
|
188
|
+
|
|
189
|
+
"prefDescFormat": "Format privilégié",
|
|
190
|
+
|
|
191
|
+
"prefDescFormatHelp": "Si les deux formats sont offerts, un seul sera utilisé.",
|
|
192
|
+
|
|
193
|
+
"prefDescFormatOption1": "autre version de la vidéo avec description",
|
|
194
|
+
|
|
195
|
+
"prefDescFormatOption1b": "autre version avec description",
|
|
196
|
+
|
|
197
|
+
"prefDescFormatOption2": "description textuelle, lue à l’aide d’un lecteur d’écran",
|
|
198
|
+
|
|
199
|
+
"prefDescFormatOption2b": "description textuelle",
|
|
200
|
+
|
|
201
|
+
"prefDescPause": "Mettre la vidéo en pause automatiquement quand la description commence",
|
|
202
|
+
|
|
203
|
+
"prefVisibleDesc": "Affichez la description",
|
|
204
|
+
|
|
205
|
+
"prefHighlight": "Surligner la transcription pendant la lecture",
|
|
206
|
+
|
|
207
|
+
"prefTabbable": "Transcription activée par clavier",
|
|
208
|
+
|
|
209
|
+
"prefCaptionsFont": "Police de caractères",
|
|
210
|
+
|
|
211
|
+
"prefCaptionsColor": "Couleur du texte",
|
|
212
|
+
|
|
213
|
+
"prefCaptionsBGColor": "Arrière-plan",
|
|
214
|
+
|
|
215
|
+
"prefCaptionsSize": "Taille de la police",
|
|
216
|
+
|
|
217
|
+
"prefCaptionsOpacity": "Opacité",
|
|
218
|
+
|
|
219
|
+
"prefCaptionsStyle": "Style",
|
|
220
|
+
|
|
221
|
+
"serif": "avec empattement",
|
|
222
|
+
|
|
223
|
+
"sans": "sans empattement",
|
|
224
|
+
|
|
225
|
+
"cursive": "écriture cursive",
|
|
226
|
+
|
|
227
|
+
"fantasy": "écriture de fantaisie",
|
|
228
|
+
|
|
229
|
+
"monospace": "à taille fixe",
|
|
230
|
+
|
|
231
|
+
"white": "blanc",
|
|
232
|
+
|
|
233
|
+
"yellow": "jaune",
|
|
234
|
+
|
|
235
|
+
"green": "vert",
|
|
236
|
+
|
|
237
|
+
"cyan": "cyan",
|
|
238
|
+
|
|
239
|
+
"blue": "bleu",
|
|
240
|
+
|
|
241
|
+
"magenta": "magenta",
|
|
242
|
+
|
|
243
|
+
"red": "rouge",
|
|
244
|
+
|
|
245
|
+
"black": "noir",
|
|
246
|
+
|
|
247
|
+
"transparent": "transparent",
|
|
248
|
+
|
|
249
|
+
"solid": "solide",
|
|
250
|
+
|
|
251
|
+
"captionsStylePopOn": "Pop-on",
|
|
252
|
+
|
|
253
|
+
"captionsStyleRollUp": "Roll-up",
|
|
254
|
+
|
|
255
|
+
"prefCaptionsPosition": "Position",
|
|
256
|
+
|
|
257
|
+
"captionsPositionOverlay": "Superposés",
|
|
258
|
+
|
|
259
|
+
"captionsPositionBelow": "Sous la vidéo",
|
|
260
|
+
|
|
261
|
+
"sampleCaptionText": "Échantillon de sous-titre",
|
|
262
|
+
|
|
263
|
+
"prefSuccess": "Vos changements ont été enregistrés.",
|
|
264
|
+
|
|
265
|
+
"prefNoChange": "Vous n’avez pas fait de changements.",
|
|
266
|
+
|
|
267
|
+
"help": "Aide",
|
|
268
|
+
|
|
269
|
+
"helpTitle": "Aide",
|
|
270
|
+
|
|
271
|
+
"save": "Enregistrer",
|
|
272
|
+
|
|
273
|
+
"cancel": "Annuler",
|
|
274
|
+
|
|
275
|
+
"ok": "ok",
|
|
276
|
+
|
|
277
|
+
"done": "Terminé",
|
|
278
|
+
|
|
279
|
+
"closeButtonLabel": "Fermer le dialogue",
|
|
280
|
+
|
|
281
|
+
"windowButtonLabel": "Options de fenêtre",
|
|
282
|
+
|
|
283
|
+
"windowMove": "Déplacer",
|
|
284
|
+
|
|
285
|
+
"windowMoveAlert": "Faites glisser avec la souris ou utilisez les touches fléchées pour déplacer la fenêtre; appuyez sur « Enter » pour arrêter.",
|
|
286
|
+
|
|
287
|
+
"windowResize": "Redimensionner",
|
|
288
|
+
|
|
289
|
+
"windowResizeHeading": "Redimensionner la fenêtre de l’interprète",
|
|
290
|
+
|
|
291
|
+
"windowResizeAlert": "La fenêtre a été redimensionnée.",
|
|
292
|
+
|
|
293
|
+
"width": "Largeur",
|
|
294
|
+
|
|
295
|
+
"height": "Hauteur",
|
|
296
|
+
|
|
297
|
+
"windowSendBack": "Mettre en arrière-plan",
|
|
298
|
+
|
|
299
|
+
"windowSendBackAlert": "Cette fenêtre est maintenant derrière d’autres objets sur la page.",
|
|
300
|
+
|
|
301
|
+
"windowBringTop": "Mettre au premier plan",
|
|
302
|
+
|
|
303
|
+
"windowBringTopAlert": "Cette fenêtre est maintenant devant d’autres objets sur la page.",
|
|
304
|
+
|
|
305
|
+
};
|