/*INISEAL:[hyQAV3fycezkOdYXoKIMr6UK074%3D%0A]*/
/**
 * Korean Translations
 * By nicetip
 * 05 September 2007
 */

Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">·Îµù...</div>';

if(Ext.View){
   Ext.View.prototype.emptyText = "";
}

if(Ext.grid.Grid){
   Ext.grid.Grid.prototype.ddText = "{0} °³°¡ ¼±ÅÃµÇ¾ú½À´Ï´Ù.";
}

if(Ext.TabPanelItem){
   Ext.TabPanelItem.prototype.closeText = "´Ý±â";
}

if(Ext.form.Field){
   Ext.form.Field.prototype.invalidText = "¿Ã¹Ù¸¥ °ªÀÌ ¾Æ´Õ´Ï´Ù.";
}

if(Ext.LoadMask){
    Ext.LoadMask.prototype.msg = "·Îµù...";
}

Date.monthNames = [
   "1¿ù",
   "2¿ù",
   "3¿ù",
   "4¿ù",
   "5¿ù",
   "6¿ù",
   "7¿ù",
   "8¿ù",
   "9¿ù",
   "10¿ù",
   "11¿ù",
   "12¿ù"
];

Date.dayNames = [
   "ÀÏ",
   "¿ù",
   "È­",
   "¼ö",
   "¸ñ",
   "±Ý",
   "Åä"
];

if(Ext.MessageBox){
   Ext.MessageBox.buttonText = {
      ok     : "È®ÀÎ",
      cancel : "Ãë¼Ò",
      yes    : "¿¹",
      no     : "¾Æ´Ï¿À"
   };
}

if(Ext.util.Format){
   Ext.util.Format.date = function(v, format){
      if(!v) return "";
      if(!(v instanceof Date)) v = new Date(Date.parse(v));
      return v.dateFormat(format || "m/d/Y");
   };
}

if(Ext.DatePicker){
   Ext.apply(Ext.DatePicker.prototype, {
      todayText         : "¿À´Ã",
      minText           : "ÃÖ¼Ò ³¯Â¥¹üÀ§¸¦ ³Ñ¾ú½À´Ï´Ù.",
      maxText           : "ÃÖ´ë ³¯Â¥¹üÀ§¸¦ ³Ñ¾ú½À´Ï´Ù.",
      disabledDaysText  : "",
      disabledDatesText : "",
      monthNames	: Date.monthNames,
      dayNames		: Date.dayNames,
      nextText          : '´ÙÀ½´Þ(ÄÁÆ®·ÑÅ°+¿À¸¥ÂÊ È­»ìÇ¥)',
      prevText          : 'ÀÌÀü´Þ (ÄÁÆ®·ÑÅ°+¿ÞÁ· È­»ìÇ¥)',
      monthYearText     : '¿ùÀ» ¼±ÅÃÇØÁÖ¼¼¿ä. (ÄÁÆ®·ÑÅ°+À§/¾Æ·¡ È­»ìÇ¥)',
      todayTip          : "{0} (½ºÆäÀÌ½º¹Ù)",
      format            : "m/d/y",
      okText		: "È®ÀÎ",
      cancelText	: "Ãë¼Ò",
      startDay		: 0
   });
}

if(Ext.PagingToolbar){
   Ext.apply(Ext.PagingToolbar.prototype, {
      beforePageText : "ÆäÀÌÁö",
      afterPageText  : "/ {0}",
      firstText      : "Ã¹ ÆäÀÌÁö",
      prevText       : "ÀÌÀü ÆäÀÌÁö",
      nextText       : "´ÙÀ½ ÆäÀÌÁö",
      lastText       : "¸¶Áö¸· ÆäÀÌÁö",
      refreshText    : "»õ·Î°íÄ§",
      displayMsg     : "ÀüÃ¼ {2} Áß {0} - {1}",
      emptyMsg       : 'Ç¥½ÃÇÒ µ¥ÀÌÅÍ°¡ ¾ø½À´Ï´Ù.'
   });
}

