Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Jun 8, 2014
2 parents 8577eca + ac50441 commit 6cbd6d4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions codemirror/lang/nl.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codemirror', 'nl', {
toolbar: 'Code',
searchCode: 'Search Source',
autoFormat: 'Format Selection',
commentSelectedRange: 'Comment Selection',
uncommentSelectedRange: 'Uncomment Selection',
autoCompleteToggle: 'Enable/Disable HTML Tag Autocomplete'
});
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codemirror', 'nl', {
toolbar: 'Broncode',
searchCode: 'Zoek in broncode',
autoFormat: 'Formatteer selectie',
commentSelectedRange: 'Zet selectie in commentaar',
uncommentSelectedRange: 'Haal selectie uit commentaar',
autoCompleteToggle: 'Zet automatisch aanvullen van HTML tags aan/uit'
});

0 comments on commit 6cbd6d4

Please sign in to comment.