รวม code แก้ไข OP 3138, 3141, 2736, 2654

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-11 16:13:02 +07:00
parent ecf60f7b5b
commit c980d4cc38
282 changed files with 21778 additions and 190 deletions

View File

@@ -0,0 +1,208 @@
/* Flora styling for jQuery Calendars Picker v2.0.0. */
.calendars {
background-color: #e0f4d7;
color: #000;
border: 1px solid #f90;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
font-family: THSarabunNew;
font-size: 19px;
}
.calendars-rtl {
direction: rtl;
}
.calendars-popup {
z-index: 1000;
}
.calendars-disable {
position: absolute;
z-index: 100;
background-color: white;
opacity: 0.5;
filter: alpha(opacity=50);
}
.calendars a {
color: #000;
text-decoration: none;
}
.calendars a.calendars-disabled {
color: #888;
cursor: auto;
}
.calendars button {
margin: 0.25em;
padding: 0.125em 0em;
background-color: #fc8;
border: none;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
font-weight: bold;
}
.calendars-nav, .calendars-ctrl {
float: left;
width: 100%;
background-color: #e0f4d7;
color: #fff;
font-size: 90%;
font-weight: bold;
}
.datepick-ctrl {
background-color: #f90;
}
.calendars-cmd {
width: 30%;
}
.calendars-cmd:hover {
background-color: #b1db87;
}
.calendars-ctrl .calendars-cmd:hover {
background-color: #fa4;
}
.calendars-cmd-prevJump, .calendars-cmd-nextJump {
width: 8%;
}
a.calendars-cmd {
height: 1.5em;
}
button.calendars-cmd {
text-align: center;
}
.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
float: left;
padding-left: 2%;
}
.calendars-cmd-current, .calendars-cmd-today {
float: left;
width: 35%;
text-align: center;
}
.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
float: right;
padding-right: 2%;
text-align: right;
}
.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
float: right;
padding-left: 0%;
padding-right: 2%;
text-align: right;
}
.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
float: right;
}
.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
float: left;
padding-left: 2%;
padding-right: 0%;
text-align: left;
}
.calendars-month-nav {
float: left;
background-color: #b1db87;
text-align: center;
}
.calendars-month-nav div {
float: left;
width: 12.5%;
margin: 1%;
padding: 1%;
}
.calendars-month-nav span {
color: #888;
}
.calendars-month-row {
clear: left;
}
.calendars-month {
float: left;
width: 15em;
border: 1px solid #83c948;
text-align: center;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
height: 1.5em;
background-color: #83c948;
color: #fff;
font-weight: bold;
}
.calendars-month-header select, .calendars-month-header input {
height: 1.4em;
border: none;
}
.calendars-month-header input {
position: absolute;
display: none;
}
.calendars-month table {
width: 100%;
border-collapse: collapse;
}
.calendars-month thead {
border-bottom: 1px solid #aaa;
}
.calendars-month th, .calendars-month td {
margin: 0em;
padding: 0em;
font-weight: normal;
text-align: center;
}
.calendars-month th {
border: 1px solid #b1db87;
}
.calendars-month th, .calendars-month th a {
background-color: #b1db87;
color: #000;
border: 1px solid #b1db87;
}
.calendars-month td {
background-color: #fff;
color: #666;
border: 1px solid #b1db87;
}
.calendars-month td.calendars-week * {
background-color: #b1db87;
color: #666;
border: none;
}
.calendars-month a {
display: block;
width: 100%;
padding: 0.125em 0em;
text-decoration: none;
}
.calendars-month span {
display: block;
width: 100%;
padding: 0.125em 0em;
}
.calendars-month td span {
color: #888;
}
.calendars-month td .calendars-other-month {
background-color: #e0f4d7;
}
.calendars-month td .calendars-weekend {
background-color: #e0f4d7;
}
.calendars-month td .calendars-today {
background-color: #b1db87;
}
.calendars-month td .calendars-highlight {
background-color: #fc8;
}
.calendars-month td .calendars-selected {
background-color: #f90;
color: #fff;
}
.calendars-status {
clear: both;
background-color: #b1db87;
text-align: center;
}
.calendars-clear-fix {
clear: both;
}

View File

@@ -0,0 +1,197 @@
/* Humanity styling for jQuery Calendars Picker v2.0.0. */
.calendars {
background-color: #f4f0ec;
color: #1e1b1c;
border: 1px solid #cb842e;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
font-family: Arial,Helvetica,Sans-serif;
font-size: 90%;
}
.calendars-rtl {
direction: rtl;
}
.calendars-popup {
z-index: 1000;
}
.calendars-disable {
position: absolute;
z-index: 100;
background-color: white;
opacity: 0.5;
filter: alpha(opacity=50);
}
.calendars a {
color: #1e1b1c;
text-decoration: none;
}
.calendars a.calendars-disabled {
color: #888;
cursor: auto;
}
.calendars button {
margin: 0.25em;
padding: 0.125em 0em;
background-color: #ede4d4;
border: none;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
font-weight: bold;
}
.calendars-nav, .calendars-ctrl {
float: left;
width: 100%;
background-color: #ede4d4;
font-size: 90%;
font-weight: bold;
}
.calendars-ctrl {
background-color: #cb842e;
}
.calendars-cmd {
width: 30%;
}
.calendars-cmd:hover {
background-color: #f4f0ec;
}
.calendars-cmd-prevJump, .calendars-cmd-nextJump {
width: 8%;
}
a.calendars-cmd {
height: 1.5em;
}
button.calendars-cmd {
text-align: center;
}
.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
float: left;
padding-left: 2%;
}
.calendars-cmd-current, .calendars-cmd-today {
float: left;
width: 35%;
text-align: center;
}
.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
float: right;
padding-right: 2%;
text-align: right;
}
.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
float: right;
padding-left: 0%;
padding-right: 2%;
text-align: right;
}
.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
float: right;
}
.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
float: left;
padding-left: 2%;
padding-right: 0%;
text-align: left;
}
.calendars-month-nav {
float: left;
text-align: center;
}
.calendars-month-nav div {
float: left;
width: 12.5%;
margin: 1%;
padding: 1%;
}
.calendars-month-nav span {
color: #888;
}
.calendars-month-row {
clear: left;
}
.calendars-month {
float: left;
width: 17em;
border: 1px solid #e0cfc2;
text-align: center;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
height: 1.5em;
background-color: #cb842e;
color: #fff;
font-weight: bold;
}
.calendars-month-header select, .calendars-month-header input {
height: 1.4em;
border: none;
}
.calendars-month-header input {
position: absolute;
display: none;
}
.calendars-month table {
width: 100%;
border: 2px solid transparent;
border-collapse: collapse;
}
.calendars-month th, .calendars-month td {
margin: 0em;
padding: 0.125em;
font-weight: normal;
text-align: center;
}
.calendars-month td.calendars-week,
.calendars-month td.calendars-week * {
background-color: #cb842e;
color: #fff;
border: 1px solid #cb842e;
}
.calendars-month a {
display: block;
width: 100%;
padding: 0.125em 0em;
background-color: #ede4d4;
color: #000;
border: 1px solid #cdc3b7;
text-decoration: none;
}
.calendars-month span {
display: block;
margin-top: 0.25em;
}
.calendars-month a {
background-color: #ede4d4;
color: #444;
border: 1px solid #cdc3b7;
text-decoration: none;
}
.calendars-month td span {
color: #888;
}
.calendars-month td .calendars-other-month {
background-color: #f4f0ec;
}
.calendars-month td .calendars-today {
background-color: #f5f5b5;
border: 1px solid #d9bb73;
}
.calendars-month td .calendars-highlight {
background-color: #f5f0e5;
color: #1e1b1c;
border: 1px solid #f5ad66;
}
.calendars-month td .calendars-selected {
background-color: #cb842e;
color: #fff;
border: 1px solid #cb842e;
}
.calendars-status {
clear: both;
text-align: center;
}
.calendars-clear-fix {
clear: both;
}

View File

