/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codemirror', 'ms', {
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: 'Sumber',
searchCode: 'Search Source (CTRL + F)',
replaceCode: 'Replace Code (CTRL + SHIFT + F)',
autoFormat: 'Format Selection (CTRL + ALT + K)',
commentSelectedRange: 'Comment Selection (CTRL + K)',
uncommentSelectedRange: 'Uncomment Selection (CTRL + SHIFT + K)',
autoCompleteToggle: 'Enable/Disable HTML Tag Autocomplete'
});