/**
 * English Language Pack
 * @author nagoon
 */
Editor.lang = {
	'command.undo.description' : 'Undo',
	'command.redo.description' : 'Redo',
	'command.fontsize.description'  : 'Font Size',
	'command.fontcolor.description'  : 'Font Color',
	'command.fontbackgroundcolor.description'  : 'Background Color',
	'command.strikethrough.description' : 'Strikethrough',
	'command.justifyleft.description'   : 'Align Left',
	'command.justifycenter.description' : 'Center',
	'command.justifyright.description'  : 'Align Right',
	'command.justifyfull.description'   : 'Justify',
	'command.bold.description' : 'Bold',
	'command.more.description' : 'More',
	'command.italic.description' : 'Italic%28Ctrl+I%29',
	'command.underline.description' : 'Underline%28Ctrl+U%29',
	'command.fontname.description'  : 'Font',
	'command.lineheight.description'    : 'Line Height',
	'command.emoticoninsertion.description'  : 'Insert Emoticon',
	'command.hyperlink.description'     : 'Hyperlink',
	'command.indent.description'        : 'Increase Indent',
	'command.outdent.description'       : 'Decrease Indent',
	'command.image.description'         : 'Insert Image',
	'command.quote.description'         : 'Insert Quote',
	'command.inserttable.description'	: 'Insert Table',
	'command.scharinsertion.description': 'Insert Symbol',
	'command.searchkeyword.description' : 'Find / Replace',
	'command.spellcheck.description'    : 'Check Spelling',
	'command.insertorderedlist.description'   : 'Numbering',
	'command.insertunorderedlist.description' : 'Bullets',
	'command.layoutmanager.description' : 'Layout Manager',
	'event.onexit.message' : 'If you leave this page, everything will be lost.',
	'plugin.searchreplace.inputkeyword' : 'Enter a word to find',
	'plugin.searchreplace.notfound' : 'The word was not found.',
	'plugin.searchreplace.noreplace' : 'There are no words to replace.',
	'plugin.searchreplace.allreplace1' : '',
	'plugin.searchreplace.allreplace2' : '%20replacement(s) made',
	'plugin.searchreplace.notsupport' : 'Only Internet Explorer supports Find / Replace.\nSorry for the inconvenience.',
	'plugin.spellcheck.directinput' : 'Manual input',
	'plugin.spellcheck.nosuggest' : 'No spelling suggestions.',
	'plugin.spellcheck.checkinfomessage' : '<strong>{NUMBER}</strong>%20spelling errors found.',
	'plugin.spellcheck.waitmessage1' : 'If the contents are long, it may take a long time to check the spelling.\nAfter clicking confirm, please wait until the results are displayed.',
	'plugin.spellcheck.waitmessage2' : 'Sorry. The contents are too long to check.\nWe are improving the function.',
	'plugin.font.ganadaramabasa' : 'ABCDEFG',
	'plugin.font.ganadarama' : 'ABCDE',
	'plugin.font.ganada' : 'ABC',
	'plugin.font.dotum' : 'Dotum',
	'plugin.font.dotumche' : 'Dotumche',
	'plugin.font.gulim' : 'Gulim',
	'plugin.font.gulimche' : 'Gulimche',
	'plugin.font.batang' : 'Batang',
	'plugin.font.batangche' : 'Batangche',
	'plugin.font.gunseo' : 'Gunseo',
	'plugin.fontcolor.checkcolor' : 'Please enter the correct color code.\n\ne.g.%29%20%23000000%2C%20%23FF0000%2C%20%23FFFFFF%2C%20%23ffffff%2C%20ffffff',
	'plugin.fontbackgroundcolor.checkcolor' : 'Please enter the correct color code.\n\ne.g.%29%20%23000000%2C%20%23FF0000%2C%20%23FFFFFF%2C%20%23ffffff%2C%20ffffff',
	'plugin.table.checkcolor' : 'Please enter the correct color code.\n\ne.g.%29%20%23000000%2C%20%23FF0000%2C%20%23FFFFFF%2C%20%23ffffff%2C%20ffffff',
	'plugin.table.checkborder' : 'Size must be less than 10.',
	'plugin.table.checksize' : 'Size must be less than 20.',
	'plugin.font.notableeditor' : 'You cannot use this function when the table editor is being used.',
	'plugin.tabledlist.maxemoticon' : 'Only 100 emoticons can be used in each post.',
	'plugin.hyperlink.invalidurl' : 'The hyperlink you entered is invalid.',
	'plugin.hyperlink.nolink4storyphoto' : 'You cannot add a link to this photo.',
	'plugin.layoutmanager.cancel' : 'Are you sure you want to cancel the applied layout?',
	'plugin.layoutmanager.notinsert' : 'Another layout cannot be added to the current layout.',
	'plugin.layoutmanager.notselect' : 'No object is selected or the selected area is outside of the layout.\nPlease select an object or move the cursor into the layout area.',
	'plugin.layoutmanager.notselect2' : 'No layout has been selected.\nPlease select a layout first.',
	'plugin.layoutmanager.notexistfile' : 'Loading of the layout template failed.',
	'plugin.layoutmanager.nowrequesting' : 'The layout template is loading.\nPlease wait a moment.'
};


