f9c4e3a02d92a330c603f8e1dffe0c965769c5fb
[myslice.git] / third-party / jquery-ui-1.10.2 / ui / i18n / jquery.ui.datepicker-km.js
1 /* Khmer initialisation for the jQuery calendar extension. */
2 /* Written by Chandara Om (chandara.teacher@gmail.com). */
3 jQuery(function($){
4         $.datepicker.regional['km'] = {
5                 closeText: 'ធ្វើ​រួច',
6                 prevText: 'មុន',
7                 nextText: 'បន្ទាប់',
8                 currentText: 'ថ្ងៃ​នេះ',
9                 monthNames: ['មករា','កុម្ភៈ','មីនា','មេសា','ឧសភា','មិថុនា',
10                 'កក្កដា','សីហា','កញ្ញា','តុលា','វិច្ឆិកា','ធ្នូ'],
11                 monthNamesShort: ['មករា','កុម្ភៈ','មីនា','មេសា','ឧសភា','មិថុនា',
12                 'កក្កដា','សីហា','កញ្ញា','តុលា','វិច្ឆិកា','ធ្នូ'],
13                 dayNames: ['អាទិត្យ', 'ចន្ទ', 'អង្គារ', 'ពុធ', 'ព្រហស្បតិ៍', 'សុក្រ', 'សៅរ៍'],
14                 dayNamesShort: ['អា', 'ច', 'អ', 'ពុ', 'ព្រហ', 'សុ', 'សៅ'],
15                 dayNamesMin: ['អា', 'ច', 'អ', 'ពុ', 'ព្រហ', 'សុ', 'សៅ'],
16                 weekHeader: 'សប្ដាហ៍',
17                 dateFormat: 'dd-mm-yy',
18                 firstDay: 1,
19                 isRTL: false,
20                 showMonthAfterYear: false,
21                 yearSuffix: ''};
22         $.datepicker.setDefaults($.datepicker.regional['km']);
23 });