Skip to content

Commit fef3450

Browse files
authored
Merge pull request #272 from stefanruijsenaars/nl
Add NL translation
2 parents 1468596 + 2b4cb03 commit fef3450

File tree

2 files changed

+495
-3
lines changed

2 files changed

+495
-3
lines changed

Translations/en.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ _global.translation['en'] = {
3737
,"auditor_suggested_techniques" : "Suggested Techniques"
3838
,"auditor_applies_entire_document" : "This applies to the entire document"
3939

40+
4041
//1_1_1.js
4142
,"1_1_1_H30.2" : 'Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.'
4243
,"1_1_1_H67.1" : 'Img element with empty alt text must have absent or empty title attribute.'
@@ -102,7 +103,7 @@ _global.translation['en'] = {
102103
,"1_3_1_H44.NotFormControl" : 'This label\'s "for" attribute contains an ID for an element that is not a form control. Ensure that you have entered the correct ID for the intended element.'
103104
,"1_3_1_H65" : 'This form control has a "title" attribute that is empty or contains only spaces. It will be ignored for labelling test purposes.'
104105
,"1_3_1_ARIA6" : 'This form control has an "aria-label" attribute that is empty or contains only spaces. It will be ignored for labelling test purposes.'
105-
//{{id}} will be replace with element ID:
106+
//{{id}} will be replaced with element ID:
106107
,"1_3_1_ARIA16,ARIA9" : 'This form control contains an aria-labelledby attribute, however it includes an ID "{{id}}" that does not exist on an element. The aria-labelledby attribute will be ignored for labelling test purposes.'
107108

108109
,"1_3_1_F68.Hidden" : 'This hidden form field is labelled in some way. There should be no need to label a hidden form field.'
@@ -223,7 +224,6 @@ _global.translation['en'] = {
223224
,"1_4_6_G18_or_G17.Fail.Recomendation.Background" : 'change background to {{value}}'
224225

225226

226-
227227
//1_4_7.js
228228
,"1_4_7_G56" : 'For pre-recorded audio-only content in this element that is primarily speech (such as narration), any background sounds should be muteable, or be at least 20 dB (or about 4 times) quieter than the speech.'
229229

@@ -509,7 +509,6 @@ _global.translation['en'] = {
509509
,"3_3_6_G98,G99,G155,G164,G168.AllForms" : 'Check that submissions to this form are either reversible, checked for input errors, and/or confirmed by the user.'
510510

511511

512-
513512
//4_1_1.js
514513
,"4_1_1_F77" : 'Duplicate id attribute value "{{id}}" found on the web page.'
515514

0 commit comments

Comments
 (0)