source: ether_iasi/trunk/web/resources/js/library/jquery-ui-1.10.4.custom/development-bundle/ui/i18n/jquery.ui.datepicker-ko.js @ 786

Last change on this file since 786 was 786, checked in by cbipsl, 10 years ago

commit temp
bug libraries

File size: 911 bytes
Line 
1/* Korean initialisation for the jQuery calendar extension. */
2/* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */
3jQuery(function($){
4        $.datepicker.regional['ko'] = {
5                closeText: 'ë‹«êž°',
6                prevText: '읎전달',
7                nextText: '닀음달',
8                currentText: '였늘',
9                monthNames: ['1월','2월','3월','4월','5월','6월',
10                '7월','8월','9월','10월','11월','12월'],
11                monthNamesShort: ['1월','2월','3월','4월','5월','6월',
12                '7월','8월','9월','10월','11월','12월'],
13                dayNames: ['음요음','월요음','화요음','수요음','목요음','ꞈ요음','토요음'],
14                dayNamesShort: ['음','월','화','수','목','ꞈ','토'],
15                dayNamesMin: ['음','월','화','수','목','ꞈ','토'],
16                weekHeader: 'Wk',
17                dateFormat: 'yy-mm-dd',
18                firstDay: 0,
19                isRTL: false,
20                showMonthAfterYear: true,
21                yearSuffix: '년'};
22        $.datepicker.setDefaults($.datepicker.regional['ko']);
23});
Note: See TracBrowser for help on using the repository browser.