[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / jquery_ui / prive / javascript / ui / i18n / datepicker-km.js
1 /* Khmer initialisation for the jQuery calendar extension. */
2 /* Written by Chandara Om (chandara.teacher@gmail.com). */
3 ( function( factory ) {
4 if ( typeof define === "function" && define.amd ) {
5
6 // AMD. Register as an anonymous module.
7 define( [ "../widgets/datepicker" ], factory );
8 } else {
9
10 // Browser globals
11 factory( jQuery.datepicker );
12 }
13 }( function( datepicker ) {
14
15 datepicker.regional.km = {
16 closeText: "ធ្វើ​រួច",
17 prevText: "មុន",
18 nextText: "បន្ទាប់",
19 currentText: "ថ្ងៃ​នេះ",
20 monthNames: [ "មករា","កុម្ភៈ","មីនា","មេសា","ឧសភា","មិថុនា",
21 "កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ" ],
22 monthNamesShort: [ "មករា","កុម្ភៈ","មីនា","មេសា","ឧសភា","មិថុនា",
23 "កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ" ],
24 dayNames: [ "អាទិត្យ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍" ],
25 dayNamesShort: [ "អា", "ច", "អ", "ពុ", "ព្រហ", "សុ", "សៅ" ],
26 dayNamesMin: [ "អា", "ច", "អ", "ពុ", "ព្រហ", "សុ", "សៅ" ],
27 weekHeader: "សប្ដាហ៍",
28 dateFormat: "dd-mm-yy",
29 firstDay: 1,
30 isRTL: false,
31 showMonthAfterYear: false,
32 yearSuffix: "" };
33 datepicker.setDefaults( datepicker.regional.km );
34
35 return datepicker.regional.km;
36
37 } ) );