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 nl = {
|
|
2
|
+
|
|
3
|
+
"playerHeading": "Mediaspeler",
|
|
4
|
+
|
|
5
|
+
"faster": "Sneller",
|
|
6
|
+
|
|
7
|
+
"slower": "Langzamer",
|
|
8
|
+
|
|
9
|
+
"play": "Afspelen",
|
|
10
|
+
|
|
11
|
+
"pause": "Pauzeren",
|
|
12
|
+
|
|
13
|
+
"stop": "Stoppen",
|
|
14
|
+
|
|
15
|
+
"restart": "Herstarten",
|
|
16
|
+
|
|
17
|
+
"prevChapter": "Vorige Hoofdstuk",
|
|
18
|
+
|
|
19
|
+
"nextChapter": "Volgend Hoofdstuk",
|
|
20
|
+
|
|
21
|
+
"prevTrack": "Vorige Track",
|
|
22
|
+
|
|
23
|
+
"nextTrack": "Volgend track",
|
|
24
|
+
|
|
25
|
+
"rewind": "Terug",
|
|
26
|
+
|
|
27
|
+
"forward": "Verder",
|
|
28
|
+
|
|
29
|
+
"captions": "Ondertiteling",
|
|
30
|
+
|
|
31
|
+
"showCaptions": "Toon ondertiteling",
|
|
32
|
+
|
|
33
|
+
"hideCaptions": "Verberg ondertiteling",
|
|
34
|
+
|
|
35
|
+
"captionsOff": "Ondertiteling uit",
|
|
36
|
+
|
|
37
|
+
"showTranscript": "Toon transcript",
|
|
38
|
+
|
|
39
|
+
"hideTranscript": "Vergerg transcript",
|
|
40
|
+
|
|
41
|
+
"turnOnDescriptions": "Beschrijvingen aanzetten",
|
|
42
|
+
|
|
43
|
+
"turnOffDescriptions": "Beschrijvingen uitzetten",
|
|
44
|
+
|
|
45
|
+
"chapters": "Hoofdstukken",
|
|
46
|
+
|
|
47
|
+
"newChapter": "Nieuw hoofdstuk",
|
|
48
|
+
|
|
49
|
+
"language": "Taal",
|
|
50
|
+
|
|
51
|
+
"sign": "Gebarentaal",
|
|
52
|
+
|
|
53
|
+
"showSign": "Toon gebarentaal",
|
|
54
|
+
|
|
55
|
+
"seekbarLabel": "timeline",
|
|
56
|
+
|
|
57
|
+
"hideSign": "Verberg gebarentaal",
|
|
58
|
+
|
|
59
|
+
"mute": "Dempen",
|
|
60
|
+
|
|
61
|
+
"unmute": "Dempen uit",
|
|
62
|
+
|
|
63
|
+
"volume": "Volume",
|
|
64
|
+
|
|
65
|
+
"volumeHelp": "Click to access volume slider",
|
|
66
|
+
|
|
67
|
+
"volumeUpDown": "Volume hoger lager",
|
|
68
|
+
|
|
69
|
+
"volumeSliderClosed": "Volume slider closed",
|
|
70
|
+
|
|
71
|
+
"preferences": "Voorkeuren",
|
|
72
|
+
|
|
73
|
+
"enterFullScreen": "Ga naar volledig scherm",
|
|
74
|
+
|
|
75
|
+
"exitFullScreen": "Verlaat volledig scherm",
|
|
76
|
+
|
|
77
|
+
"fullScreen": "Volledig scherm",
|
|
78
|
+
|
|
79
|
+
"speed": "Snelheid",
|
|
80
|
+
|
|
81
|
+
"and": "en",
|
|
82
|
+
|
|
83
|
+
"or": "of",
|
|
84
|
+
|
|
85
|
+
"spacebar": "spatietoets",
|
|
86
|
+
|
|
87
|
+
"transcriptTitle": "Transcript",
|
|
88
|
+
|
|
89
|
+
"lyricsTitle": "Tekst",
|
|
90
|
+
|
|
91
|
+
"autoScroll": "Auto scroll",
|
|
92
|
+
|
|
93
|
+
"unknown": "Onbekend",
|
|
94
|
+
|
|
95
|
+
"statusPlaying": "Aan het spelen",
|
|
96
|
+
|
|
97
|
+
"statusPaused": "Gepauzeerd",
|
|
98
|
+
|
|
99
|
+
"statusStopped": "Gestopt",
|
|
100
|
+
|
|
101
|
+
"statusWaiting": "Aan het wachten",
|
|
102
|
+
|
|
103
|
+
"statusBuffering": "Aan het bufferen",
|
|
104
|
+
|
|
105
|
+
"statusUsingDesc": "Versie met beschrijving wordt gebruikt",
|
|
106
|
+
|
|
107
|
+
"statusLoadingDesc": "Versie met beschrijving wordt geladen",
|
|
108
|
+
|
|
109
|
+
"statusUsingNoDesc": "Versie zonder beschrijving wordt gebruikt",
|
|
110
|
+
|
|
111
|
+
"statusLoadingNoDesc": "Versie zonder beschrijving wordt geladen",
|
|
112
|
+
|
|
113
|
+
"statusLoadingNext": "Volgende track wordt geladen",
|
|
114
|
+
|
|
115
|
+
"statusEnd": "Einde van track",
|
|
116
|
+
|
|
117
|
+
"selectedTrack": "Geselecteerde Track",
|
|
118
|
+
|
|
119
|
+
"alertDescribedVersion": "Versie met audiobeschrijving wordt gebruikt",
|
|
120
|
+
|
|
121
|
+
"alertNonDescribedVersion": "Using the non-described version of this video",
|
|
122
|
+
|
|
123
|
+
"fallbackError1": "Sorry, je browser kan dit mediabestand niet afspelen",
|
|
124
|
+
|
|
125
|
+
"fallbackError2": "De volgende browsers kunnen met deze mediaspeler overweg:",
|
|
126
|
+
|
|
127
|
+
"orHigher": "of hoger",
|
|
128
|
+
|
|
129
|
+
"prefMenuCaptions": "Captions",
|
|
130
|
+
|
|
131
|
+
"prefMenuDescriptions": "Descriptions",
|
|
132
|
+
|
|
133
|
+
"prefMenuKeyboard": "Keyboard",
|
|
134
|
+
|
|
135
|
+
"prefMenuTranscript": "Transcript",
|
|
136
|
+
|
|
137
|
+
"prefTitleCaptions": "Captions Preferences",
|
|
138
|
+
|
|
139
|
+
"prefTitleDescriptions": "Audio Description Preferences",
|
|
140
|
+
|
|
141
|
+
"prefTitleKeyboard": "Keyboard Preferences",
|
|
142
|
+
|
|
143
|
+
"prefTitleTranscript": "Transcript Preferences",
|
|
144
|
+
|
|
145
|
+
"prefIntroCaptions": "The following preferences control how captions are displayed.",
|
|
146
|
+
|
|
147
|
+
"prefIntroDescription1": "This media player supports audio description in two ways: ",
|
|
148
|
+
|
|
149
|
+
"prefIntroDescription2": "The current video has ",
|
|
150
|
+
|
|
151
|
+
"prefIntroDescriptionNone": "The current video has no audio description in either format.",
|
|
152
|
+
|
|
153
|
+
"prefIntroDescription3": "Use the following form to set your preferences related to audio description.",
|
|
154
|
+
|
|
155
|
+
"prefIntroDescription4": "After you save your settings, audio description can be toggled on/off using the Description button.",
|
|
156
|
+
|
|
157
|
+
"prefIntroKeyboard1": "The media player on this web page can be operated from anywhere on the page using keyboard shortcuts (see below for a list).",
|
|
158
|
+
|
|
159
|
+
"prefIntroKeyboard2": "Modifier keys (Shift, Alt, and Control) can be assigned below.",
|
|
160
|
+
|
|
161
|
+
"prefIntroKeyboard3": "NOTE: Some key combinations might conflict with keys used by your browser and/or other software applications. Try various combinations of modifier keys to find one that works for you.",
|
|
162
|
+
|
|
163
|
+
"prefIntroTranscript": "The following preferences affect the interactive transcript.",
|
|
164
|
+
|
|
165
|
+
"prefCookieWarning": "Saving your preferences requires cookies.",
|
|
166
|
+
|
|
167
|
+
"prefHeadingKeyboard1": "Modifier keys used for shortcuts",
|
|
168
|
+
|
|
169
|
+
"prefHeadingKeyboard2": "Current keyboard shortcuts",
|
|
170
|
+
|
|
171
|
+
"prefHeadingDescription": "Audiobeschrijving",
|
|
172
|
+
|
|
173
|
+
"prefHeadingTextDescription": "Tekst-gebaseerde audiobeschrijving",
|
|
174
|
+
|
|
175
|
+
"prefHeadingCaptions": "Ondertiteling",
|
|
176
|
+
|
|
177
|
+
"prefHeadingTranscript": "Interactive Transcript",
|
|
178
|
+
|
|
179
|
+
"prefAltKey": "Alt",
|
|
180
|
+
|
|
181
|
+
"prefCtrlKey": "Control",
|
|
182
|
+
|
|
183
|
+
"prefShiftKey": "Shift",
|
|
184
|
+
|
|
185
|
+
"escapeKey": "Escape",
|
|
186
|
+
|
|
187
|
+
"escapeKeyFunction": "Close current dialog or popup menu",
|
|
188
|
+
|
|
189
|
+
"prefDescFormat": "Preferred format",
|
|
190
|
+
|
|
191
|
+
"prefDescFormatHelp": "If both formats are avaialable, only one will be used.",
|
|
192
|
+
|
|
193
|
+
"prefDescFormatOption1": "alternative described version of video",
|
|
194
|
+
|
|
195
|
+
"prefDescFormatOption1b": "an alternative described version",
|
|
196
|
+
|
|
197
|
+
"prefDescFormatOption2": "text-based description, announced by screen reader",
|
|
198
|
+
|
|
199
|
+
"prefDescFormatOption2b": "text-based description",
|
|
200
|
+
|
|
201
|
+
"prefDescPause": "Pauzeer video automatisch als beschrijving aan wordt gezet",
|
|
202
|
+
|
|
203
|
+
"prefVisibleDesc": "Als er een tekst-gebaseerde beschrijving is, maak deze dan zichtbaar",
|
|
204
|
+
|
|
205
|
+
"prefHighlight": "Transcript highlighten terwijl media speelt",
|
|
206
|
+
|
|
207
|
+
"prefTabbable": "Maak transcript bedienbaar met toetsenbord",
|
|
208
|
+
|
|
209
|
+
"prefCaptionsFont": "Font",
|
|
210
|
+
|
|
211
|
+
"prefCaptionsColor": "Text Color",
|
|
212
|
+
|
|
213
|
+
"prefCaptionsBGColor": "Background",
|
|
214
|
+
|
|
215
|
+
"prefCaptionsSize": "Font Size",
|
|
216
|
+
|
|
217
|
+
"prefCaptionsOpacity": "Opacity",
|
|
218
|
+
|
|
219
|
+
"prefCaptionsStyle": "Style",
|
|
220
|
+
|
|
221
|
+
"serif": "serif",
|
|
222
|
+
|
|
223
|
+
"sans": "sans-serif",
|
|
224
|
+
|
|
225
|
+
"cursive": "cursive",
|
|
226
|
+
|
|
227
|
+
"fantasy": "fantasy",
|
|
228
|
+
|
|
229
|
+
"monospace": "monospace",
|
|
230
|
+
|
|
231
|
+
"white": "white",
|
|
232
|
+
|
|
233
|
+
"yellow": "yellow",
|
|
234
|
+
|
|
235
|
+
"green": "green",
|
|
236
|
+
|
|
237
|
+
"cyan": "cyan",
|
|
238
|
+
|
|
239
|
+
"blue": "blue",
|
|
240
|
+
|
|
241
|
+
"magenta": "magenta",
|
|
242
|
+
|
|
243
|
+
"red": "red",
|
|
244
|
+
|
|
245
|
+
"black": "black",
|
|
246
|
+
|
|
247
|
+
"transparent": "transparent",
|
|
248
|
+
|
|
249
|
+
"solid": "solid",
|
|
250
|
+
|
|
251
|
+
"captionsStylePopOn": "Pop-on",
|
|
252
|
+
|
|
253
|
+
"captionsStyleRollUp": "Roll-up",
|
|
254
|
+
|
|
255
|
+
"prefCaptionsPosition": "Position",
|
|
256
|
+
|
|
257
|
+
"captionsPositionOverlay": "Overlay",
|
|
258
|
+
|
|
259
|
+
"captionsPositionBelow": "Below video",
|
|
260
|
+
|
|
261
|
+
"sampleCaptionText": "Sample caption text",
|
|
262
|
+
|
|
263
|
+
"prefSuccess": "Je wijzigingen zijn opgeslagen.",
|
|
264
|
+
|
|
265
|
+
"prefNoChange": "Je hebt geen wijzigingen gemaakt.",
|
|
266
|
+
|
|
267
|
+
"help": "Help",
|
|
268
|
+
|
|
269
|
+
"helpTitle": "Help",
|
|
270
|
+
|
|
271
|
+
"save": "Opslaan",
|
|
272
|
+
|
|
273
|
+
"cancel": "Annuleren",
|
|
274
|
+
|
|
275
|
+
"ok": "ok",
|
|
276
|
+
|
|
277
|
+
"done": "Klaar",
|
|
278
|
+
|
|
279
|
+
"closeButtonLabel": "Sluit venster",
|
|
280
|
+
|
|
281
|
+
"windowButtonLabel": "Venster instellingen",
|
|
282
|
+
|
|
283
|
+
"windowMove": "Verplaats",
|
|
284
|
+
|
|
285
|
+
"windowMoveAlert": "Versleep of gebruik de pijltjestoetsen om te verplaatsen. Druk op Enter om te stoppen.",
|
|
286
|
+
|
|
287
|
+
"windowResize": "Verkleinen of vergroten",
|
|
288
|
+
|
|
289
|
+
"windowResizeHeading": "Verander grootte van scherm met gebarentolk",
|
|
290
|
+
|
|
291
|
+
"windowResizeAlert": "Het venster is van grootte veranderd.",
|
|
292
|
+
|
|
293
|
+
"width": "Breedte",
|
|
294
|
+
|
|
295
|
+
"height": "Hoogte",
|
|
296
|
+
|
|
297
|
+
"windowSendBack": "Verplaats naar achteren",
|
|
298
|
+
|
|
299
|
+
"windowSendBackAlert": "Het scherm staat nu achter andere objecten op deze pagina.",
|
|
300
|
+
|
|
301
|
+
"windowBringTop": "Verplaats naar voren",
|
|
302
|
+
|
|
303
|
+
"windowBringTopAlert": "Het scherm staat nu voor andere objecten op deze pagina."
|
|
304
|
+
|
|
305
|
+
};
|