@@ -0,0 +1,215 @@
/* Default styling for jQuery Calendars Picker v2.0.0. */
.calendars {
background-color: #fff;
color: #000;
border: 1px solid #444;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
font-family: THSarabunNew;
font-size: 19px;
}
.calendars-rtl {
direction: rtl;
}
.calendars-popup {
z-index: 10000;
}
.calendars-disable {
position: absolute;
z-index: 100;
background-color: white;
opacity: 0.5;
filter: alpha(opacity=50);
}
.calendars a {
color: #fff;
text-decoration: none;
}
.calendars a.calendars-disabled {
color: #888;
cursor: auto;
}
.calendars button {
margin: 0.25em;
padding: 0.125em 0em;
background-color: #fcc;
border: none;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
font-weight: bold;
}
.calendars-nav, .calendars-ctrl {
float: left;
width: 100%;
background-color: #000;
color: #fff;
font-size: 90%;
font-weight: bold;
}
.calendars-ctrl {
background-color: #600;
}
.calendars-cmd {
width: 30%;
}
.calendars-cmd:hover {
background-color: #777;
}
.calendars-ctrl .calendars-cmd:hover {
background-color: #f08080;
}
.calendars-cmd-prevJump, .calendars-cmd-nextJump {
width: 8%;
}
a.calendars-cmd {
height: 1.5em;
}
button.calendars-cmd {
text-align: center;
}
.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
float: left;
padding-left: 2%;
}
.calendars-cmd-current, .calendars-cmd-today {
float: left;
width: 35%;
text-align: center;
}
.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
float: right;
padding-right: 2%;
text-align: right;
}
.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
float: right;
padding-left: 0%;
padding-right: 2%;
text-align: right;
}
.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
float: right;
}
.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
float: left;
padding-left: 2%;
padding-right: 0%;
text-align: left;
}
.calendars-month-nav {
float: left;
background-color: #777;
text-align: center;
}
.calendars-month-nav div {
float: left;
width: 12.5%;
margin: 1%;
padding: 1%;
}
.calendars-month-nav span {
color: #888;
}
.calendars-month-row {
clear: left;
}
.calendars-month {
float: left;
width: 15em;
border: 1px solid #444;
text-align: center;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
height: 1.5em;
background-color: #444;
color: #fff;
font-weight: bold;
}
.calendars-month-header select, .calendars-month-header input {
height: 1.4em;
border: none;
}
.calendars-month-header input {
position: absolute;
display: none;
}
.calendars-month table {
width: 100%;
border-collapse: collapse;
}
.calendars-month thead {
border-bottom: 1px solid #aaa;
}
.calendars-month th, .calendars-month td {
margin: 0em;
padding: 0em;
font-weight: normal;
text-align: center;
}
.calendars-month th {
border: 1px solid #777;
}
.calendars-month th, .calendars-month th a {
background-color: #777;
color: #fff;
}
.calendars-month td {
background-color: #eee;
border: 1px solid #aaa;
}
.calendars-month td.calendars-week {
border: 1px solid #777;
}
.calendars-month td.calendars-week * {
background-color: #777;
color: #fff;
border: none;
}
.calendars-month a {
display: block;
width: 100%;
padding: 0.125em 0em;
background-color: #eee;
color: #000;
text-decoration: none;
}
.calendars-month span {
display: block;
width: 100%;
padding: 0.125em 0em;
}
.calendars-month td span {
color: #888;
}
.calendars-month td .calendars-other-month {
background-color: #fff;
}
.calendars-month td .calendars-weekend {
background-color: #ddd;
}
.calendars-month td .calendars-today {
background-color: #f0c0c0;
}
.calendars-month td .calendars-highlight {
background-color: #f08080;
}
.calendars-month td .calendars-selected {
background-color: #777;
color: #fff;
}
.calendars-month th.calendars-week {
background-color: #777;
color: #fff;
}
.calendars-status {
clear: both;
background-color: #ddd;
text-align: center;
}
.calendars-clear-fix {
clear: both;
}

View File

@@ -0,0 +1,199 @@
/* Redmond styling for jQuery Calendars Picker v2.0.0. */
.calendars {
background-color: #fff;
color: #222;
border: 1px solid #4297d7;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
font-family: Arial,Helvetica,Sans-serif;
font-size: 90%;
}
.calendars-rtl {
direction: rtl;
}
.calendars-popup {
z-index: 1000;
}
.calendars-disable {
position: absolute;
z-index: 100;
background-color: white;
opacity: 0.5;
filter: alpha(opacity=50);
}
.calendars a {
color: #222;
text-decoration: none;
}
.calendars a.calendars-disabled {
color: #888;
cursor: auto;
}
.calendars button {
margin: 0.25em;
padding: 0.125em 0em;
background-color: #5c9ccc;
color: #fff;
border: none;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
font-weight: bold;
}
.calendars-nav, .calendars-ctrl {
float: left;
width: 100%;
background-color: #fff;
font-size: 90%;
font-weight: bold;
}
.calendars-ctrl {
background-color: #d0e5f5;
}
.calendars-cmd {
width: 30%;
}
.calendars-cmd:hover {
background-color: #dfeffc;
}
button.calendars-cmd:hover {
background-color: #79b7e7;
}
.calendars-cmd-prevJump, .calendars-cmd-nextJump {
width: 8%;
}
a.calendars-cmd {
height: 1.5em;
}
button.calendars-cmd {
text-align: center;
}
.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
float: left;
padding-left: 2%;
}
.calendars-cmd-current, .calendars-cmd-today {
float: left;
width: 35%;
text-align: center;
}
.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
float: right;
padding-right: 2%;
text-align: right;
}
.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
float: right;
padding-left: 0%;
padding-right: 2%;
text-align: right;
}
.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
float: right;
}
.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
float: left;
padding-left: 2%;
padding-right: 0%;
text-align: left;
}
.calendars-month-nav {
float: left;
text-align: center;
}
.calendars-month-nav div {
float: left;
width: 12.5%;
margin: 1%;
padding: 1%;
}
.calendars-month-nav span {
color: #888;
}
.calendars-month-row {
clear: left;
}
.calendars-month {
float: left;
width: 15em;
border: 1px solid #5c9ccc;
text-align: center;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
height: 1.5em;
background-color: #5c9ccc;
color: #fff;
font-weight: bold;
}
.calendars-month-header select, .calendars-month-header input {
height: 1.4em;
border: none;
}
.calendars-month-header input {
position: absolute;
display: none;
}
.calendars-month table {
width: 100%;
border-collapse: collapse;
}
.calendars-month thead {
border-bottom: 1px solid #aaa;
}
.calendars-month th, .calendars-month td {
margin: 0em;
padding: 0em;
font-weight: normal;
text-align: center;
}
.calendars-month th {
border: 1px solid #fff;
border-bottom: 1px solid #c5dbec;
}
.calendars-month td {
border: 1px solid #c5dbec;
}
.calendars-month td.calendars-week * {
background-color: #d0e5f5;
color: #222;
border: none;
}
.calendars-month a {
display: block;
width: 100%;
padding: 0.125em 0em;
background-color: #dfeffc;
color: #000;
text-decoration: none;
}
.calendars-month span {
display: block;
width: 100%;
padding: 0.125em 0em;
}
.calendars-month td span {
color: #888;
}
.calendars-month td .calendars-other-month {
background-color: #fff;
}
.calendars-month td .calendars-today {
background-color: #fad42e;
}
.calendars-month td .calendars-highlight {
background-color: #79b7e7;
}
.calendars-month td .calendars-selected {
background-color: #4297d7;
color: #fff;
}
.calendars-status {
clear: both;
text-align: center;
}
.calendars-clear-fix {
clear: both;
}

View File

