/*
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', {
copyright: "Copyright CodeMirror © Marijn Haverbeke. All rights reserved.",
dlgTitle: 'About CodeMirror Source Plugin',
moreInfoShortcuts: "Available Shortcuts",
moreInfoShortcuts1: "CTRL + K to comment the currently selected text",
moreInfoShortcuts2: "CTRL + SHIFT + K to uncomment currently selected text",
moreInfoShortcuts3: "CTRL + ALT + K to auto format currently selected text",
moreInfoShortcuts4: "CTRL + Q Expand / Collapse Code Block",
moreInfoShortcuts5: "CTRL + F to perform a search",
moreInfoShortcuts6: "CTRL + G to find next",
moreInfoShortcuts7: "CTRL + SHIFT + G to find previous",
moreInfoShortcuts8: "CTRL + SHIFT to find and replace",
moreInfoShortcuts9: "CTRL + SHIFT + R to find and replace all",
toolbar: 'Broncode',
searchCode: 'Zoek in broncode',
replaceCode: 'Replace Code (CTRL + SHIFT + F)',
autoFormat: 'Formatteer selectie',
commentSelectedRange: 'Zet selectie in commentaar',
uncommentSelectedRange: 'Haal selectie uit commentaar',
autoCompleteToggle: 'Zet automatisch aanvullen van HTML tags aan/uit'
});