if(Ext.form.TextField){
   Ext.apply(Ext.form.TextField.prototype, {
      minLengthText : "ÃÖ¼Ò±æÀÌ´Â {0}ÀÔ´Ï´Ù.",
      maxLengthText : "ÃÖ´ë±æÀÌ´Â {0}ÀÔ´Ï´Ù.",
      blankText     : "°ªÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä.",
      regexText     : "",
      emptyText     : null
   });
}

if(Ext.form.NumberField){
   Ext.apply(Ext.form.NumberField.prototype, {
      minText : "ÃÖ¼Ò°ªÀº {0}ÀÔ´Ï´Ù.",
      maxText : "ÃÖ´ë°ªÀº {0}ÀÔ´Ï´Ù.",
      nanText : "{0}´Â ¿Ã¹Ù¸¥ ¼ýÀÚ°¡ ¾Æ´Õ´Ï´Ù."
   });
}

if(Ext.form.DateField){
   Ext.apply(Ext.form.DateField.prototype, {
      disabledDaysText  : "ºñÈ°¼º",
      disabledDatesText : "ºñÈ°¼º",
      minText           : "{0}ÀÏ ÀÌÈÄ¿©¾ß ÇÕ´Ï´Ù.",
      maxText           : "{0}ÀÏ ÀÌÀüÀÌ¾î¾ß ÇÕ´Ï´Ù.",
      invalidText       : "{0}´Â ¿Ã¹Ù¸¥ ³¯Â¥Çü½ÄÀÌ ¾Æ´Õ´Ï´Ù. - ´ÙÀ½°ú °°Àº Çü½ÄÀÌ¾î¾ß ÇÕ´Ï´Ù. {1}",
      format            : "m/d/y"
   });
}

if(Ext.form.ComboBox){
   Ext.apply(Ext.form.ComboBox.prototype, {
      loadingText       : "·Îµù...",
      valueNotFoundText : undefined
   });
}

if(Ext.form.VTypes){
   Ext.apply(Ext.form.VTypes, {
      emailText    : 'ÀÌ¸ÞÀÏ ÁÖ¼Ò Çü½Ä¿¡ ¸Â°Ô ÀÔ·ÂÇØ¾ßÇÕ´Ï´Ù. (¿¹: "user@domain.com")',
      urlText      : 'URL Çü½Ä¿¡ ¸Â°Ô ÀÔ·ÂÇØ¾ßÇÕ´Ï´Ù. (¿¹: "http:/'+'/www.domain.com")',
      alphaText    : '¿µ¹®, ¹ØÁÙ(_)¸¸ ÀÔ·ÂÇÒ ¼ö ÀÖ½À´Ï´Ù.',
      alphanumText : '¿µ¹®, ¼ýÀÚ, ¹ØÁÙ(_)¸¸ ÀÔ·ÂÇÒ ¼ö ÀÖ½À´Ï´Ù.'
   });
}

