├── .bowerrc ├── src ├── img │ ├── calendar.gif │ ├── calendar-blue.gif │ └── calendar-green.gif ├── css │ ├── ui-blitzer.calendars.picker.css │ ├── ui-dot-luv.calendars.picker.css │ ├── ui-flick.calendars.picker.css │ ├── ui-le-frog.calendars.picker.css │ ├── ui-redmond.calendars.picker.css │ ├── ui-start.calendars.picker.css │ ├── ui-sunny.calendars.picker.css │ ├── ui-vader.calendars.picker.css │ ├── ui-black-tie.calendars.picker.css │ ├── ui-cupertino.calendars.picker.css │ ├── ui-dark-hive.calendars.picker.css │ ├── ui-eggplant.calendars.picker.css │ ├── ui-hot-sneaks.calendars.picker.css │ ├── ui-humanity.calendars.picker.css │ ├── ui-mint-choc.calendars.picker.css │ ├── ui-overcast.calendars.picker.css │ ├── ui-excite-bike.calendars.picker.css │ ├── ui-smoothness.calendars.picker.css │ ├── ui-south-street.calendars.picker.css │ ├── ui-swanky-purse.calendars.picker.css │ ├── ui-trontastic.calendars.picker.css │ ├── ui-ui-darkness.calendars.picker.css │ ├── ui-ui-lightness.calendars.picker.css │ └── ui-pepper-grinder.calendars.picker.css └── js │ ├── jquery.calendars.taiwan-zh-TW.js │ ├── jquery.calendars.hebrew-he.js │ ├── jquery.calendars.ethiopian-ti.js │ ├── jquery.calendars.thai-th.js │ ├── jquery.calendars.ethiopian-am.js │ ├── jquery.calendars.nepali-ne.js │ ├── jquery.calendars.picker-bs.js │ ├── jquery.calendars.nanakshahi-pa.js │ ├── jquery.calendars.picker-ca.js │ ├── jquery.calendars.picker-ml.js │ ├── jquery.calendars.picker-eu.js │ ├── jquery.calendars-ko.js │ ├── jquery.calendars.picker-es.js │ ├── jquery.calendars.picker-et.js │ ├── jquery.calendars.picker-he.js │ ├── jquery.calendars.picker-th.js │ ├── jquery.calendars.picker-km.js │ ├── jquery.calendars.picker-lv.js │ ├── jquery.calendars.picker-rm.js │ ├── jquery.calendars.picker-sv.js │ ├── jquery.calendars.picker-ta.js │ ├── jquery.calendars.picker-hy.js │ ├── jquery.calendars.picker-uk.js │ ├── jquery.calendars.picker-lt.js │ ├── jquery.calendars.picker-no.js │ ├── jquery.calendars.picker-ru.js │ ├── jquery.calendars.picker-sk.js │ ├── jquery.calendars.islamic-ar.js │ ├── jquery.calendars.picker-hu.js │ ├── jquery.calendars.picker-is.js │ ├── jquery.calendars-am.js │ ├── jquery.calendars-he.js │ ├── jquery.calendars-ti.js │ ├── jquery.calendars-bs.js │ ├── jquery.calendars-sr.js │ ├── jquery.calendars.persian-fa.js │ ├── jquery.calendars.ummalqura-ar.js │ ├── jquery.calendars.picker-fi.js │ ├── jquery.calendars.picker-es-PE.js │ ├── jquery.calendars-fr.js │ ├── jquery.calendars-sr-SR.js │ ├── jquery.calendars-tr.js │ ├── jquery.calendars-az.js │ ├── jquery.calendars-de.js │ ├── jquery.calendars-gl.js │ ├── jquery.calendars-sk.js │ ├── jquery.calendars-sq.js │ ├── jquery.calendars-tt.js │ ├── jquery.calendars.iranian-fa.js │ ├── jquery.calendars-ca.js │ ├── jquery.calendars-es.js │ ├── jquery.calendars-hr.js │ ├── jquery.calendars-id.js │ ├── jquery.calendars-mg.js │ ├── jquery.calendars.picker-es-AR.js │ ├── jquery.calendars-cs.js │ ├── jquery.calendars-ms.js │ ├── jquery.calendars-no.js │ ├── jquery.calendars-th.js │ ├── jquery.calendars-eo.js │ ├── jquery.calendars-it.js │ ├── jquery.calendars-rm.js │ ├── jquery.calendars-ru.js │ ├── jquery.calendars.picker-am.js │ ├── jquery.calendars-en-GB.js │ ├── jquery.calendars-ja.js │ ├── jquery.calendars-me.js │ ├── jquery.calendars-pl.js │ ├── jquery.calendars-de-CH.js │ ├── jquery.calendars-eu.js │ ├── jquery.calendars-hi-IN.js │ ├── jquery.calendars-uk.js │ ├── jquery.calendars-fo.js │ ├── jquery.calendars-ka.js │ └── jquery.calendars-mk.js ├── dist ├── img │ ├── calendar.gif │ ├── calendar-blue.gif │ └── calendar-green.gif ├── css │ ├── ui-dot-luv.calendars.picker.css │ ├── ui-flick.calendars.picker.css │ ├── ui-start.calendars.picker.css │ ├── ui-sunny.calendars.picker.css │ ├── ui-vader.calendars.picker.css │ ├── ui-black-tie.calendars.picker.css │ ├── ui-blitzer.calendars.picker.css │ ├── ui-cupertino.calendars.picker.css │ ├── ui-eggplant.calendars.picker.css │ ├── ui-humanity.calendars.picker.css │ ├── ui-le-frog.calendars.picker.css │ ├── ui-mint-choc.calendars.picker.css │ ├── ui-overcast.calendars.picker.css │ ├── ui-redmond.calendars.picker.css │ ├── ui-dark-hive.calendars.picker.css │ ├── ui-excite-bike.calendars.picker.css │ ├── ui-hot-sneaks.calendars.picker.css │ ├── ui-smoothness.calendars.picker.css │ ├── ui-south-street.calendars.picker.css │ ├── ui-swanky-purse.calendars.picker.css │ ├── ui-trontastic.calendars.picker.css │ ├── ui-ui-darkness.calendars.picker.css │ ├── ui-pepper-grinder.calendars.picker.css │ └── ui-ui-lightness.calendars.picker.css └── js │ ├── jquery.calendars.taiwan-zh-TW.js │ ├── jquery.calendars.hebrew-he.js │ ├── jquery.calendars.thai-th.js │ ├── jquery.calendars.ethiopian-ti.js │ ├── jquery.calendars.ethiopian-am.js │ ├── jquery.calendars.nepali-ne.js │ ├── jquery.calendars.picker-bs.js │ ├── jquery.calendars.nanakshahi-pa.js │ ├── jquery.calendars.picker-ca.js │ ├── jquery.calendars.picker-ml.js │ ├── jquery.calendars.picker-es.js │ ├── jquery.calendars.picker-et.js │ ├── jquery.calendars.picker-eu.js │ ├── jquery.calendars-ko.js │ ├── jquery.calendars.picker-he.js │ ├── jquery.calendars.picker-th.js │ ├── jquery.calendars.picker-km.js │ ├── jquery.calendars.picker-lv.js │ ├── jquery.calendars.picker-rm.js │ ├── jquery.calendars.picker-sv.js │ ├── jquery.calendars.picker-ta.js │ ├── jquery.calendars.picker-uk.js │ ├── jquery.calendars.picker-hy.js │ ├── jquery.calendars.picker-lt.js │ ├── jquery.calendars.picker-no.js │ ├── jquery.calendars.picker-ru.js │ ├── jquery.calendars.picker-sk.js │ ├── jquery.calendars.islamic-ar.js │ ├── jquery.calendars.picker-hu.js │ ├── jquery.calendars.picker-is.js │ ├── jquery.calendars-he.js │ ├── jquery.calendars-ti.js │ ├── jquery.calendars-am.js │ ├── jquery.calendars-sr.js │ ├── jquery.calendars-bs.js │ ├── jquery.calendars.persian-fa.js │ ├── jquery.calendars.picker-fi.js │ ├── jquery.calendars.ummalqura-ar.js │ ├── jquery.calendars.picker-es-PE.js │ ├── jquery.calendars-fr.js │ ├── jquery.calendars-sr-SR.js │ ├── jquery.calendars-tr.js │ ├── jquery.calendars-de.js │ ├── jquery.calendars-gl.js │ ├── jquery.calendars-sk.js │ ├── jquery.calendars-sq.js │ ├── jquery.calendars.iranian-fa.js │ ├── jquery.calendars-az.js │ ├── jquery.calendars-ca.js │ ├── jquery.calendars-es.js │ ├── jquery.calendars-hr.js │ ├── jquery.calendars-id.js │ ├── jquery.calendars-mg.js │ ├── jquery.calendars-tt.js │ ├── jquery.calendars.picker-es-AR.js │ ├── jquery.calendars-ms.js │ ├── jquery.calendars-no.js │ ├── jquery.calendars-cs.js │ ├── jquery.calendars-eo.js │ ├── jquery.calendars-it.js │ ├── jquery.calendars-rm.js │ ├── jquery.calendars-ru.js │ ├── jquery.calendars-th.js │ ├── jquery.calendars.picker-am.js │ ├── jquery.calendars-en-GB.js │ ├── jquery.calendars-ja.js │ ├── jquery.calendars-me.js │ ├── jquery.calendars-pl.js │ ├── jquery.calendars-de-CH.js │ ├── jquery.calendars-hi-IN.js │ ├── jquery.calendars-uk.js │ ├── jquery.calendars-eu.js │ ├── jquery.calendars-fo.js │ ├── jquery.calendars-ka.js │ ├── jquery.calendars-en-AU.js │ ├── jquery.calendars-en-NZ.js │ ├── jquery.calendars-fa.js │ ├── jquery.calendars-mk.js │ ├── jquery.calendars-mt.js │ ├── jquery.calendars-sv.js │ ├── jquery.calendars-te.js │ └── jquery.calendars-zh-TW.js ├── .gitignore ├── .jshintrc ├── README.md ├── package.json └── bower.json /.bowerrc: -------------------------------------------------------------------------------- 1 | { 2 | "directory": "src/bower_components" 3 | } 4 | -------------------------------------------------------------------------------- /src/img/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kbwood/calendars/HEAD/src/img/calendar.gif -------------------------------------------------------------------------------- /dist/img/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kbwood/calendars/HEAD/dist/img/calendar.gif -------------------------------------------------------------------------------- /src/img/calendar-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kbwood/calendars/HEAD/src/img/calendar-blue.gif -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | dist/*.zip 2 | doc/fonts 3 | doc/scripts 4 | node_modules 5 | report 6 | src/bower_components 7 | -------------------------------------------------------------------------------- /dist/img/calendar-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kbwood/calendars/HEAD/dist/img/calendar-blue.gif -------------------------------------------------------------------------------- /dist/img/calendar-green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kbwood/calendars/HEAD/dist/img/calendar-green.gif -------------------------------------------------------------------------------- /src/img/calendar-green.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kbwood/calendars/HEAD/src/img/calendar-green.gif -------------------------------------------------------------------------------- /.jshintrc: -------------------------------------------------------------------------------- 1 | { 2 | "bitwise": true, 3 | "browser": true, 4 | "camelcase": true, 5 | "curly": true, 6 | "eqeqeq": true, 7 | "forin": true, 8 | "freeze": true, 9 | "immed": true, 10 | "indent": 4, 11 | "jquery": true, 12 | "latedef": true, 13 | "newcap": true, 14 | "noarg": true, 15 | "nonew": true, 16 | "quotmark": "single", 17 | "strict": true, 18 | "undef": true, 19 | "unused": true 20 | } 21 | -------------------------------------------------------------------------------- /dist/css/ui-dot-luv.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller DotLuv override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #f6f6f6; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #00498f; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #0b3e6f; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #ffffff; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-flick.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Flick override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #444444; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #0073ea; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #dddddd; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #444444; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-start.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Start override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #eaf5f7; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #79c9ec; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #026890; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #2191c0; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #915608; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-sunny.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Sunny override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #ffdd57; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #381f00; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #817865; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #1f1f1f; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-vader.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Vader override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #dddddd; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #000000; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #888888; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #cccccc; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-blitzer.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Blitzer override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #f6f6f6; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #111111; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #cc0000; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #555555; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-dot-luv.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller DotLuv override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #f6f6f6; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #00498f; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #0b3e6f; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #ffffff; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-flick.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Flick override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #444444; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #0073ea; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #dddddd; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #444444; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-le-frog.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Le Frog override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #4eb305; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #3a8104; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-redmond.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Redmond override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #d0e5f5; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #1d5987; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #5c9ccc; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-start.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Start override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #eaf5f7; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #79c9ec; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #026890; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #2191c0; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #915608; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-sunny.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Sunny override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #ffdd57; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #381f00; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #817865; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #1f1f1f; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-vader.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Vader override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #dddddd; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #000000; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #888888; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #cccccc; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-black-tie.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Blacktie override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #eeeeee; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #1c1c1c; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #333333; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-blitzer.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Blitzer override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #f6f6f6; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #111111; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #cc0000; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #555555; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-cupertino.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Cupertino override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #222222; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #f0f0f0; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #0b5b98; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #e7eef3; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-eggplant.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Eggplant override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #eae6ea; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #734d99; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #30273a; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #fafafa; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-humanity.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Humanity override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #f5f0e5; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #a46313; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #cb842e; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #060200; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-le-frog.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Le Frog override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #4eb305; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #3a8104; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-mint-choc.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller MintChoc override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #222222; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #44372c; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #add978; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #cdc2a1; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #ffffff; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-overcast.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Overcast override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #444444; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #f8f8f8; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #599fcf; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #dddddd; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #444444; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-redmond.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Redmond override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #d0e5f5; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #1d5987; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #5c9ccc; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-black-tie.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Blacktie override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #eeeeee; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #1c1c1c; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #333333; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-cupertino.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Cupertino override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #222222; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #f0f0f0; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #0b5b98; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #e7eef3; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-dark-hive.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Dark Hive override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #003147; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff;; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #444444; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #eeeeee; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-eggplant.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Eggplant override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #eae6ea; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #734d99; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #30273a; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #fafafa; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-hot-sneaks.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller HotSneaks override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #e1e463; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #ccd232; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #212121; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #35414f; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-humanity.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Humanity override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #f5f0e5; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #a46313; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #cb842e; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #060200; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-mint-choc.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller MintChoc override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #222222; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #44372c; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #add978; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #cdc2a1; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #ffffff; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-overcast.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Overcast override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #444444; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #f8f8f8; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #599fcf; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #dddddd; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #444444; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-dark-hive.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Dark Hive override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #003147; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff;; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #444444; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #eeeeee; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-excite-bike.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller ExciteBike override style sheet for jQuery dCalendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #e69700; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #2293f7; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #f9f9f9; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #333333; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-hot-sneaks.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller HotSneaks override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #e1e463; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #ccd232; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #212121; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #35414f; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-smoothness.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Smoothness override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #222222; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #dadada; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #212121; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #cccccc; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-south-street.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller SouthStreet override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #222222; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #5a9d1a; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #d3e9a0; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-swanky-purse.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller SwankyPurse override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #eacd86; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #675423; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #f8eec9; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #261803; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #060200; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-trontastic.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller TronTastic override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #222222; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #000000; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #96f226; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #9fda58; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #030303; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-ui-darkness.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller UI Darkness override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #0078a3; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #333333; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #2e7db2; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-excite-bike.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller ExciteBike override style sheet for jQuery dCalendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #e69700; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #2293f7; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #f9f9f9; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #333333; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-smoothness.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Smoothness override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #222222; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #dadada; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #212121; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #cccccc; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-south-street.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller SouthStreet override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #222222; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #5a9d1a; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #d3e9a0; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-swanky-purse.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller SwankyPurse override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #eacd86; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #675423; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #f8eec9; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #261803; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #060200; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-trontastic.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller TronTastic override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #222222; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #000000; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #96f226; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #9fda58; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #030303; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-ui-darkness.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller UI Darkness override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #0078a3; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #333333; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #2e7db2; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-ui-lightness.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller UI Lightness override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #fdf5ce; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #c77405; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #f6a828; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | jQuery World Calendars 2 | ====================== 3 | 4 | This plugin provides support for various world calendars, including a datepicker. 5 | 6 | * Calendars: Gregorian, Julian, Taiwanese, Thai, Persian, Islamic, Umm al-Qura, Hebrew, Ethiopian, Coptic, Nepali, Mayan, Nanakshahi, and Discworld. 7 | * Parse and format dates in all these calendars. 8 | * Style the datepicker using one of five themes, or use any of the standard Themeroller themes. 9 | * Over 70 localisations for Gregorian/Julian calendars. 10 | 11 | Have a look at the plugin Web site, http://keith-wood.name/calendars.html, for demonstrations of its abilities. 12 | 13 | For documentation on the functionality see http://keith-wood.name/calendarsRef.html. 14 | -------------------------------------------------------------------------------- /dist/css/ui-pepper-grinder.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Pepper Grinder override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #453821; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #654b24; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #ffffff; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #3a3427; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /dist/css/ui-ui-lightness.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller UI Lightness override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #fdf5ce; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #c77405; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #f6a828; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #363636; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /src/css/ui-pepper-grinder.calendars.picker.css: -------------------------------------------------------------------------------- 1 | /* ThemeRoller Pepper Grinder override style sheet for jQuery Calendars Picker v2.0.0. */ 2 | @import "ui.calendars.picker.css"; 3 | 4 | .ui-widget-header a, 5 | .ui-widget-header select { 6 | color: #453821; /* Set (.ui-widget-header a) colour from theme here */ 7 | } 8 | .ui-widget-header a:hover { 9 | background-color: #654b24; /* Set (.ui-state-hover) colours from theme here */ 10 | color: #ffffff; 11 | } 12 | .ui-widget-header select, 13 | .ui-widget-header option { 14 | background-color: #ffffff; /* Set (.ui-widget-header) background colour from theme here */ 15 | } 16 | .ui-state-highlight a { 17 | color: #3a3427; /* Set (.ui-state-highlight) colour from theme here */ 18 | } 19 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "kbw-calendars", 3 | "version": "2.2.1", 4 | "license": "MIT", 5 | "dependencies": { 6 | "grunt-cli": "^1.5.0" 7 | }, 8 | "devDependencies": { 9 | "grunt": "^0.4.5", 10 | "grunt-contrib-clean": "~0.5.0", 11 | "grunt-contrib-concat": "~0.3.0", 12 | "grunt-contrib-copy": "~1.0.0", 13 | "grunt-contrib-jshint": "~0.8.0", 14 | "grunt-contrib-qunit": "~1.2.0", 15 | "grunt-contrib-uglify": "~0.4.0", 16 | "grunt-jsdoc": "~2.1.0", 17 | "grunt-qunit-istanbul": "~0.6.0", 18 | "grunt-text-replace": "~0.4.0", 19 | "grunt-zip": "~0.17.1", 20 | "matchdep": "~0.3.0" 21 | }, 22 | "engines": { 23 | "node": ">=0.8.0" 24 | }, 25 | "repository": { 26 | "type": "git", 27 | "url": "https://github.com/kbwood/calendars.git" 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.taiwan-zh-TW.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Traditional Chinese localisation for Taiwanese calendars for jQuery v2.2.0. 3 | Written by Ressol (ressol@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.taiwan.prototype.regionalOptions['zh-TW'] = { 7 | name: 'Taiwan', 8 | epochs: ['BROC', 'ROC'], 9 | monthNames: ['一月','二月','三月','四月','五月','六月', 10 | '七月','八月','九月','十月','十一月','十二月'], 11 | monthNamesShort: ['一','二','三','四','五','六', 12 | '七','八','九','十','十一','十二'], 13 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 14 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 15 | dayNamesMin: ['日','一','二','三','四','五','六'], 16 | digits: null, 17 | dateFormat: 'yyyy/mm/dd', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.taiwan-zh-TW.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Traditional Chinese localisation for Taiwanese calendars for jQuery v2.2.0. 3 | Written by Ressol (ressol@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.taiwan.prototype.regionalOptions['zh-TW'] = { 7 | name: 'Taiwan', 8 | epochs: ['BROC', 'ROC'], 9 | monthNames: ['一月','二月','三月','四月','五月','六月', 10 | '七月','八月','九月','十月','十一月','十二月'], 11 | monthNamesShort: ['一','二','三','四','五','六', 12 | '七','八','九','十','十一','十二'], 13 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 14 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 15 | dayNamesMin: ['日','一','二','三','四','五','六'], 16 | digits: null, 17 | dateFormat: 'yyyy/mm/dd', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.hebrew-he.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Hebrew localisation for Hebrew calendar for jQuery v2.2.0. 3 | Amir Hardon (ahardon at gmail dot com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.hebrew.prototype.regionalOptions.he = { 7 | name: 'הלוח העברי', 8 | epochs: ['BAM', 'AM'], 9 | monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 10 | 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], 11 | monthNamesShort: ['1','2','3','4','5','6', 12 | '7','8','9','10','11','12'], 13 | dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], 14 | dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 15 | dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: true 20 | }; 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.hebrew-he.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Hebrew localisation for Hebrew calendar for jQuery v2.2.0. 3 | Amir Hardon (ahardon at gmail dot com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.hebrew.prototype.regionalOptions.he = { 7 | name: 'הלוח העברי', 8 | epochs: ['BAM', 'AM'], 9 | monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 10 | 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], 11 | monthNamesShort: ['1','2','3','4','5','6', 12 | '7','8','9','10','11','12'], 13 | dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], 14 | dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 15 | dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: true 20 | }; 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.thai-th.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Thai localisation for Thai calendars for jQuery v2.2.0. 3 | Written by pipo (pipo@sixhead.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.thai.prototype.regionalOptions.th = { 7 | name: 'Thai', 8 | epochs: ['BBE', 'BE'], 9 | monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', 10 | 'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], 11 | monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', 12 | 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], 13 | dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], 14 | dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 15 | dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.ethiopian-ti.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Tigrinya localisation for Ethiopian calendar for jQuery v2.2.0. 3 | Written by Esral Desta November 2023. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.ethiopian.prototype.regionalOptions.ti = { 7 | name: 'ናይ ኢትዮጵያ ዘመን ኣቆፃፅራ', 8 | epochs: ['BEE', 'EE'], 9 | monthNames: ['መስከረም', 'ጥቅምቲ', 'ሕዳር', 'ታሕሳስ', 'ጥሪ', 'ለካቲት', 10 | 'መጋቢት', 'ሚያዝያ', 'ጉንበት', 'ሰነ', 'ሓምለ', 'ነሓሰ', 'ጳጉሜ'], 11 | monthNamesShort: ['መስከ', 'ጥቅም', 'ሕዳር', 'ታሕሳ', 'ጥሪ', 'ለካቲ', 12 | 'መጋቢ', 'ሚያዝ', 'ጉንበ', 'ሰነ', 'ሓምለ', 'ነሓሰ', 'ጳጉሜ'], 13 | dayNames: ['ሰንበት', 'ሰኒ', 'ሶሉስ', 'ረቡዕ', 'ሓሙስ', 'ዓርቢ', 'ቀዳም'], 14 | dayNamesShort: ['ሰንበ', 'ሰኒ', 'ሶሉስ', 'ረቡዕ', 'ሓሙስ', 'ዓርቢ', 'ቀዳም'], 15 | dayNamesMin: ['ሰን', 'ሰኒ', 'ሶሉ', 'ረቡ', 'ሓሙ', 'ዓር', 'ቀዳ'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | })(jQuery); -------------------------------------------------------------------------------- /src/js/jquery.calendars.thai-th.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Thai localisation for Thai calendars for jQuery v2.2.0. 3 | Written by pipo (pipo@sixhead.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.thai.prototype.regionalOptions.th = { 7 | name: 'Thai', 8 | epochs: ['BBE', 'BE'], 9 | monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', 10 | 'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], 11 | monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', 12 | 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], 13 | dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], 14 | dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 15 | dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.ethiopian-ti.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Tigrinya localisation for Ethiopian calendar for jQuery v2.2.0. 3 | Written by Esral Desta November 2023. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.ethiopian.prototype.regionalOptions.ti = { 7 | name: 'ናይ ኢትዮጵያ ዘመን ኣቆፃፅራ', 8 | epochs: ['BEE', 'EE'], 9 | monthNames: ['መስከረም', 'ጥቅምቲ', 'ሕዳር', 'ታሕሳስ', 'ጥሪ', 'ለካቲት', 10 | 'መጋቢት', 'ሚያዝያ', 'ጉንበት', 'ሰነ', 'ሓምለ', 'ነሓሰ', 'ጳጉሜ'], 11 | monthNamesShort: ['መስከ', 'ጥቅም', 'ሕዳር', 'ታሕሳ', 'ጥሪ', 'ለካቲ', 12 | 'መጋቢ', 'ሚያዝ', 'ጉንበ', 'ሰነ', 'ሓምለ', 'ነሓሰ', 'ጳጉሜ'], 13 | dayNames: ['ሰንበት', 'ሰኒ', 'ሶሉስ', 'ረቡዕ', 'ሓሙስ', 'ዓርቢ', 'ቀዳም'], 14 | dayNamesShort: ['ሰንበ', 'ሰኒ', 'ሶሉስ', 'ረቡዕ', 'ሓሙስ', 'ዓርቢ', 'ቀዳም'], 15 | dayNamesMin: ['ሰን', 'ሰኒ', 'ሶሉ', 'ረቡ', 'ሓሙ', 'ዓር', 'ቀዳ'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | })(jQuery); -------------------------------------------------------------------------------- /src/js/jquery.calendars.ethiopian-am.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Amharic localisation for Ethiopian calendar for jQuery v2.2.0. 3 | Written by Tewodros Zena February 2010. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.ethiopian.prototype.regionalOptions.am = { 7 | name: 'የኢትዮጵያ ዘመን አቆጣጠር', 8 | epochs: ['BEE', 'EE'], 9 | monthNames: ['መስከረም', 'ጥቅምት', 'ኅዳር', 'ታህሣሥ', 'ጥር', 'የካቲት', 10 | 'መጋቢት', 'ሚያዝያ', 'ግንቦት', 'ሰኔ', 'ሐምሌ', 'ነሐሴ', 'ጳጉሜ'], 11 | monthNamesShort: ['መስከ', 'ጥቅም', 'ኅዳር', 'ታህሣ', 'ጥር', 'የካቲ', 12 | 'መጋቢ', 'ሚያዝ', 'ግንቦ', 'ሰኔ', 'ሐምሌ', 'ነሐሴ', 'ጳጉሜ'], 13 | dayNames: ['እሑድ', 'ሰኞ', 'ማክሰኞ', 'ረቡዕ', 'ሓሙስ', 'ዓርብ', 'ቅዳሜ'], 14 | dayNamesShort: ['እሑድ', 'ሰኞ', 'ማክሰ', 'ረቡዕ', 'ሓሙስ', 'ዓርብ', 'ቅዳሜ'], 15 | dayNamesMin: ['እሑ', 'ሰኞ', 'ማክ', 'ረቡ', 'ሐሙ', 'ዓር', 'ቅዳ'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.ethiopian-am.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Amharic localisation for Ethiopian calendar for jQuery v2.2.0. 3 | Written by Tewodros Zena February 2010. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.ethiopian.prototype.regionalOptions.am = { 7 | name: 'የኢትዮጵያ ዘመን አቆጣጠር', 8 | epochs: ['BEE', 'EE'], 9 | monthNames: ['መስከረም', 'ጥቅምት', 'ኅዳር', 'ታህሣሥ', 'ጥር', 'የካቲት', 10 | 'መጋቢት', 'ሚያዝያ', 'ግንቦት', 'ሰኔ', 'ሐምሌ', 'ነሐሴ', 'ጳጉሜ'], 11 | monthNamesShort: ['መስከ', 'ጥቅም', 'ኅዳር', 'ታህሣ', 'ጥር', 'የካቲ', 12 | 'መጋቢ', 'ሚያዝ', 'ግንቦ', 'ሰኔ', 'ሐምሌ', 'ነሐሴ', 'ጳጉሜ'], 13 | dayNames: ['እሑድ', 'ሰኞ', 'ማክሰኞ', 'ረቡዕ', 'ሓሙስ', 'ዓርብ', 'ቅዳሜ'], 14 | dayNamesShort: ['እሑድ', 'ሰኞ', 'ማክሰ', 'ረቡዕ', 'ሓሙስ', 'ዓርብ', 'ቅዳሜ'], 15 | dayNamesMin: ['እሑ', 'ሰኞ', 'ማክ', 'ረቡ', 'ሐሙ', 'ዓር', 'ቅዳ'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | })(jQuery); 22 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.nepali-ne.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Nepali localisation for Nepali calendar for jQuery v2.2.0. 3 | Written by Artur Neumann (ict.projects{at}nepal.inf.org) April 2013. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.nepali.prototype.regionalOptions.ne = { 7 | name: 'Nepali', 8 | epochs: ['BBS', 'ABS'], 9 | monthNames: ['बैशाख', 'जेष्ठ', 'आषाढ', 'श्रावण', 'भाद्र', 'आश्विन', 'कार्तिक', 'मंसिर', 'पौष', 'माघ', 'फाल्गुन', 'चैत्र'], 10 | monthNamesShort: ['बै', 'जे', 'आषा', 'श्रा', 'भा', 'आश', 'का', 'मं', 'पौ', 'मा', 'फा', 'चै'], 11 | dayNames: ['आइतवार', 'सोमवार', 'मगलवार', 'बुधवार', 'बिहिवार', 'शुक्रवार', 'शनिवार'], 12 | dayNamesShort: ['आइत', 'सोम', 'मगल', 'बुध', 'बिहि', 'शुक्र', 'शनि'], 13 | dayNamesMin: ['आ', 'सो', 'म', 'बु', 'बि', 'शु', 'श'], 14 | digits: null, 15 | dateFormat: 'dd/mm/yyyy', 16 | firstDay: 1, 17 | isRTL: false 18 | }; 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.nepali-ne.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Nepali localisation for Nepali calendar for jQuery v2.2.0. 3 | Written by Artur Neumann (ict.projects{at}nepal.inf.org) April 2013. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.nepali.prototype.regionalOptions.ne = { 7 | name: 'Nepali', 8 | epochs: ['BBS', 'ABS'], 9 | monthNames: ['बैशाख', 'जेष्ठ', 'आषाढ', 'श्रावण', 'भाद्र', 'आश्विन', 'कार्तिक', 'मंसिर', 'पौष', 'माघ', 'फाल्गुन', 'चैत्र'], 10 | monthNamesShort: ['बै', 'जे', 'आषा', 'श्रा', 'भा', 'आश', 'का', 'मं', 'पौ', 'मा', 'फा', 'चै'], 11 | dayNames: ['आइतवार', 'सोमवार', 'मगलवार', 'बुधवार', 'बिहिवार', 'शुक्रवार', 'शनिवार'], 12 | dayNamesShort: ['आइत', 'सोम', 'मगल', 'बुध', 'बिहि', 'शुक्र', 'शनि'], 13 | dayNamesMin: ['आ', 'सो', 'म', 'बु', 'बि', 'शु', 'श'], 14 | digits: null, 15 | dateFormat: 'dd/mm/yyyy', 16 | firstDay: 1, 17 | isRTL: false 18 | }; 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-bs.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Bosnian localisation for calendars datepicker for jQuery. 3 | Kenan Konjo. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.bs = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: '>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Danas', 17 | currentStatus: '', 18 | todayText: 'Danas', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'Zatvori', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: '', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.bs); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-bs.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Bosnian localisation for calendars datepicker for jQuery. 3 | Kenan Konjo. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.bs = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: '>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Danas', 17 | currentStatus: '', 18 | todayText: 'Danas', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'Zatvori', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: '', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.bs); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.nanakshahi-pa.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Punjabi localisation for Nanakshahi calendar for jQuery v2.2.0. 3 | Written by Sarbjit Singh January 2016. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.nanakshahi.prototype.regionalOptions.pa = { 7 | name: 'Nanakshahi', 8 | epochs: ['BN', 'AN'], 9 | monthNames: ['ਚੇਤ', 'ਵੈਸਾਖ', 'ਜੇਠ', 'ਹਾੜ', 'ਸਾਵਣ', 'ਭਾਦੋਂ', 'ਅੱਸੂ', 'ਕੱਤਕ', 'ਮੱਘਰ', 'ਪੋਹ', 'ਮਾਘ', 'ਫੱਗਣ'], 10 | monthNamesShort: ['ਚੇ', 'ਵੈ', 'ਜੇ', 'ਹਾ', 'ਸਾ', 'ਭਾ', 'ਅੱ', 'ਕੱ', 'ਮੱ', 'ਪੋ', 'ਮਾ', 'ਫੱ'], 11 | dayNames: ['ਐਤਵਾਰ', 'ਸੋਮਵਾਰ', 'ਮੰਗਲਵਾਰ', 'ਬੁੱਧਵਾਰ', 'ਵੀਰਵਾਰ', 'ਸ਼ੁੱਕਰਵਾਰ', 'ਸ਼ਨਿੱਚਰਵਾਰ'], 12 | dayNamesShort: ['ਐਤ', 'ਸੋਮ', 'ਮੰਗਲ', 'ਬੁੱਧ', 'ਵੀਰ', 'ਸ਼ੁੱਕਰ', 'ਸ਼ਨਿੱਚਰ'], 13 | dayNamesMin: ['ਐ', 'ਸੋ', 'ਮੰ', 'ਬੁੱ', 'ਵੀ', 'ਸ਼ੁੱ', 'ਸ਼'], 14 | digits: $.calendars.substituteDigits(['੦', '੧', '੨', '੩', '੪', '੫', '੬', '੭', '੮', '੯']), 15 | dateFormat: 'dd-mm-yyyy', 16 | firstDay: 0, 17 | isRTL: false 18 | }; 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.nanakshahi-pa.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Punjabi localisation for Nanakshahi calendar for jQuery v2.2.0. 3 | Written by Sarbjit Singh January 2016. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.nanakshahi.prototype.regionalOptions.pa = { 7 | name: 'Nanakshahi', 8 | epochs: ['BN', 'AN'], 9 | monthNames: ['ਚੇਤ', 'ਵੈਸਾਖ', 'ਜੇਠ', 'ਹਾੜ', 'ਸਾਵਣ', 'ਭਾਦੋਂ', 'ਅੱਸੂ', 'ਕੱਤਕ', 'ਮੱਘਰ', 'ਪੋਹ', 'ਮਾਘ', 'ਫੱਗਣ'], 10 | monthNamesShort: ['ਚੇ', 'ਵੈ', 'ਜੇ', 'ਹਾ', 'ਸਾ', 'ਭਾ', 'ਅੱ', 'ਕੱ', 'ਮੱ', 'ਪੋ', 'ਮਾ', 'ਫੱ'], 11 | dayNames: ['ਐਤਵਾਰ', 'ਸੋਮਵਾਰ', 'ਮੰਗਲਵਾਰ', 'ਬੁੱਧਵਾਰ', 'ਵੀਰਵਾਰ', 'ਸ਼ੁੱਕਰਵਾਰ', 'ਸ਼ਨਿੱਚਰਵਾਰ'], 12 | dayNamesShort: ['ਐਤ', 'ਸੋਮ', 'ਮੰਗਲ', 'ਬੁੱਧ', 'ਵੀਰ', 'ਸ਼ੁੱਕਰ', 'ਸ਼ਨਿੱਚਰ'], 13 | dayNamesMin: ['ਐ', 'ਸੋ', 'ਮੰ', 'ਬੁੱ', 'ਵੀ', 'ਸ਼ੁੱ', 'ਸ਼'], 14 | digits: $.calendars.substituteDigits(['੦', '੧', '੨', '੩', '੪', '੫', '੬', '੭', '੮', '੯']), 15 | dateFormat: 'dd-mm-yyyy', 16 | firstDay: 0, 17 | isRTL: false 18 | }; 19 | })(jQuery); 20 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-ca.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Catalan localisation for calendars datepicker for jQuery. 3 | Writers: (joan.leon@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.ca = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Ant', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Seg>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Avui', 17 | currentStatus: '', 18 | todayText: 'Avui', 19 | todayStatus: '', 20 | clearText: 'Netejar', 21 | clearStatus: '', 22 | closeText: 'Tancar', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ca); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-ml.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Malayalam localisation for calendars datepicker for jQuery. 3 | Saji Nediyanchath (saji89@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.ml = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'മുന്നത്തെ', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'അടുത്തത് ', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'ഇന്ന്', 17 | currentStatus: '', 18 | todayText: 'ഇന്ന്', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'ശരി', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'ആ', 27 | weekStatus: '', 28 | dayStatus: 'DD d MM', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ml); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-ca.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Catalan localisation for calendars datepicker for jQuery. 3 | Writers: (joan.leon@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.ca = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Ant', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Seg>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Avui', 17 | currentStatus: '', 18 | todayText: 'Avui', 19 | todayStatus: '', 20 | clearText: 'Netejar', 21 | clearStatus: '', 22 | closeText: 'Tancar', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ca); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-ml.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Malayalam localisation for calendars datepicker for jQuery. 3 | Saji Nediyanchath (saji89@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.ml = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'മുന്നത്തെ', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'അടുത്തത് ', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'ഇന്ന്', 17 | currentStatus: '', 18 | todayText: 'ഇന്ന്', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'ശരി', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'ആ', 27 | weekStatus: '', 28 | dayStatus: 'DD d MM', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ml); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-eu.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Basque localisation for calendars datepicker for jQuery. 3 | Karrikas-ek itzulia (karrikas@karrikas.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.eu = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Aur', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Hur>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Gaur', 17 | currentStatus: '', 18 | todayText: 'Gaur', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'Egina', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD d MM', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.eu); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-es.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Spanish localisation for calendars datepicker for jQuery. 3 | Traducido por Vester (xvester@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.es = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Ant', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Sig>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Hoy', 17 | currentStatus: '', 18 | todayText: 'Hoy', 19 | todayStatus: '', 20 | clearText: 'Limpiar', 21 | clearStatus: '', 22 | closeText: 'Cerrar', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Sm', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.es); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-et.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Estonian localisation for calendars datepicker for jQuery. 3 | Written by Mart Sõmermaa (mrts.pydev at gmail com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.et = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'Eelnev', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Järgnev', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Täna', 17 | currentStatus: '', 18 | todayText: 'Täna', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'Sulge', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.et); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-eu.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Basque localisation for calendars datepicker for jQuery. 3 | Karrikas-ek itzulia (karrikas@karrikas.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.eu = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Aur', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Hur>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Gaur', 17 | currentStatus: '', 18 | todayText: 'Gaur', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'Egina', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD d MM', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.eu); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-ko.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Korean localisation for Gregorian/Julian calendars for jQuery. 3 | Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ko = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['1월','2월','3월','4월','5월','6월', 10 | '7월','8월','9월','10월','11월','12월'], 11 | monthNamesShort: ['1월','2월','3월','4월','5월','6월', 12 | '7월','8월','9월','10월','11월','12월'], 13 | dayNames: ['일요일','월요일','화요일','수요일','목요일','금요일','토요일'], 14 | dayNamesShort: ['일','월','화','수','목','금','토'], 15 | dayNamesMin: ['일','월','화','수','목','금','토'], 16 | digits: null, 17 | dateFormat: 'yyyy-mm-dd', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ko = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ko; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-es.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Spanish localisation for calendars datepicker for jQuery. 3 | Traducido por Vester (xvester@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.es = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Ant', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Sig>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Hoy', 17 | currentStatus: '', 18 | todayText: 'Hoy', 19 | todayStatus: '', 20 | clearText: 'Limpiar', 21 | clearStatus: '', 22 | closeText: 'Cerrar', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Sm', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.es); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-et.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Estonian localisation for calendars datepicker for jQuery. 3 | Written by Mart Sõmermaa (mrts.pydev at gmail com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.et = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'Eelnev', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Järgnev', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Täna', 17 | currentStatus: '', 18 | todayText: 'Täna', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'Sulge', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.et); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-ko.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Korean localisation for Gregorian/Julian calendars for jQuery. 3 | Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ko = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['1월','2월','3월','4월','5월','6월', 10 | '7월','8월','9월','10월','11월','12월'], 11 | monthNamesShort: ['1월','2월','3월','4월','5월','6월', 12 | '7월','8월','9월','10월','11월','12월'], 13 | dayNames: ['일요일','월요일','화요일','수요일','목요일','금요일','토요일'], 14 | dayNamesShort: ['일','월','화','수','목','금','토'], 15 | dayNamesMin: ['일','월','화','수','목','금','토'], 16 | digits: null, 17 | dateFormat: 'yyyy-mm-dd', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ko = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ko; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-he.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Hebrew localisation for calendars datepicker for jQuery. 3 | Written by Amir Hardon (ahardon at gmail dot com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.he = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<הקודם', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'הבא>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'היום', 17 | currentStatus: '', 18 | todayText: 'היום', 19 | todayStatus: '', 20 | clearText: 'נקה', 21 | clearStatus: '', 22 | closeText: 'סגור', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: true 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.he); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-th.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Thai localisation for calendars datepicker for jQuery. 3 | Written by pipo (pipo@sixhead.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.th = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '« ย้อน', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'ถัดไป »', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'วันนี้', 17 | currentStatus: '', 18 | todayText: 'วันนี้', 19 | todayStatus: '', 20 | clearText: 'ลบ', 21 | clearStatus: '', 22 | closeText: 'ปิด', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.th); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-he.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Hebrew localisation for calendars datepicker for jQuery. 3 | Written by Amir Hardon (ahardon at gmail dot com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.he = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<הקודם', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'הבא>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'היום', 17 | currentStatus: '', 18 | todayText: 'היום', 19 | todayStatus: '', 20 | clearText: 'נקה', 21 | clearStatus: '', 22 | closeText: 'סגור', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: true 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.he); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-th.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Thai localisation for calendars datepicker for jQuery. 3 | Written by pipo (pipo@sixhead.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.th = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '« ย้อน', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'ถัดไป »', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'วันนี้', 17 | currentStatus: '', 18 | todayText: 'วันนี้', 19 | todayStatus: '', 20 | clearText: 'ลบ', 21 | clearStatus: '', 22 | closeText: 'ปิด', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.th); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-km.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Khmer initialisation for calendars datepicker for jQuery. 3 | Written by Sovichet Tep (sovichet.tep@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.km = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'ថយ​ក្រោយ', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'ទៅ​មុខ', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'ថ្ងៃ​នេះ', 17 | currentStatus: '', 18 | todayText: 'ថ្ងៃ​នេះ', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'រួច​រាល់', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD d MM', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.km); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-lv.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Latvian localisation for calendars datepicker for jQuery. 3 | Arturas Paleicikas . */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.lv = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'Iepr', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Nāka', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Šodien', 17 | currentStatus: '', 18 | todayText: 'Šodien', 19 | todayStatus: '', 20 | clearText: 'Notīrīt', 21 | clearStatus: '', 22 | closeText: 'Aizvērt', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Nav', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.lv); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-rm.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Romansh localisation for calendars datepicker for jQuery. 3 | Yvonne Gienal (yvonne.gienal@educa.ch). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.rm = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Suandant', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Precedent>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Actual', 17 | currentStatus: '', 18 | todayText: 'Actual', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'Serrar', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'emna', 27 | weekStatus: '', 28 | dayStatus: 'DD d MM', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.rm); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-sv.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Swedish localisation for calendars datepicker for jQuery. 3 | Written by Anders Ekdahl ( anders@nomadiz.se). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.sv = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '«Förra', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Nästa»', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Idag', 17 | currentStatus: '', 18 | todayText: 'Idag', 19 | todayStatus: '', 20 | clearText: 'Rensa', 21 | clearStatus: '', 22 | closeText: 'Stäng', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Ve', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sv); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-ta.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Tamil (UTF-8) localisation for calendars datepicker for jQuery. 3 | Written by S A Sureshkumar (saskumar@live.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.ta = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'முன்னையது', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'அடுத்தது', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'இன்று', 17 | currentStatus: '', 18 | todayText: 'இன்று', 19 | todayStatus: '', 20 | clearText: 'அழி', 21 | clearStatus: '', 22 | closeText: 'மூடு', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'D, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ta); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-km.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Khmer initialisation for calendars datepicker for jQuery. 3 | Written by Sovichet Tep (sovichet.tep@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.km = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'ថយ​ក្រោយ', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'ទៅ​មុខ', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'ថ្ងៃ​នេះ', 17 | currentStatus: '', 18 | todayText: 'ថ្ងៃ​នេះ', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'រួច​រាល់', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD d MM', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.km); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-lv.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Latvian localisation for calendars datepicker for jQuery. 3 | Arturas Paleicikas . */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.lv = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'Iepr', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Nāka', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Šodien', 17 | currentStatus: '', 18 | todayText: 'Šodien', 19 | todayStatus: '', 20 | clearText: 'Notīrīt', 21 | clearStatus: '', 22 | closeText: 'Aizvērt', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Nav', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.lv); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-rm.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Romansh localisation for calendars datepicker for jQuery. 3 | Yvonne Gienal (yvonne.gienal@educa.ch). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.rm = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Suandant', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Precedent>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Actual', 17 | currentStatus: '', 18 | todayText: 'Actual', 19 | todayStatus: '', 20 | clearText: 'X', 21 | clearStatus: '', 22 | closeText: 'Serrar', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'emna', 27 | weekStatus: '', 28 | dayStatus: 'DD d MM', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.rm); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-sv.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Swedish localisation for calendars datepicker for jQuery. 3 | Written by Anders Ekdahl ( anders@nomadiz.se). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.sv = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '«Förra', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Nästa»', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Idag', 17 | currentStatus: '', 18 | todayText: 'Idag', 19 | todayStatus: '', 20 | clearText: 'Rensa', 21 | clearStatus: '', 22 | closeText: 'Stäng', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Ve', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sv); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-ta.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Tamil (UTF-8) localisation for calendars datepicker for jQuery. 3 | Written by S A Sureshkumar (saskumar@live.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.ta = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'முன்னையது', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'அடுத்தது', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'இன்று', 17 | currentStatus: '', 18 | todayText: 'இன்று', 19 | todayStatus: '', 20 | clearText: 'அழி', 21 | clearStatus: '', 22 | closeText: 'மூடு', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'D, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ta); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-uk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Ukrainian localisation for calendars datepicker for jQuery. 3 | Written by Maxim Drogobitskiy (maxdao@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.uk = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: '>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Сьогодні', 17 | currentStatus: '', 18 | todayText: 'Сьогодні', 19 | todayStatus: '', 20 | clearText: 'Очистити', 21 | clearStatus: '', 22 | closeText: 'Закрити', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Не', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.uk); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-hy.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Armenian localisation for calendars datepicker for jQuery. 3 | Written by Levon Zakaryan (levon.zakaryan@gmail.com) */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.hy = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Նախ.', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Հաջ.>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Այսօր', 17 | currentStatus: '', 18 | todayText: 'Այսօր', 19 | todayStatus: '', 20 | clearText: 'Մաքրել', 21 | clearStatus: '', 22 | closeText: 'Փակել', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'ՇԲՏ', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.hy); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-uk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Ukrainian localisation for calendars datepicker for jQuery. 3 | Written by Maxim Drogobitskiy (maxdao@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.uk = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: '>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Сьогодні', 17 | currentStatus: '', 18 | todayText: 'Сьогодні', 19 | todayStatus: '', 20 | clearText: 'Очистити', 21 | clearStatus: '', 22 | closeText: 'Закрити', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Не', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.uk); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-hy.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Armenian localisation for calendars datepicker for jQuery. 3 | Written by Levon Zakaryan (levon.zakaryan@gmail.com) */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.hy = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Նախ.', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Հաջ.>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Այսօր', 17 | currentStatus: '', 18 | todayText: 'Այսօր', 19 | todayStatus: '', 20 | clearText: 'Մաքրել', 21 | clearStatus: '', 22 | closeText: 'Փակել', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'ՇԲՏ', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.hy); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-lt.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Lithuanian localisation for calendars datepicker for jQuery. 3 | Arturas Paleicikas . */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.lt = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Atgal', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Pirmyn>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Šiandien', 17 | currentStatus: '', 18 | todayText: 'Šiandien', 19 | todayStatus: '', 20 | clearText: 'Išvalyti', 21 | clearStatus: '', 22 | closeText: 'Uždaryti', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.lt); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-no.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Norwegian localisation for calendars datepicker for jQuery. 3 | Written by Naimdjon Takhirov (naimdjon@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.no = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '«Forrige', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Neste»', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'I dag', 17 | currentStatus: '', 18 | todayText: 'I dag', 19 | todayStatus: '', 20 | clearText: 'Tøm', 21 | clearStatus: '', 22 | closeText: 'Lukk', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Uke', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.no); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-ru.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Russian localisation for calendars datepicker for jQuery. 3 | Written by Andrew Stromnov (stromnov@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.ru = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Пред', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'След>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Сегодня', 17 | currentStatus: '', 18 | todayText: 'Сегодня', 19 | todayStatus: '', 20 | clearText: 'Очистить', 21 | clearStatus: '', 22 | closeText: 'Закрыть', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Не', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ru); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-sk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Slovak localisation for calendars datepicker for jQuery. 3 | Written by Vojtech Rinik (vojto@hmm.sk). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.sk = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Predchádzajúci', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Nasledujúci>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Dnes', 17 | currentStatus: '', 18 | todayText: 'Dnes', 19 | todayStatus: '', 20 | clearText: 'Zmazať', 21 | clearStatus: '', 22 | closeText: 'Zavrieť', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Ty', 27 | weekStatus: '', 28 | dayStatus: 'DD. M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sk); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-lt.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Lithuanian localisation for calendars datepicker for jQuery. 3 | Arturas Paleicikas . */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.lt = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Atgal', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Pirmyn>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Šiandien', 17 | currentStatus: '', 18 | todayText: 'Šiandien', 19 | todayStatus: '', 20 | clearText: 'Išvalyti', 21 | clearStatus: '', 22 | closeText: 'Uždaryti', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Wk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.lt); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-no.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Norwegian localisation for calendars datepicker for jQuery. 3 | Written by Naimdjon Takhirov (naimdjon@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.no = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '«Forrige', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Neste»', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'I dag', 17 | currentStatus: '', 18 | todayText: 'I dag', 19 | todayStatus: '', 20 | clearText: 'Tøm', 21 | clearStatus: '', 22 | closeText: 'Lukk', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Uke', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.no); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-ru.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Russian localisation for calendars datepicker for jQuery. 3 | Written by Andrew Stromnov (stromnov@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.ru = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Пред', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'След>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Сегодня', 17 | currentStatus: '', 18 | todayText: 'Сегодня', 19 | todayStatus: '', 20 | clearText: 'Очистить', 21 | clearStatus: '', 22 | closeText: 'Закрыть', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Не', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ru); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-sk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Slovak localisation for calendars datepicker for jQuery. 3 | Written by Vojtech Rinik (vojto@hmm.sk). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.sk = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Predchádzajúci', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Nasledujúci>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Dnes', 17 | currentStatus: '', 18 | todayText: 'Dnes', 19 | todayStatus: '', 20 | clearText: 'Zmazať', 21 | clearStatus: '', 22 | closeText: 'Zavrieť', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Ty', 27 | weekStatus: '', 28 | dayStatus: 'DD. M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.sk); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.islamic-ar.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Arabic localisation for Islamic calendar for jQuery v2.2.0. 3 | Written by Keith Wood (kbwood.au{at}gmail.com) August 2009. 4 | Updated by Fahad Alqahtani April 2016. */ 5 | (function($) { 6 | 'use strict'; 7 | $.calendars.calendars.islamic.prototype.regionalOptions.ar = { 8 | name: 'Islamic', 9 | epochs: ['BAM', 'AM'], 10 | monthNames: 'محرم_صفر_ربيع الأول_ربيع الثاني_جمادى الأول_جمادى الآخر_رجب_شعبان_رمضان_شوال_ذو القعدة_ذو الحجة'.split('_'), 11 | monthNamesShort: 'محرم_صفر_ربيع1_ربيع2_جمادى1_جمادى2_رجب_شعبان_رمضان_شوال_القعدة_الحجة'.split('_'), 12 | dayNames: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 13 | dayNamesShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), 14 | dayNamesMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), 15 | digits: $.calendars.substituteDigits(['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩']), 16 | dateFormat: 'yyyy/mm/dd', 17 | firstDay: 1, 18 | isRTL: true 19 | }; 20 | })(jQuery); 21 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.islamic-ar.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Arabic localisation for Islamic calendar for jQuery v2.2.0. 3 | Written by Keith Wood (kbwood.au{at}gmail.com) August 2009. 4 | Updated by Fahad Alqahtani April 2016. */ 5 | (function($) { 6 | 'use strict'; 7 | $.calendars.calendars.islamic.prototype.regionalOptions.ar = { 8 | name: 'Islamic', 9 | epochs: ['BAM', 'AM'], 10 | monthNames: 'محرم_صفر_ربيع الأول_ربيع الثاني_جمادى الأول_جمادى الآخر_رجب_شعبان_رمضان_شوال_ذو القعدة_ذو الحجة'.split('_'), 11 | monthNamesShort: 'محرم_صفر_ربيع1_ربيع2_جمادى1_جمادى2_رجب_شعبان_رمضان_شوال_القعدة_الحجة'.split('_'), 12 | dayNames: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 13 | dayNamesShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), 14 | dayNamesMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), 15 | digits: $.calendars.substituteDigits(['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩']), 16 | dateFormat: 'yyyy/mm/dd', 17 | firstDay: 1, 18 | isRTL: true 19 | }; 20 | })(jQuery); 21 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-hu.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Hungarian localisation for calendars datepicker for jQuery. 3 | Written by Istvan Karaszi (jquerycalendar@spam.raszi.hu). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.hu = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '« vissza', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'előre »', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'ma', 17 | currentStatus: '', 18 | todayText: 'ma', 19 | todayStatus: '', 20 | clearText: 'törlés', 21 | clearStatus: '', 22 | closeText: 'bezárás', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Hé', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.hu); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-hu.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Hungarian localisation for calendars datepicker for jQuery. 3 | Written by Istvan Karaszi (jquerycalendar@spam.raszi.hu). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.hu = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '« vissza', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'előre »', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'ma', 17 | currentStatus: '', 18 | todayText: 'ma', 19 | todayStatus: '', 20 | clearText: 'törlés', 21 | clearStatus: '', 22 | closeText: 'bezárás', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Hé', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.hu); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-is.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Icelandic localisation for calendars datepicker for jQuery. 3 | Written by Haukur H. Thorsson (haukur@eskill.is). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.is = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '< Fyrri', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Næsti >', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Í dag', 17 | currentStatus: '', 18 | todayText: 'Í dag', 19 | todayStatus: '', 20 | clearText: 'Hreinsa', 21 | clearStatus: '', 22 | closeText: 'Loka', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Vika', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.is); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-is.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Icelandic localisation for calendars datepicker for jQuery. 3 | Written by Haukur H. Thorsson (haukur@eskill.is). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.is = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '< Fyrri', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Næsti >', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Í dag', 17 | currentStatus: '', 18 | todayText: 'Í dag', 19 | todayStatus: '', 20 | clearText: 'Hreinsa', 21 | clearStatus: '', 22 | closeText: 'Loka', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Vika', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.is); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-he.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Hebrew localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Amir Hardon (ahardon at gmail dot com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.he = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 10 | 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], 11 | monthNamesShort: ['1','2','3','4','5','6', 12 | '7','8','9','10','11','12'], 13 | dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], 14 | dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 15 | dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: true 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.he = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.he; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-ti.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Tigrinya (ትግርኛ) localization for Gregorian/Julian calendars for jQuery. 3 | Esral Desta. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ti = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['ጃንዋሪ','ፈብርዋሪ','ማርች','አፕሪል','ሜይ','ጁን', 10 | 'ጁላይ','ኦገስት','ሴፕቴምበር','ኦክቶበር','ኖቬምበር','ዲሴምበር'], 11 | monthNamesShort: ['ጃንዋ', 'ፈብር', 'ማርች', 'አፕሪ', 'ሜይ', 'ጁን', 12 | 'ጁላይ', 'ኦገስ', 'ሴፕቴ', 'ኦክቶ', 'ኖቬም', 'ዲሴም'], 13 | dayNames: ['ሰንዴይ', 'መንዴይ', 'ትዩስዴይ', 'ዌንስዴይ', 'ተርሰዴይ', 'ፍራይዴይ', 'ሳተርዴይ'], 14 | dayNamesShort: ['ሰንዴ', 'መንዴ', 'ትዩስ', 'ዌንስ', 'ተርሰ', 'ፍራይ', 'ሳተር'], 15 | dayNamesMin: ['ሰን', 'መን', 'ትዩ', 'ዌን', 'ተር', 'ፍራ', 'ሳተ'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ti = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ti; 24 | } 25 | })(jQuery); -------------------------------------------------------------------------------- /src/js/jquery.calendars-am.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Amharic (አማርኛ) localisation for Gregorian/Julian calendars for jQuery. 3 | Leyu Sisay. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.am = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['ጃንዋሪ','ፈብርዋሪ','ማርች','አፕሪል','ሜይ','ጁን', 10 | 'ጁላይ','ኦገስት','ሴፕቴምበር','ኦክቶበር','ኖቬምበር','ዲሴምበር'], 11 | monthNamesShort: ['ጃንዋ', 'ፈብር', 'ማርች', 'አፕሪ', 'ሜይ', 'ጁን', 12 | 'ጁላይ', 'ኦገስ', 'ሴፕቴ', 'ኦክቶ', 'ኖቬም', 'ዲሴም'], 13 | dayNames: ['ሰንዴይ', 'መንዴይ', 'ትዩስዴይ', 'ዌንስዴይ', 'ተርሰዴይ', 'ፍራይዴይ', 'ሳተርዴይ'], 14 | dayNamesShort: ['ሰንዴ', 'መንዴ', 'ትዩስ', 'ዌንስ', 'ተርሰ', 'ፍራይ', 'ሳተር'], 15 | dayNamesMin: ['ሰን', 'መን', 'ትዩ', 'ዌን', 'ተር', 'ፍራ', 'ሳተ'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.am = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.am; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-he.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Hebrew localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Amir Hardon (ahardon at gmail dot com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.he = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 10 | 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], 11 | monthNamesShort: ['1','2','3','4','5','6', 12 | '7','8','9','10','11','12'], 13 | dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], 14 | dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 15 | dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: true 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.he = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.he; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-ti.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Tigrinya (ትግርኛ) localization for Gregorian/Julian calendars for jQuery. 3 | Esral Desta. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ti = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['ጃንዋሪ','ፈብርዋሪ','ማርች','አፕሪል','ሜይ','ጁን', 10 | 'ጁላይ','ኦገስት','ሴፕቴምበር','ኦክቶበር','ኖቬምበር','ዲሴምበር'], 11 | monthNamesShort: ['ጃንዋ', 'ፈብር', 'ማርች', 'አፕሪ', 'ሜይ', 'ጁን', 12 | 'ጁላይ', 'ኦገስ', 'ሴፕቴ', 'ኦክቶ', 'ኖቬም', 'ዲሴም'], 13 | dayNames: ['ሰንዴይ', 'መንዴይ', 'ትዩስዴይ', 'ዌንስዴይ', 'ተርሰዴይ', 'ፍራይዴይ', 'ሳተርዴይ'], 14 | dayNamesShort: ['ሰንዴ', 'መንዴ', 'ትዩስ', 'ዌንስ', 'ተርሰ', 'ፍራይ', 'ሳተር'], 15 | dayNamesMin: ['ሰን', 'መን', 'ትዩ', 'ዌን', 'ተር', 'ፍራ', 'ሳተ'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ti = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ti; 24 | } 25 | })(jQuery); -------------------------------------------------------------------------------- /dist/js/jquery.calendars-am.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Amharic (አማርኛ) localisation for Gregorian/Julian calendars for jQuery. 3 | Leyu Sisay. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.am = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['ጃንዋሪ','ፈብርዋሪ','ማርች','አፕሪል','ሜይ','ጁን', 10 | 'ጁላይ','ኦገስት','ሴፕቴምበር','ኦክቶበር','ኖቬምበር','ዲሴምበር'], 11 | monthNamesShort: ['ጃንዋ', 'ፈብር', 'ማርች', 'አፕሪ', 'ሜይ', 'ጁን', 12 | 'ጁላይ', 'ኦገስ', 'ሴፕቴ', 'ኦክቶ', 'ኖቬም', 'ዲሴም'], 13 | dayNames: ['ሰንዴይ', 'መንዴይ', 'ትዩስዴይ', 'ዌንስዴይ', 'ተርሰዴይ', 'ፍራይዴይ', 'ሳተርዴይ'], 14 | dayNamesShort: ['ሰንዴ', 'መንዴ', 'ትዩስ', 'ዌንስ', 'ተርሰ', 'ፍራይ', 'ሳተር'], 15 | dayNamesMin: ['ሰን', 'መን', 'ትዩ', 'ዌን', 'ተር', 'ፍራ', 'ሳተ'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.am = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.am; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-sr.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Serbian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Dejan Dimić. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.sr = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун', 10 | 'Јул','Август','Септембар','Октобар','Новембар','Децембар'], 11 | monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун','Јул','Авг','Сеп','Окт','Нов','Дец'], 12 | dayNames: ['Недеља','Понедељак','Уторак','Среда','Четвртак','Петак','Субота'], 13 | dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'], 14 | dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'], 15 | digits: null, 16 | dateFormat: 'dd/mm/yyyy', 17 | firstDay: 1, 18 | isRTL: false 19 | }; 20 | if ($.calendars.calendars.julian) { 21 | $.calendars.calendars.julian.prototype.regionalOptions.sr = 22 | $.calendars.calendars.gregorian.prototype.regionalOptions.sr; 23 | } 24 | })(jQuery); 25 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-bs.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Bosnian localisation for Gregorian/Julian calendars for jQuery. 3 | Kenan Konjo. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.bs = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','Mart','April','Maj','Juni', 10 | 'Juli','August','Septembar','Oktobar','Novembar','Decembar'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Nedelja','Ponedeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.bs = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.bs; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-sr.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Serbian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Dejan Dimić. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.sr = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун', 10 | 'Јул','Август','Септембар','Октобар','Новембар','Децембар'], 11 | monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун','Јул','Авг','Сеп','Окт','Нов','Дец'], 12 | dayNames: ['Недеља','Понедељак','Уторак','Среда','Четвртак','Петак','Субота'], 13 | dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'], 14 | dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'], 15 | digits: null, 16 | dateFormat: 'dd/mm/yyyy', 17 | firstDay: 1, 18 | isRTL: false 19 | }; 20 | if ($.calendars.calendars.julian) { 21 | $.calendars.calendars.julian.prototype.regionalOptions.sr = 22 | $.calendars.calendars.gregorian.prototype.regionalOptions.sr; 23 | } 24 | })(jQuery); 25 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-bs.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Bosnian localisation for Gregorian/Julian calendars for jQuery. 3 | Kenan Konjo. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.bs = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','Mart','April','Maj','Juni', 10 | 'Juli','August','Septembar','Oktobar','Novembar','Decembar'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Nedelja','Ponedeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.bs = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.bs; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.persian-fa.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Farsi/Persian localisation for Persian calendar for jQuery v2.2.0. 3 | Written by Sajjad Servatjoo (sajjad.servatjoo{at}gmail.com) April 2011. */ 4 | (function($) { 5 | 'use strict'; 6 | /* jshint -W100 */ 7 | $.calendars.calendars.persian.prototype.regionalOptions.fa = { 8 | name: 'Persian', 9 | epochs: ['BP', 'AP'], 10 | monthNames: ['فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 11 | 'مهر', 'آبان', 'آذر', 'دی', 'بهمن', 'اسفند'], 12 | monthNamesShort: ['فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 13 | 'مهر', 'آبان', 'آذر', 'دی', 'بهمن', 'اسفند'], 14 | dayNames: ['یک‌شنبه', 'د‌وشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنج‌شنبه', 'جمعه', 'شنبه'], 15 | dayNamesShort: ['یک', 'دو', 'سه', 'چهار', 'پنج', 'جمعه', 'شنبه'], 16 | dayNamesMin: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], 17 | digits: $.calendars.substituteDigits(['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹']), 18 | dateFormat: 'yyyy/mm/dd', 19 | firstDay: 6, 20 | isRTL: true 21 | }; 22 | })(jQuery); -------------------------------------------------------------------------------- /src/js/jquery.calendars.persian-fa.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Farsi/Persian localisation for Persian calendar for jQuery v2.2.0. 3 | Written by Sajjad Servatjoo (sajjad.servatjoo{at}gmail.com) April 2011. */ 4 | (function($) { 5 | 'use strict'; 6 | /* jshint -W100 */ 7 | $.calendars.calendars.persian.prototype.regionalOptions.fa = { 8 | name: 'Persian', 9 | epochs: ['BP', 'AP'], 10 | monthNames: ['فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 11 | 'مهر', 'آبان', 'آذر', 'دی', 'بهمن', 'اسفند'], 12 | monthNamesShort: ['فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 13 | 'مهر', 'آبان', 'آذر', 'دی', 'بهمن', 'اسفند'], 14 | dayNames: ['یک‌شنبه', 'د‌وشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنج‌شنبه', 'جمعه', 'شنبه'], 15 | dayNamesShort: ['یک', 'دو', 'سه', 'چهار', 'پنج', 'جمعه', 'شنبه'], 16 | dayNamesMin: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], 17 | digits: $.calendars.substituteDigits(['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹']), 18 | dateFormat: 'yyyy/mm/dd', 19 | firstDay: 6, 20 | isRTL: true 21 | }; 22 | })(jQuery); -------------------------------------------------------------------------------- /src/js/jquery.calendars.ummalqura-ar.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Arabic localisation for UmmAlQura calendar for jQuery v2.2.0. 3 | Written by Amro Osama March 2013. 4 | Updated by Fahad Alqahtani April 2016. */ 5 | (function ($) { 6 | 'use strict'; 7 | $.calendars.calendars.ummalqura.prototype.regionalOptions.ar = { 8 | name: 'UmmAlQura', // The calendar name 9 | epochs: ['BAM', 'AM'], 10 | monthNames: 'محرم_صفر_ربيع الأول_ربيع الثاني_جمادى الأول_جمادى الآخر_رجب_شعبان_رمضان_شوال_ذو القعدة_ذو الحجة'.split('_'), 11 | monthNamesShort: 'محرم_صفر_ربيع1_ربيع2_جمادى1_جمادى2_رجب_شعبان_رمضان_شوال_القعدة_الحجة'.split('_'), 12 | dayNames: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 13 | dayNamesShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), 14 | dayNamesMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), 15 | digits: $.calendars.substituteDigits(['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩']), 16 | dateFormat: 'yyyy/mm/dd', 17 | firstDay: 1, 18 | isRTL: true 19 | }; 20 | })(jQuery); 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-fi.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Finnish localisation for calendars datepicker for jQuery. 3 | Written by Harri Kilpiö (harrikilpio@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.fi = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '«Edellinen', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Seuraava»', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Tänään', 17 | currentStatus: '', 18 | todayText: 'Tänään', 19 | todayStatus: '', 20 | clearText: 'Tyhjennä', 21 | clearStatus: '', 22 | closeText: 'Sulje', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Vk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.fi); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.ummalqura-ar.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Arabic localisation for UmmAlQura calendar for jQuery v2.2.0. 3 | Written by Amro Osama March 2013. 4 | Updated by Fahad Alqahtani April 2016. */ 5 | (function ($) { 6 | 'use strict'; 7 | $.calendars.calendars.ummalqura.prototype.regionalOptions.ar = { 8 | name: 'UmmAlQura', // The calendar name 9 | epochs: ['BAM', 'AM'], 10 | monthNames: 'محرم_صفر_ربيع الأول_ربيع الثاني_جمادى الأول_جمادى الآخر_رجب_شعبان_رمضان_شوال_ذو القعدة_ذو الحجة'.split('_'), 11 | monthNamesShort: 'محرم_صفر_ربيع1_ربيع2_جمادى1_جمادى2_رجب_شعبان_رمضان_شوال_القعدة_الحجة'.split('_'), 12 | dayNames: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'], 13 | dayNamesShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'), 14 | dayNamesMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'), 15 | digits: $.calendars.substituteDigits(['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩']), 16 | dateFormat: 'yyyy/mm/dd', 17 | firstDay: 1, 18 | isRTL: true 19 | }; 20 | })(jQuery); 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-fi.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Finnish localisation for calendars datepicker for jQuery. 3 | Written by Harri Kilpiö (harrikilpio@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.fi = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '«Edellinen', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Seuraava»', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Tänään', 17 | currentStatus: '', 18 | todayText: 'Tänään', 19 | todayStatus: '', 20 | clearText: 'Tyhjennä', 21 | clearStatus: '', 22 | closeText: 'Sulje', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Vk', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.fi); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-es-PE.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Spanish/Perú localisation for calendars datepicker for jQuery. 3 | Written by Fischer Tirado (fishdev@globant.com) of ASIX (http://www.asixonline.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions['es-PE'] = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Ant', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Sig>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Hoy', 17 | currentStatus: '', 18 | todayText: 'Hoy', 19 | todayStatus: '', 20 | clearText: 'Limpiar', 21 | clearStatus: '', 22 | closeText: 'Cerrar', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Sm', 27 | weekStatus: '', 28 | dayStatus: 'DD d, MM yyyy', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['es-PE']); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-es-PE.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Spanish/Perú localisation for calendars datepicker for jQuery. 3 | Written by Fischer Tirado (fishdev@globant.com) of ASIX (http://www.asixonline.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions['es-PE'] = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Ant', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Sig>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Hoy', 17 | currentStatus: '', 18 | todayText: 'Hoy', 19 | todayStatus: '', 20 | clearText: 'Limpiar', 21 | clearStatus: '', 22 | closeText: 'Cerrar', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Sm', 27 | weekStatus: '', 28 | dayStatus: 'DD d, MM yyyy', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['es-PE']); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-fr.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | French localisation for Gregorian/Julian calendars for jQuery. 3 | Stéphane Nahmani (sholby@sholby.net). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.fr = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', 10 | 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], 11 | monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', 12 | 'Jul','Aoû','Sep','Oct','Nov','Déc'], 13 | dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], 14 | dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], 15 | dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.fr = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.fr; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-sr-SR.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Serbian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Dejan Dimić. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['sr-SR'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','Mart','April','Maj','Jun', 10 | 'Jul','Avgust','Septembar','Oktobar','Novembar','Decembar'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun','Jul','Avg','Sep','Okt','Nov','Dec'], 12 | dayNames: ['Nedelja','Ponedeljak','Utorak','Sreda','Četvrtak','Petak','Subota'], 13 | dayNamesShort: ['Ned','Pon','Uto','Sre','Čet','Pet','Sub'], 14 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 15 | digits: null, 16 | dateFormat: 'dd/mm/yyyy', 17 | firstDay: 1, 18 | isRTL: false 19 | }; 20 | if ($.calendars.calendars.julian) { 21 | $.calendars.calendars.julian.prototype.regionalOptions['sr-SR'] = 22 | $.calendars.calendars.gregorian.prototype.regionalOptions['sr-SR']; 23 | } 24 | })(jQuery); 25 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-tr.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Turkish localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Izzet Emre Erkan (kara@karalamalar.net). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.tr = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran', 10 | 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'], 11 | monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz', 12 | 'Tem','Ağu','Eyl','Eki','Kas','Ara'], 13 | dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'], 14 | dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 15 | dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.tr = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.tr; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-fr.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | French localisation for Gregorian/Julian calendars for jQuery. 3 | Stéphane Nahmani (sholby@sholby.net). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.fr = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', 10 | 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], 11 | monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', 12 | 'Jul','Aoû','Sep','Oct','Nov','Déc'], 13 | dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'], 14 | dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], 15 | dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.fr = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.fr; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-sr-SR.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Serbian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Dejan Dimić. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['sr-SR'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','Mart','April','Maj','Jun', 10 | 'Jul','Avgust','Septembar','Oktobar','Novembar','Decembar'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun','Jul','Avg','Sep','Okt','Nov','Dec'], 12 | dayNames: ['Nedelja','Ponedeljak','Utorak','Sreda','Četvrtak','Petak','Subota'], 13 | dayNamesShort: ['Ned','Pon','Uto','Sre','Čet','Pet','Sub'], 14 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 15 | digits: null, 16 | dateFormat: 'dd/mm/yyyy', 17 | firstDay: 1, 18 | isRTL: false 19 | }; 20 | if ($.calendars.calendars.julian) { 21 | $.calendars.calendars.julian.prototype.regionalOptions['sr-SR'] = 22 | $.calendars.calendars.gregorian.prototype.regionalOptions['sr-SR']; 23 | } 24 | })(jQuery); 25 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-tr.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Turkish localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Izzet Emre Erkan (kara@karalamalar.net). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.tr = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran', 10 | 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'], 11 | monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz', 12 | 'Tem','Ağu','Eyl','Eki','Kas','Ara'], 13 | dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'], 14 | dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 15 | dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.tr = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.tr; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "kbw-calendars", 3 | "description": "This plugin provides support for various world calendars, including a datepicker.", 4 | "keywords": [ 5 | "calendar", 6 | "coptic", 7 | "date", 8 | "datepicker", 9 | "discworld", 10 | "ethiopian", 11 | "gregorian", 12 | "hebrew", 13 | "i18n", 14 | "input", 15 | "islamic", 16 | "julian", 17 | "mayan", 18 | "nanakshahi", 19 | "nepali", 20 | "persian", 21 | "taiwanese", 22 | "thai", 23 | "ui", 24 | "umm al-qura", 25 | "validation" 26 | ], 27 | "homepage": "https://github.com/kbwood/calendars", 28 | "authors": [ 29 | "Keith Wood (http://keith-wood.name)" 30 | ], 31 | "licence": "MIT", 32 | "main": [ 33 | "src/css/jquery.calendars.picker.css", 34 | "src/js/jquery.calendars.js" 35 | ], 36 | "ignore": [ 37 | "**/.*", 38 | "node_modules", 39 | "src/bower_components" 40 | ], 41 | "dependencies": { 42 | "jquery": ">=1.7", 43 | "kbw-plugin": "~1.0.3" 44 | }, 45 | "devDependencies": { 46 | "jquery-validation": "~1.12", 47 | "qunit": "~1.23" 48 | } 49 | } -------------------------------------------------------------------------------- /dist/js/jquery.calendars-de.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | German localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Milian Wolff (mail@milianw.de). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.de = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','März','April','Mai','Juni', 10 | 'Juli','August','September','Oktober','November','Dezember'], 11 | monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dez'], 13 | dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'], 14 | dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'], 15 | dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.de = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.de; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-gl.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Iniciacion en galego para a extensión 'UI date picker' para jQuery. 3 | Traducido por Manuel (McNuel@gmx.net). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.gl = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Xaneiro','Febreiro','Marzo','Abril','Maio','Xuño', 10 | 'Xullo','Agosto','Setembro','Outubro','Novembro','Decembro'], 11 | monthNamesShort: ['Xan','Feb','Mar','Abr','Mai','Xuñ', 12 | 'Xul','Ago','Set','Out','Nov','Dec'], 13 | dayNames: ['Domingo','Luns','Martes','Mércores','Xoves','Venres','Sábado'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mér','Xov','Ven','Sáb'], 15 | dayNamesMin: ['Do','Lu','Ma','Me','Xo','Ve','Sá'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.gl = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.gl; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-sk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Slovak localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Vojtech Rinik (vojto@hmm.sk). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.sk = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Január','Február','Marec','Apríl','Máj','Jún', 10 | 'Júl','August','September','Október','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún', 12 | 'Júl','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'], 15 | dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.sk = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.sk; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-sq.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Albanian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Flakron Bytyqi (flakron@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.sq = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor', 10 | 'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'], 11 | monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer', 12 | 'Kor','Gus','Sht','Tet','Nën','Dhj'], 13 | dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'], 14 | dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'], 15 | dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.sq = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.sq; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.iranian-fa.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Farsi/Iranian localisation for Iranian calendar for jQuery v2.2.0. 3 | From https://www.jqueryscript.net/demo/Persian-Jalali-Calendar-Data-Picker-Plugin-With-jQuery-kamaDatepicker/ March 2025. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.persian.prototype.regionalOptions.fa = { 7 | name: 'Iranian', 8 | epochs: ['BSH', 'SH'], 9 | monthNames: ['فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 10 | 'مهر', 'آبان', 'آذر', 'دی', 'بهمن', 'اسفند'], 11 | monthNamesShort: ['فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 12 | 'مهر', 'آبان', 'آذر', 'دی', 'بهمن', 'اسفند'], 13 | dayNames: ['یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنج شنبه', 'جمعه', 'شنبه'], 14 | dayNamesShort: ['يک', 'دو', 'سه', 'چهار', 'پنج', 'جمعه', 'شنبه'], 15 | dayNamesMin: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], 16 | digits: $.calendars.substituteDigits(['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹']), 17 | dateFormat: 'yyyy/mm/dd', 18 | firstDay: 6, 19 | isRTL: true 20 | }; 21 | })(jQuery); -------------------------------------------------------------------------------- /src/js/jquery.calendars-az.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Azerbaijani localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Jamil Najafov (necefov33@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.az = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun', 10 | 'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'], 11 | monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun', 12 | 'İyul','Avq','Sen','Okt','Noy','Dek'], 13 | dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'], 14 | dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'], 15 | dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.az = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.az; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-de.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | German localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Milian Wolff (mail@milianw.de). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.de = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','März','April','Mai','Juni', 10 | 'Juli','August','September','Oktober','November','Dezember'], 11 | monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dez'], 13 | dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'], 14 | dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'], 15 | dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.de = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.de; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-gl.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Iniciacion en galego para a extensión 'UI date picker' para jQuery. 3 | Traducido por Manuel (McNuel@gmx.net). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.gl = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Xaneiro','Febreiro','Marzo','Abril','Maio','Xuño', 10 | 'Xullo','Agosto','Setembro','Outubro','Novembro','Decembro'], 11 | monthNamesShort: ['Xan','Feb','Mar','Abr','Mai','Xuñ', 12 | 'Xul','Ago','Set','Out','Nov','Dec'], 13 | dayNames: ['Domingo','Luns','Martes','Mércores','Xoves','Venres','Sábado'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mér','Xov','Ven','Sáb'], 15 | dayNamesMin: ['Do','Lu','Ma','Me','Xo','Ve','Sá'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.gl = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.gl; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-sk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Slovak localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Vojtech Rinik (vojto@hmm.sk). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.sk = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Január','Február','Marec','Apríl','Máj','Jún', 10 | 'Júl','August','September','Október','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún', 12 | 'Júl','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'], 15 | dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.sk = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.sk; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-sq.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Albanian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Flakron Bytyqi (flakron@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.sq = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor', 10 | 'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'], 11 | monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer', 12 | 'Kor','Gus','Sht','Tet','Nën','Dhj'], 13 | dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'], 14 | dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'], 15 | dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.sq = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.sq; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-tt.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Tatar localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Ирек Хаҗиев (khazirek@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.tt = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Гынвар','Февраль','Март','Апрель','Май','Июнь', 10 | 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'], 11 | monthNamesShort: ['Гыйн','Фев','Мар','Апр','Май','Июн', 12 | 'Июл','Авг','Сен','Окт','Ноя','Дек'], 13 | dayNames: ['якшәмбе','дүшәмбе','сишәмбе','чәршәмбе','пәнҗешәмбе','җомга','шимбә'], 14 | dayNamesShort: ['якш','дүш','сиш','чәр','пән','җом','шим'], 15 | dayNamesMin: ['Як','Дү','Си','Чә','Пә','Җо','Ши'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.tt = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.tt; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.iranian-fa.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Farsi/Iranian localisation for Iranian calendar for jQuery v2.2.0. 3 | From https://www.jqueryscript.net/demo/Persian-Jalali-Calendar-Data-Picker-Plugin-With-jQuery-kamaDatepicker/ March 2025. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.persian.prototype.regionalOptions.fa = { 7 | name: 'Iranian', 8 | epochs: ['BSH', 'SH'], 9 | monthNames: ['فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 10 | 'مهر', 'آبان', 'آذر', 'دی', 'بهمن', 'اسفند'], 11 | monthNamesShort: ['فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 12 | 'مهر', 'آبان', 'آذر', 'دی', 'بهمن', 'اسفند'], 13 | dayNames: ['یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنج شنبه', 'جمعه', 'شنبه'], 14 | dayNamesShort: ['يک', 'دو', 'سه', 'چهار', 'پنج', 'جمعه', 'شنبه'], 15 | dayNamesMin: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش'], 16 | digits: $.calendars.substituteDigits(['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹']), 17 | dateFormat: 'yyyy/mm/dd', 18 | firstDay: 6, 19 | isRTL: true 20 | }; 21 | })(jQuery); -------------------------------------------------------------------------------- /dist/js/jquery.calendars-az.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Azerbaijani localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Jamil Najafov (necefov33@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.az = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun', 10 | 'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'], 11 | monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun', 12 | 'İyul','Avq','Sen','Okt','Noy','Dek'], 13 | dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'], 14 | dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'], 15 | dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.az = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.az; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-ca.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Catalan localisation for Gregorian/Julian calendars for jQuery. 3 | Writers: (joan.leon@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ca = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Gener','Febrer','Març','Abril','Maig','Juny', 10 | 'Juliol','Agost','Setembre','Octubre','Novembre','Desembre'], 11 | monthNamesShort: ['Gen','Feb','Mar','Abr','Mai','Jun', 12 | 'Jul','Ago','Set','Oct','Nov','Des'], 13 | dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'], 14 | dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'], 15 | dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ca = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ca; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-es.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Spanish localisation for Gregorian/Julian calendars for jQuery. 3 | Traducido por Vester (xvester@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.es = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio', 10 | 'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'], 11 | monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun', 12 | 'Jul','Ago','Sep','Oct','Nov','Dic'], 13 | dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'], 15 | dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.es = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.es; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-hr.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Croatian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Vjekoslav Nesek. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.hr = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj', 10 | 'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'], 11 | monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip', 12 | 'Srp','Kol','Ruj','Lis','Stu','Pro'], 13 | dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy.', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.hr = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.hr; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-id.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Indonesian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Deden Fathurahman (dedenf@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.id = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januari','Februari','Maret','April','Mei','Juni', 10 | 'Juli','Agustus','September','Oktober','Nopember','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun', 12 | 'Jul','Agus','Sep','Okt','Nop','Des'], 13 | dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'], 14 | dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'], 15 | dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.id = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.id; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-mg.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Malagasy localisation for Gregorian/Julian calendars for jQuery. 3 | Fran Boon (fran@aidiq.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.mg = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Janoary','Febroary','Martsa','Aprily','Mey','Jona', 10 | 'Jolay','Aogositra','Septambra','Oktobra','Novambra','Desembra'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mey','Jon', 12 | 'Jol','Aog','Sep','Okt','Nov','Des'], 13 | dayNames: ['Alahady','Alatsinainy','Talata','Alarobia','Alakamisy','Zoma','Sabotsy'], 14 | dayNamesShort: ['Alah','Alat','Tal','Alar','Alak','Zom','Sab'], 15 | dayNamesMin: ['Ah','At','Ta','Ar','Ak','Zo','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.mg = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.mg; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-tt.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Tatar localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Ирек Хаҗиев (khazirek@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.tt = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Гынвар','Февраль','Март','Апрель','Май','Июнь', 10 | 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'], 11 | monthNamesShort: ['Гыйн','Фев','Мар','Апр','Май','Июн', 12 | 'Июл','Авг','Сен','Окт','Ноя','Дек'], 13 | dayNames: ['якшәмбе','дүшәмбе','сишәмбе','чәршәмбе','пәнҗешәмбе','җомга','шимбә'], 14 | dayNamesShort: ['якш','дүш','сиш','чәр','пән','җом','шим'], 15 | dayNamesMin: ['Як','Дү','Си','Чә','Пә','Җо','Ши'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.tt = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.tt; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-es-AR.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Spanish/Argentina localisation for calendars datepicker for jQuery. 3 | Written by Esteban Acosta Villafane (esteban.acosta@globant.com) of Globant (http://www.globant.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions['es-AR'] = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Ant', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Sig>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Hoy', 17 | currentStatus: '', 18 | todayText: 'Hoy', 19 | todayStatus: '', 20 | clearText: 'Limpiar', 21 | clearStatus: '', 22 | closeText: 'Cerrar', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Sm', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['es-AR']); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-ca.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Catalan localisation for Gregorian/Julian calendars for jQuery. 3 | Writers: (joan.leon@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ca = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Gener','Febrer','Març','Abril','Maig','Juny', 10 | 'Juliol','Agost','Setembre','Octubre','Novembre','Desembre'], 11 | monthNamesShort: ['Gen','Feb','Mar','Abr','Mai','Jun', 12 | 'Jul','Ago','Set','Oct','Nov','Des'], 13 | dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'], 14 | dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'], 15 | dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ca = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ca; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-es.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Spanish localisation for Gregorian/Julian calendars for jQuery. 3 | Traducido por Vester (xvester@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.es = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio', 10 | 'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'], 11 | monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun', 12 | 'Jul','Ago','Sep','Oct','Nov','Dic'], 13 | dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'], 15 | dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.es = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.es; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-hr.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Croatian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Vjekoslav Nesek. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.hr = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj', 10 | 'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'], 11 | monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip', 12 | 'Srp','Kol','Ruj','Lis','Stu','Pro'], 13 | dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy.', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.hr = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.hr; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-id.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Indonesian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Deden Fathurahman (dedenf@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.id = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januari','Februari','Maret','April','Mei','Juni', 10 | 'Juli','Agustus','September','Oktober','Nopember','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun', 12 | 'Jul','Agus','Sep','Okt','Nop','Des'], 13 | dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'], 14 | dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'], 15 | dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.id = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.id; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-mg.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Malagasy localisation for Gregorian/Julian calendars for jQuery. 3 | Fran Boon (fran@aidiq.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.mg = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Janoary','Febroary','Martsa','Aprily','Mey','Jona', 10 | 'Jolay','Aogositra','Septambra','Oktobra','Novambra','Desembra'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mey','Jon', 12 | 'Jol','Aog','Sep','Okt','Nov','Des'], 13 | dayNames: ['Alahady','Alatsinainy','Talata','Alarobia','Alakamisy','Zoma','Sabotsy'], 14 | dayNamesShort: ['Alah','Alat','Tal','Alar','Alak','Zom','Sab'], 15 | dayNamesMin: ['Ah','At','Ta','Ar','Ak','Zo','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.mg = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.mg; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-es-AR.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Spanish/Argentina localisation for calendars datepicker for jQuery. 3 | Written by Esteban Acosta Villafane (esteban.acosta@globant.com) of Globant (http://www.globant.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions['es-AR'] = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: '<Ant', 9 | prevStatus: '', 10 | prevJumpText: '<<', 11 | prevJumpStatus: '', 12 | nextText: 'Sig>', 13 | nextStatus: '', 14 | nextJumpText: '>>', 15 | nextJumpStatus: '', 16 | currentText: 'Hoy', 17 | currentStatus: '', 18 | todayText: 'Hoy', 19 | todayStatus: '', 20 | clearText: 'Limpiar', 21 | clearStatus: '', 22 | closeText: 'Cerrar', 23 | closeStatus: '', 24 | yearStatus: '', 25 | monthStatus: '', 26 | weekText: 'Sm', 27 | weekStatus: '', 28 | dayStatus: 'DD, M d', 29 | defaultStatus: '', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions['es-AR']); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-ms.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Malaysian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ms = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januari','Februari','Mac','April','Mei','Jun', 10 | 'Julai','Ogos','September','Oktober','November','Disember'], 11 | monthNamesShort: ['Jan','Feb','Mac','Apr','Mei','Jun', 12 | 'Jul','Ogo','Sep','Okt','Nov','Dis'], 13 | dayNames: ['Ahad','Isnin','Selasa','Rabu','Khamis','Jumaat','Sabtu'], 14 | dayNamesShort: ['Aha','Isn','Sel','Rab','Kha','Jum','Sab'], 15 | dayNamesMin: ['Ah','Is','Se','Ra','Kh','Ju','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ms = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ms; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-no.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Norwegian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Naimdjon Takhirov (naimdjon@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.no = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','Mars','April','Mai','Juni', 10 | 'Juli','August','September','Oktober','November','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Des'], 13 | dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'], 14 | dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'], 15 | dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.no = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.no; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-cs.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Czech localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Tomas Muller (tomas@tomas-muller.net). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.cs = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['leden','únor','březen','duben','květen','červen', 10 | 'červenec','srpen','září','říjen','listopad','prosinec'], 11 | monthNamesShort: ['led','úno','bře','dub','kvě','čer', 12 | 'čvc','srp','zář','říj','lis','pro'], 13 | dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'], 14 | dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'], 15 | dayNamesMin: ['ne','po','út','st','čt','pá','so'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.cs = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.cs; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-ms.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Malaysian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ms = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januari','Februari','Mac','April','Mei','Jun', 10 | 'Julai','Ogos','September','Oktober','November','Disember'], 11 | monthNamesShort: ['Jan','Feb','Mac','Apr','Mei','Jun', 12 | 'Jul','Ogo','Sep','Okt','Nov','Dis'], 13 | dayNames: ['Ahad','Isnin','Selasa','Rabu','Khamis','Jumaat','Sabtu'], 14 | dayNamesShort: ['Aha','Isn','Sel','Rab','Kha','Jum','Sab'], 15 | dayNamesMin: ['Ah','Is','Se','Ra','Kh','Ju','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ms = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ms; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-no.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Norwegian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Naimdjon Takhirov (naimdjon@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.no = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','Mars','April','Mai','Juni', 10 | 'Juli','August','September','Oktober','November','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Des'], 13 | dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'], 14 | dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'], 15 | dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.no = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.no; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-th.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Thai localisation for Gregorian/Julian calendars for jQuery. 3 | Written by pipo (pipo@sixhead.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.th = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', 10 | 'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], 11 | monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', 12 | 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], 13 | dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], 14 | dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 15 | dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.th = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.th; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-cs.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Czech localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Tomas Muller (tomas@tomas-muller.net). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.cs = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['leden','únor','březen','duben','květen','červen', 10 | 'červenec','srpen','září','říjen','listopad','prosinec'], 11 | monthNamesShort: ['led','úno','bře','dub','kvě','čer', 12 | 'čvc','srp','zář','říj','lis','pro'], 13 | dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'], 14 | dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'], 15 | dayNamesMin: ['ne','po','út','st','čt','pá','so'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.cs = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.cs; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-eo.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Esperanto localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Olivier M. (olivierweb@ifrance.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.eo = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio', 10 | 'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aŭg','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'], 14 | dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'], 15 | dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.eo = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.eo; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-it.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Italian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Apaella (apaella@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.it = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno', 10 | 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'], 11 | monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu', 12 | 'Lug','Ago','Set','Ott','Nov','Dic'], 13 | dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'], 15 | dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.it = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.it; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-rm.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Romansh localisation for Gregorian/Julian calendars for jQuery. 3 | Yvonne Gienal (yvonne.gienal@educa.ch). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.rm = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Schaner','Favrer','Mars','Avrigl','Matg','Zercladur', 10 | 'Fanadur','Avust','Settember','October','November','December'], 11 | monthNamesShort: ['Scha','Fev','Mar','Avr','Matg','Zer', 12 | 'Fan','Avu','Sett','Oct','Nov','Dec'], 13 | dayNames: ['Dumengia','Glindesdi','Mardi','Mesemna','Gievgia','Venderdi','Sonda'], 14 | dayNamesShort: ['Dum','Gli','Mar','Mes','Gie','Ven','Som'], 15 | dayNamesMin: ['Du','Gl','Ma','Me','Gi','Ve','So'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.rm = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.rm; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-ru.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Russian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Andrew Stromnov (stromnov@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ru = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь', 10 | 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'], 11 | monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', 12 | 'Июл','Авг','Сен','Окт','Ноя','Дек'], 13 | dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'], 14 | dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'], 15 | dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ru = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ru; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-th.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Thai localisation for Gregorian/Julian calendars for jQuery. 3 | Written by pipo (pipo@sixhead.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.th = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['มกราคม','กุมภาพันธ์','มีนาคม','เมษายน','พฤษภาคม','มิถุนายน', 10 | 'กรกฎาคม','สิงหาคม','กันยายน','ตุลาคม','พฤศจิกายน','ธันวาคม'], 11 | monthNamesShort: ['ม.ค.','ก.พ.','มี.ค.','เม.ย.','พ.ค.','มิ.ย.', 12 | 'ก.ค.','ส.ค.','ก.ย.','ต.ค.','พ.ย.','ธ.ค.'], 13 | dayNames: ['อาทิตย์','จันทร์','อังคาร','พุธ','พฤหัสบดี','ศุกร์','เสาร์'], 14 | dayNamesShort: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 15 | dayNamesMin: ['อา.','จ.','อ.','พ.','พฤ.','ศ.','ส.'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.th = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.th; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars.picker-am.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Amharic (አማርኛ) localisation for calendars datepicker for jQuery. 3 | Leyu Sisay. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.am = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'ያለፈ', 9 | prevStatus: 'ያለፈውን ወር አሳይ', 10 | prevJumpText: '<<', 11 | prevJumpStatus: 'ያለፈውን ዓመት አሳይ', 12 | nextText: 'ቀጣይ', 13 | nextStatus: 'ቀጣዩን ወር አሳይ', 14 | nextJumpText: '>>', 15 | nextJumpStatus: 'ቀጣዩን ዓመት አሳይ', 16 | currentText: 'አሁን', 17 | currentStatus: 'የአሁኑን ወር አሳይ', 18 | todayText: 'ዛሬ', 19 | todayStatus: 'የዛሬን ወር አሳይ', 20 | clearText: 'አጥፋ', 21 | clearStatus: 'የተመረጠውን ቀን አጥፋ', 22 | closeText: 'ዝጋ', 23 | closeStatus: 'የቀን መምረጫውን ዝጋ', 24 | yearStatus: 'ዓመቱን ቀይር', 25 | monthStatus: 'ወሩን ቀይር', 26 | weekText: 'ሳም', 27 | weekStatus: 'የዓመቱ ሳምንት ', 28 | dayStatus: 'DD, M d, yyyy ምረጥ', 29 | defaultStatus: 'ቀን ምረጥ', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.am); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-eo.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Esperanto localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Olivier M. (olivierweb@ifrance.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.eo = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio', 10 | 'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aŭg','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'], 14 | dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'], 15 | dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.eo = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.eo; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-it.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Italian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Apaella (apaella@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.it = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno', 10 | 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'], 11 | monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu', 12 | 'Lug','Ago','Set','Ott','Nov','Dic'], 13 | dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'], 14 | dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'], 15 | dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.it = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.it; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-rm.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Romansh localisation for Gregorian/Julian calendars for jQuery. 3 | Yvonne Gienal (yvonne.gienal@educa.ch). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.rm = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Schaner','Favrer','Mars','Avrigl','Matg','Zercladur', 10 | 'Fanadur','Avust','Settember','October','November','December'], 11 | monthNamesShort: ['Scha','Fev','Mar','Avr','Matg','Zer', 12 | 'Fan','Avu','Sett','Oct','Nov','Dec'], 13 | dayNames: ['Dumengia','Glindesdi','Mardi','Mesemna','Gievgia','Venderdi','Sonda'], 14 | dayNamesShort: ['Dum','Gli','Mar','Mes','Gie','Ven','Som'], 15 | dayNamesMin: ['Du','Gl','Ma','Me','Gi','Ve','So'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.rm = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.rm; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-ru.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Russian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Andrew Stromnov (stromnov@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ru = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь', 10 | 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'], 11 | monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', 12 | 'Июл','Авг','Сен','Окт','Ноя','Дек'], 13 | dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'], 14 | dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'], 15 | dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ru = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ru; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars.picker-am.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Amharic (አማርኛ) localisation for calendars datepicker for jQuery. 3 | Leyu Sisay. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendarsPicker.regionalOptions.am = { 7 | renderer: $.calendarsPicker.defaultRenderer, 8 | prevText: 'ያለፈ', 9 | prevStatus: 'ያለፈውን ወር አሳይ', 10 | prevJumpText: '<<', 11 | prevJumpStatus: 'ያለፈውን ዓመት አሳይ', 12 | nextText: 'ቀጣይ', 13 | nextStatus: 'ቀጣዩን ወር አሳይ', 14 | nextJumpText: '>>', 15 | nextJumpStatus: 'ቀጣዩን ዓመት አሳይ', 16 | currentText: 'አሁን', 17 | currentStatus: 'የአሁኑን ወር አሳይ', 18 | todayText: 'ዛሬ', 19 | todayStatus: 'የዛሬን ወር አሳይ', 20 | clearText: 'አጥፋ', 21 | clearStatus: 'የተመረጠውን ቀን አጥፋ', 22 | closeText: 'ዝጋ', 23 | closeStatus: 'የቀን መምረጫውን ዝጋ', 24 | yearStatus: 'ዓመቱን ቀይር', 25 | monthStatus: 'ወሩን ቀይር', 26 | weekText: 'ሳም', 27 | weekStatus: 'የዓመቱ ሳምንት ', 28 | dayStatus: 'DD, M d, yyyy ምረጥ', 29 | defaultStatus: 'ቀን ምረጥ', 30 | isRTL: false 31 | }; 32 | $.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.am); 33 | })(jQuery); 34 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-en-GB.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | English/UK localisation for Gregorian/Julian calendars for jQuery. 3 | Stuart. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['en-GB'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['January','February','March','April','May','June', 10 | 'July','August','September','October','November','December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 13 | dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], 14 | dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], 15 | dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions['en-GB'] = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions['en-GB']; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-ja.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Japanese localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Kentaro SATO (kentaro@ranvis.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ja = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['1月','2月','3月','4月','5月','6月', 10 | '7月','8月','9月','10月','11月','12月'], 11 | monthNamesShort: ['1月','2月','3月','4月','5月','6月', 12 | '7月','8月','9月','10月','11月','12月'], 13 | dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'], 14 | dayNamesShort: ['日','月','火','水','木','金','土'], 15 | dayNamesMin: ['日','月','火','水','木','金','土'], 16 | digits: $.calendars.substituteChineseDigits( 17 | ['〇', '一', '二', '三', '四', '五', '六', '七', '八', '九'], ['', '十', '百', '千']), 18 | dateFormat: 'yyyy/mm/dd', 19 | firstDay: 0, 20 | isRTL: false 21 | }; 22 | if ($.calendars.calendars.julian) { 23 | $.calendars.calendars.julian.prototype.regionalOptions.ja = 24 | $.calendars.calendars.gregorian.prototype.regionalOptions.ja; 25 | } 26 | })(jQuery); 27 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-me.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Montenegrin localisation for Gregorian/Julian calendars for jQuery. 3 | By Miloš Milošević - fleka d.o.o. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.me = { 7 | name: 'Грегоријански', 8 | epochs: ['пне', 'не'], 9 | monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун', 10 | 'Јул','Август','Септембар','Октобар','Новембар','Децембар'], 11 | monthNamesShort: ['Јан', 'Феб', 'Мар', 'Апр', 'Мај', 'Јун', 12 | 'Јул', 'Авг', 'Сеп', 'Окт', 'Нов', 'Дец'], 13 | dayNames: ['Неђеља', 'Понеђељак', 'Уторак', 'Сриједа', 'Четвртак', 'Петак', 'Субота'], 14 | dayNamesShort: ['Неђ', 'Пон', 'Уто', 'Сри', 'Чет', 'Пет', 'Суб'], 15 | dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.me = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.me; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-pl.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Polish localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Jacek Wysocki (jacek.wysocki@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.pl = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec', 10 | 'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'], 11 | monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze', 12 | 'Lip','Sie','Wrz','Pa','Lis','Gru'], 13 | dayNames: ['Niedziela','Poniedzialek','Wtorek','Środa','Czwartek','Piątek','Sobota'], 14 | dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'], 15 | dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'], 16 | digits: null, 17 | dateFormat: 'yyyy-mm-dd', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.pl = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.pl; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-en-GB.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | English/UK localisation for Gregorian/Julian calendars for jQuery. 3 | Stuart. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['en-GB'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['January','February','March','April','May','June', 10 | 'July','August','September','October','November','December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 13 | dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], 14 | dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], 15 | dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions['en-GB'] = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions['en-GB']; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-ja.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Japanese localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Kentaro SATO (kentaro@ranvis.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ja = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['1月','2月','3月','4月','5月','6月', 10 | '7月','8月','9月','10月','11月','12月'], 11 | monthNamesShort: ['1月','2月','3月','4月','5月','6月', 12 | '7月','8月','9月','10月','11月','12月'], 13 | dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'], 14 | dayNamesShort: ['日','月','火','水','木','金','土'], 15 | dayNamesMin: ['日','月','火','水','木','金','土'], 16 | digits: $.calendars.substituteChineseDigits( 17 | ['〇', '一', '二', '三', '四', '五', '六', '七', '八', '九'], ['', '十', '百', '千']), 18 | dateFormat: 'yyyy/mm/dd', 19 | firstDay: 0, 20 | isRTL: false 21 | }; 22 | if ($.calendars.calendars.julian) { 23 | $.calendars.calendars.julian.prototype.regionalOptions.ja = 24 | $.calendars.calendars.gregorian.prototype.regionalOptions.ja; 25 | } 26 | })(jQuery); 27 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-me.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Montenegrin localisation for Gregorian/Julian calendars for jQuery. 3 | By Miloš Milošević - fleka d.o.o. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.me = { 7 | name: 'Грегоријански', 8 | epochs: ['пне', 'не'], 9 | monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун', 10 | 'Јул','Август','Септембар','Октобар','Новембар','Децембар'], 11 | monthNamesShort: ['Јан', 'Феб', 'Мар', 'Апр', 'Мај', 'Јун', 12 | 'Јул', 'Авг', 'Сеп', 'Окт', 'Нов', 'Дец'], 13 | dayNames: ['Неђеља', 'Понеђељак', 'Уторак', 'Сриједа', 'Четвртак', 'Петак', 'Субота'], 14 | dayNamesShort: ['Неђ', 'Пон', 'Уто', 'Сри', 'Чет', 'Пет', 'Суб'], 15 | dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.me = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.me; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-pl.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Polish localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Jacek Wysocki (jacek.wysocki@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.pl = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec', 10 | 'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'], 11 | monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze', 12 | 'Lip','Sie','Wrz','Pa','Lis','Gru'], 13 | dayNames: ['Niedziela','Poniedzialek','Wtorek','Środa','Czwartek','Piątek','Sobota'], 14 | dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'], 15 | dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'], 16 | digits: null, 17 | dateFormat: 'yyyy-mm-dd', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.pl = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.pl; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-de-CH.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Swiss-German localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Douglas Jose & Juerg Meier. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['de-CH'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','März','April','Mai','Juni', 10 | 'Juli','August','September','Oktober','November','Dezember'], 11 | monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dez'], 13 | dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'], 14 | dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'], 15 | dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions['de-CH'] = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions['de-CH']; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-hi-IN.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Hindi INDIA localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Pawan Kumar Singh. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['hi-IN'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['जनवरी',' फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून','जुलाई', 'अगस्त', 'सितम्बर', 'अक्टूबर', 'नवम्बर', 'दिसम्बर'], 10 | monthNamesShort: ['जन', 'फर', 'मार्च','अप्रै', 'मई', 'जून','जुलाई', 'अग', 'सित', 'अक्टू', 'नव', 'दिस'], 11 | dayNames: ['रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'], 12 | dayNamesShort: ['रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र', 'शनि'], 13 | dayNamesMin: ['र','सो','मं','बु','गु','शु','श'], 14 | digits: null, 15 | dateFormat: 'dd/mm/yyyy', 16 | firstDay: 1, 17 | isRTL: false 18 | }; 19 | if ($.calendars.calendars.julian) { 20 | $.calendars.calendars.julian.prototype.regionalOptions['hi-IN'] = 21 | $.calendars.calendars.gregorian.prototype.regionalOptions['hi-IN']; 22 | } 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-uk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Ukrainian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Maxim Drogobitskiy (maxdao@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.uk = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Січень','Лютий','Березень','Квітень','Травень','Червень', 10 | 'Липень','Серпень','Вересень','Жовтень','Листопад','Грудень'], 11 | monthNamesShort: ['Січ','Лют','Бер','Кві','Тра','Чер', 12 | 'Лип','Сер','Вер','Жов','Лис','Гру'], 13 | dayNames: ['неділя','понеділок','вівторок','середа','четвер','п\'ятниця','субота'], 14 | dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'], 15 | dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.uk = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.uk; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-de-CH.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Swiss-German localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Douglas Jose & Juerg Meier. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['de-CH'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','März','April','Mai','Juni', 10 | 'Juli','August','September','Oktober','November','Dezember'], 11 | monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dez'], 13 | dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'], 14 | dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'], 15 | dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'], 16 | digits: null, 17 | dateFormat: 'dd.mm.yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions['de-CH'] = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions['de-CH']; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-eu.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Basque localisation for Gregorian/Julian calendars for jQuery. 3 | Karrikas-ek itzulia (karrikas@karrikas.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.eu = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina', 10 | 'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'], 11 | monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka', 12 | 'Uzt','Abu','Ira','Urr','Aza','Abe'], 13 | dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'], 14 | dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'], 15 | dayNamesMin: ['Ig','As','As','As','Os','Os','La'], 16 | digits: null, 17 | dateFormat: 'yyyy/mm/dd', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.eu = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.eu; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-hi-IN.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Hindi INDIA localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Pawan Kumar Singh. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['hi-IN'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['जनवरी',' फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून','जुलाई', 'अगस्त', 'सितम्बर', 'अक्टूबर', 'नवम्बर', 'दिसम्बर'], 10 | monthNamesShort: ['जन', 'फर', 'मार्च','अप्रै', 'मई', 'जून','जुलाई', 'अग', 'सित', 'अक्टू', 'नव', 'दिस'], 11 | dayNames: ['रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'], 12 | dayNamesShort: ['रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र', 'शनि'], 13 | dayNamesMin: ['र','सो','मं','बु','गु','शु','श'], 14 | digits: null, 15 | dateFormat: 'dd/mm/yyyy', 16 | firstDay: 1, 17 | isRTL: false 18 | }; 19 | if ($.calendars.calendars.julian) { 20 | $.calendars.calendars.julian.prototype.regionalOptions['hi-IN'] = 21 | $.calendars.calendars.gregorian.prototype.regionalOptions['hi-IN']; 22 | } 23 | })(jQuery); 24 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-uk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Ukrainian localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Maxim Drogobitskiy (maxdao@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.uk = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Січень','Лютий','Березень','Квітень','Травень','Червень', 10 | 'Липень','Серпень','Вересень','Жовтень','Листопад','Грудень'], 11 | monthNamesShort: ['Січ','Лют','Бер','Кві','Тра','Чер', 12 | 'Лип','Сер','Вер','Жов','Лис','Гру'], 13 | dayNames: ['неділя','понеділок','вівторок','середа','четвер','п\'ятниця','субота'], 14 | dayNamesShort: ['нед','пнд','вів','срд','чтв','птн','сбт'], 15 | dayNamesMin: ['Нд','Пн','Вт','Ср','Чт','Пт','Сб'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.uk = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.uk; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-eu.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Basque localisation for Gregorian/Julian calendars for jQuery. 3 | Karrikas-ek itzulia (karrikas@karrikas.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.eu = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina', 10 | 'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'], 11 | monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka', 12 | 'Uzt','Abu','Ira','Urr','Aza','Abe'], 13 | dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'], 14 | dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'], 15 | dayNamesMin: ['Ig','As','As','As','Os','Os','La'], 16 | digits: null, 17 | dateFormat: 'yyyy/mm/dd', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.eu = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.eu; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-fo.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Faroese localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Sverri Mohr Olsen, sverrimo@gmail.com */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.fo = { 7 | name: 'Gregorianskur', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','Mars','Apríl','Mei','Juni', 10 | 'Juli','August','September','Oktober','November','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Des'], 13 | dayNames: ['Sunnudagur','Mánadagur','Týsdagur','Mikudagur','Hósdagur','Fríggjadagur','Leyardagur'], 14 | dayNamesShort: ['Sun','Mán','Týs','Mik','Hós','Frí','Ley'], 15 | dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'], 16 | digits: null, 17 | dateFormat: 'dd-mm-yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.fo = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.fo; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-ka.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Georgian localisation for Gregorian/Julian calendars for jQuery. 3 | Andrei Gorbushkin. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ka = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['იანვარი','თებერვალი','მარტი','აპრილი','მაისი','ივნისი', 10 | 'ივლისი','აგვისტო','სექტემბერი','ოქტომბერი','ნოემბერი','დეკემბერი'], 11 | monthNamesShort: ['იან', 'თებ', 'მარ', 'აპრ', 'მაისი', 'ივნ', 12 | 'ივლ', 'აგვ', 'სექ', 'ოქტ', 'ნოე', 'დეკ'], 13 | dayNames: ['კვირა', 'ორშაბათი', 'სამშაბათი', 'ოთხშაბათი', 'ხუთშაბათი', 'პარასკევი', 'შაბათი'], 14 | dayNamesShort: ['კვ', 'ორშ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ'], 15 | dayNamesMin: ['კვ','ორ','სმ','ოთ', 'ხშ', 'პრ','შბ'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ka = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ka; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-fo.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Faroese localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Sverri Mohr Olsen, sverrimo@gmail.com */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.fo = { 7 | name: 'Gregorianskur', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januar','Februar','Mars','Apríl','Mei','Juni', 10 | 'Juli','August','September','Oktober','November','Desember'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Des'], 13 | dayNames: ['Sunnudagur','Mánadagur','Týsdagur','Mikudagur','Hósdagur','Fríggjadagur','Leyardagur'], 14 | dayNamesShort: ['Sun','Mán','Týs','Mik','Hós','Frí','Ley'], 15 | dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'], 16 | digits: null, 17 | dateFormat: 'dd-mm-yyyy', 18 | firstDay: 0, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.fo = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.fo; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-ka.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Georgian localisation for Gregorian/Julian calendars for jQuery. 3 | Andrei Gorbushkin. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.ka = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['იანვარი','თებერვალი','მარტი','აპრილი','მაისი','ივნისი', 10 | 'ივლისი','აგვისტო','სექტემბერი','ოქტომბერი','ნოემბერი','დეკემბერი'], 11 | monthNamesShort: ['იან', 'თებ', 'მარ', 'აპრ', 'მაისი', 'ივნ', 12 | 'ივლ', 'აგვ', 'სექ', 'ოქტ', 'ნოე', 'დეკ'], 13 | dayNames: ['კვირა', 'ორშაბათი', 'სამშაბათი', 'ოთხშაბათი', 'ხუთშაბათი', 'პარასკევი', 'შაბათი'], 14 | dayNamesShort: ['კვ', 'ორშ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ'], 15 | dayNamesMin: ['კვ','ორ','სმ','ოთ', 'ხშ', 'პრ','შბ'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.ka = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.ka; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /src/js/jquery.calendars-mk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Македонски MK localisation for Gregorian/Julian calendars for jQuery. 3 | Hajan Selmani (hajan [at] live [dot] com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.mk = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Јануари','Февруари','Март','Април','Мај','Јуни', 10 | 'Јули','Август','Септември','Октомври','Ноември','Декември'], 11 | monthNamesShort: ['Јан', 'Фев', 'Мар', 'Апр', 'Мај', 'Јун', 12 | 'Јул', 'Авг', 'Сеп', 'Окт', 'Нов', 'Дек'], 13 | dayNames: ['Недела', 'Понеделник', 'Вторник', 'Среда', 'Четврток', 'Петок', 'Сабота'], 14 | dayNamesShort: ['Нед', 'Пон', 'Вто', 'Сре', 'Чет', 'Пет', 'Саб'], 15 | dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Са'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.mk = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.mk; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-en-AU.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | English/Australia localisation for Gregorian/Julian calendars for jQuery. 3 | Based on en-GB. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['en-AU'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['January','February','March','April','May','June', 10 | 'July','August','September','October','November','December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 13 | dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], 14 | dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], 15 | dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions['en-AU'] = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions['en-AU']; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-en-NZ.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | English/New Zealand localisation for Gregorian/Julian calendars for jQuery. 3 | Based on en-GB. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['en-NZ'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['January','February','March','April','May','June', 10 | 'July','August','September','October','November','December'], 11 | monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 12 | 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 13 | dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], 14 | dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], 15 | dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions['en-NZ'] = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions['en-NZ']; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-fa.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Farsi/Persian localisation for Gregorian/Julian calendars for jQuery. 3 | Javad Mowlanezhad -- jmowla@gmail.com */ 4 | (function($) { 5 | 'use strict'; 6 | /* jshint -W100 */ 7 | $.calendars.calendars.gregorian.prototype.regionalOptions.fa = { 8 | name: 'Gregorian', 9 | epochs: ['BCE', 'CE'], 10 | monthNames: ['فروردین','اردیبهشت','خرداد','تیر','مرداد','شهریور', 11 | 'مهر','آبان','آذر','دی','بهمن','اسفند'], 12 | monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'], 13 | dayNames: ['یکشنبه','دوشنبه','سه‌شنبه','چهارشنبه','پنج‌شنبه','جمعه','شنبه'], 14 | dayNamesShort: ['ی','د','س','چ','پ','ج', 'ش'], 15 | dayNamesMin: ['ی','د','س','چ','پ','ج', 'ش'], 16 | digits: $.calendars.substituteDigits(['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹']), 17 | dateFormat: 'yyyy/mm/dd', 18 | firstDay: 6, 19 | isRTL: true 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.fa = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.fa; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-mk.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Македонски MK localisation for Gregorian/Julian calendars for jQuery. 3 | Hajan Selmani (hajan [at] live [dot] com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.mk = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Јануари','Февруари','Март','Април','Мај','Јуни', 10 | 'Јули','Август','Септември','Октомври','Ноември','Декември'], 11 | monthNamesShort: ['Јан', 'Фев', 'Мар', 'Апр', 'Мај', 'Јун', 12 | 'Јул', 'Авг', 'Сеп', 'Окт', 'Нов', 'Дек'], 13 | dayNames: ['Недела', 'Понеделник', 'Вторник', 'Среда', 'Четврток', 'Петок', 'Сабота'], 14 | dayNamesShort: ['Нед', 'Пон', 'Вто', 'Сре', 'Чет', 'Пет', 'Саб'], 15 | dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Са'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.mk = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.mk; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-mt.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Maltese localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Chritian Sciberras (uuf6429@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.mt = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Jannar','Frar','Marzu','April','Mejju','Ġunju', 10 | 'Lulju','Awissu','Settembru','Ottubru','Novembru','Diċembru'], 11 | monthNamesShort: ['Jan', 'Fra', 'Mar', 'Apr', 'Mej', 'Ġun', 12 | 'Lul', 'Awi', 'Set', 'Ott', 'Nov', 'Diċ'], 13 | dayNames: ['Il-Ħadd', 'It-Tnejn', 'It-Tlieta', 'L-Erbgħa', 'Il-Ħamis', 'Il-Ġimgħa', 'Is-Sibt'], 14 | dayNamesShort: ['Ħad', 'Tne', 'Tli', 'Erb', 'Ħam', 'Ġim', 'Sib'], 15 | dayNamesMin: ['Ħ','T','T','E','Ħ','Ġ','S'], 16 | digits: null, 17 | dateFormat: 'dd/mm/yyyy', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.mt = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.mt; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-sv.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Swedish localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Anders Ekdahl (anders@nomadiz.se). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.sv = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['Januari','Februari','Mars','April','Maj','Juni', 10 | 'Juli','Augusti','September','Oktober','November','December'], 11 | monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', 12 | 'Jul','Aug','Sep','Okt','Nov','Dec'], 13 | dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'], 14 | dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'], 15 | dayNamesMin: ['Sö','Må','Ti','On','To','Fr','Lö'], 16 | digits: null, 17 | dateFormat: 'yyyy-mm-dd', 18 | firstDay: 1, 19 | isRTL: false 20 | }; 21 | if ($.calendars.calendars.julian) { 22 | $.calendars.calendars.julian.prototype.regionalOptions.sv = 23 | $.calendars.calendars.gregorian.prototype.regionalOptions.sv; 24 | } 25 | })(jQuery); 26 | -------------------------------------------------------------------------------- /dist/js/jquery.calendars-te.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Telugu INDIA localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Dushyanth Karri. */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions.te = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['జనవరి', 'ఫిబ్రవరి', 'మార్చ్', 'ఎప్రిల్', 'మె', 'జున్', 10 | 'జులై', 'ఆగస్ట్', 'సెప్టెంబర్', 'అక్టొబర్', 'నవెంబర్', 'డిసెంబర్'], 11 | monthNamesShort: ['जन', 'फर', 'మార్చ్', 'ఎప్రిల్', 'మె', 'జున్', 'జులై', 'ఆగ్', 'సెప్', 'అక్ట్', 'నొవ్', 'డిస్'], 12 | dayNames: ['ఆధివారం', 'సొమవారం', 'మంగ్లవారం', 'బుధవారం', 'గురువారం', 'శుక్రవారం', 'శనివారం'], 13 | dayNamesShort: ['ఆధి', 'సొమ', 'మంగ్ల', 'బుధ', 'గురు', 'శుక్ర', 'శని'], 14 | dayNamesMin: ['ఆ','సొ','మం','బు','గు','శు','శ'], 15 | digits: null, 16 | dateFormat: 'dd/mm/yyyy', 17 | firstDay: 1, 18 | isRTL: false 19 | }; 20 | if ($.calendars.calendars.julian) { 21 | $.calendars.calendars.julian.prototype.regionalOptions.te = 22 | $.calendars.calendars.gregorian.prototype.regionalOptions.te; 23 | } 24 | })(jQuery); -------------------------------------------------------------------------------- /dist/js/jquery.calendars-zh-TW.js: -------------------------------------------------------------------------------- 1 | /* http://keith-wood.name/calendars.html 2 | Traditional Chinese localisation for Gregorian/Julian calendars for jQuery. 3 | Written by Ressol (ressol@gmail.com). */ 4 | (function($) { 5 | 'use strict'; 6 | $.calendars.calendars.gregorian.prototype.regionalOptions['zh-TW'] = { 7 | name: 'Gregorian', 8 | epochs: ['BCE', 'CE'], 9 | monthNames: ['一月','二月','三月','四月','五月','六月', 10 | '七月','八月','九月','十月','十一月','十二月'], 11 | monthNamesShort: ['一','二','三','四','五','六', 12 | '七','八','九','十','十一','十二'], 13 | dayNames: ['星期日','星期一','星期二','星期三','星期四','星期五','星期六'], 14 | dayNamesShort: ['周日','周一','周二','周三','周四','周五','周六'], 15 | dayNamesMin: ['日','一','二','三','四','五','六'], 16 | digits: $.calendars.substituteChineseDigits( 17 | ['〇', '一', '二', '三', '四', '五', '六', '七', '八', '九'], ['', '十', '百', '千']), 18 | dateFormat: 'yyyy/mm/dd', 19 | firstDay: 1, 20 | isRTL: false 21 | }; 22 | if ($.calendars.calendars.julian) { 23 | $.calendars.calendars.julian.prototype.regionalOptions['zh-TW'] = 24 | $.calendars.calendars.gregorian.prototype.regionalOptions['zh-TW']; 25 | } 26 | })(jQuery); 27 | --------------------------------------------------------------------------------