source: trunk/themes/default/js/ui/i18n/jquery.ui.datepicker-km.js @ 20824

Last change on this file since 20824 was 18630, checked in by rvelices, 12 years ago

feature 2771: upgrade jquery from 1.7.2 to 1.8.2 and jquery.ui from 1.8.16 to 1.9.0
Attention plugins: jquery ui effect script ids change when using combine_script because file names changed ...

File size: 1.3 KB
Line 
1/* Khmer initialisation for the jQuery calendar extension. */
2/* Written by Chandara Om (chandara.teacher@gmail.com). */
3jQuery(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});
Note: See TracBrowser for help on using the repository browser.