~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.7.1/development-bundle/ui/i18n/ui.datepicker-ko.js

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
                closeText: '닫기',
 
6
                prevText: '이전달',
 
7
                nextText: '다음달',
 
8
                currentText: '오늘',
 
9
                monthNames: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)',
 
10
                '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'],
 
11
                monthNamesShort: ['1월(JAN)','2월(FEB)','3월(MAR)','4월(APR)','5월(MAY)','6월(JUN)',
 
12
                '7월(JUL)','8월(AUG)','9월(SEP)','10월(OCT)','11월(NOV)','12월(DEC)'],
 
13
                dayNames: ['일','월','화','수','목','금','토'],
 
14
                dayNamesShort: ['일','월','화','수','목','금','토'],
 
15
                dayNamesMin: ['일','월','화','수','목','금','토'],
 
16
                dateFormat: 'yy-mm-dd', firstDay: 0,
 
17
                isRTL: false};
 
18
        $.datepicker.setDefaults($.datepicker.regional['ko']);
 
19
});
 
 
b'\\ No newline at end of file'