Update jQuery to latest stable version
|
|
@ -56,7 +56,7 @@ class JsCommand extends BaseCommand
|
|||
];
|
||||
|
||||
private $vendorFiles = [
|
||||
'assets/vendor/jquery/jquery-3.4.1.min.js',
|
||||
'assets/vendor/jquery/jquery-3.6.1.min.js',
|
||||
'assets/vendor/jquery-ui/jquery-ui.min.js',
|
||||
'assets/vendor/jquery-ui/i18n/datepicker-*.js',
|
||||
'assets/vendor/jqueryui-timepicker-addon/jquery-ui-timepicker-addon.min.js',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Afrikaans initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Renier Pretorius. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.af = {
|
||||
closeText: "Selekteer",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.af );
|
|||
|
||||
return datepicker.regional.af;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
/* Mohamed Amine HADDAD -- zatamine@gmail.com */
|
||||
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -13,12 +15,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "ar-DZ" ] = {
|
||||
closeText: "إغلاق",
|
||||
prevText: "<السابق",
|
||||
nextText: "التالي>",
|
||||
prevText: "السابق",
|
||||
nextText: "التالي",
|
||||
currentText: "اليوم",
|
||||
monthNames: [ "جانفي", "فيفري", "مارس", "أفريل", "ماي", "جوان",
|
||||
"جويلية", "أوت", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" ],
|
||||
|
|
@ -36,4 +39,4 @@ datepicker.setDefaults( datepicker.regional[ "ar-DZ" ] );
|
|||
|
||||
return datepicker.regional[ "ar-DZ" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
/* Written by Mohammed Alshehri -- m@dralshehri.com */
|
||||
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -13,12 +15,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ar = {
|
||||
closeText: "إغلاق",
|
||||
prevText: "<السابق",
|
||||
nextText: "التالي>",
|
||||
prevText: "السابق",
|
||||
nextText: "التالي",
|
||||
currentText: "اليوم",
|
||||
monthNames: [ "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو",
|
||||
"يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" ],
|
||||
|
|
@ -36,4 +39,4 @@ datepicker.setDefaults( datepicker.regional.ar );
|
|||
|
||||
return datepicker.regional.ar;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Jamil Najafov (necefov33@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.az = {
|
||||
closeText: "Bağla",
|
||||
prevText: "<Geri",
|
||||
nextText: "İrəli>",
|
||||
prevText: "Geri",
|
||||
nextText: "İrəli",
|
||||
currentText: "Bugün",
|
||||
monthNames: [ "Yanvar", "Fevral", "Mart", "Aprel", "May", "İyun",
|
||||
"İyul", "Avqust", "Sentyabr", "Oktyabr", "Noyabr", "Dekabr" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.az );
|
|||
|
||||
return datepicker.regional.az;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Belarusian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Pavel Selitskas <p.selitskas@gmail.com> */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.be = {
|
||||
closeText: "Зачыніць",
|
||||
prevText: "←Папяр.",
|
||||
nextText: "Наст.→",
|
||||
prevText: "Папяр.",
|
||||
nextText: "Наст.",
|
||||
currentText: "Сёньня",
|
||||
monthNames: [ "Студзень", "Люты", "Сакавік", "Красавік", "Травень", "Чэрвень",
|
||||
"Ліпень", "Жнівень", "Верасень", "Кастрычнік", "Лістапад", "Сьнежань" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.be );
|
|||
|
||||
return datepicker.regional.be;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Stoyan Kyosev (http://svest.org). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.bg = {
|
||||
closeText: "затвори",
|
||||
prevText: "<назад",
|
||||
nextText: "напред>",
|
||||
prevText: "назад",
|
||||
nextText: "напред",
|
||||
nextBigText: ">>",
|
||||
currentText: "днес",
|
||||
monthNames: [ "Януари", "Февруари", "Март", "Април", "Май", "Юни",
|
||||
|
|
@ -35,4 +38,4 @@ datepicker.setDefaults( datepicker.regional.bg );
|
|||
|
||||
return datepicker.regional.bg;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Bosnian i18n for the jQuery UI date picker plugin. */
|
||||
/* Written by Kenan Konjo. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.bs = {
|
||||
closeText: "Zatvori",
|
||||
prevText: "<",
|
||||
nextText: ">",
|
||||
prevText: "Prethodno",
|
||||
nextText: "Sljedeći",
|
||||
currentText: "Danas",
|
||||
monthNames: [ "Januar", "Februar", "Mart", "April", "Maj", "Juni",
|
||||
"Juli", "August", "Septembar", "Oktobar", "Novembar", "Decembar" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.bs );
|
|||
|
||||
return datepicker.regional.bs;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Inicialització en català per a l'extensió 'UI date picker' per jQuery. */
|
||||
/* Writers: (joan.leon@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ca = {
|
||||
closeText: "Tanca",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.ca );
|
|||
|
||||
return datepicker.regional.ca;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Czech initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Tomas Muller (tomas@tomas-muller.net). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.cs = {
|
||||
closeText: "Zavřít",
|
||||
prevText: "<Dříve",
|
||||
nextText: "Později>",
|
||||
prevText: "Dříve",
|
||||
nextText: "Později",
|
||||
currentText: "Nyní",
|
||||
monthNames: [ "leden", "únor", "březen", "duben", "květen", "červen",
|
||||
"červenec", "srpen", "září", "říjen", "listopad", "prosinec" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.cs );
|
|||
|
||||
return datepicker.regional.cs;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Welsh/UK initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by William Griffiths. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "cy-GB" ] = {
|
||||
closeText: "Done",
|
||||
|
|
@ -42,4 +45,4 @@ datepicker.setDefaults( datepicker.regional[ "cy-GB" ] );
|
|||
|
||||
return datepicker.regional[ "cy-GB" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Danish initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Jan Christensen ( deletestuff@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.da = {
|
||||
closeText: "Luk",
|
||||
prevText: "<Forrige",
|
||||
nextText: "Næste>",
|
||||
prevText: "Forrige",
|
||||
nextText: "Næste",
|
||||
currentText: "I dag",
|
||||
monthNames: [ "Januar", "Februar", "Marts", "April", "Maj", "Juni",
|
||||
"Juli", "August", "September", "Oktober", "November", "December" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.da );
|
|||
|
||||
return datepicker.regional.da;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -0,0 +1,41 @@
|
|||
/* German/Austrian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Based on the de initialisation. */
|
||||
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ "../widgets/datepicker" ], factory );
|
||||
} else {
|
||||
|
||||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "de-AT" ] = {
|
||||
closeText: "Schließen",
|
||||
prevText: "Zurück",
|
||||
nextText: "Vor",
|
||||
currentText: "Heute",
|
||||
monthNames: [ "Jänner", "Februar", "März", "April", "Mai", "Juni",
|
||||
"Juli", "August", "September", "Oktober", "November", "Dezember" ],
|
||||
monthNamesShort: [ "Jän", "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" ],
|
||||
weekHeader: "KW",
|
||||
dateFormat: "dd.mm.yy",
|
||||
firstDay: 1,
|
||||
isRTL: false,
|
||||
showMonthAfterYear: false,
|
||||
yearSuffix: "" };
|
||||
datepicker.setDefaults( datepicker.regional[ "de-AT" ] );
|
||||
|
||||
return datepicker.regional[ "de-AT" ];
|
||||
|
||||
} );
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
/* German initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Milian Wolff (mail@milianw.de). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.de = {
|
||||
closeText: "Schließen",
|
||||
prevText: "<Zurück",
|
||||
nextText: "Vor>",
|
||||
prevText: "Zurück",
|
||||
nextText: "Vor",
|
||||
currentText: "Heute",
|
||||
monthNames: [ "Januar", "Februar", "März", "April", "Mai", "Juni",
|
||||
"Juli", "August", "September", "Oktober", "November", "Dezember" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.de );
|
|||
|
||||
return datepicker.regional.de;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Alex Cicovic (http://www.alexcicovic.com) */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.el = {
|
||||
closeText: "Κλείσιμο",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.el );
|
|||
|
||||
return datepicker.regional.el;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* English/Australia initialisation for the jQuery UI date picker plugin. */
|
||||
/* Based on the en-GB initialisation. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "en-AU" ] = {
|
||||
closeText: "Done",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "en-AU" ] );
|
|||
|
||||
return datepicker.regional[ "en-AU" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* English/UK initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Stuart. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "en-GB" ] = {
|
||||
closeText: "Done",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "en-GB" ] );
|
|||
|
||||
return datepicker.regional[ "en-GB" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* English/New Zealand initialisation for the jQuery UI date picker plugin. */
|
||||
/* Based on the en-GB initialisation. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "en-NZ" ] = {
|
||||
closeText: "Done",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "en-NZ" ] );
|
|||
|
||||
return datepicker.regional[ "en-NZ" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Esperanto initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Olivier M. (olivierweb@ifrance.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.eo = {
|
||||
closeText: "Fermi",
|
||||
prevText: "<Anta",
|
||||
nextText: "Sekv>",
|
||||
prevText: "Anta",
|
||||
nextText: "Sekv",
|
||||
currentText: "Nuna",
|
||||
monthNames: [ "Januaro", "Februaro", "Marto", "Aprilo", "Majo", "Junio",
|
||||
"Julio", "Aŭgusto", "Septembro", "Oktobro", "Novembro", "Decembro" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.eo );
|
|||
|
||||
return datepicker.regional.eo;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Inicialización en español para la extensión 'UI date picker' para jQuery. */
|
||||
/* Traducido por Vester (xvester@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.es = {
|
||||
closeText: "Cerrar",
|
||||
prevText: "<Ant",
|
||||
nextText: "Sig>",
|
||||
prevText: "Ant",
|
||||
nextText: "Sig",
|
||||
currentText: "Hoy",
|
||||
monthNames: [ "enero", "febrero", "marzo", "abril", "mayo", "junio",
|
||||
"julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.es );
|
|||
|
||||
return datepicker.regional.es;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Estonian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Mart Sõmermaa (mrts.pydev at gmail com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.et = {
|
||||
closeText: "Sulge",
|
||||
|
|
@ -42,4 +45,4 @@ datepicker.setDefaults( datepicker.regional.et );
|
|||
|
||||
return datepicker.regional.et;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
/* Karrikas-ek itzulia (karrikas@karrikas.com) */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -9,12 +11,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.eu = {
|
||||
closeText: "Egina",
|
||||
prevText: "<Aur",
|
||||
nextText: "Hur>",
|
||||
prevText: "Aur",
|
||||
nextText: "Hur",
|
||||
currentText: "Gaur",
|
||||
monthNames: [ "urtarrila", "otsaila", "martxoa", "apirila", "maiatza", "ekaina",
|
||||
"uztaila", "abuztua", "iraila", "urria", "azaroa", "abendua" ],
|
||||
|
|
@ -33,4 +36,4 @@ datepicker.setDefaults( datepicker.regional.eu );
|
|||
|
||||
return datepicker.regional.eu;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
/* Javad Mowlanezhad -- jmowla@gmail.com */
|
||||
/* Jalali calendar should supported soon! (Its implemented but I have to test it) */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -11,12 +13,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.fa = {
|
||||
closeText: "بستن",
|
||||
prevText: "<قبلی",
|
||||
nextText: "بعدی>",
|
||||
prevText: "قبلی",
|
||||
nextText: "بعدی",
|
||||
currentText: "امروز",
|
||||
monthNames: [
|
||||
"ژانویه",
|
||||
|
|
@ -70,4 +73,4 @@ datepicker.setDefaults( datepicker.regional.fa );
|
|||
|
||||
return datepicker.regional.fa;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Finnish initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Harri Kilpiö (harrikilpio@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.fi = {
|
||||
closeText: "Sulje",
|
||||
prevText: "«Edellinen",
|
||||
nextText: "Seuraava»",
|
||||
prevText: "Edellinen",
|
||||
nextText: "Seuraava",
|
||||
currentText: "Tänään",
|
||||
monthNames: [ "Tammikuu", "Helmikuu", "Maaliskuu", "Huhtikuu", "Toukokuu", "Kesäkuu",
|
||||
"Heinäkuu", "Elokuu", "Syyskuu", "Lokakuu", "Marraskuu", "Joulukuu" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.fi );
|
|||
|
||||
return datepicker.regional.fi;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Faroese initialisation for the jQuery UI date picker plugin */
|
||||
/* Written by Sverri Mohr Olsen, sverrimo@gmail.com */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.fo = {
|
||||
closeText: "Lat aftur",
|
||||
prevText: "<Fyrra",
|
||||
nextText: "Næsta>",
|
||||
prevText: "Fyrra",
|
||||
nextText: "Næsta",
|
||||
currentText: "Í dag",
|
||||
monthNames: [ "Januar", "Februar", "Mars", "Apríl", "Mei", "Juni",
|
||||
"Juli", "August", "September", "Oktober", "November", "Desember" ],
|
||||
|
|
@ -42,4 +45,4 @@ datepicker.setDefaults( datepicker.regional.fo );
|
|||
|
||||
return datepicker.regional.fo;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
/* Canadian-French initialisation for the jQuery UI date picker plugin. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -9,7 +11,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "fr-CA" ] = {
|
||||
closeText: "Fermer",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "fr-CA" ] );
|
|||
|
||||
return datepicker.regional[ "fr-CA" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "fr-CH" ] = {
|
||||
closeText: "Fermer",
|
||||
prevText: "<Préc",
|
||||
nextText: "Suiv>",
|
||||
prevText: "Préc",
|
||||
nextText: "Suiv",
|
||||
currentText: "Courant",
|
||||
monthNames: [ "janvier", "février", "mars", "avril", "mai", "juin",
|
||||
"juillet", "août", "septembre", "octobre", "novembre", "décembre" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "fr-CH" ] );
|
|||
|
||||
return datepicker.regional[ "fr-CH" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
Stéphane Nahmani (sholby@sholby.net),
|
||||
Stéphane Raimbault <stephane.raimbault@gmail.com> */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -12,7 +14,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.fr = {
|
||||
closeText: "Fermer",
|
||||
|
|
@ -36,4 +39,4 @@ datepicker.setDefaults( datepicker.regional.fr );
|
|||
|
||||
return datepicker.regional.fr;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Galician localization for 'UI date picker' jQuery extension. */
|
||||
/* Translated by Jorge Barreiro <yortx.barry@gmail.com>. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.gl = {
|
||||
closeText: "Pechar",
|
||||
prevText: "<Ant",
|
||||
nextText: "Seg>",
|
||||
prevText: "Ant",
|
||||
nextText: "Seg",
|
||||
currentText: "Hoxe",
|
||||
monthNames: [ "Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xuño",
|
||||
"Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.gl );
|
|||
|
||||
return datepicker.regional.gl;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Hebrew initialisation for the UI Datepicker extension. */
|
||||
/* Written by Amir Hardon (ahardon at gmail dot com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.he = {
|
||||
closeText: "סגור",
|
||||
prevText: "<הקודם",
|
||||
nextText: "הבא>",
|
||||
prevText: "הקודם",
|
||||
nextText: "הבא",
|
||||
currentText: "היום",
|
||||
monthNames: [ "ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני",
|
||||
"יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.he );
|
|||
|
||||
return datepicker.regional.he;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Hindi initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Michael Dawart. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.hi = {
|
||||
closeText: "बंद",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.hi );
|
|||
|
||||
return datepicker.regional.hi;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Croatian i18n for the jQuery UI date picker plugin. */
|
||||
/* Written by Vjekoslav Nesek. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.hr = {
|
||||
closeText: "Zatvori",
|
||||
prevText: "<",
|
||||
nextText: ">",
|
||||
prevText: "Prethodno",
|
||||
nextText: "Sljedeći",
|
||||
currentText: "Danas",
|
||||
monthNames: [ "Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj",
|
||||
"Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.hr );
|
|||
|
||||
return datepicker.regional.hr;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
/* Hungarian initialisation for the jQuery UI date picker plugin. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -9,13 +11,14 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.hu = {
|
||||
closeText: "bezár",
|
||||
prevText: "vissza",
|
||||
nextText: "előre",
|
||||
currentText: "ma",
|
||||
closeText: "Bezár",
|
||||
prevText: "Vissza",
|
||||
nextText: "Előre",
|
||||
currentText: "Ma",
|
||||
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",
|
||||
|
|
@ -33,4 +36,4 @@ datepicker.setDefaults( datepicker.regional.hu );
|
|||
|
||||
return datepicker.regional.hu;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.hy = {
|
||||
closeText: "Փակել",
|
||||
prevText: "<Նախ.",
|
||||
nextText: "Հաջ.>",
|
||||
prevText: "Նախ.",
|
||||
nextText: "Հաջ.",
|
||||
currentText: "Այսօր",
|
||||
monthNames: [ "Հունվար", "Փետրվար", "Մարտ", "Ապրիլ", "Մայիս", "Հունիս",
|
||||
"Հուլիս", "Օգոստոս", "Սեպտեմբեր", "Հոկտեմբեր", "Նոյեմբեր", "Դեկտեմբեր" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.hy );
|
|||
|
||||
return datepicker.regional.hy;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
/* Indonesian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Deden Fathurahman (dedenf@gmail.com). */
|
||||
/* Fixed by Denny Septian Panggabean (xamidimura@gmail.com) */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,20 +13,21 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.id = {
|
||||
closeText: "Tutup",
|
||||
prevText: "<mundur",
|
||||
nextText: "maju>",
|
||||
currentText: "hari ini",
|
||||
prevText: "Mundur",
|
||||
nextText: "Maju",
|
||||
currentText: "Hari ini",
|
||||
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" ],
|
||||
dayNamesShort: [ "Min", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab" ],
|
||||
dayNamesMin: [ "Mg", "Sn", "Sl", "Rb", "Km", "Jm", "Sb" ],
|
||||
weekHeader: "Mg",
|
||||
dateFormat: "dd/mm/yy",
|
||||
firstDay: 0,
|
||||
|
|
@ -34,4 +38,4 @@ datepicker.setDefaults( datepicker.regional.id );
|
|||
|
||||
return datepicker.regional.id;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Icelandic initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Haukur H. Thorsson (haukur@eskill.is). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.is = {
|
||||
closeText: "Loka",
|
||||
prevText: "< Fyrri",
|
||||
nextText: "Næsti >",
|
||||
prevText: "Fyrri",
|
||||
nextText: "Næsti ",
|
||||
currentText: "Í dag",
|
||||
monthNames: [ "Janúar", "Febrúar", "Mars", "Apríl", "Maí", "Júní",
|
||||
"Júlí", "Ágúst", "September", "Október", "Nóvember", "Desember" ],
|
||||
|
|
@ -42,4 +45,4 @@ datepicker.setDefaults( datepicker.regional.is );
|
|||
|
||||
return datepicker.regional.is;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Italian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Antonello Pasella (antonello.pasella@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "it-CH" ] = {
|
||||
closeText: "Chiudi",
|
||||
prevText: "<Prec",
|
||||
nextText: "Succ>",
|
||||
prevText: "Prec",
|
||||
nextText: "Succ",
|
||||
currentText: "Oggi",
|
||||
monthNames: [ "Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno",
|
||||
"Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "it-CH" ] );
|
|||
|
||||
return datepicker.regional[ "it-CH" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Italian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Antonello Pasella (antonello.pasella@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.it = {
|
||||
closeText: "Chiudi",
|
||||
prevText: "<Prec",
|
||||
nextText: "Succ>",
|
||||
prevText: "Prec",
|
||||
nextText: "Succ",
|
||||
currentText: "Oggi",
|
||||
monthNames: [ "Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno",
|
||||
"Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.it );
|
|||
|
||||
return datepicker.regional.it;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Japanese initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Kentaro SATO (kentaro@ranvis.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ja = {
|
||||
closeText: "閉じる",
|
||||
prevText: "<前",
|
||||
nextText: "次>",
|
||||
prevText: "前",
|
||||
nextText: "次",
|
||||
currentText: "今日",
|
||||
monthNames: [ "1月", "2月", "3月", "4月", "5月", "6月",
|
||||
"7月", "8月", "9月", "10月", "11月", "12月" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.ja );
|
|||
|
||||
return datepicker.regional.ja;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Georgian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Lado Lomidze (lado.lomidze@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ka = {
|
||||
closeText: "დახურვა",
|
||||
prevText: "< წინა",
|
||||
nextText: "შემდეგი >",
|
||||
prevText: "წინა",
|
||||
nextText: "შემდეგი ",
|
||||
currentText: "დღეს",
|
||||
monthNames: [
|
||||
"იანვარი",
|
||||
|
|
@ -45,4 +48,4 @@ datepicker.setDefaults( datepicker.regional.ka );
|
|||
|
||||
return datepicker.regional.ka;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.kk = {
|
||||
closeText: "Жабу",
|
||||
prevText: "<Алдыңғы",
|
||||
nextText: "Келесі>",
|
||||
prevText: "Алдыңғы",
|
||||
nextText: "Келесі",
|
||||
currentText: "Бүгін",
|
||||
monthNames: [ "Қаңтар", "Ақпан", "Наурыз", "Сәуір", "Мамыр", "Маусым",
|
||||
"Шілде", "Тамыз", "Қыркүйек", "Қазан", "Қараша", "Желтоқсан" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.kk );
|
|||
|
||||
return datepicker.regional.kk;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Khmer initialisation for the jQuery calendar extension. */
|
||||
/* Written by Chandara Om (chandara.teacher@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.km = {
|
||||
closeText: "ធ្វើរួច",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.km );
|
|||
|
||||
return datepicker.regional.km;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Korean initialisation for the jQuery calendar extension. */
|
||||
/* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie and Myeongjin Lee. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ko = {
|
||||
closeText: "닫기",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.ko );
|
|||
|
||||
return datepicker.regional.ko;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Kyrgyz (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Sergey Kartashov (ebishkek@yandex.ru). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ky = {
|
||||
closeText: "Жабуу",
|
||||
prevText: "<Мур",
|
||||
nextText: "Кий>",
|
||||
prevText: "Мур",
|
||||
nextText: "Кий",
|
||||
currentText: "Бүгүн",
|
||||
monthNames: [ "Январь", "Февраль", "Март", "Апрель", "Май", "Июнь",
|
||||
"Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь" ],
|
||||
|
|
@ -35,4 +38,4 @@ datepicker.setDefaults( datepicker.regional.ky );
|
|||
|
||||
return datepicker.regional.ky;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Luxembourgish initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Michel Weimerskirch <michel@weimerskirch.net> */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.lb = {
|
||||
closeText: "Fäerdeg",
|
||||
|
|
@ -42,4 +45,4 @@ datepicker.setDefaults( datepicker.regional.lb );
|
|||
|
||||
return datepicker.regional.lb;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* @author Arturas Paleicikas <arturas@avalon.lt> */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.lt = {
|
||||
closeText: "Uždaryti",
|
||||
prevText: "<Atgal",
|
||||
nextText: "Pirmyn>",
|
||||
prevText: "Atgal",
|
||||
nextText: "Pirmyn",
|
||||
currentText: "Šiandien",
|
||||
monthNames: [ "Sausis", "Vasaris", "Kovas", "Balandis", "Gegužė", "Birželis",
|
||||
"Liepa", "Rugpjūtis", "Rugsėjis", "Spalis", "Lapkritis", "Gruodis" ],
|
||||
|
|
@ -42,4 +45,4 @@ datepicker.setDefaults( datepicker.regional.lt );
|
|||
|
||||
return datepicker.regional.lt;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* @author Arturas Paleicikas <arturas.paleicikas@metasite.net> */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.lv = {
|
||||
closeText: "Aizvērt",
|
||||
|
|
@ -42,4 +45,4 @@ datepicker.setDefaults( datepicker.regional.lv );
|
|||
|
||||
return datepicker.regional.lv;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Macedonian i18n for the jQuery UI date picker plugin. */
|
||||
/* Written by Stojce Slavkovski. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.mk = {
|
||||
closeText: "Затвори",
|
||||
prevText: "<",
|
||||
nextText: ">",
|
||||
prevText: "Претходна",
|
||||
nextText: "Следно",
|
||||
currentText: "Денес",
|
||||
monthNames: [ "Јануари", "Февруари", "Март", "Април", "Мај", "Јуни",
|
||||
"Јули", "Август", "Септември", "Октомври", "Ноември", "Декември" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.mk );
|
|||
|
||||
return datepicker.regional.mk;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Saji Nediyanchath (saji89@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ml = {
|
||||
closeText: "ശരി",
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.ml );
|
|||
|
||||
return datepicker.regional.ml;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Malaysian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ms = {
|
||||
closeText: "Tutup",
|
||||
prevText: "<Sebelum",
|
||||
nextText: "Selepas>",
|
||||
prevText: "Sebelum",
|
||||
nextText: "Selepas",
|
||||
currentText: "hari ini",
|
||||
monthNames: [ "Januari", "Februari", "Mac", "April", "Mei", "Jun",
|
||||
"Julai", "Ogos", "September", "Oktober", "November", "Disember" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.ms );
|
|||
|
||||
return datepicker.regional.ms;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Norwegian Bokmål initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Bjørn Johansen (post@bjornjohansen.no). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.nb = {
|
||||
closeText: "Lukk",
|
||||
prevText: "«Forrige",
|
||||
nextText: "Neste»",
|
||||
prevText: "Forrige",
|
||||
nextText: "Neste",
|
||||
currentText: "I dag",
|
||||
monthNames: [
|
||||
"januar",
|
||||
|
|
@ -46,4 +49,4 @@ datepicker.setDefaults( datepicker.regional.nb );
|
|||
|
||||
return datepicker.regional.nb;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */
|
||||
/* David De Sloovere @DavidDeSloovere */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "nl-BE" ] = {
|
||||
closeText: "Sluiten",
|
||||
prevText: "←",
|
||||
nextText: "→",
|
||||
prevText: "Vorig",
|
||||
nextText: "Volgende",
|
||||
currentText: "Vandaag",
|
||||
monthNames: [ "januari", "februari", "maart", "april", "mei", "juni",
|
||||
"juli", "augustus", "september", "oktober", "november", "december" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "nl-BE" ] );
|
|||
|
||||
return datepicker.regional[ "nl-BE" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Mathias Bynens <http://mathiasbynens.be/> */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.nl = {
|
||||
closeText: "Sluiten",
|
||||
prevText: "←",
|
||||
nextText: "→",
|
||||
prevText: "Vorig",
|
||||
nextText: "Volgende",
|
||||
currentText: "Vandaag",
|
||||
monthNames: [ "januari", "februari", "maart", "april", "mei", "juni",
|
||||
"juli", "augustus", "september", "oktober", "november", "december" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.nl );
|
|||
|
||||
return datepicker.regional.nl;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Norwegian Nynorsk initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Bjørn Johansen (post@bjornjohansen.no). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.nn = {
|
||||
closeText: "Lukk",
|
||||
prevText: "«Førre",
|
||||
nextText: "Neste»",
|
||||
prevText: "Førre",
|
||||
nextText: "Neste",
|
||||
currentText: "I dag",
|
||||
monthNames: [
|
||||
"januar",
|
||||
|
|
@ -46,4 +49,4 @@ datepicker.setDefaults( datepicker.regional.nn );
|
|||
|
||||
return datepicker.regional.nn;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
/* Written by Naimdjon Takhirov (naimdjon@gmail.com). */
|
||||
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -11,12 +13,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.no = {
|
||||
closeText: "Lukk",
|
||||
prevText: "«Forrige",
|
||||
nextText: "Neste»",
|
||||
prevText: "Forrige",
|
||||
nextText: "Neste",
|
||||
currentText: "I dag",
|
||||
monthNames: [
|
||||
"januar",
|
||||
|
|
@ -47,4 +50,4 @@ datepicker.setDefaults( datepicker.regional.no );
|
|||
|
||||
return datepicker.regional.no;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Polish initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.pl = {
|
||||
closeText: "Zamknij",
|
||||
prevText: "<Poprzedni",
|
||||
nextText: "Następny>",
|
||||
prevText: "Poprzedni",
|
||||
nextText: "Następny",
|
||||
currentText: "Dziś",
|
||||
monthNames: [ "Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec",
|
||||
"Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.pl );
|
|||
|
||||
return datepicker.regional.pl;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Brazilian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Leonildo Costa Silva (leocsilva@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "pt-BR" ] = {
|
||||
closeText: "Fechar",
|
||||
prevText: "<Anterior",
|
||||
nextText: "Próximo>",
|
||||
prevText: "Anterior",
|
||||
nextText: "Próximo",
|
||||
currentText: "Hoje",
|
||||
monthNames: [ "Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho",
|
||||
"Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" ],
|
||||
|
|
@ -42,4 +45,4 @@ datepicker.setDefaults( datepicker.regional[ "pt-BR" ] );
|
|||
|
||||
return datepicker.regional[ "pt-BR" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
/* Portuguese initialisation for the jQuery UI date picker plugin. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -9,7 +11,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.pt = {
|
||||
closeText: "Fechar",
|
||||
|
|
@ -41,4 +44,4 @@ datepicker.setDefaults( datepicker.regional.pt );
|
|||
|
||||
return datepicker.regional.pt;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Romansh initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Yvonne Gienal (yvonne.gienal@educa.ch). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.rm = {
|
||||
closeText: "Serrar",
|
||||
prevText: "<Suandant",
|
||||
nextText: "Precedent>",
|
||||
prevText: "Suandant",
|
||||
nextText: "Precedent",
|
||||
currentText: "Actual",
|
||||
monthNames: [
|
||||
"Schaner",
|
||||
|
|
@ -58,4 +61,4 @@ datepicker.setDefaults( datepicker.regional.rm );
|
|||
|
||||
return datepicker.regional.rm;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
* and Ionut G. Stan (ionut.g.stan@gmail.com)
|
||||
*/
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -13,12 +15,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ro = {
|
||||
closeText: "Închide",
|
||||
prevText: "« Luna precedentă",
|
||||
nextText: "Luna următoare »",
|
||||
prevText: "Luna precedentă",
|
||||
nextText: "Luna următoare ",
|
||||
currentText: "Azi",
|
||||
monthNames: [ "Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie",
|
||||
"Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie" ],
|
||||
|
|
@ -37,4 +40,4 @@ datepicker.setDefaults( datepicker.regional.ro );
|
|||
|
||||
return datepicker.regional.ro;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Andrew Stromnov (stromnov@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ru = {
|
||||
closeText: "Закрыть",
|
||||
prevText: "<Пред",
|
||||
nextText: "След>",
|
||||
prevText: "Пред",
|
||||
nextText: "След",
|
||||
currentText: "Сегодня",
|
||||
monthNames: [ "Январь", "Февраль", "Март", "Апрель", "Май", "Июнь",
|
||||
"Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.ru );
|
|||
|
||||
return datepicker.regional.ru;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Slovak initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Vojtech Rinik (vojto@hmm.sk). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.sk = {
|
||||
closeText: "Zavrieť",
|
||||
prevText: "<Predchádzajúci",
|
||||
nextText: "Nasledujúci>",
|
||||
prevText: "Predchádzajúci",
|
||||
nextText: "Nasledujúci",
|
||||
currentText: "Dnes",
|
||||
monthNames: [ "január", "február", "marec", "apríl", "máj", "jún",
|
||||
"júl", "august", "september", "október", "november", "december" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.sk );
|
|||
|
||||
return datepicker.regional.sk;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
/* Written by Jaka Jancar (jaka@kubje.org). */
|
||||
/* c = č, s = š z = ž C = Č S = Š Z = Ž */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -11,12 +13,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.sl = {
|
||||
closeText: "Zapri",
|
||||
prevText: "<Prejšnji",
|
||||
nextText: "Naslednji>",
|
||||
prevText: "Prejšnji",
|
||||
nextText: "Naslednji",
|
||||
currentText: "Trenutni",
|
||||
monthNames: [ "Januar", "Februar", "Marec", "April", "Maj", "Junij",
|
||||
"Julij", "Avgust", "September", "Oktober", "November", "December" ],
|
||||
|
|
@ -35,4 +38,4 @@ datepicker.setDefaults( datepicker.regional.sl );
|
|||
|
||||
return datepicker.regional.sl;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Albanian initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Flakron Bytyqi (flakron@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.sq = {
|
||||
closeText: "mbylle",
|
||||
prevText: "<mbrapa",
|
||||
nextText: "Përpara>",
|
||||
prevText: "mbrapa",
|
||||
nextText: "Përpara",
|
||||
currentText: "sot",
|
||||
monthNames: [ "Janar", "Shkurt", "Mars", "Prill", "Maj", "Qershor",
|
||||
"Korrik", "Gusht", "Shtator", "Tetor", "Nëntor", "Dhjetor" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.sq );
|
|||
|
||||
return datepicker.regional.sq;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Serbian i18n for the jQuery UI date picker plugin. */
|
||||
/* Written by Dejan Dimić. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "sr-SR" ] = {
|
||||
closeText: "Zatvori",
|
||||
prevText: "<",
|
||||
nextText: ">",
|
||||
prevText: "Prethodno",
|
||||
nextText: "Sljedeći",
|
||||
currentText: "Danas",
|
||||
monthNames: [ "Januar", "Februar", "Mart", "April", "Maj", "Jun",
|
||||
"Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "sr-SR" ] );
|
|||
|
||||
return datepicker.regional[ "sr-SR" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Serbian i18n for the jQuery UI date picker plugin. */
|
||||
/* Written by Dejan Dimić. */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.sr = {
|
||||
closeText: "Затвори",
|
||||
prevText: "<",
|
||||
nextText: ">",
|
||||
prevText: "Претходна",
|
||||
nextText: "Следећи",
|
||||
currentText: "Данас",
|
||||
monthNames: [ "Јануар", "Фебруар", "Март", "Април", "Мај", "Јун",
|
||||
"Јул", "Август", "Септембар", "Октобар", "Новембар", "Децембар" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.sr );
|
|||
|
||||
return datepicker.regional.sr;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Swedish initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Anders Ekdahl ( anders@nomadiz.se). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.sv = {
|
||||
closeText: "Stäng",
|
||||
prevText: "«Förra",
|
||||
nextText: "Nästa»",
|
||||
prevText: "Förra",
|
||||
nextText: "Nästa",
|
||||
currentText: "Idag",
|
||||
monthNames: [ "januari", "februari", "mars", "april", "maj", "juni",
|
||||
"juli", "augusti", "september", "oktober", "november", "december" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.sv );
|
|||
|
||||
return datepicker.regional.sv;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by S A Sureshkumar (saskumar@live.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,7 +12,8 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.ta = {
|
||||
closeText: "மூடு",
|
||||
|
|
@ -50,4 +53,4 @@ datepicker.setDefaults( datepicker.regional.ta );
|
|||
|
||||
return datepicker.regional.ta;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Thai initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by pipo (pipo@sixhead.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.th = {
|
||||
closeText: "ปิด",
|
||||
prevText: "« ย้อน",
|
||||
nextText: "ถัดไป »",
|
||||
prevText: "ย้อน",
|
||||
nextText: "ถัดไป",
|
||||
currentText: "วันนี้",
|
||||
monthNames: [ "มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน",
|
||||
"กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.th );
|
|||
|
||||
return datepicker.regional.th;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Abdurahmon Saidov (saidovab@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.tj = {
|
||||
closeText: "Идома",
|
||||
prevText: "<Қафо",
|
||||
nextText: "Пеш>",
|
||||
prevText: "Қафо",
|
||||
nextText: "Пеш",
|
||||
currentText: "Имрӯз",
|
||||
monthNames: [ "Январ", "Феврал", "Март", "Апрел", "Май", "Июн",
|
||||
"Июл", "Август", "Сентябр", "Октябр", "Ноябр", "Декабр" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.tj );
|
|||
|
||||
return datepicker.regional.tj;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Turkish initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Izzet Emre Erkan (kara@karalamalar.net). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.tr = {
|
||||
closeText: "kapat",
|
||||
prevText: "<geri",
|
||||
nextText: "ileri>",
|
||||
prevText: "geri",
|
||||
nextText: "ileri",
|
||||
currentText: "bugün",
|
||||
monthNames: [ "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran",
|
||||
"Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.tr );
|
|||
|
||||
return datepicker.regional.tr;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
/* Written by Maxim Drogobitskiy (maxdao@gmail.com). */
|
||||
/* Corrected by Igor Milla (igor.fsp.milla@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -11,12 +13,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.uk = {
|
||||
closeText: "Закрити",
|
||||
prevText: "<",
|
||||
nextText: ">",
|
||||
prevText: "Попередній",
|
||||
nextText: "найближчий",
|
||||
currentText: "Сьогодні",
|
||||
monthNames: [ "Січень", "Лютий", "Березень", "Квітень", "Травень", "Червень",
|
||||
"Липень", "Серпень", "Вересень", "Жовтень", "Листопад", "Грудень" ],
|
||||
|
|
@ -35,4 +38,4 @@ datepicker.setDefaults( datepicker.regional.uk );
|
|||
|
||||
return datepicker.regional.uk;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Vietnamese initialisation for the jQuery UI date picker plugin. */
|
||||
/* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.vi = {
|
||||
closeText: "Đóng",
|
||||
prevText: "<Trước",
|
||||
nextText: "Tiếp>",
|
||||
prevText: "Trước",
|
||||
nextText: "Tiếp",
|
||||
currentText: "Hôm nay",
|
||||
monthNames: [ "Tháng Một", "Tháng Hai", "Tháng Ba", "Tháng Tư", "Tháng Năm", "Tháng Sáu",
|
||||
"Tháng Bảy", "Tháng Tám", "Tháng Chín", "Tháng Mười", "Tháng Mười Một", "Tháng Mười Hai" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.vi );
|
|||
|
||||
return datepicker.regional.vi;
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Cloudream (cloudream@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "zh-CN" ] = {
|
||||
closeText: "关闭",
|
||||
prevText: "<上月",
|
||||
nextText: "下月>",
|
||||
prevText: "上月",
|
||||
nextText: "下月",
|
||||
currentText: "今天",
|
||||
monthNames: [ "一月", "二月", "三月", "四月", "五月", "六月",
|
||||
"七月", "八月", "九月", "十月", "十一月", "十二月" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "zh-CN" ] );
|
|||
|
||||
return datepicker.regional[ "zh-CN" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by SCCY (samuelcychan@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "zh-HK" ] = {
|
||||
closeText: "關閉",
|
||||
prevText: "<上月",
|
||||
nextText: "下月>",
|
||||
prevText: "上月",
|
||||
nextText: "下月",
|
||||
currentText: "今天",
|
||||
monthNames: [ "一月", "二月", "三月", "四月", "五月", "六月",
|
||||
"七月", "八月", "九月", "十月", "十一月", "十二月" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "zh-HK" ] );
|
|||
|
||||
return datepicker.regional[ "zh-HK" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
||||
/* Written by Ressol (ressol@gmail.com). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
|
|
@ -10,12 +12,13 @@
|
|||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
}( function( datepicker ) {
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional[ "zh-TW" ] = {
|
||||
closeText: "關閉",
|
||||
prevText: "<上個月",
|
||||
nextText: "下個月>",
|
||||
prevText: "上個月",
|
||||
nextText: "下個月",
|
||||
currentText: "今天",
|
||||
monthNames: [ "一月", "二月", "三月", "四月", "五月", "六月",
|
||||
"七月", "八月", "九月", "十月", "十一月", "十二月" ],
|
||||
|
|
@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional[ "zh-TW" ] );
|
|||
|
||||
return datepicker.regional[ "zh-TW" ];
|
||||
|
||||
} ) );
|
||||
} );
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.4 KiB |