@@ -0,0 +1,200 @@
/* Smoothness styling for jQuery Calendars Picker v2.0.0. */
.calendars {
background-color: #fff;
color: #222;
border: 1px solid #aaa;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
font-family: Arial,Helvetica,Sans-serif;
font-size: 90%;
}
.calendars-rtl {
direction: rtl;
}
.calendars-popup {
z-index: 1000;
}
.calendars-disable {
position: absolute;
z-index: 100;
background-color: white;
opacity: 0.5;
filter: alpha(opacity=50);
}
.calendars a {
color: #222;
text-decoration: none;
}
.calendars a.calendars-disabled {
color: #888;
cursor: auto;
}
.calendars button {
margin: 0.25em;
padding: 0.125em 0em;
background-color: #fcc;
border: none;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
font-weight: bold;
}
.calendars-nav, .calendars-ctrl {
float: left;
width: 100%;
background-color: #fff;
font-size: 90%;
font-weight: bold;
}
.calendars-ctrl {
background-color: #fee6e3;
}
.calendars-cmd {
width: 30%;
}
.calendars-cmd:hover {
background-color: #e0e0e0;
}
.calendars-ctrl .calendars-cmd:hover {
background-color: #f08080;
}
.calendars-cmd-prevJump, .calendars-cmd-nextJump {
width: 8%;
}
a.calendars-cmd {
height: 1.5em;
}
button.calendars-cmd {
text-align: center;
}
.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
float: left;
padding-left: 2%;
}
.calendars-cmd-current, .calendars-cmd-today {
float: left;
width: 35%;
text-align: center;
}
.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
float: right;
padding-right: 2%;
text-align: right;
}
.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
float: right;
padding-left: 0%;
padding-right: 2%;
text-align: right;
}
.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
float: right;
}
.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
float: left;
padding-left: 2%;
padding-right: 0%;
text-align: left;
}
.calendars-month-nav {
float: left;
text-align: center;
}
.calendars-month-nav div {
float: left;
width: 12.5%;
margin: 1%;
padding: 1%;
}
.calendars-month-nav span {
color: #888;
}
.calendars-month-row {
clear: left;
}
.calendars-month {
float: left;
width: 15em;
border: 1px solid #aaa;
text-align: center;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
height: 1.5em;
background-color: #e0e0e0;
color: #222;
font-weight: bold;
}
.calendars-month-header select, .calendars-month-header input {
height: 1.4em;
border: none;
}
.calendars-month-header input {
position: absolute;
display: none;
}
.calendars-month table {
width: 100%;
border-collapse: collapse;
}
.calendars-month thead {
border-bottom: 1px solid #aaa;
}
.calendars-month th, .calendars-month td {
margin: 0em;
padding: 0em;
font-weight: normal;
text-align: center;
}
.calendars-month thead tr {
border: 1px solid #aaa;
}
.calendars-month td {
background-color: #eee;
border: 1px solid #aaa;
}
.calendars-month td.calendars-week * {
background-color: #e0e0e0;
color: #222;
border: none;
}
.calendars-month a {
display: block;
width: 100%;
padding: 0.125em 0em;
background-color: #eee;
color: #000;
text-decoration: none;
}
.calendars-month span {
display: block;
width: 100%;
padding: 0.125em 0em;
}
.calendars-month td span {
color: #888;
}
.calendars-month td .calendars-other-month {
background-color: #fff;
}
.calendars-month td .calendars-weekend {
background-color: #ddd;
}
.calendars-month td .calendars-today {
background-color: #fbf9ee;
}
.calendars-month td .calendars-highlight {
background-color: #dadada;
}
.calendars-month td .calendars-selected {
background-color: #fcc;
}
.calendars-status {
clear: both;
text-align: center;
}
.calendars-clear-fix {
clear: both;
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Blacktie override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #eeeeee; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #1c1c1c; /* Set (.ui-state-hover) colours from theme here */
color: #ffffff;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #333333; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Blitzer override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #f6f6f6; /* Set (.ui-state-hover) colours from theme here */
color: #111111;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #cc0000; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #555555; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Cupertino override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #222222; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #f0f0f0; /* Set (.ui-state-hover) colours from theme here */
color: #0b5b98;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #e7eef3; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Dark Hive override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #003147; /* Set (.ui-state-hover) colours from theme here */
color: #ffffff;;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #444444; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #eeeeee; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller DotLuv override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #f6f6f6; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #00498f; /* Set (.ui-state-hover) colours from theme here */
color: #ffffff;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #0b3e6f; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #ffffff; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Eggplant override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #eae6ea; /* Set (.ui-state-hover) colours from theme here */
color: #734d99;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #30273a; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #fafafa; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller ExciteBike override style sheet for jQuery dCalendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #e69700; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #2293f7; /* Set (.ui-state-hover) colours from theme here */
color: #ffffff;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #f9f9f9; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #333333; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Flick override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #444444; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #0073ea; /* Set (.ui-state-hover) colours from theme here */
color: #ffffff;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #dddddd; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #444444; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller HotSneaks override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #e1e463; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #ccd232; /* Set (.ui-state-hover) colours from theme here */
color: #212121;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #35414f; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Humanity override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #f5f0e5; /* Set (.ui-state-hover) colours from theme here */
color: #a46313;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #cb842e; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #060200; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Le Frog override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #4eb305; /* Set (.ui-state-hover) colours from theme here */
color: #ffffff;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #3a8104; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller MintChoc override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #222222; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #44372c; /* Set (.ui-state-hover) colours from theme here */
color: #add978;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #cdc2a1; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #ffffff; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Overcast override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #444444; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #f8f8f8; /* Set (.ui-state-hover) colours from theme here */
color: #599fcf;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #dddddd; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #444444; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Pepper Grinder override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #453821; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #654b24; /* Set (.ui-state-hover) colours from theme here */
color: #ffffff;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #ffffff; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #3a3427; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Redmond override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #d0e5f5; /* Set (.ui-state-hover) colours from theme here */
color: #1d5987;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #5c9ccc; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Smoothness override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #222222; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #dadada; /* Set (.ui-state-hover) colours from theme here */
color: #212121;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #cccccc; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller SouthStreet override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #222222; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #5a9d1a; /* Set (.ui-state-hover) colours from theme here */
color: #ffffff;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #d3e9a0; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Start override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #eaf5f7; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #79c9ec; /* Set (.ui-state-hover) colours from theme here */
color: #026890;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #2191c0; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #915608; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Sunny override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #ffdd57; /* Set (.ui-state-hover) colours from theme here */
color: #381f00;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #817865; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #1f1f1f; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller SwankyPurse override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #eacd86; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #675423; /* Set (.ui-state-hover) colours from theme here */
color: #f8eec9;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #261803; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #060200; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller TronTastic override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #222222; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #000000; /* Set (.ui-state-hover) colours from theme here */
color: #96f226;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #9fda58; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #030303; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller UI Darkness override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #0078a3; /* Set (.ui-state-hover) colours from theme here */
color: #ffffff;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #333333; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #2e7db2; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller UI Lightness override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #fdf5ce; /* Set (.ui-state-hover) colours from theme here */
color: #c77405;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #f6a828; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,18 @@
/* ThemeRoller Vader override style sheet for jQuery Calendars Picker v2.0.0. */
@import "ui.calendars.picker.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #dddddd; /* Set (.ui-state-hover) colours from theme here */
color: #000000;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #888888; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #cccccc; /* Set (.ui-state-highlight) colour from theme here */
}

View File

@@ -0,0 +1,107 @@
/* ThemeRoller override style sheet for jQuery Calendars Picker v2.0.0. */
.ui-datepicker {
display: block;
}
#ui-datepicker-div,
.ui-datepicker-inline {
width: 17em;
font-size: 75%;
}
#ui-datepicker-div {
z-index: 100;
}
.ui-datepicker-inline {
float: left;
}
.ui-datepicker-rtl {
direction: rtl;
}
#ui-datepicker-div a,
.ui-datepicker-inline a {
text-decoration: none;
}
.ui-datepicker-prompt {
height: 1.5em;
padding-top: 0.25em;
text-align: center;
}
button.ui-datepicker-cmd {
height: 2em;
}
.ui-datepicker-cmd-clear {
float: left;
margin-left: 0.25em;
}
.ui-datepicker-cmd-close {
float: right;
margin-right: 0.25em;
}
.ui-datepicker-cmd-prev {
position: static;
float: left;
width: 30%;
height: auto;
margin-left: 1%;
}
.ui-datepicker-cmd-next {
position: static;
float: right;
width: 30%;
height: auto;
margin-right: 1%;
text-align: right;
}
.ui-datepicker-cmd-current,
.ui-datepicker-cmd-today {
float: left;
width: 37%;
text-align: center;
}
.ui-datepicker-month-nav {
float: left;
text-align: center;
}
.ui-datepicker-month-nav div {
float: left;
width: 12.5%;
margin: 1%;
padding: 1%;
}
.ui-datepicker-month-nav span {
color: #888;
}
.ui-datepicker-row-break {
width: 100%;
font-size: 100%;
}
.ui-datepicker-group {
float: left;
width: 17em;
}
.ui-datepicker-group .ui-datepicker-header {
height: 1.5em;
text-align: center;
}
.ui-datepicker select,
.ui-datepicker-inline select {
width: auto;
height: 1.66em;
border: none;
font-weight: bold;
}
.ui-datepicker th {
padding: 0.5em 0.3em;
}
.ui-datepicker td,
.ui-datepicker td a,
.ui-datepicker td span {
border: 1px solid transparent;
text-align: center;
}
.ui-datepicker-status {
padding: 0.25em 0em;
text-align: center;
}
.ui-datepicker .ui-helper-clearfix {
clear: both;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

View File

@@ -0,0 +1,74 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>jQuery Calendars</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/jquery.plugin.min.js"></script>
<script src="js/jquery.calendars.js"></script>
<script src="js/jquery.calendars.plus.js"></script>
<script src="js/jquery.calendars.coptic.js"></script>
<script src="js/jquery.calendars.discworld.js"></script>
<script src="js/jquery.calendars.ethiopian.js"></script>
<script src="js/jquery.calendars.hebrew.js"></script>
<script src="js/jquery.calendars.islamic.js"></script>
<script src="js/jquery.calendars.julian.js"></script>
<script src="js/jquery.calendars.mayan.js"></script>
<script src="js/jquery.calendars.nanakshahi.js"></script>
<script src="js/jquery.calendars.nepali.js"></script>
<script src="js/jquery.calendars.persian.js"></script>
<script src="js/jquery.calendars.taiwan.js"></script>
<script src="js/jquery.calendars.thai.js"></script>
<script src="js/jquery.calendars.ummalqura.js"></script>
<script>
$(function() {
var calendar;
$('#calendar').change(function() {
calendar = $.calendars.instance($(this).val());
$('#default').text(calendar.local.dateFormat);
}).change();
$('#check').click(function() {
try {
var date = calendar.parseDate('', $('#input').val());
$('#output').val(calendar.formatDate($('#format').val(), date));
}
catch (e) {
alert(e);
}
});
});
</script>
</head>
<body>
<h1>jQuery Calendars</h1>
<p>This page demonstrates the very basics of the
<a href="http://keith-wood.name/calendars.html">jQuery Calendars plugin</a>.
It contains the minimum requirements for using the plugin and
can be used as the basis for your own experimentation.</p>
<p>For more detail see the <a href="http://keith-wood.name/calendarsRef.html">documentation reference</a> page.</p>
<p>Select a calendar: <select id="calendar">
<option value="coptic">Coptic</option>
<option value="discworld">Discworld</option>
<option value="ethiopian">Ethiopian</option>
<option value="gregorian" selected>Gregorian</option>
<option value="hebrew">Hebrew</option>
<option value="islamic">Islamic</option>
<option value="julian">Julian</option>
<option value="mayan">Mayan</option>
<option value="nanakshahi">Nanakshahi</option>
<option value="nepali">Nepali</option>
<option value="persian">Persian</option>
<option value="taiwan">Taiwan</option>
<option value="thai">Thai</option>
<option value="ummalqura">Umm al-Qura</option>
</select></p>
<p>Enter a date: <input type="text" id="input" value="01/26/2014"> (<span id="default"></span>)</p>
<p>Check and format: <input type="text" id="format" value="DD, MM d, yyyy">
<button type="button" id="check">Format</button></p>
<p>Result: <input type="text" id="output" size="40" readonly></p>
<dl>
<dt>Github</dt><dd><a href="https://github.com/kbwood/calendars">https://github.com/kbwood/calendars</a></dd>
<dt>Bower</dt><dd>kbw-calendars</dd>
</dl>
</body>
</html>

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Afrikaans localisation for Gregorian/Julian calendars for jQuery.
Written by Renier Pretorius and Ruediger Thiede. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.af = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januarie','Februarie','Maart','April','Mei','Junie',
'Julie','Augustus','September','Oktober','November','Desember'],
monthNamesShort: ['Jan', 'Feb', 'Mrt', 'Apr', 'Mei', 'Jun',
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des'],
dayNames: ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'],
dayNamesShort: ['Son', 'Maan', 'Dins', 'Woens', 'Don', 'Vry', 'Sat'],
dayNamesMin: ['So','Ma','Di','Wo','Do','Vr','Sa'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.af =
$.calendars.calendars.gregorian.prototype.regionalOptions.af;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Amharic (አማርኛ) localisation for Gregorian/Julian calendars for jQuery.
Leyu Sisay. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.am = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['ጃንዋሪ','ፈብርዋሪ','ማርች','አፕሪል','ሜይ','ጁን',
'ጁላይ','ኦገስት','ሴፕቴምበር','ኦክቶበር','ኖቬምበር','ዲሴምበር'],
monthNamesShort: ['ጃንዋ', 'ፈብር', 'ማርች', 'አፕሪ', 'ሜይ', 'ጁን',
'ጁላይ', 'ኦገስ', 'ሴፕቴ', 'ኦክቶ', 'ኖቬም', 'ዲሴም'],
dayNames: ['ሰንዴይ', 'መንዴይ', 'ትዩስዴይ', 'ዌንስዴይ', 'ተርሰዴይ', 'ፍራይዴይ', 'ሳተርዴይ'],
dayNamesShort: ['ሰንዴ', 'መንዴ', 'ትዩስ', 'ዌንስ', 'ተርሰ', 'ፍራይ', 'ሳተር'],
dayNamesMin: ['ሰን', 'መን', 'ትዩ', 'ዌን', 'ተር', 'ፍራ', 'ሳተ'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.am =
$.calendars.calendars.gregorian.prototype.regionalOptions.am;
}
})(jQuery);

