[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/jquery_ui/jquery.ui.old/ui/i18n/ -> ui.datepicker-ko.js (source)

   1  /* Korean initialisation for the jQuery calendar extension. */

   2  /* Written by DaeKwon Kang (ncrash.dk@gmail.com). */

   3  jQuery(function($){
   4      $.datepicker.regional['ko'] = {
   5          clearText: '지우기', clearStatus: '',
   6          closeText: '닫기', closeStatus: '',
   7          prevText: '이전달', prevStatus: '',
   8          prevBigText: '<<', prevBigStatus: '',
   9          nextText: '다음달', nextStatus: '',
  10          nextBigText: '>>', nextBigStatus: '',
  11          currentText: '오늘', currentStatus: '',
  12          monthNames: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)',
  13          '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'],
  14          monthNamesShort: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)',
  15          '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'],
  16          monthStatus: '', yearStatus: '',
  17          weekHeader: 'Wk', weekStatus: '',
  18          dayNames: ['일','월','화','수','목','금','토'],
  19          dayNamesShort: ['일','월','화','수','목','금','토'],
  20          dayNamesMin: ['일','월','화','수','목','금','토'],
  21          dayStatus: 'DD', dateStatus: 'D, M d',
  22          dateFormat: 'yy-mm-dd', firstDay: 0,
  23          initStatus: '', isRTL: false};
  24      $.datepicker.setDefaults($.datepicker.regional['ko']);
  25  });


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7