source: other-projects/tipple-android/i-greenstone-server-files/greenstone/webapps/greenstone3/interfaces/default/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-ko.js@ 26899

Last change on this file since 26899 was 26899, checked in by davidb, 11 years ago

Tipple reborn after Chris's Summer of Code 2013

File size: 972 bytes
Line 
1/* Korean initialisation for the jQuery calendar extension. */
2/* Written by DaeKwon Kang ([email protected]). */
3jQuery(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 weekHeader: 'Wk',
17 dateFormat: 'yy-mm-dd',
18 firstDay: 0,
19 isRTL: false,
20 showMonthAfterYear: false,
21 yearSuffix: 'ë…
22„'};
23 $.datepicker.setDefaults($.datepicker.regional['ko']);
24});
Note: See TracBrowser for help on using the repository browser.