o: ActiveSupport::Cache::Entry :@created_atf1321037620.419529ู: @value{ I" length:EFiผgI" digest;F"%c513af785be5525d0409484a089097beI" source;FI"ผg/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * @fileOverview Defines the {@link CKEDITOR.lang} object, for the * Korean language. */ /**#@+ @type String @example */ /** * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['ko'] = { /** * The language reading direction. Possible values are "rtl" for * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right * languages (like English). * @default 'ltr' */ dir : 'ltr', /* * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING // ARIA descriptions. toolbars : 'Editor toolbars', // MISSING editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : '์†Œ์Šค', newPage : '์ƒˆ ๋ฌธ์„œ', save : '์ €์žฅํ•˜๊ธฐ', preview : '๋ฏธ๋ฆฌ๋ณด๊ธฐ', cut : '์ž˜๋ผ๋‚ด๊ธฐ', copy : '๋ณต์‚ฌํ•˜๊ธฐ', paste : '๋ถ™์—ฌ๋„ฃ๊ธฐ', print : '์ธ์‡„ํ•˜๊ธฐ', underline : '๋ฐ‘์ค„', bold : '์ง„ํ•˜๊ฒŒ', italic : '์ดํ…”๋ฆญ', selectAll : '์ „์ฒด์„ ํƒ', removeFormat : 'ํฌ๋งท ์ง€์šฐ๊ธฐ', strike : '์ทจ์†Œ์„ ', subscript : '์•„๋ž˜ ์ฒจ์ž', superscript : '์œ„ ์ฒจ์ž', horizontalrule : '์ˆ˜ํ‰์„  ์‚ฝ์ž…', pagebreak : 'Insert Page Break for Printing', // MISSING pagebreakAlt : 'Page Break', // MISSING unlink : '๋งํฌ ์‚ญ์ œ', undo : '์ทจ์†Œ', redo : '์žฌ์‹คํ–‰', // Common messages and labels. common : { browseServer : '์„œ๋ฒ„ ๋ณด๊ธฐ', url : 'URL', protocol : 'ํ”„๋กœํ† ์ฝœ', upload : '์—…๋กœ๋“œ', uploadSubmit : '์„œ๋ฒ„๋กœ ์ „์†ก', image : '์ด๋ฏธ์ง€', flash : 'ํ”Œ๋ž˜์‰ฌ', form : 'ํผ', checkbox : '์ฒดํฌ๋ฐ•์Šค', radio : '๋ผ๋””์˜ค๋ฒ„ํŠผ', textField : '์ž…๋ ฅํ•„๋“œ', textarea : '์ž…๋ ฅ์˜์—ญ', hiddenField : '์ˆจ๊น€ํ•„๋“œ', button : '๋ฒ„ํŠผ', select : 'ํŽผ์นจ๋ชฉ๋ก', imageButton : '์ด๋ฏธ์ง€๋ฒ„ํŠผ', notSet : '<์„ค์ •๋˜์ง€ ์•Š์Œ>', id : 'ID', name : 'Name', langDir : '์“ฐ๊ธฐ ๋ฐฉํ–ฅ', langDirLtr : '์™ผ์ชฝ์—์„œ ์˜ค๋ฅธ์ชฝ (LTR)', langDirRtl : '์˜ค๋ฅธ์ชฝ์—์„œ ์™ผ์ชฝ (RTL)', langCode : '์–ธ์–ด ์ฝ”๋“œ', longDescr : 'URL ์„ค๋ช…', cssClass : 'Stylesheet Classes', advisoryTitle : 'Advisory Title', cssStyle : 'Style', ok : '์˜ˆ', cancel : '์•„๋‹ˆ์˜ค', close : 'Close', // MISSING preview : 'Preview', // MISSING generalTab : 'General', // MISSING advancedTab : '์ž์„ธํžˆ', validateNumberFailed : 'This value is not a number.', // MISSING confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING options : 'Options', // MISSING target : 'Target', // MISSING targetNew : 'New Window (_blank)', // MISSING targetTop : 'Topmost Window (_top)', // MISSING targetSelf : 'Same Window (_self)', // MISSING targetParent : 'Parent Window (_parent)', // MISSING langDirLTR : 'Left to Right (LTR)', // MISSING langDirRTL : 'Right to Left (RTL)', // MISSING styles : 'Style', // MISSING cssClasses : 'Stylesheet Classes', // MISSING width : '๋„ˆ๋น„', height : '๋†’์ด', align : '์ •๋ ฌ', alignLeft : '์™ผ์ชฝ', alignRight : '์˜ค๋ฅธ์ชฝ', alignCenter : '๊ฐ€์šด๋ฐ', alignTop : '์œ„', alignMiddle : '์ค‘๊ฐ„', alignBottom : '์•„๋ž˜', invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING }, contextmenu : { options : 'Context Menu Options' // MISSING }, // Special char dialog. specialChar : { toolbar : 'ํŠน์ˆ˜๋ฌธ์ž ์‚ฝ์ž…', title : 'ํŠน์ˆ˜๋ฌธ์ž ์„ ํƒ', options : 'Special Character Options' // MISSING }, // Link dialog. link : { toolbar : '๋งํฌ ์‚ฝ์ž…/๋ณ€๊ฒฝ', other : '<๊ธฐํƒ€>', menu : '๋งํฌ ์ˆ˜์ •', title : '๋งํฌ', info : '๋งํฌ ์ •๋ณด', target : 'ํƒ€๊ฒŸ', upload : '์—…๋กœ๋“œ', advanced : '์ž์„ธํžˆ', type : '๋งํฌ ์ข…๋ฅ˜', toUrl : 'URL', // MISSING toAnchor : '์ฑ…๊ฐˆํ”ผ', toEmail : '์ด๋ฉ”์ผ', targetFrame : '<ํ”„๋ ˆ์ž„>', targetPopup : '<ํŒ์—…์ฐฝ>', targetFrameName : 'ํƒ€๊ฒŸ ํ”„๋ ˆ์ž„ ์ด๋ฆ„', targetPopupName : 'ํŒ์—…์ฐฝ ์ด๋ฆ„', popupFeatures : 'ํŒ์—…์ฐฝ ์„ค์ •', popupResizable : 'Resizable', // MISSING popupStatusBar : '์ƒํƒœ๋ฐ”', popupLocationBar: '์ฃผ์†Œํ‘œ์‹œ์ค„', popupToolbar : 'ํˆด๋ฐ”', popupMenuBar : '๋ฉ”๋‰ด๋ฐ”', popupFullScreen : '์ „์ฒดํ™”๋ฉด (IE)', popupScrollBars : '์Šคํฌ๋กค๋ฐ”', popupDependent : 'Dependent (Netscape)', popupLeft : '์™ผ์ชฝ ์œ„์น˜', popupTop : '์œ—์ชฝ ์œ„์น˜', id : 'Id', // MISSING langDir : '์“ฐ๊ธฐ ๋ฐฉํ–ฅ', langDirLTR : '์™ผ์ชฝ์—์„œ ์˜ค๋ฅธ์ชฝ (LTR)', langDirRTL : '์˜ค๋ฅธ์ชฝ์—์„œ ์™ผ์ชฝ (RTL)', acccessKey : '์—‘์„ธ์Šค ํ‚ค', name : 'Name', langCode : '์“ฐ๊ธฐ ๋ฐฉํ–ฅ', tabIndex : 'ํƒญ ์ˆœ์„œ', advisoryTitle : 'Advisory Title', advisoryContentType : 'Advisory Content Type', cssClasses : 'Stylesheet Classes', charset : 'Linked Resource Charset', styles : 'Style', rel : 'Relationship', // MISSING selectAnchor : '์ฑ…๊ฐˆํ”ผ ์„ ํƒ', anchorName : '์ฑ…๊ฐˆํ”ผ ์ด๋ฆ„', anchorId : '์ฑ…๊ฐˆํ”ผ ID', emailAddress : '์ด๋ฉ”์ผ ์ฃผ์†Œ', emailSubject : '์ œ๋ชฉ', emailBody : '๋‚ด์šฉ', noAnchors : '(๋ฌธ์„œ์— ์ฑ…๊ฐˆํ”ผ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.)', noUrl : '๋งํฌ URL์„ ์ž…๋ ฅํ•˜์‹ญ์‹œ์š”.', noEmail : '์ด๋ฉ”์ผ์ฃผ์†Œ๋ฅผ ์ž…๋ ฅํ•˜์‹ญ์‹œ์š”.' }, // Anchor dialog anchor : { toolbar : '์ฑ…๊ฐˆํ”ผ ์‚ฝ์ž…/๋ณ€๊ฒฝ', menu : '์ฑ…๊ฐˆํ”ผ ์†์„ฑ', title : '์ฑ…๊ฐˆํ”ผ ์†์„ฑ', name : '์ฑ…๊ฐˆํ”ผ ์ด๋ฆ„', errorName : '์ฑ…๊ฐˆํ”ผ ์ด๋ฆ„์„ ์ž…๋ ฅํ•˜์‹ญ์‹œ์š”.', remove : 'Remove Anchor' // MISSING }, // List style dialog list: { numberedTitle : 'Numbered List Properties', // MISSING bulletedTitle : 'Bulleted List Properties', // MISSING type : 'Type', // MISSING start : 'Start', // MISSING validateStartNumber :'List start number must be a whole number.', // MISSING circle : 'Circle', // MISSING disc : 'Disc', // MISSING square : 'Square', // MISSING none : 'None', // MISSING notset : '', // MISSING armenian : 'Armenian numbering', // MISSING georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING decimal : 'Decimal (1, 2, 3, etc.)', // MISSING decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING }, // Find And Replace Dialog findAndReplace : { title : '์ฐพ๊ธฐ & ๋ฐ”๊พธ๊ธฐ', find : '์ฐพ๊ธฐ', replace : '๋ฐ”๊พธ๊ธฐ', findWhat : '์ฐพ์„ ๋ฌธ์ž์—ด:', replaceWith : '๋ฐ”๊ฟ€ ๋ฌธ์ž์—ด:', notFoundMsg : '๋ฌธ์ž์—ด์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', findOptions : 'Find Options', // MISSING matchCase : '๋Œ€์†Œ๋ฌธ์ž ๊ตฌ๋ถ„', matchWord : '์˜จ์ „ํ•œ ๋‹จ์–ด', matchCyclic : 'Match cyclic', // MISSING replaceAll : '๋ชจ๋‘ ๋ฐ”๊พธ๊ธฐ', replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING }, // Table Dialog table : { toolbar : 'ํ‘œ', title : 'ํ‘œ ์„ค์ •', menu : 'ํ‘œ ์„ค์ •', deleteTable : 'ํ‘œ ์‚ญ์ œ', rows : '๊ฐ€๋กœ์ค„', columns : '์„ธ๋กœ์ค„', border : 'ํ…Œ๋‘๋ฆฌ ํฌ๊ธฐ', widthPx : 'ํ”ฝ์…€', widthPc : 'ํผ์„ผํŠธ', widthUnit : 'width unit', // MISSING cellSpace : '์…€ ๊ฐ„๊ฒฉ', cellPad : '์…€ ์—ฌ๋ฐฑ', caption : '์บก์…˜', summary : 'Summary', // MISSING headers : 'Headers', // MISSING headersNone : 'None', // MISSING headersColumn : 'First column', // MISSING headersRow : 'First Row', // MISSING headersBoth : 'Both', // MISSING invalidRows : 'Number of rows must be a number greater than 0.', // MISSING invalidCols : 'Number of columns must be a number greater than 0.', // MISSING invalidBorder : 'Border size must be a number.', // MISSING invalidWidth : 'Table width must be a number.', // MISSING invalidHeight : 'Table height must be a number.', // MISSING invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING invalidCellPadding : 'Cell padding must be a positive number.', // MISSING cell : { menu : '์…€/์นธ(Cell)', insertBefore : '์•ž์— ์…€/์นธ ์‚ฝ์ž…', insertAfter : '๋’ค์— ์…€/์นธ ์‚ฝ์ž…', deleteCell : '์…€ ์‚ญ์ œ', merge : '์…€ ํ•ฉ์น˜๊ธฐ', mergeRight : '์˜ค๋ฅธ์ชฝ ๋ญ‰์น˜๊ธฐ', mergeDown : '์™ผ์ชฝ ๋ญ‰์น˜๊ธฐ', splitHorizontal : '์ˆ˜ํ‰ ๋‚˜๋ˆ„๊ธฐ', splitVertical : '์ˆ˜์ง ๋‚˜๋ˆ„๊ธฐ', title : 'Cell Properties', // MISSING cellType : 'Cell Type', // MISSING rowSpan : 'Rows Span', // MISSING colSpan : 'Columns Span', // MISSING wordWrap : 'Word Wrap', // MISSING hAlign : 'Horizontal Alignment', // MISSING vAlign : 'Vertical Alignment', // MISSING alignBaseline : 'Baseline', // MISSING bgColor : 'Background Color', // MISSING borderColor : 'Border Color', // MISSING data : 'Data', // MISSING header : 'Header', // MISSING yes : 'Yes', // MISSING no : 'No', // MISSING invalidWidth : 'Cell width must be a number.', // MISSING invalidHeight : 'Cell height must be a number.', // MISSING invalidRowSpan : 'Rows span must be a whole number.', // MISSING invalidColSpan : 'Columns span must be a whole number.', // MISSING chooseColor : 'Choose' // MISSING }, row : { menu : 'ํ–‰(Row)', insertBefore : '์•ž์— ํ–‰ ์‚ฝ์ž…', insertAfter : '๋’ค์— ํ–‰ ์‚ฝ์ž…', deleteRow : '๊ฐ€๋กœ์ค„ ์‚ญ์ œ' }, column : { menu : '์—ด(Column)', insertBefore : '์•ž์— ์—ด ์‚ฝ์ž…', insertAfter : '๋’ค์— ์—ด ์‚ฝ์ž…', deleteColumn : '์„ธ๋กœ์ค„ ์‚ญ์ œ' } }, // Button Dialog. button : { title : '๋ฒ„ํŠผ ์†์„ฑ', text : '๋ฒ„ํŠผ๊ธ€์ž(๊ฐ’)', type : '๋ฒ„ํŠผ์ข…๋ฅ˜', typeBtn : 'Button', // MISSING typeSbm : 'Submit', // MISSING typeRst : 'Reset' // MISSING }, // Checkbox and Radio Button Dialogs. checkboxAndRadio : { checkboxTitle : '์ฒดํฌ๋ฐ•์Šค ์†์„ฑ', radioTitle : '๋ผ๋””์˜ค๋ฒ„ํŠผ ์†์„ฑ', value : '๊ฐ’', selected : '์„ ํƒ๋จ' }, // Form Dialog. form : { title : 'ํผ ์†์„ฑ', menu : 'ํผ ์†์„ฑ', action : '์‹คํ–‰๊ฒฝ๋กœ(Action)', method : '๋ฐฉ๋ฒ•(Method)', encoding : 'Encoding' // MISSING }, // Select Field Dialog. select : { title : 'ํŽผ์นจ๋ชฉ๋ก ์†์„ฑ', selectInfo : '์ •๋ณด', opAvail : '์„ ํƒ์˜ต์…˜', value : '๊ฐ’', size : '์„ธ๋กœํฌ๊ธฐ', lines : '์ค„', chkMulti : '์—ฌ๋Ÿฌํ•ญ๋ชฉ ์„ ํƒ ํ—ˆ์šฉ', opText : '์ด๋ฆ„', opValue : '๊ฐ’', btnAdd : '์ถ”๊ฐ€', btnModify : '๋ณ€๊ฒฝ', btnUp : '์œ„๋กœ', btnDown : '์•„๋ž˜๋กœ', btnSetValue : '์„ ํƒ๋œ๊ฒƒ์œผ๋กœ ์„ค์ •', btnDelete : '์‚ญ์ œ' }, // Textarea Dialog. textarea : { title : '์ž…๋ ฅ์˜์—ญ ์†์„ฑ', cols : '์นธ์ˆ˜', rows : '์ค„์ˆ˜' }, // Text Field Dialog. textfield : { title : '์ž…๋ ฅํ•„๋“œ ์†์„ฑ', name : '์ด๋ฆ„', value : '๊ฐ’', charWidth : '๊ธ€์ž ๋„ˆ๋น„', maxChars : '์ตœ๋Œ€ ๊ธ€์ž์ˆ˜', type : '์ข…๋ฅ˜', typeText : '๋ฌธ์ž์—ด', typePass : '๋น„๋ฐ€๋ฒˆํ˜ธ' }, // Hidden Field Dialog. hidden : { title : '์ˆจ๊น€ํ•„๋“œ ์†์„ฑ', name : '์ด๋ฆ„', value : '๊ฐ’' }, // Image Dialog. image : { title : '์ด๋ฏธ์ง€ ์„ค์ •', titleButton : '์ด๋ฏธ์ง€๋ฒ„ํŠผ ์†์„ฑ', menu : '์ด๋ฏธ์ง€ ์„ค์ •', infoTab : '์ด๋ฏธ์ง€ ์ •๋ณด', btnUpload : '์„œ๋ฒ„๋กœ ์ „์†ก', upload : '์—…๋กœ๋“œ', alt : '์ด๋ฏธ์ง€ ์„ค๋ช…', lockRatio : '๋น„์œจ ์œ ์ง€', resetSize : '์›๋ž˜ ํฌ๊ธฐ๋กœ', border : 'ํ…Œ๋‘๋ฆฌ', hSpace : '์ˆ˜ํ‰์—ฌ๋ฐฑ', vSpace : '์ˆ˜์ง์—ฌ๋ฐฑ', alertUrl : '์ด๋ฏธ์ง€ URL์„ ์ž…๋ ฅํ•˜์‹ญ์‹œ์š”', linkTab : '๋งํฌ', button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING urlMissing : 'Image source URL is missing.', // MISSING validateBorder : 'Border must be a whole number.', // MISSING validateHSpace : 'HSpace must be a whole number.', // MISSING validateVSpace : 'VSpace must be a whole number.' // MISSING }, // Flash Dialog flash : { properties : 'ํ”Œ๋ž˜์‰ฌ ์†์„ฑ', propertiesTab : 'Properties', // MISSING title : 'ํ”Œ๋ž˜์‰ฌ ๋“ฑ๋ก์ •๋ณด', chkPlay : '์ž๋™์žฌ์ƒ', chkLoop : '๋ฐ˜๋ณต', chkMenu : 'ํ”Œ๋ž˜์‰ฌ๋ฉ”๋‰ด ๊ฐ€๋Šฅ', chkFull : 'Allow Fullscreen', // MISSING scale : '์˜์—ญ', scaleAll : '๋ชจ๋‘๋ณด๊ธฐ', scaleNoBorder : '๊ฒฝ๊ณ„์„ ์—†์Œ', scaleFit : '์˜์—ญ์ž๋™์กฐ์ ˆ', access : 'Script Access', // MISSING accessAlways : 'Always', // MISSING accessSameDomain: 'Same domain', // MISSING accessNever : 'Never', // MISSING alignAbsBottom : '์ค„์•„๋ž˜(Abs Bottom)', alignAbsMiddle : '์ค„์ค‘๊ฐ„(Abs Middle)', alignBaseline : '๊ธฐ์ค€์„ ', alignTextTop : '๊ธ€์ž์ƒ๋‹จ', quality : 'Quality', // MISSING qualityBest : 'Best', // MISSING qualityHigh : 'High', // MISSING qualityAutoHigh : 'Auto High', // MISSING qualityMedium : 'Medium', // MISSING qualityAutoLow : 'Auto Low', // MISSING qualityLow : 'Low', // MISSING windowModeWindow: 'Window', // MISSING windowModeOpaque: 'Opaque', // MISSING windowModeTransparent : 'Transparent', // MISSING windowMode : 'Window mode', // MISSING flashvars : 'Variables for Flash', // MISSING bgcolor : '๋ฐฐ๊ฒฝ ์ƒ‰์ƒ', hSpace : '์ˆ˜ํ‰์—ฌ๋ฐฑ', vSpace : '์ˆ˜์ง์—ฌ๋ฐฑ', validateSrc : '๋งํฌ URL์„ ์ž…๋ ฅํ•˜์‹ญ์‹œ์š”.', validateHSpace : 'HSpace must be a number.', // MISSING validateVSpace : 'VSpace must be a number.' // MISSING }, // Speller Pages Dialog spellCheck : { toolbar : '์ฒ ์ž๊ฒ€์‚ฌ', title : 'Spell Check', // MISSING notAvailable : 'Sorry, but service is unavailable now.', // MISSING errorLoading : 'Error loading application service host: %s.', // MISSING notInDic : '์‚ฌ์ „์— ์—†๋Š” ๋‹จ์–ด', changeTo : '๋ณ€๊ฒฝํ•  ๋‹จ์–ด', btnIgnore : '๊ฑด๋„ˆ๋œ€', btnIgnoreAll : '๋ชจ๋‘ ๊ฑด๋„ˆ๋œ€', btnReplace : '๋ณ€๊ฒฝ', btnReplaceAll : '๋ชจ๋‘ ๋ณ€๊ฒฝ', btnUndo : '์ทจ์†Œ', noSuggestions : '- ์ถ”์ฒœ๋‹จ์–ด ์—†์Œ -', progress : '์ฒ ์ž๊ฒ€์‚ฌ๋ฅผ ์ง„ํ–‰์ค‘์ž…๋‹ˆ๋‹ค...', noMispell : '์ฒ ์ž๊ฒ€์‚ฌ ์™„๋ฃŒ: ์ž˜๋ชป๋œ ์ฒ ์ž๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', noChanges : '์ฒ ์ž๊ฒ€์‚ฌ ์™„๋ฃŒ: ๋ณ€๊ฒฝ๋œ ๋‹จ์–ด๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', oneChange : '์ฒ ์ž๊ฒ€์‚ฌ ์™„๋ฃŒ: ๋‹จ์–ด๊ฐ€ ๋ณ€๊ฒฝ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', manyChanges : '์ฒ ์ž๊ฒ€์‚ฌ ์™„๋ฃŒ: %1 ๋‹จ์–ด๊ฐ€ ๋ณ€๊ฒฝ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', ieSpellDownload : '์ฒ ์ž ๊ฒ€์‚ฌ๊ธฐ๊ฐ€ ์ฒ ์น˜๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ์ง€๊ธˆ ๋‹ค์šด๋กœ๋“œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?' }, smiley : { toolbar : '์•„์ด์ฝ˜', title : '์•„์ด์ฝ˜ ์‚ฝ์ž…', options : 'Smiley Options' // MISSING }, elementsPath : { eleLabel : 'Elements path', // MISSING eleTitle : '%1 element' // MISSING }, numberedlist : '์ˆœ์„œ์žˆ๋Š” ๋ชฉ๋ก', bulletedlist : '์ˆœ์„œ์—†๋Š” ๋ชฉ๋ก', indent : '๋“ค์—ฌ์“ฐ๊ธฐ', outdent : '๋‚ด์–ด์“ฐ๊ธฐ', justify : { left : '์™ผ์ชฝ ์ •๋ ฌ', center : '๊ฐ€์šด๋ฐ ์ •๋ ฌ', right : '์˜ค๋ฅธ์ชฝ ์ •๋ ฌ', block : '์–‘์ชฝ ๋งž์ถค' }, blockquote : 'Block Quote', // MISSING clipboard : { title : '๋ถ™์—ฌ๋„ฃ๊ธฐ', cutError : '๋ธŒ๋ผ์šฐ์ €์˜ ๋ณด์•ˆ์„ค์ •๋•Œ๋ฌธ์— ์ž˜๋ผ๋‚ด๊ธฐ ๊ธฐ๋Šฅ์„ ์‹คํ–‰ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ํ‚ค๋ณด๋“œ ๋ช…๋ น์„ ์‚ฌ์šฉํ•˜์‹ญ์‹œ์š”. (Ctrl/Cmd+X).', copyError : '๋ธŒ๋ผ์šฐ์ €์˜ ๋ณด์•ˆ์„ค์ •๋•Œ๋ฌธ์— ๋ณต์‚ฌํ•˜๊ธฐ ๊ธฐ๋Šฅ์„ ์‹คํ–‰ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ํ‚ค๋ณด๋“œ ๋ช…๋ น์„ ์‚ฌ์šฉํ•˜์‹ญ์‹œ์š”. (Ctrl/Cmd+C).', pasteMsg : 'ํ‚ค๋ณด๋“œ์˜ (Ctrl/Cmd+V) ๋ฅผ ์ด์šฉํ•ด์„œ ์ƒ์ž์•ˆ์— ๋ถ™์—ฌ๋„ฃ๊ณ  OK ๋ฅผ ๋ˆ„๋ฅด์„ธ์š”.', securityMsg : '๋ธŒ๋Ÿฌ์šฐ์ € ๋ณด์•ˆ ์„ค์ •์œผ๋กœ ์ธํ•ด, ํด๋ฆฝ๋ณด๋“œ์˜ ์ž๋ฃŒ๋ฅผ ์ง์ ‘ ์ ‘๊ทผํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์ด ์ฐฝ์— ๋‹ค์‹œ ๋ถ™์—ฌ๋„ฃ๊ธฐ ํ•˜์‹ญ์‹œ์˜ค.', pasteArea : 'Paste Area' // MISSING }, pastefromword : { confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING toolbar : 'MS Word ํ˜•์‹์—์„œ ๋ถ™์—ฌ๋„ฃ๊ธฐ', title : 'MS Word ํ˜•์‹์—์„œ ๋ถ™์—ฌ๋„ฃ๊ธฐ', error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING }, pasteText : { button : 'ํ…์ŠคํŠธ๋กœ ๋ถ™์—ฌ๋„ฃ๊ธฐ', title : 'ํ…์ŠคํŠธ๋กœ ๋ถ™์—ฌ๋„ฃ๊ธฐ' }, templates : { button : 'ํ…œํ”Œ๋ฆฟ', title : '๋‚ด์šฉ ํ…œํ”Œ๋ฆฟ', options : 'Template Options', // MISSING insertOption : 'ํ˜„์žฌ ๋‚ด์šฉ ๋ฐ”๊พธ๊ธฐ', selectPromptMsg : '์—๋””ํ„ฐ์—์„œ ์‚ฌ์šฉํ•  ํ…œํ”Œ๋ฆฟ์„ ์„ ํƒํ•˜์‹ญ์‹œ์š”.
(์ง€๊ธˆ๊นŒ์ง€ ์ž‘์„ฑ๋œ ๋‚ด์šฉ์€ ์‚ฌ๋ผ์ง‘๋‹ˆ๋‹ค.):', emptyListMsg : '(ํ…œํ”Œ๋ฆฟ์ด ์—†์Šต๋‹ˆ๋‹ค.)' }, showBlocks : 'Show Blocks', // MISSING stylesCombo : { label : '์Šคํƒ€์ผ', panelTitle : 'Formatting Styles', // MISSING panelTitle1 : 'Block Styles', // MISSING panelTitle2 : 'Inline Styles', // MISSING panelTitle3 : 'Object Styles' // MISSING }, format : { label : 'ํฌ๋งท', panelTitle : 'ํฌ๋งท', tag_p : 'Normal', tag_pre : 'Formatted', tag_address : 'Address', tag_h1 : 'Heading 1', tag_h2 : 'Heading 2', tag_h3 : 'Heading 3', tag_h4 : 'Heading 4', tag_h5 : 'Heading 5', tag_h6 : 'Heading 6', tag_div : 'Normal (DIV)' // MISSING }, div : { title : 'Create Div Container', // MISSING toolbar : 'Create Div Container', // MISSING cssClassInputLabel : 'Stylesheet Classes', // MISSING styleSelectLabel : 'Style', // MISSING IdInputLabel : 'Id', // MISSING languageCodeInputLabel : ' Language Code', // MISSING inlineStyleInputLabel : 'Inline Style', // MISSING advisoryTitleInputLabel : 'Advisory Title', // MISSING langDirLabel : 'Language Direction', // MISSING langDirLTRLabel : 'Left to Right (LTR)', // MISSING langDirRTLLabel : 'Right to Left (RTL)', // MISSING edit : 'Edit Div', // MISSING remove : 'Remove Div' // MISSING }, iframe : { title : 'IFrame Properties', // MISSING toolbar : 'IFrame', // MISSING noUrl : 'Please type the iframe URL', // MISSING scrolling : 'Enable scrollbars', // MISSING border : 'Show frame border' // MISSING }, font : { label : 'ํฐํŠธ', voiceLabel : 'Font', // MISSING panelTitle : 'ํฐํŠธ' }, fontSize : { label : '๊ธ€์ž ํฌ๊ธฐ', voiceLabel : 'Font Size', // MISSING panelTitle : '๊ธ€์ž ํฌ๊ธฐ' }, colorButton : { textColorTitle : '๊ธ€์ž ์ƒ‰์ƒ', bgColorTitle : '๋ฐฐ๊ฒฝ ์ƒ‰์ƒ', panelTitle : 'Colors', // MISSING auto : '๊ธฐ๋ณธ์ƒ‰์ƒ', more : '์ƒ‰์ƒ์„ ํƒ...' }, colors : { '000' : 'Black', // MISSING '800000' : 'Maroon', // MISSING '8B4513' : 'Saddle Brown', // MISSING '2F4F4F' : 'Dark Slate Gray', // MISSING '008080' : 'Teal', // MISSING '000080' : 'Navy', // MISSING '4B0082' : 'Indigo', // MISSING '696969' : 'Dark Gray', // MISSING 'B22222' : 'Fire Brick', // MISSING 'A52A2A' : 'Brown', // MISSING 'DAA520' : 'Golden Rod', // MISSING '006400' : 'Dark Green', // MISSING '40E0D0' : 'Turquoise', // MISSING '0000CD' : 'Medium Blue', // MISSING '800080' : 'Purple', // MISSING '808080' : 'Gray', // MISSING 'F00' : 'Red', // MISSING 'FF8C00' : 'Dark Orange', // MISSING 'FFD700' : 'Gold', // MISSING '008000' : 'Green', // MISSING '0FF' : 'Cyan', // MISSING '00F' : 'Blue', // MISSING 'EE82EE' : 'Violet', // MISSING 'A9A9A9' : 'Dim Gray', // MISSING 'FFA07A' : 'Light Salmon', // MISSING 'FFA500' : 'Orange', // MISSING 'FFFF00' : 'Yellow', // MISSING '00FF00' : 'Lime', // MISSING 'AFEEEE' : 'Pale Turquoise', // MISSING 'ADD8E6' : 'Light Blue', // MISSING 'DDA0DD' : 'Plum', // MISSING 'D3D3D3' : 'Light Grey', // MISSING 'FFF0F5' : 'Lavender Blush', // MISSING 'FAEBD7' : 'Antique White', // MISSING 'FFFFE0' : 'Light Yellow', // MISSING 'F0FFF0' : 'Honeydew', // MISSING 'F0FFFF' : 'Azure', // MISSING 'F0F8FF' : 'Alice Blue', // MISSING 'E6E6FA' : 'Lavender', // MISSING 'FFF' : 'White' // MISSING }, scayt : { title : 'Spell Check As You Type', // MISSING opera_title : 'Not supported by Opera', // MISSING enable : 'Enable SCAYT', // MISSING disable : 'Disable SCAYT', // MISSING about : 'About SCAYT', // MISSING toggle : 'Toggle SCAYT', // MISSING options : 'Options', // MISSING langs : 'Languages', // MISSING moreSuggestions : 'More suggestions', // MISSING ignore : 'Ignore', // MISSING ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING mixedCase : 'Ignore Words with Mixed Case', // MISSING mixedWithDigits : 'Ignore Words with Numbers', // MISSING languagesTab : 'Languages', // MISSING dictionariesTab : 'Dictionaries', // MISSING dic_field_name : 'Dictionary name', // MISSING dic_create : 'Create', // MISSING dic_restore : 'Restore', // MISSING dic_delete : 'Delete', // MISSING dic_rename : 'Rename', // MISSING dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING aboutTab : 'About' // MISSING }, about : { title : 'About CKEditor', // MISSING dlgTitle : 'About CKEditor', // MISSING help : 'Check $1 for help.', // MISSING userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For licensing information please visit our web site:', // MISSING copy : 'Copyright © $1. All rights reserved.' // MISSING }, maximize : 'Maximize', // MISSING minimize : 'Minimize', // MISSING fakeobjects : { anchor : 'Anchor', // MISSING flash : 'Flash Animation', // MISSING iframe : 'IFrame', // MISSING hiddenfield : 'Hidden Field', // MISSING unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING colordialog : { title : 'Select color', // MISSING options : 'Color Options', // MISSING highlight : 'Highlight', // MISSING selected : 'Selected Color', // MISSING clear : 'Clear' // MISSING }, toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarExpand : 'Expand Toolbar', // MISSING toolbarGroups : { document : 'Document', // MISSING clipboard : 'Clipboard/Undo', // MISSING editing : 'Editing', // MISSING forms : 'Forms', // MISSING basicstyles : 'Basic Styles', // MISSING paragraph : 'Paragraph', // MISSING links : 'Links', // MISSING insert : 'Insert', // MISSING styles : 'Styles', // MISSING colors : 'Colors', // MISSING tools : 'Tools' // MISSING }, bidi : { ltr : 'Text direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING }, docprops : { label : '๋ฌธ์„œ ์†์„ฑ', title : '๋ฌธ์„œ ์†์„ฑ', design : 'Design', // MISSING meta : '๋ฉ”ํƒ€๋ฐ์ดํ„ฐ', chooseColor : 'Choose', // MISSING other : '<๊ธฐํƒ€>', docTitle : 'ํŽ˜์ด์ง€๋ช…', charset : '์บ๋ฆญํ„ฐ์…‹ ์ธ์ฝ”๋”ฉ', charsetOther : '๋‹ค๋ฅธ ์บ๋ฆญํ„ฐ์…‹ ์ธ์ฝ”๋”ฉ', charsetASCII : 'ASCII', // MISSING charsetCE : 'Central European', // MISSING charsetCT : 'Chinese Traditional (Big5)', // MISSING charsetCR : 'Cyrillic', // MISSING charsetGR : 'Greek', // MISSING charsetJP : 'Japanese', // MISSING charsetKR : 'Korean', // MISSING charsetTR : 'Turkish', // MISSING charsetUN : 'Unicode (UTF-8)', // MISSING charsetWE : 'Western European', // MISSING docType : '๋ฌธ์„œ ํ—ค๋“œ', docTypeOther : '๋‹ค๋ฅธ ๋ฌธ์„œํ—ค๋“œ', xhtmlDec : 'XHTML ๋ฌธ์„œ์ •์˜ ํฌํ•จ', bgColor : '๋ฐฐ๊ฒฝ์ƒ‰์ƒ', bgImage : '๋ฐฐ๊ฒฝ์ด๋ฏธ์ง€ URL', bgFixed : '์Šคํฌ๋กค๋˜์ง€์•Š๋Š” ๋ฐฐ๊ฒฝ', txtColor : '๊ธ€์ž ์ƒ‰์ƒ', margin : 'ํŽ˜์ด์ง€ ์—ฌ๋ฐฑ', marginTop : '์œ„', marginLeft : '์™ผ์ชฝ', marginRight : '์˜ค๋ฅธ์ชฝ', marginBottom : '์•„๋ž˜', metaKeywords : '๋ฌธ์„œ ํ‚ค์›Œ๋“œ (์ฝค๋งˆ๋กœ ๊ตฌ๋ถ„)', metaDescription : '๋ฌธ์„œ ์„ค๋ช…', metaAuthor : '์ž‘์„ฑ์ž', metaCopyright : '์ €์ž‘๊ถŒ', previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } }; ;TI" _version;F"%cd01a5b65399d7c6f844a49725520e84:@expires_in0:@compressedF