View File

@@ -0,0 +1,24 @@
/* http://keith-wood.name/calendars.html
Algerian (and Tunisian) Arabic localisation for Gregorian/Julian calendars for jQuery.
Mohamed Cherif BOUCHELAGHEM -- cherifbouchelaghem@yahoo.fr */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['ar-DZ'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['جانفي', 'فيفري', 'مارس', 'أفريل', 'ماي', 'جوان',
'جويلية', 'أوت', 'سبتمبر','أكتوبر', 'نوفمبر', 'ديسمبر'],
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
dayNamesShort: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
dayNamesMin: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 6,
isRTL: true
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['ar-DZ'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['ar-DZ'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Arabic localisation for Gregorian/Julian calendars for jQuery.
Mahmoud Khaled -- mahmoud.khaled@badrit.com
NOTE: monthNames are the new months names */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['ar-EG'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['يناير', 'فبراير', 'مارس', 'إبريل', 'مايو', 'يونية',
'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
dayNamesShort: ['أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'],
dayNamesMin: ['أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 6,
isRTL: true
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['ar-EG'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['ar-EG'];
}
})(jQuery);

View File

@@ -0,0 +1,27 @@
/* http://keith-wood.name/calendars.html
Arabic localisation for Gregorian/Julian calendars for jQuery.
Khaled Al Horani -- خالد الحوراني -- koko.dw@gmail.com.
Updated by Fahad Alqahtani April 2016. */
/* NOTE: monthNames are the original months names and they are the Arabic names,
not the new months name فبراير - يناير and there isn't any Arabic roots for these months */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.ar = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['كانون الثاني', 'شباط', 'آذار', 'نيسان', 'أيار', 'حزيران',
'تموز', 'آب', 'أيلول', 'تشرين الأول', 'تشرين الثاني', 'كانون الأول'],
monthNamesShort: انون2_شباط_آذار_نيسان_آذار_حزيران_تموز_آب_أيلول_تشرين1_تشرين2_كانون1'.split('_'),
dayNames: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
dayNamesShort: 'أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت'.split('_'),
dayNamesMin: 'ح_ن_ث_ر_خ_ج_س'.split('_'),
digits: $.calendars.substituteDigits(['٠', '١', '٢', '٣', '٤', '٥', '٦', '٧', '٨', '٩']),
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: true
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.ar =
$.calendars.calendars.gregorian.prototype.regionalOptions.ar;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Azerbaijani localisation for Gregorian/Julian calendars for jQuery.
Written by Jamil Najafov (necefov33@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.az = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Yanvar','Fevral','Mart','Aprel','May','İyun',
'İyul','Avqust','Sentyabr','Oktyabr','Noyabr','Dekabr'],
monthNamesShort: ['Yan','Fev','Mar','Apr','May','İyun',
'İyul','Avq','Sen','Okt','Noy','Dek'],
dayNames: ['Bazar','Bazar ertəsi','Çərşənbə axşamı','Çərşənbə','Cümə axşamı','Cümə','Şənbə'],
dayNamesShort: ['B','Be','Ça','Ç','Ca','C','Ş'],
dayNamesMin: ['B','B','Ç','С','Ç','C','Ş'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.az =
$.calendars.calendars.gregorian.prototype.regionalOptions.az;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Bulgarian localisation for Gregorian/Julian calendars for jQuery.
Written by Stoyan Kyosev (http://svest.org). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.bg = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Януари','Февруари','Март','Април','Май','Юни',
'Юли','Август','Септември','Октомври','Ноември','Декември'],
monthNamesShort: ['Яну','Фев','Мар','Апр','Май','Юни',
'Юли','Авг','Сеп','Окт','Нов','Дек'],
dayNames: ['Неделя','Понеделник','Вторник','Сряда','Четвъртък','Петък','Събота'],
dayNamesShort: ['Нед','Пон','Вто','Сря','Чет','Пет','Съб'],
dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Съ'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.bg =
$.calendars.calendars.gregorian.prototype.regionalOptions.bg;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Bosnian localisation for Gregorian/Julian calendars for jQuery.
Kenan Konjo. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.bs = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januar','Februar','Mart','April','Maj','Juni',
'Juli','August','Septembar','Oktobar','Novembar','Decembar'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
'Jul','Aug','Sep','Okt','Nov','Dec'],
dayNames: ['Nedelja','Ponedeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
digits: null,
dateFormat: 'dd.mm.yy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.bs =
$.calendars.calendars.gregorian.prototype.regionalOptions.bs;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Catalan localisation for Gregorian/Julian calendars for jQuery.
Writers: (joan.leon@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.ca = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Gener','Febrer','Mar&ccedil;','Abril','Maig','Juny',
'Juliol','Agost','Setembre','Octubre','Novembre','Desembre'],
monthNamesShort: ['Gen','Feb','Mar','Abr','Mai','Jun',
'Jul','Ago','Set','Oct','Nov','Des'],
dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'],
dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'],
dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.ca =
$.calendars.calendars.gregorian.prototype.regionalOptions.ca;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Czech localisation for Gregorian/Julian calendars for jQuery.
Written by Tomas Muller (tomas@tomas-muller.net). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.cs = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['leden','únor','březen','duben','květen','červen',
'červenec','srpen','září','říjen','listopad','prosinec'],
monthNamesShort: ['led','úno','bře','dub','kvě','čer',
'čvc','srp','zář','říj','lis','pro'],
dayNames: ['neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'],
dayNamesShort: ['ne', 'po', 'út', 'st', 'čt', 'pá', 'so'],
dayNamesMin: ['ne','po','út','st','čt','pá','so'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.cs =
$.calendars.calendars.gregorian.prototype.regionalOptions.cs;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Danish localisation for Gregorian/Julian calendars for jQuery.
Written by Jan Christensen ( deletestuff@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.da = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januar','Februar','Marts','April','Maj','Juni',
'Juli','August','September','Oktober','November','December'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
'Jul','Aug','Sep','Okt','Nov','Dec'],
dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
digits: null,
dateFormat: 'dd-mm-yyyy',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.da =
$.calendars.calendars.gregorian.prototype.regionalOptions.da;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Swiss-German localisation for Gregorian/Julian calendars for jQuery.
Written by Douglas Jose & Juerg Meier. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['de-CH'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januar','Februar','März','April','Mai','Juni',
'Juli','August','September','Oktober','November','Dezember'],
monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
'Jul','Aug','Sep','Okt','Nov','Dez'],
dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['de-CH'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['de-CH'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
German localisation for Gregorian/Julian calendars for jQuery.
Written by Milian Wolff (mail@milianw.de). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.de = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januar','Februar','März','April','Mai','Juni',
'Juli','August','September','Oktober','November','Dezember'],
monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
'Jul','Aug','Sep','Okt','Nov','Dez'],
dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.de =
$.calendars.calendars.gregorian.prototype.regionalOptions.de;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Greek localisation for Gregorian/Julian calendars for jQuery.
Written by Alex Cicovic (http://www.alexcicovic.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.el = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Ιανουάριος','Φεβρουάριος','Μάρτιος','Απρίλιος','Μάιος','Ιούνιος',
'Ιούλιος','Αύγουστος','Σεπτέμβριος','Οκτώβριος','Νοέμβριος','Δεκέμβριος'],
monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν',
'Ιουλ','Αυγ','Σεπ','Οκτ','Νοε','Δεκ'],
dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'],
dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'],
dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.el =
$.calendars.calendars.gregorian.prototype.regionalOptions.el;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
English/Australia localisation for Gregorian/Julian calendars for jQuery.
Based on en-GB. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['en-AU'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['en-AU'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['en-AU'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
English/UK localisation for Gregorian/Julian calendars for jQuery.
Stuart. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['en-GB'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['en-GB'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['en-GB'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
English/New Zealand localisation for Gregorian/Julian calendars for jQuery.
Based on en-GB. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['en-NZ'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
dayNamesMin: ['Su','Mo','Tu','We','Th','Fr','Sa'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['en-NZ'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['en-NZ'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Esperanto localisation for Gregorian/Julian calendars for jQuery.
Written by Olivier M. (olivierweb@ifrance.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.eo = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio',
'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
'Jul','Aŭg','Sep','Okt','Nov','Dec'],
dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'],
dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'],
dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.eo =
$.calendars.calendars.gregorian.prototype.regionalOptions.eo;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Spanish/Argentina localisation for Gregorian/Julian calendars for jQuery.
Written by Esteban Acosta Villafane (esteban.acosta@globant.com) of Globant (http://www.globant.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['es-AR'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio',
'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun',
'Jul','Ago','Sep','Oct','Nov','Dic'],
dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'],
dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['es-AR'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['es-AR'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Spanish/Perú localisation for Gregorian/Julian calendars for jQuery.
Written by Fischer Tirado (fishdev@globant.com) of ASIX (http://www.asixonline.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['es-PE'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio',
'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun',
'Jul','Ago','Sep','Oct','Nov','Dic'],
dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
dayNamesShort: ['Dom','Lun','Mar','Mié','Jue','Vie','Sab'],
dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sa'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['es-PE'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['es-PE'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Spanish localisation for Gregorian/Julian calendars for jQuery.
Traducido por Vester (xvester@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.es = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Enero','Febrero','Marzo','Abril','Mayo','Junio',
'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
monthNamesShort: ['Ene','Feb','Mar','Abr','May','Jun',
'Jul','Ago','Sep','Oct','Nov','Dic'],
dayNames: ['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'],
dayNamesShort: ['Dom','Lun','Mar','Mié','Juv','Vie','Sáb'],
dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.es =
$.calendars.calendars.gregorian.prototype.regionalOptions.es;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Estonian localisation for Gregorian/Julian calendars for jQuery.
Written by Mart Sõmermaa (mrts.pydev at gmail com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.et = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Jaanuar','Veebruar','Märts','Aprill','Mai','Juuni',
'Juuli','August','September','Oktoober','November','Detsember'],
monthNamesShort: ['Jaan', 'Veebr', 'Märts', 'Apr', 'Mai', 'Juuni',
'Juuli', 'Aug', 'Sept', 'Okt', 'Nov', 'Dets'],
dayNames: ['Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'],
dayNamesShort: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'],
dayNamesMin: ['P','E','T','K','N','R','L'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.et =
$.calendars.calendars.gregorian.prototype.regionalOptions.et;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Basque localisation for Gregorian/Julian calendars for jQuery.
Karrikas-ek itzulia (karrikas@karrikas.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.eu = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina',
'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'],
monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka',
'Uzt','Abu','Ira','Urr','Aza','Abe'],
dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'],
dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'],
dayNamesMin: ['Ig','As','As','As','Os','Os','La'],
digits: null,
dateFormat: 'yyyy/mm/dd',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.eu =
$.calendars.calendars.gregorian.prototype.regionalOptions.eu;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Farsi/Persian localisation for Gregorian/Julian calendars for jQuery.
Javad Mowlanezhad -- jmowla@gmail.com */
(function($) {
'use strict';
/* jshint -W100 */
$.calendars.calendars.gregorian.prototype.regionalOptions.fa = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['فروردین','اردیبهشت','خرداد','تیر','مرداد','شهریور',
'مهر','آبان','آذر','دی','بهمن','اسفند'],
monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
dayNames: ['یکشنبه','دوشنبه','سه‌شنبه','چهارشنبه','پنج‌شنبه','جمعه','شنبه'],
dayNamesShort: ['ی','د','س','چ','پ','ج', 'ش'],
dayNamesMin: ['ی','د','س','چ','پ','ج', 'ش'],
digits: $.calendars.substituteDigits(['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹']),
dateFormat: 'yyyy/mm/dd',
firstDay: 6,
isRTL: true
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.fa =
$.calendars.calendars.gregorian.prototype.regionalOptions.fa;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Finnish localisation for Gregorian/Julian calendars for jQuery.
Written by Harri Kilpiö (harrikilpio@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.fi = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Tammikuu','Helmikuu','Maaliskuu','Huhtikuu','Toukokuu','Kes&auml;kuu',
'Hein&auml;kuu','Elokuu','Syyskuu','Lokakuu','Marraskuu','Joulukuu'],
monthNamesShort: ['Tammi','Helmi','Maalis','Huhti','Touko','Kes&auml;',
'Hein&auml;','Elo','Syys','Loka','Marras','Joulu'],
dayNamesShort: ['Su','Ma','Ti','Ke','To','Pe','Su'],
dayNames: ['Sunnuntai','Maanantai','Tiistai','Keskiviikko','Torstai','Perjantai','Lauantai'],
dayNamesMin: ['Su','Ma','Ti','Ke','To','Pe','La'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.fi =
$.calendars.calendars.gregorian.prototype.regionalOptions.fi;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Faroese localisation for Gregorian/Julian calendars for jQuery.
Written by Sverri Mohr Olsen, sverrimo@gmail.com */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.fo = {
name: 'Gregorianskur',
epochs: ['BCE', 'CE'],
monthNames: ['Januar','Februar','Mars','Apríl','Mei','Juni',
'Juli','August','September','Oktober','November','Desember'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
'Jul','Aug','Sep','Okt','Nov','Des'],
dayNames: ['Sunnudagur','Mánadagur','Týsdagur','Mikudagur','Hósdagur','Fríggjadagur','Leyardagur'],
dayNamesShort: ['Sun','Mán','Týs','Mik','Hós','Frí','Ley'],
dayNamesMin: ['Su','Má','Tý','Mi','Hó','Fr','Le'],
digits: null,
dateFormat: 'dd-mm-yyyy',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.fo =
$.calendars.calendars.gregorian.prototype.regionalOptions.fo;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Swiss French localisation for Gregorian/Julian calendars for jQuery.
Written by Martin Voelkle (martin.voelkle@e-tc.ch). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['fr-CH'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
'Jul','Aoû','Sep','Oct','Nov','Déc'],
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['fr-CH'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['fr-CH'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
French localisation for Gregorian/Julian calendars for jQuery.
Stéphane Nahmani (sholby@sholby.net). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.fr = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
'Jul','Aoû','Sep','Oct','Nov','Déc'],
dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.fr =
$.calendars.calendars.gregorian.prototype.regionalOptions.fr;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Iniciacion en galego para a extensión 'UI date picker' para jQuery.
Traducido por Manuel (McNuel@gmx.net). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.gl = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Xaneiro','Febreiro','Marzo','Abril','Maio','Xuño',
'Xullo','Agosto','Setembro','Outubro','Novembro','Decembro'],
monthNamesShort: ['Xan','Feb','Mar','Abr','Mai','Xuñ',
'Xul','Ago','Set','Out','Nov','Dec'],
dayNames: ['Domingo','Luns','Martes','Mércores','Xoves','Venres','Sábado'],
dayNamesShort: ['Dom','Lun','Mar','Mér','Xov','Ven','Sáb'],
dayNamesMin: ['Do','Lu','Ma','Me','Xo','Ve','Sá'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.gl =
$.calendars.calendars.gregorian.prototype.regionalOptions.gl;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Gujarati (ગુજરાતી) localisation for Gregorian/Julian calendars for jQuery.
Naymesh Mistry (naymesh@yahoo.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.gu = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['જાન્યુઆરી','ફેબ્રુઆરી','માર્ચ','એપ્રિલ','મે','જૂન',
'જુલાઈ','ઑગસ્ટ','સપ્ટેમ્બર','ઑક્ટોબર','નવેમ્બર','ડિસેમ્બર'],
monthNamesShort: ['જાન્યુ','ફેબ્રુ','માર્ચ','એપ્રિલ','મે','જૂન',
'જુલાઈ','ઑગસ્ટ','સપ્ટે','ઑક્ટો','નવે','ડિસે'],
dayNames: ['રવિવાર','સોમવાર','મંગળવાર','બુધવાર','ગુરુવાર','શુક્રવાર','શનિવાર'],
dayNamesShort: ['રવિ','સોમ','મંગળ','બુધ','ગુરુ','શુક્ર','શનિ'],
dayNamesMin: ['ર','સો','મં','બુ','ગુ','શુ','શ'],
digits: $.calendars.substituteDigits(['', '૧', '૨', '૩', '૪', '૫', '૬', '૭', '૮', '૯']),
dateFormat: 'dd-M-yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.gu =
$.calendars.calendars.gregorian.prototype.regionalOptions.gu;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Hebrew localisation for Gregorian/Julian calendars for jQuery.
Written by Amir Hardon (ahardon at gmail dot com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.he = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
monthNamesShort: ['1','2','3','4','5','6',
'7','8','9','10','11','12'],
dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 0,
isRTL: true
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.he =
$.calendars.calendars.gregorian.prototype.regionalOptions.he;
}
})(jQuery);

View File

@@ -0,0 +1,23 @@
/* http://keith-wood.name/calendars.html
Hindi INDIA localisation for Gregorian/Julian calendars for jQuery.
Written by Pawan Kumar Singh. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['hi-IN'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['जनवरी',' फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून','जुलाई', 'अगस्त', 'सितम्बर', 'अक्टूबर', 'नवम्बर', 'दिसम्बर'],
monthNamesShort: ['जन', 'फर', 'मार्च','अप्रै', 'मई', 'जून','जुलाई', 'अग', 'सित', 'अक्टू', 'नव', 'दिस'],
dayNames: ['रविवार', 'सोमवार', 'मंगलवार', 'बुधवार', 'गुरुवार', 'शुक्रवार', 'शनिवार'],
dayNamesShort: ['रवि', 'सोम', 'मंगल', 'बुध', 'गुरु', 'शुक्र', 'शनि'],
dayNamesMin: ['र','सो','मं','बु','गु','शु','श'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['hi-IN'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['hi-IN'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Croatian localisation for Gregorian/Julian calendars for jQuery.
Written by Vjekoslav Nesek. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.hr = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj',
'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'],
monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip',
'Srp','Kol','Ruj','Lis','Stu','Pro'],
dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'],
dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'],
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
digits: null,
dateFormat: 'dd.mm.yyyy.',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.hr =
$.calendars.calendars.gregorian.prototype.regionalOptions.hr;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Hungarian localisation for Gregorian/Julian calendars for jQuery.
Written by Istvan Karaszi (jquerycalendar@spam.raszi.hu). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.hu = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június',
'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'],
monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún',
'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'],
dayNames: ['Vasárnap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
digits: null,
dateFormat: 'yyyy-mm-dd',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.hu =
$.calendars.calendars.gregorian.prototype.regionalOptions.hu;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Armenian localisation for Gregorian/Julian calendars for jQuery.
Written by Levon Zakaryan (levon.zakaryan@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.hy = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս',
'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'],
monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս',
'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'],
dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'],
dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.hy =
$.calendars.calendars.gregorian.prototype.regionalOptions.hy;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Indonesian localisation for Gregorian/Julian calendars for jQuery.
Written by Deden Fathurahman (dedenf@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.id = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januari','Februari','Maret','April','Mei','Juni',
'Juli','Agustus','September','Oktober','Nopember','Desember'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
'Jul','Agus','Sep','Okt','Nop','Des'],
dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'],
dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'],
dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.id =
$.calendars.calendars.gregorian.prototype.regionalOptions.id;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Icelandic localisation for Gregorian/Julian calendars for jQuery.
Written by Haukur H. Thorsson (haukur@eskill.is). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.is = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Janúar','Febrúar','Mars','Apríl','Maí','Júní',
'Júlí','Ágúst','September','Október','Nóvember','Desember'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Maí','Jún',
'Júl','Ágú','Sep','Okt','Nóv','Des'],
dayNames: ['Sunnudagur','Mánudagur','Þriðjudagur','Miðvikudagur','Fimmtudagur','Föstudagur','Laugardagur'],
dayNamesShort: ['Sun','Mán','Þri','Mið','Fim','Fös','Lau'],
dayNamesMin: ['Su','Má','Þr','Mi','Fi','Fö','La'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.is =
$.calendars.calendars.gregorian.prototype.regionalOptions.is;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Italian localisation for Gregorian/Julian calendars for jQuery.
Written by Apaella (apaella@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.it = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu',
'Lug','Ago','Set','Ott','Nov','Dic'],
dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'],
dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'],
dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.it =
$.calendars.calendars.gregorian.prototype.regionalOptions.it;
}
})(jQuery);

View File

@@ -0,0 +1,26 @@
/* http://keith-wood.name/calendars.html
Japanese localisation for Gregorian/Julian calendars for jQuery.
Written by Kentaro SATO (kentaro@ranvis.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.ja = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['1月','2月','3月','4月','5月','6月',
'7月','8月','9月','10月','11月','12月'],
monthNamesShort: ['1月','2月','3月','4月','5月','6月',
'7月','8月','9月','10月','11月','12月'],
dayNames: ['日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日'],
dayNamesShort: ['日','月','火','水','木','金','土'],
dayNamesMin: ['日','月','火','水','木','金','土'],
digits: $.calendars.substituteChineseDigits(
['', '一', '二', '三', '四', '五', '六', '七', '八', '九'], ['', '十', '百', '千']),
dateFormat: 'yyyy/mm/dd',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.ja =
$.calendars.calendars.gregorian.prototype.regionalOptions.ja;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Georgian localisation for Gregorian/Julian calendars for jQuery.
Andrei Gorbushkin. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.ka = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['იანვარი','თებერვალი','მარტი','აპრილი','მაისი','ივნისი',
'ივლისი','აგვისტო','სექტემბერი','ოქტომბერი','ნოემბერი','დეკემბერი'],
monthNamesShort: ['იან', 'თებ', 'მარ', 'აპრ', 'მაისი', 'ივნ',
'ივლ', 'აგვ', 'სექ', 'ოქტ', 'ნოე', 'დეკ'],
dayNames: ['კვირა', 'ორშაბათი', 'სამშაბათი', 'ოთხშაბათი', 'ხუთშაბათი', 'პარასკევი', 'შაბათი'],
dayNamesShort: ['კვ', 'ორშ', 'სამ', 'ოთხ', 'ხუთ', 'პარ', 'შაბ'],
dayNamesMin: ['კვ','ორ','სმ','ოთ', 'ხშ', 'პრ','შბ'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.ka =
$.calendars.calendars.gregorian.prototype.regionalOptions.ka;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Khmer initialisation for Gregorian/Julian calendars for jQuery.
Written by Sovichet Tep (sovichet.tep@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.km = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['ខែ​មករា','ខែ​កុម្ភៈ','ខែ​មិនា','ខែ​មេសា','ខែ​ឧសភា','ខែ​មិថុនា',
'ខែ​កក្កដា','ខែ​សីហា','ខែ​កញ្ញា','ខែ​តុលា','ខែ​វិច្ឆិកា','ខែ​ធ្នូ'],
monthNamesShort: ['មក', 'កុ', 'មិនា', 'មេ', 'ឧស', 'មិថុ',
'កក្ក', 'សី', 'កញ្ញា', 'តុលា', 'វិច្ឆិ', 'ធ្នូ'],
dayNames: ['ថ្ងៃ​អាទិត្យ', 'ថ្ងៃ​ចន្ទ', 'ថ្ងៃ​អង្គារ', 'ថ្ងៃ​ពុធ', 'ថ្ងៃ​ព្រហស្បត្តិ៍', 'ថ្ងៃ​សុក្រ', 'ថ្ងៃ​សៅរ៍'],
dayNamesShort: ['អា', 'ចន្ទ', 'អង្គ', 'ពុធ', 'ព្រហ', 'សុ', 'សៅរ៍'],
dayNamesMin: ['អា','ច','អ','ពុ','ព្រ','សុ','ស'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.km =
$.calendars.calendars.gregorian.prototype.regionalOptions.km;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Korean localisation for Gregorian/Julian calendars for jQuery.
Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.ko = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['1월','2월','3월','4월','5월','6월',
'7월','8월','9월','10월','11월','12월'],
monthNamesShort: ['1월','2월','3월','4월','5월','6월',
'7월','8월','9월','10월','11월','12월'],
dayNames: ['일요일','월요일','화요일','수요일','목요일','금요일','토요일'],
dayNamesShort: ['일','월','화','수','목','금','토'],
dayNamesMin: ['일','월','화','수','목','금','토'],
digits: null,
dateFormat: 'yyyy-mm-dd',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.ko =
$.calendars.calendars.gregorian.prototype.regionalOptions.ko;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Lithuanian localisation for Gregorian/Julian calendars for jQuery.
Arturas Paleicikas <arturas@avalon.lt>. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.lt = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Sausis','Vasaris','Kovas','Balandis','Gegužė','Birželis',
'Liepa','Rugpjūtis','Rugsėjis','Spalis','Lapkritis','Gruodis'],
monthNamesShort: ['Sau','Vas','Kov','Bal','Geg','Bir',
'Lie','Rugp','Rugs','Spa','Lap','Gru'],
dayNames: ['sekmadienis','pirmadienis','antradienis','trečiadienis','ketvirtadienis','penktadienis','šeštadienis'],
dayNamesShort: ['sek','pir','ant','tre','ket','pen','šeš'],
dayNamesMin: ['Se','Pr','An','Tr','Ke','Pe','Še'],
digits: null,
dateFormat: 'yyyy-mm-dd',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.lt =
$.calendars.calendars.gregorian.prototype.regionalOptions.lt;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Latvian localisation for Gregorian/Julian calendars for jQuery.
Arturas Paleicikas <arturas.paleicikas@metasite.net>. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.lv = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Janvāris','Februāris','Marts','Aprīlis','Maijs','Jūnijs',
'Jūlijs','Augusts','Septembris','Oktobris','Novembris','Decembris'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jūn',
'Jūl','Aug','Sep','Okt','Nov','Dec'],
dayNames: ['svētdiena','pirmdiena','otrdiena','trešdiena','ceturtdiena','piektdiena','sestdiena'],
dayNamesShort: ['svt','prm','otr','tre','ctr','pkt','sst'],
dayNamesMin: ['Sv','Pr','Ot','Tr','Ct','Pk','Ss'],
digits: null,
dateFormat: 'dd-mm-yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.lv =
$.calendars.calendars.gregorian.prototype.regionalOptions.lv;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Montenegrin localisation for Gregorian/Julian calendars for jQuery.
By Miloš Milošević - fleka d.o.o. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['me-ME'] = {
name: 'Gregorijanski',
epochs: ['pne', 'ne'],
monthNames: ['Januar','Februar','Mart','April','Maj','Jun',
'Jul','Avgust','Septembar','Oktobar','Novembar','Decembar'],
monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun',
'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec'],
dayNames: ['Neđelja', 'Poneđeljak', 'Utorak', 'Srijeda', 'Četvrtak', 'Petak', 'Subota'],
dayNamesShort: ['Neđ', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub'],
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['me-ME'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['me-ME'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Montenegrin localisation for Gregorian/Julian calendars for jQuery.
By Miloš Milošević - fleka d.o.o. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.me = {
name: 'Грегоријански',
epochs: ['пне', 'не'],
monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун',
'Јул','Август','Септембар','Октобар','Новембар','Децембар'],
monthNamesShort: ['Јан', 'Феб', 'Мар', 'Апр', 'Мај', 'Јун',
'Јул', 'Авг', 'Сеп', 'Окт', 'Нов', 'Дец'],
dayNames: ['Неђеља', 'Понеђељак', 'Уторак', 'Сриједа', 'Четвртак', 'Петак', 'Субота'],
dayNamesShort: ['Неђ', 'Пон', 'Уто', 'Сри', 'Чет', 'Пет', 'Суб'],
dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.me =
$.calendars.calendars.gregorian.prototype.regionalOptions.me;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Malagasy localisation for Gregorian/Julian calendars for jQuery.
Fran Boon (fran@aidiq.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.mg = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Janoary','Febroary','Martsa','Aprily','Mey','Jona',
'Jolay','Aogositra','Septambra','Oktobra','Novambra','Desembra'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Mey','Jon',
'Jol','Aog','Sep','Okt','Nov','Des'],
dayNames: ['Alahady','Alatsinainy','Talata','Alarobia','Alakamisy','Zoma','Sabotsy'],
dayNamesShort: ['Alah','Alat','Tal','Alar','Alak','Zom','Sab'],
dayNamesMin: ['Ah','At','Ta','Ar','Ak','Zo','Sa'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.mg =
$.calendars.calendars.gregorian.prototype.regionalOptions.mg;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Македонски MK localisation for Gregorian/Julian calendars for jQuery.
Hajan Selmani (hajan [at] live [dot] com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.mk = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Јануари','Февруари','Март','Април','Мај','Јуни',
'Јули','Август','Септември','Октомври','Ноември','Декември'],
monthNamesShort: ['Јан', 'Фев', 'Мар', 'Апр', 'Мај', 'Јун',
'Јул', 'Авг', 'Сеп', 'Окт', 'Нов', 'Дек'],
dayNames: ['Недела', 'Понеделник', 'Вторник', 'Среда', 'Четврток', 'Петок', 'Сабота'],
dayNamesShort: ['Нед', 'Пон', 'Вто', 'Сре', 'Чет', 'Пет', 'Саб'],
dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Са'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.mk =
$.calendars.calendars.gregorian.prototype.regionalOptions.mk;
}
})(jQuery);

View File

@@ -0,0 +1,26 @@
/* http://keith-wood.name/calendars.html
Malayalam localisation for Gregorian/Julian calendars for jQuery.
Saji Nediyanchath (saji89@gmail.com). */
(function($) {
'use strict';
/* jshint -W100 */
$.calendars.calendars.gregorian.prototype.regionalOptions.ml = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['ജനുവരി','ഫെബ്രുവരി','മാര്‍ച്ച്','ഏപ്രില്‍','മേയ്','ജൂണ്‍',
'ജൂലൈ','ആഗസ്റ്റ്','സെപ്റ്റംബര്‍','ഒക്ടോബര്‍','നവംബര്‍','ഡിസംബര്‍'],
monthNamesShort: ['ജനു', 'ഫെബ്', 'മാര്‍', 'ഏപ്രി', 'മേയ്', 'ജൂണ്‍',
'ജൂലാ', 'ആഗ', 'സെപ്', 'ഒക്ടോ', 'നവം', 'ഡിസ'],
dayNames: ['ഞായര്‍', 'തിങ്കള്‍', 'ചൊവ്വ', 'ബുധന്‍', 'വ്യാഴം', 'വെള്ളി', 'ശനി'],
dayNamesShort: ['ഞായ', 'തിങ്ക', 'ചൊവ്വ', 'ബുധ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'],
dayNamesMin: ['ഞാ','തി','ചൊ','ബു','വ്യാ','വെ','ശ'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.ml =
$.calendars.calendars.gregorian.prototype.regionalOptions.ml;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Malaysian localisation for Gregorian/Julian calendars for jQuery.
Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.ms = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januari','Februari','Mac','April','Mei','Jun',
'Julai','Ogos','September','Oktober','November','Disember'],
monthNamesShort: ['Jan','Feb','Mac','Apr','Mei','Jun',
'Jul','Ogo','Sep','Okt','Nov','Dis'],
dayNames: ['Ahad','Isnin','Selasa','Rabu','Khamis','Jumaat','Sabtu'],
dayNamesShort: ['Aha','Isn','Sel','Rab','Kha','Jum','Sab'],
dayNamesMin: ['Ah','Is','Se','Ra','Kh','Ju','Sa'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.ms =
$.calendars.calendars.gregorian.prototype.regionalOptions.ms;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Maltese localisation for Gregorian/Julian calendars for jQuery.
Written by Chritian Sciberras (uuf6429@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.mt = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Jannar','Frar','Marzu','April','Mejju','Ġunju',
'Lulju','Awissu','Settembru','Ottubru','Novembru','Diċembru'],
monthNamesShort: ['Jan', 'Fra', 'Mar', 'Apr', 'Mej', 'Ġun',
'Lul', 'Awi', 'Set', 'Ott', 'Nov', 'Diċ'],
dayNames: ['Il-Ħadd', 'It-Tnejn', 'It-Tlieta', 'L-Erbgħa', 'Il-Ħamis', 'Il-Ġimgħa', 'Is-Sibt'],
dayNamesShort: ['Ħad', 'Tne', 'Tli', 'Erb', 'Ħam', 'Ġim', 'Sib'],
dayNamesMin: ['Ħ','T','T','E','Ħ','Ġ','S'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.mt =
$.calendars.calendars.gregorian.prototype.regionalOptions.mt;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Dutch/Belgian localisation for Gregorian/Julian calendars for jQuery.
Written by Mathias Bynens <http://mathiasbynens.be/>. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['nl-BE'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['nl-BE'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['nl-BE'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Dutch localisation for Gregorian/Julian calendars for jQuery.
Written by Mathias Bynens <http://mathiasbynens.be/>. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.nl = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
digits: null,
dateFormat: 'dd-mm-yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.nl =
$.calendars.calendars.gregorian.prototype.regionalOptions.nl;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Norwegian localisation for Gregorian/Julian calendars for jQuery.
Written by Naimdjon Takhirov (naimdjon@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.no = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januar','Februar','Mars','April','Mai','Juni',
'Juli','August','September','Oktober','November','Desember'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Mai','Jun',
'Jul','Aug','Sep','Okt','Nov','Des'],
dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'],
dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.no =
$.calendars.calendars.gregorian.prototype.regionalOptions.no;
}
})(jQuery);

View File

@@ -0,0 +1,24 @@
/* http://keith-wood.name/calendars.html
Punjabi localisation for Gregorian/Julian calendars for jQuery.
Sarbjit Singh (sanbroz@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.pa = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['ਜਨਵਰੀ','ਫ਼ਰਵਰੀ','ਮਾਰਚ','ਅਪ੍ਰੈਲ','ਮਈ','ਜੂਨ',
'ਜੁਲਾਈ','ਅਗਸਤ','ਸਤੰਬਰ','ਅਕਤੂਬਰ','ਨਵੰਬਰ','ਦਸੰਬਰ'],
monthNamesShort: ['ਜਨ', 'ਫ਼ਰ', 'ਮਾਰ', 'ਅਪ੍ਰੈ', 'ਮਈ', 'ਜੂਨ', 'ਜੁਲਾ', 'ਅਗ', 'ਸਤੰ', 'ਅਕ', 'ਨਵੰ', 'ਦਸੰ'],
dayNames: ['ਐਤਵਾਰ', 'ਸੋਮਵਾਰ', 'ਮੰਗਲਵਾਰ', 'ਬੁੱਧਵਾਰ', 'ਵੀਰਵਾਰ', 'ਸ਼ੁੱਕਰਵਾਰ', 'ਸ਼ਨਿੱਚਰਵਾਰ'],
dayNamesShort: ['ਐਤ', 'ਸੋਮ', 'ਮੰਗਲ', 'ਬੁੱਧ', 'ਵੀਰ', 'ਸ਼ੁੱਕਰ', 'ਸ਼ਨਿੱਚਰ'],
dayNamesMin: ['ਐ', 'ਸੋ', 'ਮੰ', 'ਬੁੱ', 'ਵੀ', 'ਸ਼ੁੱ', 'ਸ਼'],
digits: $.calendars.substituteDigits(['', '', '੨', '੩', '', '੫', '੬', '੭', '੮', '੯']),
dateFormat: 'dd-mm-yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.pa =
$.calendars.calendars.gregorian.prototype.regionalOptions.pa;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Polish localisation for Gregorian/Julian calendars for jQuery.
Written by Jacek Wysocki (jacek.wysocki@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.pl = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec',
'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'],
monthNamesShort: ['Sty','Lu','Mar','Kw','Maj','Cze',
'Lip','Sie','Wrz','Pa','Lis','Gru'],
dayNames: ['Niedziela','Poniedzialek','Wtorek','Środa','Czwartek','Piątek','Sobota'],
dayNamesShort: ['Nie','Pn','Wt','Śr','Czw','Pt','So'],
dayNamesMin: ['N','Pn','Wt','Śr','Cz','Pt','So'],
digits: null,
dateFormat: 'yyyy-mm-dd',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.pl =
$.calendars.calendars.gregorian.prototype.regionalOptions.pl;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Brazilian Portuguese localisation for Gregorian/Julian calendars for jQuery.
Written by Leonildo Costa Silva (leocsilva@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['pt-BR'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',
'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
'Jul','Ago','Set','Out','Nov','Dez'],
dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'],
dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['pt-BR'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['pt-BR'];
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Romansh localisation for Gregorian/Julian calendars for jQuery.
Yvonne Gienal (yvonne.gienal@educa.ch). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.rm = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Schaner','Favrer','Mars','Avrigl','Matg','Zercladur',
'Fanadur','Avust','Settember','October','November','December'],
monthNamesShort: ['Scha','Fev','Mar','Avr','Matg','Zer',
'Fan','Avu','Sett','Oct','Nov','Dec'],
dayNames: ['Dumengia','Glindesdi','Mardi','Mesemna','Gievgia','Venderdi','Sonda'],
dayNamesShort: ['Dum','Gli','Mar','Mes','Gie','Ven','Som'],
dayNamesMin: ['Du','Gl','Ma','Me','Gi','Ve','So'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.rm =
$.calendars.calendars.gregorian.prototype.regionalOptions.rm;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Romanian localisation for Gregorian/Julian calendars for jQuery.
Written by Edmond L. (ll_edmond@walla.com) and Ionut G. Stan (ionut.g.stan@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.ro = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie',
'Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'],
monthNamesShort: ['Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun',
'Iul', 'Aug', 'Sep', 'Oct', 'Noi', 'Dec'],
dayNames: ['Duminică', 'Luni', 'Marti', 'Miercuri', 'Joi', 'Vineri', 'Sâmbătă'],
dayNamesShort: ['Dum', 'Lun', 'Mar', 'Mie', 'Joi', 'Vin', 'Sâm'],
dayNamesMin: ['Du','Lu','Ma','Mi','Jo','Vi','Sâ'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.ro =
$.calendars.calendars.gregorian.prototype.regionalOptions.ro;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Russian localisation for Gregorian/Julian calendars for jQuery.
Written by Andrew Stromnov (stromnov@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.ru = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь',
'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'],
monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн',
'Июл','Авг','Сен','Окт','Ноя','Дек'],
dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'],
dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'],
dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.ru =
$.calendars.calendars.gregorian.prototype.regionalOptions.ru;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Slovak localisation for Gregorian/Julian calendars for jQuery.
Written by Vojtech Rinik (vojto@hmm.sk). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.sk = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Január','Február','Marec','Apríl','Máj','Jún',
'Júl','August','September','Október','November','December'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún',
'Júl','Aug','Sep','Okt','Nov','Dec'],
dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'],
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 0,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.sk =
$.calendars.calendars.gregorian.prototype.regionalOptions.sk;
}
})(jQuery);

View File

@@ -0,0 +1,26 @@
/* http://keith-wood.name/calendars.html
Slovenian localisation for Gregorian/Julian calendars for jQuery.
Written by Jaka Jancar (jaka@kubje.org). */
/* c = &#x10D;, s = &#x161; z = &#x17E; C = &#x10C; S = &#x160; Z = &#x17D; */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.sl = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januar','Februar','Marec','April','Maj','Junij',
'Julij','Avgust','September','Oktober','November','December'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
'Jul','Avg','Sep','Okt','Nov','Dec'],
dayNames: ['Nedelja','Ponedeljek','Torek','Sreda','&#x10C;etrtek','Petek','Sobota'],
dayNamesShort: ['Ned','Pon','Tor','Sre','&#x10C;et','Pet','Sob'],
dayNamesMin: ['Ne','Po','To','Sr','&#x10C;e','Pe','So'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.sl =
$.calendars.calendars.gregorian.prototype.regionalOptions.sl;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Albanian localisation for Gregorian/Julian calendars for jQuery.
Written by Flakron Bytyqi (flakron@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.sq = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor',
'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'],
monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer',
'Kor','Gus','Sht','Tet','Nën','Dhj'],
dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'],
dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'],
dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'],
digits: null,
dateFormat: 'dd.mm.yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.sq =
$.calendars.calendars.gregorian.prototype.regionalOptions.sq;
}
})(jQuery);

View File

@@ -0,0 +1,24 @@
/* http://keith-wood.name/calendars.html
Serbian localisation for Gregorian/Julian calendars for jQuery.
Written by Dejan Dimić. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['sr-SR'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januar','Februar','Mart','April','Maj','Jun',
'Jul','Avgust','Septembar','Oktobar','Novembar','Decembar'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun','Jul','Avg','Sep','Okt','Nov','Dec'],
dayNames: ['Nedelja','Ponedeljak','Utorak','Sreda','Četvrtak','Petak','Subota'],
dayNamesShort: ['Ned','Pon','Uto','Sre','Čet','Pet','Sub'],
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions['sr-SR'] =
$.calendars.calendars.gregorian.prototype.regionalOptions['sr-SR'];
}
})(jQuery);

View File

@@ -0,0 +1,24 @@
/* http://keith-wood.name/calendars.html
Serbian localisation for Gregorian/Julian calendars for jQuery.
Written by Dejan Dimić. */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.sr = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун',
'Јул','Август','Септембар','Октобар','Новембар','Децембар'],
monthNamesShort: ['Јан','Феб','Мар','Апр','Мај','Јун','Јул','Авг','Сеп','Окт','Нов','Дец'],
dayNames: ['Недеља','Понедељак','Уторак','Среда','Четвртак','Петак','Субота'],
dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'],
dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'],
digits: null,
dateFormat: 'dd/mm/yyyy',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.sr =
$.calendars.calendars.gregorian.prototype.regionalOptions.sr;
}
})(jQuery);

View File

@@ -0,0 +1,25 @@
/* http://keith-wood.name/calendars.html
Swedish localisation for Gregorian/Julian calendars for jQuery.
Written by Anders Ekdahl (anders@nomadiz.se). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions.sv = {
name: 'Gregorian',
epochs: ['BCE', 'CE'],
monthNames: ['Januari','Februari','Mars','April','Maj','Juni',
'Juli','Augusti','September','Oktober','November','December'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',
'Jul','Aug','Sep','Okt','Nov','Dec'],
dayNames: ['Söndag','Måndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'],
dayNamesShort: ['Sön','Mån','Tis','Ons','Tor','Fre','Lör'],
dayNamesMin: ['Sö','Må','Ti','On','To','Fr','Lö'],
digits: null,
dateFormat: 'yyyy-mm-dd',
firstDay: 1,
isRTL: false
};
if ($.calendars.calendars.julian) {
$.calendars.calendars.julian.prototype.regionalOptions.sv =
$.calendars.calendars.gregorian.prototype.regionalOptions.sv;
}
})(jQuery);

Some files were not shown because too many files have changed in this diff Show More