if(Ext.form.HtmlEditor){
   Ext.apply(Ext.form.HtmlEditor.prototype, {
	 createLinkText : 'URLÀ» ÀÔ·ÂÇØÁÖ¼¼¿ä:',
	 buttonTips : {
            bold : {
               title: '±½°Ô (Ctrl+B)',
               text: '¼±ÅÃÇÑ ÅØ½ºÆ®¸¦ ±½°Ô Ç¥½ÃÇÕ´Ï´Ù.',
               cls: 'x-html-editor-tip'
            },
            italic : {
               title: '±â¿ïÀÓ²Ã (Ctrl+I)',
               text: '¼±ÅÃÇÑ ÅØ½ºÆ®¸¦ ±â¿ïÀÓ²Ã·Î Ç¥½ÃÇÕ´Ï´Ù.',
               cls: 'x-html-editor-tip'
            },
            underline : {
               title: '¹ØÁÙ (Ctrl+U)',
               text: '¼±ÅÃÇÑ ÅØ½ºÆ®¿¡ ¹ØÁÙÀ» Ç¥½ÃÇÕ´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           increasefontsize : {
               title: '±Û²ÃÅ©±â ´Ã¸²',
               text: '±Û²Ã Å©±â¸¦ Å©°Ô ÇÕ´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           decreasefontsize : {
               title: '±Û²ÃÅ©±â ÁÙÀÓ',
               text: '±Û²Ã Å©±â¸¦ ÀÛ°Ô ÇÕ´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           backcolor : {
               title: 'ÅØ½ºÆ® °­Á¶ »ö',
               text: '¼±ÅÃÇÑ ÅØ½ºÆ®ÀÇ ¹è°æ»öÀ» º¯°æÇÕ´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           forecolor : {
               title: '±Û²Ã»ö',
               text: '¼±ÅÃÇÑ ÅØ½ºÆ®ÀÇ »öÀ» º¯°æÇÕ´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           justifyleft : {
               title: 'ÅØ½ºÆ® ¿ÞÂÊ ¸ÂÃã',
               text: '¿ÞÂÊ¿¡ ÅØ½ºÆ®¸¦ ¸ÂÃä´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           justifycenter : {
               title: '°¡¿îµ¥ ¸ÂÃã',
               text: '°¡¿îµ¥¿¡ ÅØ½ºÆ®¸¦ ¸ÂÃä´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           justifyright : {
               title: 'ÅØ½ºÆ® ¿À¸¥ÂÊ ¸ÂÃã',
               text: '¿À¸¥ÂÊ¿¡ ÅØ½ºÆ®¸¦ ¸ÂÃä´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           insertunorderedlist : {
               title: '±Û¸Ó¸® ±âÈ£',
               text: '±Û¸Ó¸® ±âÈ£ ¸ñ·ÏÀ» ½ÃÀÛÇÕ´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           insertorderedlist : {
               title: '¹øÈ£ ¸Å±â±â',
               text: '¹øÈ£ ¸Å±â±â ¸ñ·ÏÀ» ½ÃÀÛÇÕ´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           createlink : {
               title: 'ÇÏÀÌÆÛ¸µÅ©',
               text: '¼±ÅÃÇÑ ÅØ½ºÆ®¿¡ ÇÏÀÌÆÛ¸µÅ©¸¦ ¸¸µì´Ï´Ù.',
               cls: 'x-html-editor-tip'
           },
           sourceedit : {
               title: '¼Ò½ºÆíÁý',
               text: '¼Ò½ºÆíÁý ¸ðµå·Î º¯È¯ÇÕ´Ï´Ù.',
               cls: 'x-html-editor-tip'
           }
        }
   });
}

if(Ext.grid.GridView){
   Ext.apply(Ext.grid.GridView.prototype, {
      sortAscText  : "¿À¸§Â÷¼ø Á¤·Ä",
      sortDescText : "³»¸²Â÷¼ø Á¤·Ä",
      lockText     : "Ä®·³ Àá±Ý",
      unlockText   : "Ä®·³ Àá±ÝÇØÁ¦",
      columnsText  : "Ä®·³ ¸ñ·Ï"
   });
}

if(Ext.grid.PropertyColumnModel){
   Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
      nameText   : "Ç×¸ñ",
      valueText  : "°ª",
      dateFormat : "m/j/Y"
   });
}

if(Ext.layout.BorderLayout.SplitRegion){
   Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
      splitTip            : "Å©±âº¯°æÀ» À§ÇØ µå·¡±×ÇÏ¼¼¿ä.",
      collapsibleSplitTip : "Å©±âº¯°æÀ» À§ÇØ µå·¡±×, ¼û±â±â À§ÇØ ´õºíÅ¬¸¯ ÇÏ¼¼¿ä."
   });
}


