/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-km.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-km.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 3 months ago) by torben
File MIME type: application/javascript
File size: 1330 byte(s)
initial import
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 });

  ViewVC Help
Powered by ViewVC 1.1.20