fixed lp:1523701 -> UPDATED jquery-ui and timepicker + added localization libraries to jquery-ui and timepicker
@@ -43,18 +43,20 @@ $css = array(
|
|||||||
"../include/bootstrap/css/bootstrap-theme.min.css",
|
"../include/bootstrap/css/bootstrap-theme.min.css",
|
||||||
"../include/font-awesome/css/font-awesome.css",
|
"../include/font-awesome/css/font-awesome.css",
|
||||||
"../include/jquery-ui/jquery-ui.min.css",
|
"../include/jquery-ui/jquery-ui.min.css",
|
||||||
"../include/timepicker/jquery-ui.min.css",
|
|
||||||
"../include/timepicker/jquery-ui-timepicker-addon.css",
|
"../include/timepicker/jquery-ui-timepicker-addon.css",
|
||||||
"../css/custom.css"
|
"../css/custom.css"
|
||||||
);
|
);
|
||||||
$js_head = array(
|
$js_head = array(
|
||||||
"../include/jquery/jquery.min.js",
|
"../include/jquery/jquery.min.js",
|
||||||
"../include/bootstrap/js/bootstrap.min.js",
|
"../include/bootstrap/js/bootstrap.min.js",
|
||||||
"../include/timepicker/jquery-ui.min.js",
|
"../include/jquery-ui/jquery-ui.min.js",
|
||||||
//"../include/jquery-ui/jquery-ui.min.js",
|
|
||||||
"../include/timepicker/jquery-ui-timepicker-addon.js",
|
"../include/timepicker/jquery-ui-timepicker-addon.js",
|
||||||
//"../include/timepicker/jquery-ui-timepicker-ru.js",
|
|
||||||
);
|
);
|
||||||
|
$lang = $_SESSION['adminlang'];
|
||||||
|
if($lang != "en"){
|
||||||
|
$js_head[] = "../include/jquery-ui/i18n/datepicker-" . $lang . ".js";
|
||||||
|
$js_head[] = "../include/timepicker/i18n/jquery-ui-timepicker-" . $lang . ".js";
|
||||||
|
}
|
||||||
$js_foot = array(
|
$js_foot = array(
|
||||||
"../js/bootstrap-confirmation.js",
|
"../js/bootstrap-confirmation.js",
|
||||||
"../js/custom.js"
|
"../js/custom.js"
|
||||||
@@ -136,8 +138,6 @@ if ( (isset($_GET['appointment_id']) && isset($_GET['case_id'])) ||(isset($_GET[
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$lang = DEFAULT_LOCALE ;
|
|
||||||
|
|
||||||
$sql = "SELECT CONVERT_TZ(NOW(),'SYSTEM',r.Time_zone_name) as startdate,
|
$sql = "SELECT CONVERT_TZ(NOW(),'SYSTEM',r.Time_zone_name) as startdate,
|
||||||
CONVERT_TZ(DATE_ADD(NOW(), INTERVAL 10 YEAR),'SYSTEM',r.Time_zone_name) as enddate,
|
CONVERT_TZ(DATE_ADD(NOW(), INTERVAL 10 YEAR),'SYSTEM',r.Time_zone_name) as enddate,
|
||||||
r.respondent_id, ca.contact_phone_id
|
r.respondent_id, ca.contact_phone_id
|
||||||
|
|||||||
9789
include/jquery-ui/external/jquery/jquery.js
vendored
37
include/jquery-ui/i18n/datepicker-af.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Afrikaans initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Renier Pretorius. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.af = {
|
||||||
|
closeText: "Selekteer",
|
||||||
|
prevText: "Vorige",
|
||||||
|
nextText: "Volgende",
|
||||||
|
currentText: "Vandag",
|
||||||
|
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", "Maa", "Din", "Woe", "Don", "Vry", "Sat" ],
|
||||||
|
dayNamesMin: [ "So","Ma","Di","Wo","Do","Vr","Sa" ],
|
||||||
|
weekHeader: "Wk",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.af );
|
||||||
|
|
||||||
|
return datepicker.regional.af;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-ar-DZ.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Algerian Arabic Translation for jQuery UI date picker plugin. (can be used for Tunisia)*/
|
||||||
|
/* Mohamed Cherif BOUCHELAGHEM -- cherifbouchelaghem@yahoo.fr */
|
||||||
|
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "ar-DZ" ] = {
|
||||||
|
closeText: "إغلاق",
|
||||||
|
prevText: "<السابق",
|
||||||
|
nextText: "التالي>",
|
||||||
|
currentText: "اليوم",
|
||||||
|
monthNames: [ "جانفي", "فيفري", "مارس", "أفريل", "ماي", "جوان",
|
||||||
|
"جويلية", "أوت", "سبتمبر","أكتوبر", "نوفمبر", "ديسمبر" ],
|
||||||
|
monthNamesShort: [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ],
|
||||||
|
dayNames: [ "الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت" ],
|
||||||
|
dayNamesShort: [ "الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت" ],
|
||||||
|
dayNamesMin: [ "الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت" ],
|
||||||
|
weekHeader: "أسبوع",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 6,
|
||||||
|
isRTL: true,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "ar-DZ" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "ar-DZ" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
38
include/jquery-ui/i18n/datepicker-ar.js
vendored
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
/* Arabic Translation for jQuery UI date picker plugin. */
|
||||||
|
/* Used in most of Arab countries, primarily in Bahrain, Kuwait, Oman, Qatar, Saudi Arabia and the United Arab Emirates, Egypt, Sudan and Yemen. */
|
||||||
|
/* Written by Mohammed Alshehri -- m@dralshehri.com */
|
||||||
|
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ar = {
|
||||||
|
closeText: "إغلاق",
|
||||||
|
prevText: "<السابق",
|
||||||
|
nextText: "التالي>",
|
||||||
|
currentText: "اليوم",
|
||||||
|
monthNames: [ "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو",
|
||||||
|
"يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" ],
|
||||||
|
monthNamesShort: [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ],
|
||||||
|
dayNames: [ "الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت" ],
|
||||||
|
dayNamesShort: [ "أحد", "اثنين", "ثلاثاء", "أربعاء", "خميس", "جمعة", "سبت" ],
|
||||||
|
dayNamesMin: [ "ح", "ن", "ث", "ر", "خ", "ج", "س" ],
|
||||||
|
weekHeader: "أسبوع",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: true,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.ar );
|
||||||
|
|
||||||
|
return datepicker.regional.ar;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-az.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Jamil Najafov (necefov33@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.az = {
|
||||||
|
closeText: "Bağla",
|
||||||
|
prevText: "<Geri",
|
||||||
|
nextText: "İrəli>",
|
||||||
|
currentText: "Bugün",
|
||||||
|
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","Ş" ],
|
||||||
|
weekHeader: "Hf",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.az );
|
||||||
|
|
||||||
|
return datepicker.regional.az;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-be.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Belarusian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Pavel Selitskas <p.selitskas@gmail.com> */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.be = {
|
||||||
|
closeText: "Зачыніць",
|
||||||
|
prevText: "←Папяр.",
|
||||||
|
nextText: "Наст.→",
|
||||||
|
currentText: "Сёньня",
|
||||||
|
monthNames: [ "Студзень","Люты","Сакавік","Красавік","Травень","Чэрвень",
|
||||||
|
"Ліпень","Жнівень","Верасень","Кастрычнік","Лістапад","Сьнежань" ],
|
||||||
|
monthNamesShort: [ "Сту","Лют","Сак","Кра","Тра","Чэр",
|
||||||
|
"Ліп","Жні","Вер","Кас","Ліс","Сьн" ],
|
||||||
|
dayNames: [ "нядзеля","панядзелак","аўторак","серада","чацьвер","пятніца","субота" ],
|
||||||
|
dayNamesShort: [ "ндз","пнд","аўт","срд","чцв","птн","сбт" ],
|
||||||
|
dayNamesMin: [ "Нд","Пн","Аў","Ср","Чц","Пт","Сб" ],
|
||||||
|
weekHeader: "Тд",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.be );
|
||||||
|
|
||||||
|
return datepicker.regional.be;
|
||||||
|
|
||||||
|
} ) );
|
||||||
38
include/jquery-ui/i18n/datepicker-bg.js
vendored
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
/* Bulgarian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Stoyan Kyosev (http://svest.org). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.bg = {
|
||||||
|
closeText: "затвори",
|
||||||
|
prevText: "<назад",
|
||||||
|
nextText: "напред>",
|
||||||
|
nextBigText: ">>",
|
||||||
|
currentText: "днес",
|
||||||
|
monthNames: [ "Януари","Февруари","Март","Април","Май","Юни",
|
||||||
|
"Юли","Август","Септември","Октомври","Ноември","Декември" ],
|
||||||
|
monthNamesShort: [ "Яну","Фев","Мар","Апр","Май","Юни",
|
||||||
|
"Юли","Авг","Сеп","Окт","Нов","Дек" ],
|
||||||
|
dayNames: [ "Неделя","Понеделник","Вторник","Сряда","Четвъртък","Петък","Събота" ],
|
||||||
|
dayNamesShort: [ "Нед","Пон","Вто","Сря","Чет","Пет","Съб" ],
|
||||||
|
dayNamesMin: [ "Не","По","Вт","Ср","Че","Пе","Съ" ],
|
||||||
|
weekHeader: "Wk",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.bg );
|
||||||
|
|
||||||
|
return datepicker.regional.bg;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-bs.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Bosnian i18n for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Kenan Konjo. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.bs = {
|
||||||
|
closeText: "Zatvori",
|
||||||
|
prevText: "<",
|
||||||
|
nextText: ">",
|
||||||
|
currentText: "Danas",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Wk",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.bs );
|
||||||
|
|
||||||
|
return datepicker.regional.bs;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-ca.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Inicialització en català per a l'extensió 'UI date picker' per jQuery. */
|
||||||
|
/* Writers: (joan.leon@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ca = {
|
||||||
|
closeText: "Tanca",
|
||||||
|
prevText: "Anterior",
|
||||||
|
nextText: "Següent",
|
||||||
|
currentText: "Avui",
|
||||||
|
monthNames: [ "gener","febrer","març","abril","maig","juny",
|
||||||
|
"juliol","agost","setembre","octubre","novembre","desembre" ],
|
||||||
|
monthNamesShort: [ "gen","feb","març","abr","maig","juny",
|
||||||
|
"jul","ag","set","oct","nov","des" ],
|
||||||
|
dayNames: [ "diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte" ],
|
||||||
|
dayNamesShort: [ "dg","dl","dt","dc","dj","dv","ds" ],
|
||||||
|
dayNamesMin: [ "dg","dl","dt","dc","dj","dv","ds" ],
|
||||||
|
weekHeader: "Set",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.ca );
|
||||||
|
|
||||||
|
return datepicker.regional.ca;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-cs.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Czech initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Tomas Muller (tomas@tomas-muller.net). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.cs = {
|
||||||
|
closeText: "Zavřít",
|
||||||
|
prevText: "<Dříve",
|
||||||
|
nextText: "Později>",
|
||||||
|
currentText: "Nyní",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Týd",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.cs );
|
||||||
|
|
||||||
|
return datepicker.regional.cs;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-cy-GB.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Welsh/UK initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by William Griffiths. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "cy-GB" ] = {
|
||||||
|
closeText: "Done",
|
||||||
|
prevText: "Prev",
|
||||||
|
nextText: "Next",
|
||||||
|
currentText: "Today",
|
||||||
|
monthNames: [ "Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin",
|
||||||
|
"Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr" ],
|
||||||
|
monthNamesShort: [ "Ion", "Chw", "Maw", "Ebr", "Mai", "Meh",
|
||||||
|
"Gor", "Aws", "Med", "Hyd", "Tac", "Rha" ],
|
||||||
|
dayNames: [ "Dydd Sul", "Dydd Llun", "Dydd Mawrth", "Dydd Mercher", "Dydd Iau", "Dydd Gwener", "Dydd Sadwrn" ],
|
||||||
|
dayNamesShort: [ "Sul", "Llu", "Maw", "Mer", "Iau", "Gwe", "Sad" ],
|
||||||
|
dayNamesMin: [ "Su","Ll","Ma","Me","Ia","Gw","Sa" ],
|
||||||
|
weekHeader: "Wy",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "cy-GB" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "cy-GB" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-da.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Danish initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Jan Christensen ( deletestuff@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.da = {
|
||||||
|
closeText: "Luk",
|
||||||
|
prevText: "<Forrige",
|
||||||
|
nextText: "Næste>",
|
||||||
|
currentText: "Idag",
|
||||||
|
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ø" ],
|
||||||
|
weekHeader: "Uge",
|
||||||
|
dateFormat: "dd-mm-yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.da );
|
||||||
|
|
||||||
|
return datepicker.regional.da;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-de.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* German initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Milian Wolff (mail@milianw.de). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.de = {
|
||||||
|
closeText: "Schließen",
|
||||||
|
prevText: "<Zurück",
|
||||||
|
nextText: "Vor>",
|
||||||
|
currentText: "Heute",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "KW",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.de );
|
||||||
|
|
||||||
|
return datepicker.regional.de;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-el.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Greek (el) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Alex Cicovic (http://www.alexcicovic.com) */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.el = {
|
||||||
|
closeText: "Κλείσιμο",
|
||||||
|
prevText: "Προηγούμενος",
|
||||||
|
nextText: "Επόμενος",
|
||||||
|
currentText: "Σήμερα",
|
||||||
|
monthNames: [ "Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος",
|
||||||
|
"Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος" ],
|
||||||
|
monthNamesShort: [ "Ιαν","Φεβ","Μαρ","Απρ","Μαι","Ιουν",
|
||||||
|
"Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ" ],
|
||||||
|
dayNames: [ "Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο" ],
|
||||||
|
dayNamesShort: [ "Κυρ","Δευ","Τρι","Τετ","Πεμ","Παρ","Σαβ" ],
|
||||||
|
dayNamesMin: [ "Κυ","Δε","Τρ","Τε","Πε","Πα","Σα" ],
|
||||||
|
weekHeader: "Εβδ",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.el );
|
||||||
|
|
||||||
|
return datepicker.regional.el;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-en-AU.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* English/Australia initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Based on the en-GB initialisation. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "en-AU" ] = {
|
||||||
|
closeText: "Done",
|
||||||
|
prevText: "Prev",
|
||||||
|
nextText: "Next",
|
||||||
|
currentText: "Today",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Wk",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "en-AU" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "en-AU" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-en-GB.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* English/UK initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Stuart. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "en-GB" ] = {
|
||||||
|
closeText: "Done",
|
||||||
|
prevText: "Prev",
|
||||||
|
nextText: "Next",
|
||||||
|
currentText: "Today",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Wk",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "en-GB" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "en-GB" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-en-NZ.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* English/New Zealand initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Based on the en-GB initialisation. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "en-NZ" ] = {
|
||||||
|
closeText: "Done",
|
||||||
|
prevText: "Prev",
|
||||||
|
nextText: "Next",
|
||||||
|
currentText: "Today",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Wk",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "en-NZ" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "en-NZ" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-eo.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Esperanto initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Olivier M. (olivierweb@ifrance.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.eo = {
|
||||||
|
closeText: "Fermi",
|
||||||
|
prevText: "<Anta",
|
||||||
|
nextText: "Sekv>",
|
||||||
|
currentText: "Nuna",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Sb",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.eo );
|
||||||
|
|
||||||
|
return datepicker.regional.eo;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-es.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Inicialización en español para la extensión 'UI date picker' para jQuery. */
|
||||||
|
/* Traducido por Vester (xvester@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.es = {
|
||||||
|
closeText: "Cerrar",
|
||||||
|
prevText: "<Ant",
|
||||||
|
nextText: "Sig>",
|
||||||
|
currentText: "Hoy",
|
||||||
|
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","sáb" ],
|
||||||
|
dayNamesMin: [ "D","L","M","X","J","V","S" ],
|
||||||
|
weekHeader: "Sm",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.es );
|
||||||
|
|
||||||
|
return datepicker.regional.es;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-et.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Estonian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Mart Sõmermaa (mrts.pydev at gmail com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.et = {
|
||||||
|
closeText: "Sulge",
|
||||||
|
prevText: "Eelnev",
|
||||||
|
nextText: "Järgnev",
|
||||||
|
currentText: "Täna",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "näd",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.et );
|
||||||
|
|
||||||
|
return datepicker.regional.et;
|
||||||
|
|
||||||
|
} ) );
|
||||||
36
include/jquery-ui/i18n/datepicker-eu.js
vendored
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
/* Karrikas-ek itzulia (karrikas@karrikas.com) */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.eu = {
|
||||||
|
closeText: "Egina",
|
||||||
|
prevText: "<Aur",
|
||||||
|
nextText: "Hur>",
|
||||||
|
currentText: "Gaur",
|
||||||
|
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: [ "ig.","al.","ar.","az.","og.","ol.","lr." ],
|
||||||
|
dayNamesMin: [ "ig","al","ar","az","og","ol","lr" ],
|
||||||
|
weekHeader: "As",
|
||||||
|
dateFormat: "yy-mm-dd",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.eu );
|
||||||
|
|
||||||
|
return datepicker.regional.eu;
|
||||||
|
|
||||||
|
} ) );
|
||||||
73
include/jquery-ui/i18n/datepicker-fa.js
vendored
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
|
||||||
|
/* Javad Mowlanezhad -- jmowla@gmail.com */
|
||||||
|
/* Jalali calendar should supported soon! (Its implemented but I have to test it) */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.fa = {
|
||||||
|
closeText: "بستن",
|
||||||
|
prevText: "<قبلی",
|
||||||
|
nextText: "بعدی>",
|
||||||
|
currentText: "امروز",
|
||||||
|
monthNames: [
|
||||||
|
"ژانویه",
|
||||||
|
"فوریه",
|
||||||
|
"مارس",
|
||||||
|
"آوریل",
|
||||||
|
"مه",
|
||||||
|
"ژوئن",
|
||||||
|
"ژوئیه",
|
||||||
|
"اوت",
|
||||||
|
"سپتامبر",
|
||||||
|
"اکتبر",
|
||||||
|
"نوامبر",
|
||||||
|
"دسامبر"
|
||||||
|
],
|
||||||
|
monthNamesShort: [ "1","2","3","4","5","6","7","8","9","10","11","12" ],
|
||||||
|
dayNames: [
|
||||||
|
"يکشنبه",
|
||||||
|
"دوشنبه",
|
||||||
|
"سهشنبه",
|
||||||
|
"چهارشنبه",
|
||||||
|
"پنجشنبه",
|
||||||
|
"جمعه",
|
||||||
|
"شنبه"
|
||||||
|
],
|
||||||
|
dayNamesShort: [
|
||||||
|
"ی",
|
||||||
|
"د",
|
||||||
|
"س",
|
||||||
|
"چ",
|
||||||
|
"پ",
|
||||||
|
"ج",
|
||||||
|
"ش"
|
||||||
|
],
|
||||||
|
dayNamesMin: [
|
||||||
|
"ی",
|
||||||
|
"د",
|
||||||
|
"س",
|
||||||
|
"چ",
|
||||||
|
"پ",
|
||||||
|
"ج",
|
||||||
|
"ش"
|
||||||
|
],
|
||||||
|
weekHeader: "هف",
|
||||||
|
dateFormat: "yy/mm/dd",
|
||||||
|
firstDay: 6,
|
||||||
|
isRTL: true,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.fa );
|
||||||
|
|
||||||
|
return datepicker.regional.fa;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-fi.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Finnish initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Harri Kilpiö (harrikilpio@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.fi = {
|
||||||
|
closeText: "Sulje",
|
||||||
|
prevText: "«Edellinen",
|
||||||
|
nextText: "Seuraava»",
|
||||||
|
currentText: "Tänään",
|
||||||
|
monthNames: [ "Tammikuu","Helmikuu","Maaliskuu","Huhtikuu","Toukokuu","Kesäkuu",
|
||||||
|
"Heinäkuu","Elokuu","Syyskuu","Lokakuu","Marraskuu","Joulukuu" ],
|
||||||
|
monthNamesShort: [ "Tammi","Helmi","Maalis","Huhti","Touko","Kesä",
|
||||||
|
"Heinä","Elo","Syys","Loka","Marras","Joulu" ],
|
||||||
|
dayNamesShort: [ "Su","Ma","Ti","Ke","To","Pe","La" ],
|
||||||
|
dayNames: [ "Sunnuntai","Maanantai","Tiistai","Keskiviikko","Torstai","Perjantai","Lauantai" ],
|
||||||
|
dayNamesMin: [ "Su","Ma","Ti","Ke","To","Pe","La" ],
|
||||||
|
weekHeader: "Vk",
|
||||||
|
dateFormat: "d.m.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.fi );
|
||||||
|
|
||||||
|
return datepicker.regional.fi;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-fo.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Faroese initialisation for the jQuery UI date picker plugin */
|
||||||
|
/* Written by Sverri Mohr Olsen, sverrimo@gmail.com */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.fo = {
|
||||||
|
closeText: "Lat aftur",
|
||||||
|
prevText: "<Fyrra",
|
||||||
|
nextText: "Næsta>",
|
||||||
|
currentText: "Í dag",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Vk",
|
||||||
|
dateFormat: "dd-mm-yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.fo );
|
||||||
|
|
||||||
|
return datepicker.regional.fo;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-fr-CA.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Canadian-French initialisation for the jQuery UI date picker plugin. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "fr-CA" ] = {
|
||||||
|
closeText: "Fermer",
|
||||||
|
prevText: "Précédent",
|
||||||
|
nextText: "Suivant",
|
||||||
|
currentText: "Aujourd'hui",
|
||||||
|
monthNames: [ "janvier", "février", "mars", "avril", "mai", "juin",
|
||||||
|
"juillet", "août", "septembre", "octobre", "novembre", "décembre" ],
|
||||||
|
monthNamesShort: [ "janv.", "févr.", "mars", "avril", "mai", "juin",
|
||||||
|
"juil.", "août", "sept.", "oct.", "nov.", "déc." ],
|
||||||
|
dayNames: [ "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" ],
|
||||||
|
dayNamesShort: [ "dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam." ],
|
||||||
|
dayNamesMin: [ "D", "L", "M", "M", "J", "V", "S" ],
|
||||||
|
weekHeader: "Sem.",
|
||||||
|
dateFormat: "yy-mm-dd",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: ""
|
||||||
|
};
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "fr-CA" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "fr-CA" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-fr-CH.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Swiss-French initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "fr-CH" ] = {
|
||||||
|
closeText: "Fermer",
|
||||||
|
prevText: "<Préc",
|
||||||
|
nextText: "Suiv>",
|
||||||
|
currentText: "Courant",
|
||||||
|
monthNames: [ "janvier", "février", "mars", "avril", "mai", "juin",
|
||||||
|
"juillet", "août", "septembre", "octobre", "novembre", "décembre" ],
|
||||||
|
monthNamesShort: [ "janv.", "févr.", "mars", "avril", "mai", "juin",
|
||||||
|
"juil.", "août", "sept.", "oct.", "nov.", "déc." ],
|
||||||
|
dayNames: [ "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" ],
|
||||||
|
dayNamesShort: [ "dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam." ],
|
||||||
|
dayNamesMin: [ "D", "L", "M", "M", "J", "V", "S" ],
|
||||||
|
weekHeader: "Sm",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "fr-CH" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "fr-CH" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
39
include/jquery-ui/i18n/datepicker-fr.js
vendored
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
/* French initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Keith Wood (kbwood{at}iinet.com.au),
|
||||||
|
Stéphane Nahmani (sholby@sholby.net),
|
||||||
|
Stéphane Raimbault <stephane.raimbault@gmail.com> */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.fr = {
|
||||||
|
closeText: "Fermer",
|
||||||
|
prevText: "Précédent",
|
||||||
|
nextText: "Suivant",
|
||||||
|
currentText: "Aujourd'hui",
|
||||||
|
monthNames: [ "janvier", "février", "mars", "avril", "mai", "juin",
|
||||||
|
"juillet", "août", "septembre", "octobre", "novembre", "décembre" ],
|
||||||
|
monthNamesShort: [ "janv.", "févr.", "mars", "avr.", "mai", "juin",
|
||||||
|
"juil.", "août", "sept.", "oct.", "nov.", "déc." ],
|
||||||
|
dayNames: [ "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi" ],
|
||||||
|
dayNamesShort: [ "dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam." ],
|
||||||
|
dayNamesMin: [ "D","L","M","M","J","V","S" ],
|
||||||
|
weekHeader: "Sem.",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.fr );
|
||||||
|
|
||||||
|
return datepicker.regional.fr;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-gl.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Galician localization for 'UI date picker' jQuery extension. */
|
||||||
|
/* Translated by Jorge Barreiro <yortx.barry@gmail.com>. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.gl = {
|
||||||
|
closeText: "Pechar",
|
||||||
|
prevText: "<Ant",
|
||||||
|
nextText: "Seg>",
|
||||||
|
currentText: "Hoxe",
|
||||||
|
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","Mé","Xo","Ve","Sá" ],
|
||||||
|
weekHeader: "Sm",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.gl );
|
||||||
|
|
||||||
|
return datepicker.regional.gl;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-he.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Hebrew initialisation for the UI Datepicker extension. */
|
||||||
|
/* Written by Amir Hardon (ahardon at gmail dot com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.he = {
|
||||||
|
closeText: "סגור",
|
||||||
|
prevText: "<הקודם",
|
||||||
|
nextText: "הבא>",
|
||||||
|
currentText: "היום",
|
||||||
|
monthNames: [ "ינואר","פברואר","מרץ","אפריל","מאי","יוני",
|
||||||
|
"יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר" ],
|
||||||
|
monthNamesShort: [ "ינו","פבר","מרץ","אפר","מאי","יוני",
|
||||||
|
"יולי","אוג","ספט","אוק","נוב","דצמ" ],
|
||||||
|
dayNames: [ "ראשון","שני","שלישי","רביעי","חמישי","שישי","שבת" ],
|
||||||
|
dayNamesShort: [ "א'","ב'","ג'","ד'","ה'","ו'","שבת" ],
|
||||||
|
dayNamesMin: [ "א'","ב'","ג'","ד'","ה'","ו'","שבת" ],
|
||||||
|
weekHeader: "Wk",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: true,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.he );
|
||||||
|
|
||||||
|
return datepicker.regional.he;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-hi.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Hindi initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Michael Dawart. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.hi = {
|
||||||
|
closeText: "बंद",
|
||||||
|
prevText: "पिछला",
|
||||||
|
nextText: "अगला",
|
||||||
|
currentText: "आज",
|
||||||
|
monthNames: [ "जनवरी ","फरवरी","मार्च","अप्रेल","मई","जून",
|
||||||
|
"जूलाई","अगस्त ","सितम्बर","अक्टूबर","नवम्बर","दिसम्बर" ],
|
||||||
|
monthNamesShort: [ "जन", "फर", "मार्च", "अप्रेल", "मई", "जून",
|
||||||
|
"जूलाई", "अग", "सित", "अक्ट", "नव", "दि" ],
|
||||||
|
dayNames: [ "रविवार", "सोमवार", "मंगलवार", "बुधवार", "गुरुवार", "शुक्रवार", "शनिवार" ],
|
||||||
|
dayNamesShort: [ "रवि", "सोम", "मंगल", "बुध", "गुरु", "शुक्र", "शनि" ],
|
||||||
|
dayNamesMin: [ "रवि", "सोम", "मंगल", "बुध", "गुरु", "शुक्र", "शनि" ],
|
||||||
|
weekHeader: "हफ्ता",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.hi );
|
||||||
|
|
||||||
|
return datepicker.regional.hi;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-hr.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Croatian i18n for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Vjekoslav Nesek. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.hr = {
|
||||||
|
closeText: "Zatvori",
|
||||||
|
prevText: "<",
|
||||||
|
nextText: ">",
|
||||||
|
currentText: "Danas",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Tje",
|
||||||
|
dateFormat: "dd.mm.yy.",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.hr );
|
||||||
|
|
||||||
|
return datepicker.regional.hr;
|
||||||
|
|
||||||
|
} ) );
|
||||||
36
include/jquery-ui/i18n/datepicker-hu.js
vendored
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
/* Hungarian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.hu = {
|
||||||
|
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",
|
||||||
|
"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" ],
|
||||||
|
weekHeader: "Hét",
|
||||||
|
dateFormat: "yy.mm.dd.",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: true,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.hu );
|
||||||
|
|
||||||
|
return datepicker.regional.hu;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-hy.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.hy = {
|
||||||
|
closeText: "Փակել",
|
||||||
|
prevText: "<Նախ.",
|
||||||
|
nextText: "Հաջ.>",
|
||||||
|
currentText: "Այսօր",
|
||||||
|
monthNames: [ "Հունվար","Փետրվար","Մարտ","Ապրիլ","Մայիս","Հունիս",
|
||||||
|
"Հուլիս","Օգոստոս","Սեպտեմբեր","Հոկտեմբեր","Նոյեմբեր","Դեկտեմբեր" ],
|
||||||
|
monthNamesShort: [ "Հունվ","Փետր","Մարտ","Ապր","Մայիս","Հունիս",
|
||||||
|
"Հուլ","Օգս","Սեպ","Հոկ","Նոյ","Դեկ" ],
|
||||||
|
dayNames: [ "կիրակի","եկուշաբթի","երեքշաբթի","չորեքշաբթի","հինգշաբթի","ուրբաթ","շաբաթ" ],
|
||||||
|
dayNamesShort: [ "կիր","երկ","երք","չրք","հնգ","ուրբ","շբթ" ],
|
||||||
|
dayNamesMin: [ "կիր","երկ","երք","չրք","հնգ","ուրբ","շբթ" ],
|
||||||
|
weekHeader: "ՇԲՏ",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.hy );
|
||||||
|
|
||||||
|
return datepicker.regional.hy;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-id.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Indonesian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Deden Fathurahman (dedenf@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.id = {
|
||||||
|
closeText: "Tutup",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Mg",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.id );
|
||||||
|
|
||||||
|
return datepicker.regional.id;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-is.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Icelandic initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Haukur H. Thorsson (haukur@eskill.is). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.is = {
|
||||||
|
closeText: "Loka",
|
||||||
|
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" ],
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Vika",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.is );
|
||||||
|
|
||||||
|
return datepicker.regional.is;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-it-CH.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Italian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Antonello Pasella (antonello.pasella@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "it-CH" ] = {
|
||||||
|
closeText: "Chiudi",
|
||||||
|
prevText: "<Prec",
|
||||||
|
nextText: "Succ>",
|
||||||
|
currentText: "Oggi",
|
||||||
|
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","Gi","Ve","Sa" ],
|
||||||
|
weekHeader: "Sm",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "it-CH" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "it-CH" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-it.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Italian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Antonello Pasella (antonello.pasella@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.it = {
|
||||||
|
closeText: "Chiudi",
|
||||||
|
prevText: "<Prec",
|
||||||
|
nextText: "Succ>",
|
||||||
|
currentText: "Oggi",
|
||||||
|
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","Gi","Ve","Sa" ],
|
||||||
|
weekHeader: "Sm",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.it );
|
||||||
|
|
||||||
|
return datepicker.regional.it;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-ja.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Japanese initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Kentaro SATO (kentaro@ranvis.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ja = {
|
||||||
|
closeText: "閉じる",
|
||||||
|
prevText: "<前",
|
||||||
|
nextText: "次>",
|
||||||
|
currentText: "今日",
|
||||||
|
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: [ "日","月","火","水","木","金","土" ],
|
||||||
|
weekHeader: "週",
|
||||||
|
dateFormat: "yy/mm/dd",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: true,
|
||||||
|
yearSuffix: "年" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.ja );
|
||||||
|
|
||||||
|
return datepicker.regional.ja;
|
||||||
|
|
||||||
|
} ) );
|
||||||
35
include/jquery-ui/i18n/datepicker-ka.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
/* Georgian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Lado Lomidze (lado.lomidze@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ka = {
|
||||||
|
closeText: "დახურვა",
|
||||||
|
prevText: "< წინა",
|
||||||
|
nextText: "შემდეგი >",
|
||||||
|
currentText: "დღეს",
|
||||||
|
monthNames: [ "იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი", "ივლისი","აგვისტო","სექტემბერი","ოქტომბერი","ნოემბერი","დეკემბერი" ],
|
||||||
|
monthNamesShort: [ "იან","თებ","მარ","აპრ","მაი","ივნ", "ივლ","აგვ","სექ","ოქტ","ნოე","დეკ" ],
|
||||||
|
dayNames: [ "კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი" ],
|
||||||
|
dayNamesShort: [ "კვ","ორშ","სამ","ოთხ","ხუთ","პარ","შაბ" ],
|
||||||
|
dayNamesMin: [ "კვ","ორშ","სამ","ოთხ","ხუთ","პარ","შაბ" ],
|
||||||
|
weekHeader: "კვირა",
|
||||||
|
dateFormat: "dd-mm-yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.ka );
|
||||||
|
|
||||||
|
return datepicker.regional.ka;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-kk.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Kazakh (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Dmitriy Karasyov (dmitriy.karasyov@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.kk = {
|
||||||
|
closeText: "Жабу",
|
||||||
|
prevText: "<Алдыңғы",
|
||||||
|
nextText: "Келесі>",
|
||||||
|
currentText: "Бүгін",
|
||||||
|
monthNames: [ "Қаңтар","Ақпан","Наурыз","Сәуір","Мамыр","Маусым",
|
||||||
|
"Шілде","Тамыз","Қыркүйек","Қазан","Қараша","Желтоқсан" ],
|
||||||
|
monthNamesShort: [ "Қаң","Ақп","Нау","Сәу","Мам","Мау",
|
||||||
|
"Шіл","Там","Қыр","Қаз","Қар","Жел" ],
|
||||||
|
dayNames: [ "Жексенбі","Дүйсенбі","Сейсенбі","Сәрсенбі","Бейсенбі","Жұма","Сенбі" ],
|
||||||
|
dayNamesShort: [ "жкс","дсн","ссн","срс","бсн","жма","снб" ],
|
||||||
|
dayNamesMin: [ "Жк","Дс","Сс","Ср","Бс","Жм","Сн" ],
|
||||||
|
weekHeader: "Не",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.kk );
|
||||||
|
|
||||||
|
return datepicker.regional.kk;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-km.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Khmer initialisation for the jQuery calendar extension. */
|
||||||
|
/* Written by Chandara Om (chandara.teacher@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.km = {
|
||||||
|
closeText: "ធ្វើរួច",
|
||||||
|
prevText: "មុន",
|
||||||
|
nextText: "បន្ទាប់",
|
||||||
|
currentText: "ថ្ងៃនេះ",
|
||||||
|
monthNames: [ "មករា","កុម្ភៈ","មីនា","មេសា","ឧសភា","មិថុនា",
|
||||||
|
"កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ" ],
|
||||||
|
monthNamesShort: [ "មករា","កុម្ភៈ","មីនា","មេសា","ឧសភា","មិថុនា",
|
||||||
|
"កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ" ],
|
||||||
|
dayNames: [ "អាទិត្យ", "ចន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍" ],
|
||||||
|
dayNamesShort: [ "អា", "ច", "អ", "ពុ", "ព្រហ", "សុ", "សៅ" ],
|
||||||
|
dayNamesMin: [ "អា", "ច", "អ", "ពុ", "ព្រហ", "សុ", "សៅ" ],
|
||||||
|
weekHeader: "សប្ដាហ៍",
|
||||||
|
dateFormat: "dd-mm-yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.km );
|
||||||
|
|
||||||
|
return datepicker.regional.km;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-ko.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Korean initialisation for the jQuery calendar extension. */
|
||||||
|
/* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie and Myeongjin Lee. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ko = {
|
||||||
|
closeText: "닫기",
|
||||||
|
prevText: "이전달",
|
||||||
|
nextText: "다음달",
|
||||||
|
currentText: "오늘",
|
||||||
|
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: [ "일","월","화","수","목","금","토" ],
|
||||||
|
weekHeader: "주",
|
||||||
|
dateFormat: "yy. m. d.",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: true,
|
||||||
|
yearSuffix: "년" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.ko );
|
||||||
|
|
||||||
|
return datepicker.regional.ko;
|
||||||
|
|
||||||
|
} ) );
|
||||||
38
include/jquery-ui/i18n/datepicker-ky.js
vendored
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
/* Kyrgyz (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Sergey Kartashov (ebishkek@yandex.ru). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ky = {
|
||||||
|
closeText: "Жабуу",
|
||||||
|
prevText: "<Мур",
|
||||||
|
nextText: "Кий>",
|
||||||
|
currentText: "Бүгүн",
|
||||||
|
monthNames: [ "Январь","Февраль","Март","Апрель","Май","Июнь",
|
||||||
|
"Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь" ],
|
||||||
|
monthNamesShort: [ "Янв","Фев","Мар","Апр","Май","Июн",
|
||||||
|
"Июл","Авг","Сен","Окт","Ноя","Дек" ],
|
||||||
|
dayNames: [ "жекшемби", "дүйшөмбү", "шейшемби", "шаршемби", "бейшемби", "жума", "ишемби" ],
|
||||||
|
dayNamesShort: [ "жек", "дүй", "шей", "шар", "бей", "жум", "ише" ],
|
||||||
|
dayNamesMin: [ "Жк","Дш","Шш","Шр","Бш","Жм","Иш" ],
|
||||||
|
weekHeader: "Жум",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: ""
|
||||||
|
};
|
||||||
|
datepicker.setDefaults( datepicker.regional.ky );
|
||||||
|
|
||||||
|
return datepicker.regional.ky;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-lb.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Luxembourgish initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Michel Weimerskirch <michel@weimerskirch.net> */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.lb = {
|
||||||
|
closeText: "Fäerdeg",
|
||||||
|
prevText: "Zréck",
|
||||||
|
nextText: "Weider",
|
||||||
|
currentText: "Haut",
|
||||||
|
monthNames: [ "Januar","Februar","Mäerz","Abrëll","Mee","Juni",
|
||||||
|
"Juli","August","September","Oktober","November","Dezember" ],
|
||||||
|
monthNamesShort: [ "Jan", "Feb", "Mäe", "Abr", "Mee", "Jun",
|
||||||
|
"Jul", "Aug", "Sep", "Okt", "Nov", "Dez" ],
|
||||||
|
dayNames: [ "Sonndeg", "Méindeg", "Dënschdeg", "Mëttwoch", "Donneschdeg", "Freideg", "Samschdeg" ],
|
||||||
|
dayNamesShort: [ "Son", "Méi", "Dën", "Mët", "Don", "Fre", "Sam" ],
|
||||||
|
dayNamesMin: [ "So","Mé","Dë","Më","Do","Fr","Sa" ],
|
||||||
|
weekHeader: "W",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.lb );
|
||||||
|
|
||||||
|
return datepicker.regional.lb;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-lt.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* @author Arturas Paleicikas <arturas@avalon.lt> */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.lt = {
|
||||||
|
closeText: "Uždaryti",
|
||||||
|
prevText: "<Atgal",
|
||||||
|
nextText: "Pirmyn>",
|
||||||
|
currentText: "Šiandien",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "SAV",
|
||||||
|
dateFormat: "yy-mm-dd",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: true,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.lt );
|
||||||
|
|
||||||
|
return datepicker.regional.lt;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-lv.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* @author Arturas Paleicikas <arturas.paleicikas@metasite.net> */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.lv = {
|
||||||
|
closeText: "Aizvērt",
|
||||||
|
prevText: "Iepr.",
|
||||||
|
nextText: "Nāk.",
|
||||||
|
currentText: "Šodien",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Ned.",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.lv );
|
||||||
|
|
||||||
|
return datepicker.regional.lv;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-mk.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Macedonian i18n for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Stojce Slavkovski. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.mk = {
|
||||||
|
closeText: "Затвори",
|
||||||
|
prevText: "<",
|
||||||
|
nextText: ">",
|
||||||
|
currentText: "Денес",
|
||||||
|
monthNames: [ "Јануари","Февруари","Март","Април","Мај","Јуни",
|
||||||
|
"Јули","Август","Септември","Октомври","Ноември","Декември" ],
|
||||||
|
monthNamesShort: [ "Јан","Фев","Мар","Апр","Мај","Јун",
|
||||||
|
"Јул","Авг","Сеп","Окт","Ное","Дек" ],
|
||||||
|
dayNames: [ "Недела","Понеделник","Вторник","Среда","Четврток","Петок","Сабота" ],
|
||||||
|
dayNamesShort: [ "Нед","Пон","Вто","Сре","Чет","Пет","Саб" ],
|
||||||
|
dayNamesMin: [ "Не","По","Вт","Ср","Че","Пе","Са" ],
|
||||||
|
weekHeader: "Сед",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.mk );
|
||||||
|
|
||||||
|
return datepicker.regional.mk;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-ml.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Saji Nediyanchath (saji89@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ml = {
|
||||||
|
closeText: "ശരി",
|
||||||
|
prevText: "മുന്നത്തെ",
|
||||||
|
nextText: "അടുത്തത് ",
|
||||||
|
currentText: "ഇന്ന്",
|
||||||
|
monthNames: [ "ജനുവരി","ഫെബ്രുവരി","മാര്ച്ച്","ഏപ്രില്","മേയ്","ജൂണ്",
|
||||||
|
"ജൂലൈ","ആഗസ്റ്റ്","സെപ്റ്റംബര്","ഒക്ടോബര്","നവംബര്","ഡിസംബര്" ],
|
||||||
|
monthNamesShort: [ "ജനു", "ഫെബ്", "മാര്", "ഏപ്രി", "മേയ്", "ജൂണ്",
|
||||||
|
"ജൂലാ", "ആഗ", "സെപ്", "ഒക്ടോ", "നവം", "ഡിസ" ],
|
||||||
|
dayNames: [ "ഞായര്", "തിങ്കള്", "ചൊവ്വ", "ബുധന്", "വ്യാഴം", "വെള്ളി", "ശനി" ],
|
||||||
|
dayNamesShort: [ "ഞായ", "തിങ്ക", "ചൊവ്വ", "ബുധ", "വ്യാഴം", "വെള്ളി", "ശനി" ],
|
||||||
|
dayNamesMin: [ "ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ" ],
|
||||||
|
weekHeader: "ആ",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.ml );
|
||||||
|
|
||||||
|
return datepicker.regional.ml;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-ms.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Malaysian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ms = {
|
||||||
|
closeText: "Tutup",
|
||||||
|
prevText: "<Sebelum",
|
||||||
|
nextText: "Selepas>",
|
||||||
|
currentText: "hari ini",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Mg",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.ms );
|
||||||
|
|
||||||
|
return datepicker.regional.ms;
|
||||||
|
|
||||||
|
} ) );
|
||||||
36
include/jquery-ui/i18n/datepicker-nb.js
vendored
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
/* Norwegian Bokmål initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Bjørn Johansen (post@bjornjohansen.no). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.nb = {
|
||||||
|
closeText: "Lukk",
|
||||||
|
prevText: "«Forrige",
|
||||||
|
nextText: "Neste»",
|
||||||
|
currentText: "I dag",
|
||||||
|
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ø" ],
|
||||||
|
weekHeader: "Uke",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: ""
|
||||||
|
};
|
||||||
|
datepicker.setDefaults( datepicker.regional.nb );
|
||||||
|
|
||||||
|
return datepicker.regional.nb;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-nl-BE.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* David De Sloovere @DavidDeSloovere */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "nl-BE" ] = {
|
||||||
|
closeText: "Sluiten",
|
||||||
|
prevText: "←",
|
||||||
|
nextText: "→",
|
||||||
|
currentText: "Vandaag",
|
||||||
|
monthNames: [ "januari", "februari", "maart", "april", "mei", "juni",
|
||||||
|
"juli", "augustus", "september", "oktober", "november", "december" ],
|
||||||
|
monthNamesShort: [ "jan", "feb", "mrt", "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" ],
|
||||||
|
weekHeader: "Wk",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "nl-BE" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "nl-BE" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-nl.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Mathias Bynens <http://mathiasbynens.be/> */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.nl = {
|
||||||
|
closeText: "Sluiten",
|
||||||
|
prevText: "←",
|
||||||
|
nextText: "→",
|
||||||
|
currentText: "Vandaag",
|
||||||
|
monthNames: [ "januari", "februari", "maart", "april", "mei", "juni",
|
||||||
|
"juli", "augustus", "september", "oktober", "november", "december" ],
|
||||||
|
monthNamesShort: [ "jan", "feb", "mrt", "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" ],
|
||||||
|
weekHeader: "Wk",
|
||||||
|
dateFormat: "dd-mm-yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.nl );
|
||||||
|
|
||||||
|
return datepicker.regional.nl;
|
||||||
|
|
||||||
|
} ) );
|
||||||
36
include/jquery-ui/i18n/datepicker-nn.js
vendored
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
/* Norwegian Nynorsk initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Bjørn Johansen (post@bjornjohansen.no). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.nn = {
|
||||||
|
closeText: "Lukk",
|
||||||
|
prevText: "«Førre",
|
||||||
|
nextText: "Neste»",
|
||||||
|
currentText: "I dag",
|
||||||
|
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: [ "sun","mån","tys","ons","tor","fre","lau" ],
|
||||||
|
dayNames: [ "sundag","måndag","tysdag","onsdag","torsdag","fredag","laurdag" ],
|
||||||
|
dayNamesMin: [ "su","må","ty","on","to","fr","la" ],
|
||||||
|
weekHeader: "Veke",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: ""
|
||||||
|
};
|
||||||
|
datepicker.setDefaults( datepicker.regional.nn );
|
||||||
|
|
||||||
|
return datepicker.regional.nn;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-no.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Norwegian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Naimdjon Takhirov (naimdjon@gmail.com). */
|
||||||
|
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.no = {
|
||||||
|
closeText: "Lukk",
|
||||||
|
prevText: "«Forrige",
|
||||||
|
nextText: "Neste»",
|
||||||
|
currentText: "I dag",
|
||||||
|
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ø" ],
|
||||||
|
weekHeader: "Uke",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: ""
|
||||||
|
};
|
||||||
|
datepicker.setDefaults( datepicker.regional.no );
|
||||||
|
|
||||||
|
return datepicker.regional.no;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-pl.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Polish initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.pl = {
|
||||||
|
closeText: "Zamknij",
|
||||||
|
prevText: "<Poprzedni",
|
||||||
|
nextText: "Następny>",
|
||||||
|
currentText: "Dziś",
|
||||||
|
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","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota" ],
|
||||||
|
dayNamesShort: [ "Nie","Pn","Wt","Śr","Czw","Pt","So" ],
|
||||||
|
dayNamesMin: [ "N","Pn","Wt","Śr","Cz","Pt","So" ],
|
||||||
|
weekHeader: "Tydz",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.pl );
|
||||||
|
|
||||||
|
return datepicker.regional.pl;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-pt-BR.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Brazilian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Leonildo Costa Silva (leocsilva@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "pt-BR" ] = {
|
||||||
|
closeText: "Fechar",
|
||||||
|
prevText: "<Anterior",
|
||||||
|
nextText: "Próximo>",
|
||||||
|
currentText: "Hoje",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Sm",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "pt-BR" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "pt-BR" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
36
include/jquery-ui/i18n/datepicker-pt.js
vendored
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
/* Portuguese initialisation for the jQuery UI date picker plugin. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.pt = {
|
||||||
|
closeText: "Fechar",
|
||||||
|
prevText: "Anterior",
|
||||||
|
nextText: "Seguinte",
|
||||||
|
currentText: "Hoje",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Sem",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.pt );
|
||||||
|
|
||||||
|
return datepicker.regional.pt;
|
||||||
|
|
||||||
|
} ) );
|
||||||
35
include/jquery-ui/i18n/datepicker-rm.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
/* Romansh initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Yvonne Gienal (yvonne.gienal@educa.ch). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.rm = {
|
||||||
|
closeText: "Serrar",
|
||||||
|
prevText: "<Suandant",
|
||||||
|
nextText: "Precedent>",
|
||||||
|
currentText: "Actual",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "emna",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.rm );
|
||||||
|
|
||||||
|
return datepicker.regional.rm;
|
||||||
|
|
||||||
|
} ) );
|
||||||
40
include/jquery-ui/i18n/datepicker-ro.js
vendored
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
/* Romanian initialisation for the jQuery UI date picker plugin.
|
||||||
|
*
|
||||||
|
* Written by Edmond L. (ll_edmond@walla.com)
|
||||||
|
* and Ionut G. Stan (ionut.g.stan@gmail.com)
|
||||||
|
*/
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ro = {
|
||||||
|
closeText: "Închide",
|
||||||
|
prevText: "« Luna precedentă",
|
||||||
|
nextText: "Luna următoare »",
|
||||||
|
currentText: "Azi",
|
||||||
|
monthNames: [ "Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie",
|
||||||
|
"Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie" ],
|
||||||
|
monthNamesShort: [ "Ian", "Feb", "Mar", "Apr", "Mai", "Iun",
|
||||||
|
"Iul", "Aug", "Sep", "Oct", "Nov", "Dec" ],
|
||||||
|
dayNames: [ "Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă" ],
|
||||||
|
dayNamesShort: [ "Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm" ],
|
||||||
|
dayNamesMin: [ "Du","Lu","Ma","Mi","Jo","Vi","Sâ" ],
|
||||||
|
weekHeader: "Săpt",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.ro );
|
||||||
|
|
||||||
|
return datepicker.regional.ro;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-ru.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Andrew Stromnov (stromnov@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ru = {
|
||||||
|
closeText: "Закрыть",
|
||||||
|
prevText: "<Пред",
|
||||||
|
nextText: "След>",
|
||||||
|
currentText: "Сегодня",
|
||||||
|
monthNames: [ "Январь","Февраль","Март","Апрель","Май","Июнь",
|
||||||
|
"Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь" ],
|
||||||
|
monthNamesShort: [ "Янв","Фев","Мар","Апр","Май","Июн",
|
||||||
|
"Июл","Авг","Сен","Окт","Ноя","Дек" ],
|
||||||
|
dayNames: [ "воскресенье","понедельник","вторник","среда","четверг","пятница","суббота" ],
|
||||||
|
dayNamesShort: [ "вск","пнд","втр","срд","чтв","птн","сбт" ],
|
||||||
|
dayNamesMin: [ "Вс","Пн","Вт","Ср","Чт","Пт","Сб" ],
|
||||||
|
weekHeader: "Нед",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.ru );
|
||||||
|
|
||||||
|
return datepicker.regional.ru;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-sk.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Slovak initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Vojtech Rinik (vojto@hmm.sk). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.sk = {
|
||||||
|
closeText: "Zavrieť",
|
||||||
|
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" ],
|
||||||
|
monthNamesShort: [ "Jan","Feb","Mar","Apr","Máj","Jún",
|
||||||
|
"Júl","Aug","Sep","Okt","Nov","Dec" ],
|
||||||
|
dayNames: [ "nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota" ],
|
||||||
|
dayNamesShort: [ "Ned","Pon","Uto","Str","Štv","Pia","Sob" ],
|
||||||
|
dayNamesMin: [ "Ne","Po","Ut","St","Št","Pia","So" ],
|
||||||
|
weekHeader: "Ty",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.sk );
|
||||||
|
|
||||||
|
return datepicker.regional.sk;
|
||||||
|
|
||||||
|
} ) );
|
||||||
38
include/jquery-ui/i18n/datepicker-sl.js
vendored
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
/* Slovenian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Jaka Jancar (jaka@kubje.org). */
|
||||||
|
/* c = č, s = š z = ž C = Č S = Š Z = Ž */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.sl = {
|
||||||
|
closeText: "Zapri",
|
||||||
|
prevText: "<Prejšnji",
|
||||||
|
nextText: "Naslednji>",
|
||||||
|
currentText: "Trenutni",
|
||||||
|
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","Četrtek","Petek","Sobota" ],
|
||||||
|
dayNamesShort: [ "Ned","Pon","Tor","Sre","Čet","Pet","Sob" ],
|
||||||
|
dayNamesMin: [ "Ne","Po","To","Sr","Če","Pe","So" ],
|
||||||
|
weekHeader: "Teden",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.sl );
|
||||||
|
|
||||||
|
return datepicker.regional.sl;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-sq.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Albanian initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Flakron Bytyqi (flakron@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.sq = {
|
||||||
|
closeText: "mbylle",
|
||||||
|
prevText: "<mbrapa",
|
||||||
|
nextText: "Përpara>",
|
||||||
|
currentText: "sot",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Ja",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.sq );
|
||||||
|
|
||||||
|
return datepicker.regional.sq;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-sr-SR.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Serbian i18n for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Dejan Dimić. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "sr-SR" ] = {
|
||||||
|
closeText: "Zatvori",
|
||||||
|
prevText: "<",
|
||||||
|
nextText: ">",
|
||||||
|
currentText: "Danas",
|
||||||
|
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" ],
|
||||||
|
weekHeader: "Sed",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "sr-SR" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "sr-SR" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-sr.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Serbian i18n for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Dejan Dimić. */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.sr = {
|
||||||
|
closeText: "Затвори",
|
||||||
|
prevText: "<",
|
||||||
|
nextText: ">",
|
||||||
|
currentText: "Данас",
|
||||||
|
monthNames: [ "Јануар","Фебруар","Март","Април","Мај","Јун",
|
||||||
|
"Јул","Август","Септембар","Октобар","Новембар","Децембар" ],
|
||||||
|
monthNamesShort: [ "Јан","Феб","Мар","Апр","Мај","Јун",
|
||||||
|
"Јул","Авг","Сеп","Окт","Нов","Дец" ],
|
||||||
|
dayNames: [ "Недеља","Понедељак","Уторак","Среда","Четвртак","Петак","Субота" ],
|
||||||
|
dayNamesShort: [ "Нед","Пон","Уто","Сре","Чет","Пет","Суб" ],
|
||||||
|
dayNamesMin: [ "Не","По","Ут","Ср","Че","Пе","Су" ],
|
||||||
|
weekHeader: "Сед",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.sr );
|
||||||
|
|
||||||
|
return datepicker.regional.sr;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-sv.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Swedish initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Anders Ekdahl ( anders@nomadiz.se). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.sv = {
|
||||||
|
closeText: "Stäng",
|
||||||
|
prevText: "«Förra",
|
||||||
|
nextText: "Nästa»",
|
||||||
|
currentText: "Idag",
|
||||||
|
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" ],
|
||||||
|
dayNamesShort: [ "Sön","Mån","Tis","Ons","Tor","Fre","Lör" ],
|
||||||
|
dayNames: [ "Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag" ],
|
||||||
|
dayNamesMin: [ "Sö","Må","Ti","On","To","Fr","Lö" ],
|
||||||
|
weekHeader: "Ve",
|
||||||
|
dateFormat: "yy-mm-dd",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.sv );
|
||||||
|
|
||||||
|
return datepicker.regional.sv;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-ta.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Tamil (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by S A Sureshkumar (saskumar@live.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.ta = {
|
||||||
|
closeText: "மூடு",
|
||||||
|
prevText: "முன்னையது",
|
||||||
|
nextText: "அடுத்தது",
|
||||||
|
currentText: "இன்று",
|
||||||
|
monthNames: [ "தை","மாசி","பங்குனி","சித்திரை","வைகாசி","ஆனி",
|
||||||
|
"ஆடி","ஆவணி","புரட்டாசி","ஐப்பசி","கார்த்திகை","மார்கழி" ],
|
||||||
|
monthNamesShort: [ "தை","மாசி","பங்","சித்","வைகா","ஆனி",
|
||||||
|
"ஆடி","ஆவ","புர","ஐப்","கார்","மார்" ],
|
||||||
|
dayNames: [ "ஞாயிற்றுக்கிழமை","திங்கட்கிழமை","செவ்வாய்க்கிழமை","புதன்கிழமை","வியாழக்கிழமை","வெள்ளிக்கிழமை","சனிக்கிழமை" ],
|
||||||
|
dayNamesShort: [ "ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி" ],
|
||||||
|
dayNamesMin: [ "ஞா","தி","செ","பு","வி","வெ","ச" ],
|
||||||
|
weekHeader: "Не",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.ta );
|
||||||
|
|
||||||
|
return datepicker.regional.ta;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-th.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Thai initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by pipo (pipo@sixhead.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.th = {
|
||||||
|
closeText: "ปิด",
|
||||||
|
prevText: "« ย้อน",
|
||||||
|
nextText: "ถัดไป »",
|
||||||
|
currentText: "วันนี้",
|
||||||
|
monthNames: [ "มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน",
|
||||||
|
"กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม" ],
|
||||||
|
monthNamesShort: [ "ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.",
|
||||||
|
"ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค." ],
|
||||||
|
dayNames: [ "อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์" ],
|
||||||
|
dayNamesShort: [ "อา.","จ.","อ.","พ.","พฤ.","ศ.","ส." ],
|
||||||
|
dayNamesMin: [ "อา.","จ.","อ.","พ.","พฤ.","ศ.","ส." ],
|
||||||
|
weekHeader: "Wk",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.th );
|
||||||
|
|
||||||
|
return datepicker.regional.th;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-tj.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Abdurahmon Saidov (saidovab@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.tj = {
|
||||||
|
closeText: "Идома",
|
||||||
|
prevText: "<Қафо",
|
||||||
|
nextText: "Пеш>",
|
||||||
|
currentText: "Имрӯз",
|
||||||
|
monthNames: [ "Январ","Феврал","Март","Апрел","Май","Июн",
|
||||||
|
"Июл","Август","Сентябр","Октябр","Ноябр","Декабр" ],
|
||||||
|
monthNamesShort: [ "Янв","Фев","Мар","Апр","Май","Июн",
|
||||||
|
"Июл","Авг","Сен","Окт","Ноя","Дек" ],
|
||||||
|
dayNames: [ "якшанбе","душанбе","сешанбе","чоршанбе","панҷшанбе","ҷумъа","шанбе" ],
|
||||||
|
dayNamesShort: [ "якш","душ","сеш","чор","пан","ҷум","шан" ],
|
||||||
|
dayNamesMin: [ "Як","Дш","Сш","Чш","Пш","Ҷм","Шн" ],
|
||||||
|
weekHeader: "Хф",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.tj );
|
||||||
|
|
||||||
|
return datepicker.regional.tj;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-tr.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Turkish initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Izzet Emre Erkan (kara@karalamalar.net). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.tr = {
|
||||||
|
closeText: "kapat",
|
||||||
|
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" ],
|
||||||
|
monthNamesShort: [ "Oca","Şub","Mar","Nis","May","Haz",
|
||||||
|
"Tem","Ağu","Eyl","Eki","Kas","Ara" ],
|
||||||
|
dayNames: [ "Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi" ],
|
||||||
|
dayNamesShort: [ "Pz","Pt","Sa","Ça","Pe","Cu","Ct" ],
|
||||||
|
dayNamesMin: [ "Pz","Pt","Sa","Ça","Pe","Cu","Ct" ],
|
||||||
|
weekHeader: "Hf",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.tr );
|
||||||
|
|
||||||
|
return datepicker.regional.tr;
|
||||||
|
|
||||||
|
} ) );
|
||||||
38
include/jquery-ui/i18n/datepicker-uk.js
vendored
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
/* Ukrainian (UTF-8) initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Maxim Drogobitskiy (maxdao@gmail.com). */
|
||||||
|
/* Corrected by Igor Milla (igor.fsp.milla@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.uk = {
|
||||||
|
closeText: "Закрити",
|
||||||
|
prevText: "<",
|
||||||
|
nextText: ">",
|
||||||
|
currentText: "Сьогодні",
|
||||||
|
monthNames: [ "Січень","Лютий","Березень","Квітень","Травень","Червень",
|
||||||
|
"Липень","Серпень","Вересень","Жовтень","Листопад","Грудень" ],
|
||||||
|
monthNamesShort: [ "Січ","Лют","Бер","Кві","Тра","Чер",
|
||||||
|
"Лип","Сер","Вер","Жов","Лис","Гру" ],
|
||||||
|
dayNames: [ "неділя","понеділок","вівторок","середа","четвер","п’ятниця","субота" ],
|
||||||
|
dayNamesShort: [ "нед","пнд","вів","срд","чтв","птн","сбт" ],
|
||||||
|
dayNamesMin: [ "Нд","Пн","Вт","Ср","Чт","Пт","Сб" ],
|
||||||
|
weekHeader: "Тиж",
|
||||||
|
dateFormat: "dd.mm.yy",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.uk );
|
||||||
|
|
||||||
|
return datepicker.regional.uk;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-vi.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Vietnamese initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional.vi = {
|
||||||
|
closeText: "Đóng",
|
||||||
|
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" ],
|
||||||
|
monthNamesShort: [ "Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6",
|
||||||
|
"Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12" ],
|
||||||
|
dayNames: [ "Chủ Nhật", "Thứ Hai", "Thứ Ba", "Thứ Tư", "Thứ Năm", "Thứ Sáu", "Thứ Bảy" ],
|
||||||
|
dayNamesShort: [ "CN", "T2", "T3", "T4", "T5", "T6", "T7" ],
|
||||||
|
dayNamesMin: [ "CN", "T2", "T3", "T4", "T5", "T6", "T7" ],
|
||||||
|
weekHeader: "Tu",
|
||||||
|
dateFormat: "dd/mm/yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: false,
|
||||||
|
yearSuffix: "" };
|
||||||
|
datepicker.setDefaults( datepicker.regional.vi );
|
||||||
|
|
||||||
|
return datepicker.regional.vi;
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-zh-CN.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Cloudream (cloudream@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "zh-CN" ] = {
|
||||||
|
closeText: "关闭",
|
||||||
|
prevText: "<上月",
|
||||||
|
nextText: "下月>",
|
||||||
|
currentText: "今天",
|
||||||
|
monthNames: [ "一月","二月","三月","四月","五月","六月",
|
||||||
|
"七月","八月","九月","十月","十一月","十二月" ],
|
||||||
|
monthNamesShort: [ "一月","二月","三月","四月","五月","六月",
|
||||||
|
"七月","八月","九月","十月","十一月","十二月" ],
|
||||||
|
dayNames: [ "星期日","星期一","星期二","星期三","星期四","星期五","星期六" ],
|
||||||
|
dayNamesShort: [ "周日","周一","周二","周三","周四","周五","周六" ],
|
||||||
|
dayNamesMin: [ "日","一","二","三","四","五","六" ],
|
||||||
|
weekHeader: "周",
|
||||||
|
dateFormat: "yy-mm-dd",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: true,
|
||||||
|
yearSuffix: "年" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "zh-CN" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "zh-CN" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-zh-HK.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by SCCY (samuelcychan@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "zh-HK" ] = {
|
||||||
|
closeText: "關閉",
|
||||||
|
prevText: "<上月",
|
||||||
|
nextText: "下月>",
|
||||||
|
currentText: "今天",
|
||||||
|
monthNames: [ "一月","二月","三月","四月","五月","六月",
|
||||||
|
"七月","八月","九月","十月","十一月","十二月" ],
|
||||||
|
monthNamesShort: [ "一月","二月","三月","四月","五月","六月",
|
||||||
|
"七月","八月","九月","十月","十一月","十二月" ],
|
||||||
|
dayNames: [ "星期日","星期一","星期二","星期三","星期四","星期五","星期六" ],
|
||||||
|
dayNamesShort: [ "周日","周一","周二","周三","周四","周五","周六" ],
|
||||||
|
dayNamesMin: [ "日","一","二","三","四","五","六" ],
|
||||||
|
weekHeader: "周",
|
||||||
|
dateFormat: "dd-mm-yy",
|
||||||
|
firstDay: 0,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: true,
|
||||||
|
yearSuffix: "年" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "zh-HK" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "zh-HK" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
37
include/jquery-ui/i18n/datepicker-zh-TW.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
/* Chinese initialisation for the jQuery UI date picker plugin. */
|
||||||
|
/* Written by Ressol (ressol@gmail.com). */
|
||||||
|
( function( factory ) {
|
||||||
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|
||||||
|
// AMD. Register as an anonymous module.
|
||||||
|
define( [ "../widgets/datepicker" ], factory );
|
||||||
|
} else {
|
||||||
|
|
||||||
|
// Browser globals
|
||||||
|
factory( jQuery.datepicker );
|
||||||
|
}
|
||||||
|
}( function( datepicker ) {
|
||||||
|
|
||||||
|
datepicker.regional[ "zh-TW" ] = {
|
||||||
|
closeText: "關閉",
|
||||||
|
prevText: "<上月",
|
||||||
|
nextText: "下月>",
|
||||||
|
currentText: "今天",
|
||||||
|
monthNames: [ "一月","二月","三月","四月","五月","六月",
|
||||||
|
"七月","八月","九月","十月","十一月","十二月" ],
|
||||||
|
monthNamesShort: [ "一月","二月","三月","四月","五月","六月",
|
||||||
|
"七月","八月","九月","十月","十一月","十二月" ],
|
||||||
|
dayNames: [ "星期日","星期一","星期二","星期三","星期四","星期五","星期六" ],
|
||||||
|
dayNamesShort: [ "周日","周一","周二","周三","周四","周五","周六" ],
|
||||||
|
dayNamesMin: [ "日","一","二","三","四","五","六" ],
|
||||||
|
weekHeader: "周",
|
||||||
|
dateFormat: "yy/mm/dd",
|
||||||
|
firstDay: 1,
|
||||||
|
isRTL: false,
|
||||||
|
showMonthAfterYear: true,
|
||||||
|
yearSuffix: "年" };
|
||||||
|
datepicker.setDefaults( datepicker.regional[ "zh-TW" ] );
|
||||||
|
|
||||||
|
return datepicker.regional[ "zh-TW" ];
|
||||||
|
|
||||||
|
} ) );
|
||||||
|
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 277 B After Width: | Height: | Size: 277 B |
|
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 338 B |
|
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 280 B |
@@ -1,513 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="us">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>jQuery UI Example Page</title>
|
|
||||||
<link href="jquery-ui.css" rel="stylesheet">
|
|
||||||
<style>
|
|
||||||
body{
|
|
||||||
font: 62.5% "Trebuchet MS", sans-serif;
|
|
||||||
margin: 50px;
|
|
||||||
}
|
|
||||||
.demoHeaders {
|
|
||||||
margin-top: 2em;
|
|
||||||
}
|
|
||||||
#dialog-link {
|
|
||||||
padding: .4em 1em .4em 20px;
|
|
||||||
text-decoration: none;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
#dialog-link span.ui-icon {
|
|
||||||
margin: 0 5px 0 0;
|
|
||||||
position: absolute;
|
|
||||||
left: .2em;
|
|
||||||
top: 50%;
|
|
||||||
margin-top: -8px;
|
|
||||||
}
|
|
||||||
#icons {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
#icons li {
|
|
||||||
margin: 2px;
|
|
||||||
position: relative;
|
|
||||||
padding: 4px 0;
|
|
||||||
cursor: pointer;
|
|
||||||
float: left;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
#icons span.ui-icon {
|
|
||||||
float: left;
|
|
||||||
margin: 0 4px;
|
|
||||||
}
|
|
||||||
.fakewindowcontain .ui-widget-overlay {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
select {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h1>Welcome to jQuery UI!</h1>
|
|
||||||
|
|
||||||
<div class="ui-widget">
|
|
||||||
<p>This page demonstrates the widgets and theme you selected in Download Builder. Please make sure you are using them with a compatible jQuery version.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h1>YOUR COMPONENTS:</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Accordion -->
|
|
||||||
<h2 class="demoHeaders">Accordion</h2>
|
|
||||||
<div id="accordion">
|
|
||||||
<h3>First</h3>
|
|
||||||
<div>Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet.</div>
|
|
||||||
<h3>Second</h3>
|
|
||||||
<div>Phasellus mattis tincidunt nibh.</div>
|
|
||||||
<h3>Third</h3>
|
|
||||||
<div>Nam dui erat, auctor a, dignissim quis.</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Autocomplete -->
|
|
||||||
<h2 class="demoHeaders">Autocomplete</h2>
|
|
||||||
<div>
|
|
||||||
<input id="autocomplete" title="type "a"">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Button -->
|
|
||||||
<h2 class="demoHeaders">Button</h2>
|
|
||||||
<button id="button">A button element</button>
|
|
||||||
<form style="margin-top: 1em;">
|
|
||||||
<div id="radioset">
|
|
||||||
<input type="radio" id="radio1" name="radio"><label for="radio1">Choice 1</label>
|
|
||||||
<input type="radio" id="radio2" name="radio" checked="checked"><label for="radio2">Choice 2</label>
|
|
||||||
<input type="radio" id="radio3" name="radio"><label for="radio3">Choice 3</label>
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Tabs -->
|
|
||||||
<h2 class="demoHeaders">Tabs</h2>
|
|
||||||
<div id="tabs">
|
|
||||||
<ul>
|
|
||||||
<li><a href="#tabs-1">First</a></li>
|
|
||||||
<li><a href="#tabs-2">Second</a></li>
|
|
||||||
<li><a href="#tabs-3">Third</a></li>
|
|
||||||
</ul>
|
|
||||||
<div id="tabs-1">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>
|
|
||||||
<div id="tabs-2">Phasellus mattis tincidunt nibh. Cras orci urna, blandit id, pretium vel, aliquet ornare, felis. Maecenas scelerisque sem non nisl. Fusce sed lorem in enim dictum bibendum.</div>
|
|
||||||
<div id="tabs-3">Nam dui erat, auctor a, dignissim quis, sollicitudin eu, felis. Pellentesque nisi urna, interdum eget, sagittis et, consequat vestibulum, lacus. Mauris porttitor ullamcorper augue.</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Dialog NOTE: Dialog is not generated by UI in this demo so it can be visually styled in themeroller-->
|
|
||||||
<h2 class="demoHeaders">Dialog</h2>
|
|
||||||
<p><a href="#" id="dialog-link" class="ui-state-default ui-corner-all"><span class="ui-icon ui-icon-newwin"></span>Open Dialog</a></p>
|
|
||||||
|
|
||||||
<h2 class="demoHeaders">Overlay and Shadow Classes <em>(not currently used in UI widgets)</em></h2>
|
|
||||||
<div style="position: relative; width: 96%; height: 200px; padding:1% 2%; overflow:hidden;" class="fakewindowcontain">
|
|
||||||
<p>Lorem ipsum dolor sit amet, Nulla nec tortor. Donec id elit quis purus consectetur consequat. </p><p>Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci. </p><p>Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam. Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat. </p><p>Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci. Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam. </p><p>Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat. Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. Aliquam ante. </p><p>Suspendisse scelerisque dui nec velit. Duis augue augue, gravida euismod, vulputate ac, facilisis id, sem. Morbi in orci. Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam molestie scelerisque quam. Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Donec libero risus, commodo vitae, pharetra mollis, posuere eu, pede. Nulla nec tortor. Donec id elit quis purus consectetur consequat. Nam congue semper tellus. Sed erat dolor, dapibus sit amet, venenatis ornare, ultrices ut, nisi. </p>
|
|
||||||
|
|
||||||
<!-- ui-dialog -->
|
|
||||||
<div class="ui-overlay"><div class="ui-widget-overlay"></div><div class="ui-widget-shadow ui-corner-all" style="width: 302px; height: 152px; position: absolute; left: 50px; top: 30px;"></div></div>
|
|
||||||
<div style="position: absolute; width: 280px; height: 130px;left: 50px; top: 30px; padding: 10px;" class="ui-widget ui-widget-content ui-corner-all">
|
|
||||||
<div class="ui-dialog-content ui-widget-content" style="background: none; border: 0;">
|
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- ui-dialog -->
|
|
||||||
<div id="dialog" title="Dialog Title">
|
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 class="demoHeaders">Framework Icons (content color preview)</h2>
|
|
||||||
<ul id="icons" class="ui-widget ui-helper-clearfix">
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-1-n"><span class="ui-icon ui-icon-carat-1-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-1-ne"><span class="ui-icon ui-icon-carat-1-ne"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-1-e"><span class="ui-icon ui-icon-carat-1-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-1-se"><span class="ui-icon ui-icon-carat-1-se"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-1-s"><span class="ui-icon ui-icon-carat-1-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-1-sw"><span class="ui-icon ui-icon-carat-1-sw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-1-w"><span class="ui-icon ui-icon-carat-1-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-1-nw"><span class="ui-icon ui-icon-carat-1-nw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-2-n-s"><span class="ui-icon ui-icon-carat-2-n-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-carat-2-e-w"><span class="ui-icon ui-icon-carat-2-e-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-n"><span class="ui-icon ui-icon-triangle-1-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-ne"><span class="ui-icon ui-icon-triangle-1-ne"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-e"><span class="ui-icon ui-icon-triangle-1-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-se"><span class="ui-icon ui-icon-triangle-1-se"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-s"><span class="ui-icon ui-icon-triangle-1-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-sw"><span class="ui-icon ui-icon-triangle-1-sw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-w"><span class="ui-icon ui-icon-triangle-1-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-1-nw"><span class="ui-icon ui-icon-triangle-1-nw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-2-n-s"><span class="ui-icon ui-icon-triangle-2-n-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-triangle-2-e-w"><span class="ui-icon ui-icon-triangle-2-e-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-n"><span class="ui-icon ui-icon-arrow-1-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-ne"><span class="ui-icon ui-icon-arrow-1-ne"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-e"><span class="ui-icon ui-icon-arrow-1-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-se"><span class="ui-icon ui-icon-arrow-1-se"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-s"><span class="ui-icon ui-icon-arrow-1-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-sw"><span class="ui-icon ui-icon-arrow-1-sw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-w"><span class="ui-icon ui-icon-arrow-1-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-1-nw"><span class="ui-icon ui-icon-arrow-1-nw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-2-n-s"><span class="ui-icon ui-icon-arrow-2-n-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-2-ne-sw"><span class="ui-icon ui-icon-arrow-2-ne-sw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-2-e-w"><span class="ui-icon ui-icon-arrow-2-e-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-2-se-nw"><span class="ui-icon ui-icon-arrow-2-se-nw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowstop-1-n"><span class="ui-icon ui-icon-arrowstop-1-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowstop-1-e"><span class="ui-icon ui-icon-arrowstop-1-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowstop-1-s"><span class="ui-icon ui-icon-arrowstop-1-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowstop-1-w"><span class="ui-icon ui-icon-arrowstop-1-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-n"><span class="ui-icon ui-icon-arrowthick-1-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-ne"><span class="ui-icon ui-icon-arrowthick-1-ne"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-e"><span class="ui-icon ui-icon-arrowthick-1-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-se"><span class="ui-icon ui-icon-arrowthick-1-se"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-s"><span class="ui-icon ui-icon-arrowthick-1-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-sw"><span class="ui-icon ui-icon-arrowthick-1-sw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-w"><span class="ui-icon ui-icon-arrowthick-1-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-1-nw"><span class="ui-icon ui-icon-arrowthick-1-nw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-2-n-s"><span class="ui-icon ui-icon-arrowthick-2-n-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-2-ne-sw"><span class="ui-icon ui-icon-arrowthick-2-ne-sw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-2-e-w"><span class="ui-icon ui-icon-arrowthick-2-e-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthick-2-se-nw"><span class="ui-icon ui-icon-arrowthick-2-se-nw"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthickstop-1-n"><span class="ui-icon ui-icon-arrowthickstop-1-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthickstop-1-e"><span class="ui-icon ui-icon-arrowthickstop-1-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthickstop-1-s"><span class="ui-icon ui-icon-arrowthickstop-1-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowthickstop-1-w"><span class="ui-icon ui-icon-arrowthickstop-1-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturnthick-1-w"><span class="ui-icon ui-icon-arrowreturnthick-1-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturnthick-1-n"><span class="ui-icon ui-icon-arrowreturnthick-1-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturnthick-1-e"><span class="ui-icon ui-icon-arrowreturnthick-1-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturnthick-1-s"><span class="ui-icon ui-icon-arrowreturnthick-1-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturn-1-w"><span class="ui-icon ui-icon-arrowreturn-1-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturn-1-n"><span class="ui-icon ui-icon-arrowreturn-1-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturn-1-e"><span class="ui-icon ui-icon-arrowreturn-1-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowreturn-1-s"><span class="ui-icon ui-icon-arrowreturn-1-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowrefresh-1-w"><span class="ui-icon ui-icon-arrowrefresh-1-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowrefresh-1-n"><span class="ui-icon ui-icon-arrowrefresh-1-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowrefresh-1-e"><span class="ui-icon ui-icon-arrowrefresh-1-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrowrefresh-1-s"><span class="ui-icon ui-icon-arrowrefresh-1-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-4"><span class="ui-icon ui-icon-arrow-4"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-arrow-4-diag"><span class="ui-icon ui-icon-arrow-4-diag"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-extlink"><span class="ui-icon ui-icon-extlink"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-newwin"><span class="ui-icon ui-icon-newwin"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-refresh"><span class="ui-icon ui-icon-refresh"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-shuffle"><span class="ui-icon ui-icon-shuffle"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-transfer-e-w"><span class="ui-icon ui-icon-transfer-e-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-transferthick-e-w"><span class="ui-icon ui-icon-transferthick-e-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-folder-collapsed"><span class="ui-icon ui-icon-folder-collapsed"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-folder-open"><span class="ui-icon ui-icon-folder-open"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-document"><span class="ui-icon ui-icon-document"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-document-b"><span class="ui-icon ui-icon-document-b"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-note"><span class="ui-icon ui-icon-note"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-mail-closed"><span class="ui-icon ui-icon-mail-closed"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-mail-open"><span class="ui-icon ui-icon-mail-open"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-suitcase"><span class="ui-icon ui-icon-suitcase"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-comment"><span class="ui-icon ui-icon-comment"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-person"><span class="ui-icon ui-icon-person"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-print"><span class="ui-icon ui-icon-print"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-trash"><span class="ui-icon ui-icon-trash"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-locked"><span class="ui-icon ui-icon-locked"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-unlocked"><span class="ui-icon ui-icon-unlocked"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-bookmark"><span class="ui-icon ui-icon-bookmark"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-tag"><span class="ui-icon ui-icon-tag"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-home"><span class="ui-icon ui-icon-home"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-flag"><span class="ui-icon ui-icon-flag"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-calculator"><span class="ui-icon ui-icon-calculator"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-cart"><span class="ui-icon ui-icon-cart"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-pencil"><span class="ui-icon ui-icon-pencil"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-clock"><span class="ui-icon ui-icon-clock"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-disk"><span class="ui-icon ui-icon-disk"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-calendar"><span class="ui-icon ui-icon-calendar"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-zoomin"><span class="ui-icon ui-icon-zoomin"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-zoomout"><span class="ui-icon ui-icon-zoomout"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-search"><span class="ui-icon ui-icon-search"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-wrench"><span class="ui-icon ui-icon-wrench"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-gear"><span class="ui-icon ui-icon-gear"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-heart"><span class="ui-icon ui-icon-heart"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-star"><span class="ui-icon ui-icon-star"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-link"><span class="ui-icon ui-icon-link"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-cancel"><span class="ui-icon ui-icon-cancel"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-plus"><span class="ui-icon ui-icon-plus"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-plusthick"><span class="ui-icon ui-icon-plusthick"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-minus"><span class="ui-icon ui-icon-minus"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-minusthick"><span class="ui-icon ui-icon-minusthick"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-close"><span class="ui-icon ui-icon-close"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-closethick"><span class="ui-icon ui-icon-closethick"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-key"><span class="ui-icon ui-icon-key"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-lightbulb"><span class="ui-icon ui-icon-lightbulb"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-scissors"><span class="ui-icon ui-icon-scissors"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-clipboard"><span class="ui-icon ui-icon-clipboard"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-copy"><span class="ui-icon ui-icon-copy"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-contact"><span class="ui-icon ui-icon-contact"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-image"><span class="ui-icon ui-icon-image"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-video"><span class="ui-icon ui-icon-video"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-script"><span class="ui-icon ui-icon-script"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-alert"><span class="ui-icon ui-icon-alert"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-info"><span class="ui-icon ui-icon-info"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-notice"><span class="ui-icon ui-icon-notice"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-help"><span class="ui-icon ui-icon-help"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-check"><span class="ui-icon ui-icon-check"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-bullet"><span class="ui-icon ui-icon-bullet"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-radio-off"><span class="ui-icon ui-icon-radio-off"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-radio-on"><span class="ui-icon ui-icon-radio-on"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-pin-w"><span class="ui-icon ui-icon-pin-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-pin-s"><span class="ui-icon ui-icon-pin-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-play"><span class="ui-icon ui-icon-play"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-pause"><span class="ui-icon ui-icon-pause"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-seek-next"><span class="ui-icon ui-icon-seek-next"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-seek-prev"><span class="ui-icon ui-icon-seek-prev"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-seek-end"><span class="ui-icon ui-icon-seek-end"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-seek-first"><span class="ui-icon ui-icon-seek-first"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-stop"><span class="ui-icon ui-icon-stop"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-eject"><span class="ui-icon ui-icon-eject"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-volume-off"><span class="ui-icon ui-icon-volume-off"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-volume-on"><span class="ui-icon ui-icon-volume-on"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-power"><span class="ui-icon ui-icon-power"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-signal-diag"><span class="ui-icon ui-icon-signal-diag"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-signal"><span class="ui-icon ui-icon-signal"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-battery-0"><span class="ui-icon ui-icon-battery-0"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-battery-1"><span class="ui-icon ui-icon-battery-1"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-battery-2"><span class="ui-icon ui-icon-battery-2"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-battery-3"><span class="ui-icon ui-icon-battery-3"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-plus"><span class="ui-icon ui-icon-circle-plus"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-minus"><span class="ui-icon ui-icon-circle-minus"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-close"><span class="ui-icon ui-icon-circle-close"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-triangle-e"><span class="ui-icon ui-icon-circle-triangle-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-triangle-s"><span class="ui-icon ui-icon-circle-triangle-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-triangle-w"><span class="ui-icon ui-icon-circle-triangle-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-triangle-n"><span class="ui-icon ui-icon-circle-triangle-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-arrow-e"><span class="ui-icon ui-icon-circle-arrow-e"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-arrow-s"><span class="ui-icon ui-icon-circle-arrow-s"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-arrow-w"><span class="ui-icon ui-icon-circle-arrow-w"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-arrow-n"><span class="ui-icon ui-icon-circle-arrow-n"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-zoomin"><span class="ui-icon ui-icon-circle-zoomin"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-zoomout"><span class="ui-icon ui-icon-circle-zoomout"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circle-check"><span class="ui-icon ui-icon-circle-check"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circlesmall-plus"><span class="ui-icon ui-icon-circlesmall-plus"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circlesmall-minus"><span class="ui-icon ui-icon-circlesmall-minus"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-circlesmall-close"><span class="ui-icon ui-icon-circlesmall-close"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-squaresmall-plus"><span class="ui-icon ui-icon-squaresmall-plus"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-squaresmall-minus"><span class="ui-icon ui-icon-squaresmall-minus"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-squaresmall-close"><span class="ui-icon ui-icon-squaresmall-close"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-dotted-vertical"><span class="ui-icon ui-icon-grip-dotted-vertical"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-dotted-horizontal"><span class="ui-icon ui-icon-grip-dotted-horizontal"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-solid-vertical"><span class="ui-icon ui-icon-grip-solid-vertical"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-solid-horizontal"><span class="ui-icon ui-icon-grip-solid-horizontal"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-gripsmall-diagonal-se"><span class="ui-icon ui-icon-gripsmall-diagonal-se"></span></li>
|
|
||||||
<li class="ui-state-default ui-corner-all" title=".ui-icon-grip-diagonal-se"><span class="ui-icon ui-icon-grip-diagonal-se"></span></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Slider -->
|
|
||||||
<h2 class="demoHeaders">Slider</h2>
|
|
||||||
<div id="slider"></div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Datepicker -->
|
|
||||||
<h2 class="demoHeaders">Datepicker</h2>
|
|
||||||
<div id="datepicker"></div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Progressbar -->
|
|
||||||
<h2 class="demoHeaders">Progressbar</h2>
|
|
||||||
<div id="progressbar"></div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Progressbar -->
|
|
||||||
<h2 class="demoHeaders">Selectmenu</h2>
|
|
||||||
<select id="selectmenu">
|
|
||||||
<option>Slower</option>
|
|
||||||
<option>Slow</option>
|
|
||||||
<option selected="selected">Medium</option>
|
|
||||||
<option>Fast</option>
|
|
||||||
<option>Faster</option>
|
|
||||||
</select>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Spinner -->
|
|
||||||
<h2 class="demoHeaders">Spinner</h2>
|
|
||||||
<input id="spinner">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Menu -->
|
|
||||||
<h2 class="demoHeaders">Menu</h2>
|
|
||||||
<ul style="width:100px;" id="menu">
|
|
||||||
<li>Item 1</li>
|
|
||||||
<li>Item 2</li>
|
|
||||||
<li>Item 3
|
|
||||||
<ul>
|
|
||||||
<li>Item 3-1</li>
|
|
||||||
<li>Item 3-2</li>
|
|
||||||
<li>Item 3-3</li>
|
|
||||||
<li>Item 3-4</li>
|
|
||||||
<li>Item 3-5</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li>Item 4</li>
|
|
||||||
<li>Item 5</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Tooltip -->
|
|
||||||
<h2 class="demoHeaders">Tooltip</h2>
|
|
||||||
<p id="tooltip">
|
|
||||||
<a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover
|
|
||||||
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Highlight / Error -->
|
|
||||||
<h2 class="demoHeaders">Highlight / Error</h2>
|
|
||||||
<div class="ui-widget">
|
|
||||||
<div class="ui-state-highlight ui-corner-all" style="margin-top: 20px; padding: 0 .7em;">
|
|
||||||
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
|
|
||||||
<strong>Hey!</strong> Sample ui-state-highlight style.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<div class="ui-widget">
|
|
||||||
<div class="ui-state-error ui-corner-all" style="padding: 0 .7em;">
|
|
||||||
<p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
|
|
||||||
<strong>Alert:</strong> Sample ui-state-error style.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script src="external/jquery/jquery.js"></script>
|
|
||||||
<script src="jquery-ui.js"></script>
|
|
||||||
<script>
|
|
||||||
|
|
||||||
$( "#accordion" ).accordion();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var availableTags = [
|
|
||||||
"ActionScript",
|
|
||||||
"AppleScript",
|
|
||||||
"Asp",
|
|
||||||
"BASIC",
|
|
||||||
"C",
|
|
||||||
"C++",
|
|
||||||
"Clojure",
|
|
||||||
"COBOL",
|
|
||||||
"ColdFusion",
|
|
||||||
"Erlang",
|
|
||||||
"Fortran",
|
|
||||||
"Groovy",
|
|
||||||
"Haskell",
|
|
||||||
"Java",
|
|
||||||
"JavaScript",
|
|
||||||
"Lisp",
|
|
||||||
"Perl",
|
|
||||||
"PHP",
|
|
||||||
"Python",
|
|
||||||
"Ruby",
|
|
||||||
"Scala",
|
|
||||||
"Scheme"
|
|
||||||
];
|
|
||||||
$( "#autocomplete" ).autocomplete({
|
|
||||||
source: availableTags
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$( "#button" ).button();
|
|
||||||
$( "#radioset" ).buttonset();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$( "#tabs" ).tabs();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$( "#dialog" ).dialog({
|
|
||||||
autoOpen: false,
|
|
||||||
width: 400,
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Ok",
|
|
||||||
click: function() {
|
|
||||||
$( this ).dialog( "close" );
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Cancel",
|
|
||||||
click: function() {
|
|
||||||
$( this ).dialog( "close" );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
});
|
|
||||||
|
|
||||||
// Link to open the dialog
|
|
||||||
$( "#dialog-link" ).click(function( event ) {
|
|
||||||
$( "#dialog" ).dialog( "open" );
|
|
||||||
event.preventDefault();
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$( "#datepicker" ).datepicker({
|
|
||||||
inline: true
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$( "#slider" ).slider({
|
|
||||||
range: true,
|
|
||||||
values: [ 17, 67 ]
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$( "#progressbar" ).progressbar({
|
|
||||||
value: 20
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$( "#spinner" ).spinner();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$( "#menu" ).menu();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$( "#tooltip" ).tooltip();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$( "#selectmenu" ).selectmenu();
|
|
||||||
|
|
||||||
|
|
||||||
// Hover states on the static widgets
|
|
||||||
$( "#dialog-link, #icons li" ).hover(
|
|
||||||
function() {
|
|
||||||
$( this ).addClass( "ui-state-hover" );
|
|
||||||
},
|
|
||||||
function() {
|
|
||||||
$( this ).removeClass( "ui-state-hover" );
|
|
||||||
}
|
|
||||||
);
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
14
include/jquery-ui/jquery-ui.css
vendored
@@ -1,8 +1,8 @@
|
|||||||
/*! jQuery UI - v1.11.4 - 2015-07-09
|
/*! jQuery UI - v1.11.4 - 2015-12-10
|
||||||
* http://jqueryui.com
|
* http://jqueryui.com
|
||||||
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
|
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
|
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
|
||||||
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
|
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
||||||
|
|
||||||
/* Layout helpers
|
/* Layout helpers
|
||||||
----------------------------------*/
|
----------------------------------*/
|
||||||
@@ -845,7 +845,7 @@ body .ui-tooltip {
|
|||||||
}
|
}
|
||||||
.ui-widget-content {
|
.ui-widget-content {
|
||||||
border: 1px solid #dddddd;
|
border: 1px solid #dddddd;
|
||||||
background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
|
background: #ffffff;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
.ui-widget-content a {
|
.ui-widget-content a {
|
||||||
@@ -920,7 +920,7 @@ body .ui-tooltip {
|
|||||||
.ui-widget-content .ui-state-highlight,
|
.ui-widget-content .ui-state-highlight,
|
||||||
.ui-widget-header .ui-state-highlight {
|
.ui-widget-header .ui-state-highlight {
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
background: #ffffff url("images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
|
background: #ffffff;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
.ui-state-highlight a,
|
.ui-state-highlight a,
|
||||||
@@ -932,7 +932,7 @@ body .ui-tooltip {
|
|||||||
.ui-widget-content .ui-state-error,
|
.ui-widget-content .ui-state-error,
|
||||||
.ui-widget-header .ui-state-error {
|
.ui-widget-header .ui-state-error {
|
||||||
border: 1px solid #ff0084;
|
border: 1px solid #ff0084;
|
||||||
background: #ffffff url("images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
|
background: #ffffff;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
.ui-state-error a,
|
.ui-state-error a,
|
||||||
@@ -1211,14 +1211,14 @@ body .ui-tooltip {
|
|||||||
|
|
||||||
/* Overlays */
|
/* Overlays */
|
||||||
.ui-widget-overlay {
|
.ui-widget-overlay {
|
||||||
background: #eeeeee url("images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
|
background: #eeeeee;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
filter: Alpha(Opacity=80); /* support: IE8 */
|
filter: Alpha(Opacity=80); /* support: IE8 */
|
||||||
}
|
}
|
||||||
.ui-widget-shadow {
|
.ui-widget-shadow {
|
||||||
margin: -4px 0 0 -4px;
|
margin: -4px 0 0 -4px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
|
background: #aaaaaa;
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
filter: Alpha(Opacity=60); /* support: IE8 */
|
filter: Alpha(Opacity=60); /* support: IE8 */
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
|||||||
4
include/jquery-ui/jquery-ui.js
vendored
@@ -1,7 +1,7 @@
|
|||||||
/*! jQuery UI - v1.11.4 - 2015-07-05
|
/*! jQuery UI - v1.11.4 - 2015-12-06
|
||||||
* http://jqueryui.com
|
* http://jqueryui.com
|
||||||
* Includes: core.js, widget.js, mouse.js, position.js, draggable.js, droppable.js, resizable.js, selectable.js, sortable.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, menu.js, progressbar.js, selectmenu.js, slider.js, spinner.js, tabs.js, tooltip.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js
|
* Includes: core.js, widget.js, mouse.js, position.js, draggable.js, droppable.js, resizable.js, selectable.js, sortable.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, menu.js, progressbar.js, selectmenu.js, slider.js, spinner.js, tabs.js, tooltip.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js
|
||||||
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
|
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
||||||
|
|
||||||
(function( factory ) {
|
(function( factory ) {
|
||||||
if ( typeof define === "function" && define.amd ) {
|
if ( typeof define === "function" && define.amd ) {
|
||||||
|
|||||||
6
include/jquery-ui/jquery-ui.min.css
vendored
8
include/jquery-ui/jquery-ui.min.js
vendored
10
include/jquery-ui/jquery-ui.theme.css
vendored
@@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
.ui-widget-content {
|
.ui-widget-content {
|
||||||
border: 1px solid #dddddd;
|
border: 1px solid #dddddd;
|
||||||
background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
|
background: #ffffff;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
.ui-widget-content a {
|
.ui-widget-content a {
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
.ui-widget-content .ui-state-highlight,
|
.ui-widget-content .ui-state-highlight,
|
||||||
.ui-widget-header .ui-state-highlight {
|
.ui-widget-header .ui-state-highlight {
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
background: #ffffff url("images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
|
background: #ffffff;
|
||||||
color: #444444;
|
color: #444444;
|
||||||
}
|
}
|
||||||
.ui-state-highlight a,
|
.ui-state-highlight a,
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
.ui-widget-content .ui-state-error,
|
.ui-widget-content .ui-state-error,
|
||||||
.ui-widget-header .ui-state-error {
|
.ui-widget-header .ui-state-error {
|
||||||
border: 1px solid #ff0084;
|
border: 1px solid #ff0084;
|
||||||
background: #ffffff url("images/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
|
background: #ffffff;
|
||||||
color: #222222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
.ui-state-error a,
|
.ui-state-error a,
|
||||||
@@ -396,14 +396,14 @@
|
|||||||
|
|
||||||
/* Overlays */
|
/* Overlays */
|
||||||
.ui-widget-overlay {
|
.ui-widget-overlay {
|
||||||
background: #eeeeee url("images/ui-bg_flat_0_eeeeee_40x100.png") 50% 50% repeat-x;
|
background: #eeeeee;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
filter: Alpha(Opacity=80); /* support: IE8 */
|
filter: Alpha(Opacity=80); /* support: IE8 */
|
||||||
}
|
}
|
||||||
.ui-widget-shadow {
|
.ui-widget-shadow {
|
||||||
margin: -4px 0 0 -4px;
|
margin: -4px 0 0 -4px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
|
background: #aaaaaa;
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
filter: Alpha(Opacity=60); /* support: IE8 */
|
filter: Alpha(Opacity=60); /* support: IE8 */
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
|||||||
6
include/jquery-ui/jquery-ui.theme.min.css
vendored
22
include/timepicker/i18n/jquery-ui-timepicker-af.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/* Afrikaans translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Deon Heyns */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['af'] = {
|
||||||
|
timeOnlyTitle: 'Kies Tyd',
|
||||||
|
timeText: 'Tyd ',
|
||||||
|
hourText: 'Ure ',
|
||||||
|
minuteText: 'Minute',
|
||||||
|
secondText: 'Sekondes',
|
||||||
|
millisecText: 'Millisekondes',
|
||||||
|
microsecText: 'Mikrosekondes',
|
||||||
|
timezoneText: 'Tydsone',
|
||||||
|
currentText: 'Huidige Tyd',
|
||||||
|
closeText: 'Klaar',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['AM', 'A'],
|
||||||
|
pmNames: ['PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['af']);
|
||||||
|
})(jQuery);
|
||||||
22
include/timepicker/i18n/jquery-ui-timepicker-am.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/* Armenian translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Artavazd Avetisyan artavazda@hotmail.com */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['am'] = {
|
||||||
|
timeOnlyTitle: 'Ընտրեք ժամանակը',
|
||||||
|
timeText: 'Ժամանակը',
|
||||||
|
hourText: 'Ժամ',
|
||||||
|
minuteText: 'Րոպե',
|
||||||
|
secondText: 'Վարկյան',
|
||||||
|
millisecText: 'Միլիվարկյան',
|
||||||
|
microsecText: 'Միկրովարկյան',
|
||||||
|
timezoneText: 'Ժամային գոտին',
|
||||||
|
currentText: 'Այժմ',
|
||||||
|
closeText: 'Փակել',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['AM', 'A'],
|
||||||
|
pmNames: ['PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['am']);
|
||||||
|
})(jQuery);
|
||||||
22
include/timepicker/i18n/jquery-ui-timepicker-bg.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/* Bulgarian translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Plamen Kovandjiev */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['bg'] = {
|
||||||
|
timeOnlyTitle: 'Изберете време',
|
||||||
|
timeText: 'Време',
|
||||||
|
hourText: 'Час',
|
||||||
|
minuteText: 'Минути',
|
||||||
|
secondText: 'Секунди',
|
||||||
|
millisecText: 'Милисекунди',
|
||||||
|
microsecText: 'Микросекунди',
|
||||||
|
timezoneText: 'Часови пояс',
|
||||||
|
currentText: 'Сега',
|
||||||
|
closeText: 'Затвори',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['AM', 'A'],
|
||||||
|
pmNames: ['PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['bg']);
|
||||||
|
})(jQuery);
|
||||||
22
include/timepicker/i18n/jquery-ui-timepicker-ca.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/* Catalan translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Sergi Faber */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['ca'] = {
|
||||||
|
timeOnlyTitle: 'Escollir una hora',
|
||||||
|
timeText: 'Hora',
|
||||||
|
hourText: 'Hores',
|
||||||
|
minuteText: 'Minuts',
|
||||||
|
secondText: 'Segons',
|
||||||
|
millisecText: 'Milisegons',
|
||||||
|
microsecText: 'Microsegons',
|
||||||
|
timezoneText: 'Fus horari',
|
||||||
|
currentText: 'Ara',
|
||||||
|
closeText: 'Tancar',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['AM', 'A'],
|
||||||
|
pmNames: ['PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['ca']);
|
||||||
|
})(jQuery);
|
||||||
22
include/timepicker/i18n/jquery-ui-timepicker-cs.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/* Czech translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Ondřej Vodáček */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['cs'] = {
|
||||||
|
timeOnlyTitle: 'Vyberte čas',
|
||||||
|
timeText: 'Čas',
|
||||||
|
hourText: 'Hodiny',
|
||||||
|
minuteText: 'Minuty',
|
||||||
|
secondText: 'Vteřiny',
|
||||||
|
millisecText: 'Milisekundy',
|
||||||
|
microsecText: 'Mikrosekundy',
|
||||||
|
timezoneText: 'Časové pásmo',
|
||||||
|
currentText: 'Nyní',
|
||||||
|
closeText: 'Zavřít',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['dop.', 'AM', 'A'],
|
||||||
|
pmNames: ['odp.', 'PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['cs']);
|
||||||
|
})(jQuery);
|
||||||
22
include/timepicker/i18n/jquery-ui-timepicker-da.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/* Danish translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Lars H. Jensen (http://www.larshj.dk) */
|
||||||
|
(function ($) {
|
||||||
|
$.timepicker.regional['da'] = {
|
||||||
|
timeOnlyTitle: 'Vælg tid',
|
||||||
|
timeText: 'Tid',
|
||||||
|
hourText: 'Time',
|
||||||
|
minuteText: 'Minut',
|
||||||
|
secondText: 'Sekund',
|
||||||
|
millisecText: 'Millisekund',
|
||||||
|
microsecText: 'Mikrosekund',
|
||||||
|
timezoneText: 'Tidszone',
|
||||||
|
currentText: 'Nu',
|
||||||
|
closeText: 'Luk',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['am', 'AM', 'A'],
|
||||||
|
pmNames: ['pm', 'PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['da']);
|
||||||
|
})(jQuery);
|
||||||
22
include/timepicker/i18n/jquery-ui-timepicker-de.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/* German translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Marvin */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['de'] = {
|
||||||
|
timeOnlyTitle: 'Zeit wählen',
|
||||||
|
timeText: 'Zeit',
|
||||||
|
hourText: 'Stunde',
|
||||||
|
minuteText: 'Minute',
|
||||||
|
secondText: 'Sekunde',
|
||||||
|
millisecText: 'Millisekunde',
|
||||||
|
microsecText: 'Mikrosekunde',
|
||||||
|
timezoneText: 'Zeitzone',
|
||||||
|
currentText: 'Jetzt',
|
||||||
|
closeText: 'Fertig',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['vorm.', 'AM', 'A'],
|
||||||
|
pmNames: ['nachm.', 'PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['de']);
|
||||||
|
})(jQuery);
|
||||||
22
include/timepicker/i18n/jquery-ui-timepicker-el.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/* Hellenic translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Christos Pontikis */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['el'] = {
|
||||||
|
timeOnlyTitle: 'Επιλογή ώρας',
|
||||||
|
timeText: 'Ώρα',
|
||||||
|
hourText: 'Ώρες',
|
||||||
|
minuteText: 'Λεπτά',
|
||||||
|
secondText: 'Δευτερόλεπτα',
|
||||||
|
millisecText: 'μιλιδευτερόλεπτο',
|
||||||
|
microsecText: 'Microseconds',
|
||||||
|
timezoneText: 'Ζώνη ώρας',
|
||||||
|
currentText: 'Τώρα',
|
||||||
|
closeText: 'Κλείσιμο',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['π.μ.', 'AM', 'A'],
|
||||||
|
pmNames: ['μ.μ.', 'PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['el']);
|
||||||
|
})(jQuery);
|
||||||
23
include/timepicker/i18n/jquery-ui-timepicker-es.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
/* Spanish translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Ianaré Sévi */
|
||||||
|
/* Modified by Carlos Martínez */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['es'] = {
|
||||||
|
timeOnlyTitle: 'Elegir una hora',
|
||||||
|
timeText: 'Hora',
|
||||||
|
hourText: 'Horas',
|
||||||
|
minuteText: 'Minutos',
|
||||||
|
secondText: 'Segundos',
|
||||||
|
millisecText: 'Milisegundos',
|
||||||
|
microsecText: 'Microsegundos',
|
||||||
|
timezoneText: 'Uso horario',
|
||||||
|
currentText: 'Hoy',
|
||||||
|
closeText: 'Cerrar',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['a.m.', 'AM', 'A'],
|
||||||
|
pmNames: ['p.m.', 'PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['es']);
|
||||||
|
})(jQuery);
|
||||||
22
include/timepicker/i18n/jquery-ui-timepicker-et.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/* Estonian translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Karl Sutt (karl@sutt.ee) */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['et'] = {
|
||||||
|
timeOnlyTitle: 'Vali aeg',
|
||||||
|
timeText: 'Aeg',
|
||||||
|
hourText: 'Tund',
|
||||||
|
minuteText: 'Minut',
|
||||||
|
secondText: 'Sekund',
|
||||||
|
millisecText: 'Millisekundis',
|
||||||
|
microsecText: 'Mikrosekundis',
|
||||||
|
timezoneText: 'Ajavöönd',
|
||||||
|
currentText: 'Praegu',
|
||||||
|
closeText: 'Valmis',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['AM', 'A'],
|
||||||
|
pmNames: ['PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['et']);
|
||||||
|
})(jQuery);
|
||||||
23
include/timepicker/i18n/jquery-ui-timepicker-eu.js
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
/* Basque trannslation for JQuery Timepicker Addon */
|
||||||
|
/* Translated by Xabi Fer */
|
||||||
|
/* Fixed by Asier Iturralde Sarasola - iametza interaktiboa */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['eu'] = {
|
||||||
|
timeOnlyTitle: 'Aukeratu ordua',
|
||||||
|
timeText: 'Ordua',
|
||||||
|
hourText: 'Orduak',
|
||||||
|
minuteText: 'Minutuak',
|
||||||
|
secondText: 'Segundoak',
|
||||||
|
millisecText: 'Milisegundoak',
|
||||||
|
microsecText: 'Mikrosegundoak',
|
||||||
|
timezoneText: 'Ordu-eremua',
|
||||||
|
currentText: 'Orain',
|
||||||
|
closeText: 'Itxi',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['a.m.', 'AM', 'A'],
|
||||||
|
pmNames: ['p.m.', 'PM', 'P'],
|
||||||
|
isRTL: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['eu']);
|
||||||
|
})(jQuery);
|
||||||
22
include/timepicker/i18n/jquery-ui-timepicker-fa.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
/* Persian translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Meysam Pour Ganji */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['fa'] = {
|
||||||
|
timeOnlyTitle: 'انتخاب زمان',
|
||||||
|
timeText: 'زمان',
|
||||||
|
hourText: 'ساعت',
|
||||||
|
minuteText: 'دقیقه',
|
||||||
|
secondText: 'ثانیه',
|
||||||
|
millisecText: 'میلی ثانیه',
|
||||||
|
microsecText: 'میکرو ثانیه',
|
||||||
|
timezoneText: 'منطقه زمانی',
|
||||||
|
currentText: 'الان',
|
||||||
|
closeText: 'انتخاب',
|
||||||
|
timeFormat: 'HH:mm',
|
||||||
|
timeSuffix: '',
|
||||||
|
amNames: ['قبل ظهر', 'AM', 'A'],
|
||||||
|
pmNames: ['بعد ظهر', 'PM', 'P'],
|
||||||
|
isRTL: true
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['fa']);
|
||||||
|
})(jQuery);
|
||||||