forked from WiQuery/wiquery
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from xthiba/upgrade_jqueryui
Upgrade jqueryui
- Loading branch information
Showing
92 changed files
with
1,111 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
/* Mohamed Amine HADDAD -- [email protected] */ | ||
|
||
( function( factory ) { | ||
"use strict"; | ||
|
||
if ( typeof define === "function" && define.amd ) { | ||
|
||
// AMD. Register as an anonymous module. | ||
|
@@ -13,15 +15,16 @@ | |
// Browser globals | ||
factory( jQuery.datepicker ); | ||
} | ||
}( function( datepicker ) { | ||
} )( function( datepicker ) { | ||
"use strict"; | ||
|
||
datepicker.regional[ "ar-DZ" ] = { | ||
closeText: "إغلاق", | ||
prevText: "<السابق", | ||
nextText: "التالي>", | ||
prevText: "السابق", | ||
nextText: "التالي", | ||
currentText: "اليوم", | ||
monthNames: [ "جانفي", "فيفري", "مارس", "أفريل", "ماي", "جوان", | ||
"جويلية", "أوت", "سبتمبر","أكتوبر", "نوفمبر", "ديسمبر" ], | ||
"جويلية", "أوت", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" ], | ||
monthNamesShort: [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ], | ||
dayNames: [ "الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت" ], | ||
dayNamesShort: [ "الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت" ], | ||
|
@@ -36,4 +39,4 @@ datepicker.setDefaults( datepicker.regional[ "ar-DZ" ] ); | |
|
||
return datepicker.regional[ "ar-DZ" ]; | ||
|
||
} ) ); | ||
} ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
/* Written by Mohammed Alshehri -- [email protected] */ | ||
|
||
( function( factory ) { | ||
"use strict"; | ||
|
||
if ( typeof define === "function" && define.amd ) { | ||
|
||
// AMD. Register as an anonymous module. | ||
|
@@ -13,12 +15,13 @@ | |
// Browser globals | ||
factory( jQuery.datepicker ); | ||
} | ||
}( function( datepicker ) { | ||
} )( function( datepicker ) { | ||
"use strict"; | ||
|
||
datepicker.regional.ar = { | ||
closeText: "إغلاق", | ||
prevText: "<السابق", | ||
nextText: "التالي>", | ||
prevText: "السابق", | ||
nextText: "التالي", | ||
currentText: "اليوم", | ||
monthNames: [ "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", | ||
"يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" ], | ||
|
@@ -36,4 +39,4 @@ datepicker.setDefaults( datepicker.regional.ar ); | |
|
||
return datepicker.regional.ar; | ||
|
||
} ) ); | ||
} ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Jamil Najafov ([email protected]). */ | ||
( function( factory ) { | ||
"use strict"; | ||
|
||
if ( typeof define === "function" && define.amd ) { | ||
|
||
// AMD. Register as an anonymous module. | ||
|
@@ -10,20 +12,21 @@ | |
// Browser globals | ||
factory( jQuery.datepicker ); | ||
} | ||
}( function( datepicker ) { | ||
} )( function( datepicker ) { | ||
"use strict"; | ||
|
||
datepicker.regional.az = { | ||
closeText: "Bağla", | ||
prevText: "<Geri", | ||
nextText: "İrəli>", | ||
prevText: "Geri", | ||
nextText: "İrəli", | ||
currentText: "Bugün", | ||
monthNames: [ "Yanvar","Fevral","Mart","Aprel","May","İyun", | ||
"İyul","Avqust","Sentyabr","Oktyabr","Noyabr","Dekabr" ], | ||
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","Ş" ], | ||
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, | ||
|
@@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.az ); | |
|
||
return datepicker.regional.az; | ||
|
||
} ) ); | ||
} ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
/* Belarusian initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Pavel Selitskas <[email protected]> */ | ||
( function( factory ) { | ||
"use strict"; | ||
|
||
if ( typeof define === "function" && define.amd ) { | ||
|
||
// AMD. Register as an anonymous module. | ||
|
@@ -10,20 +12,21 @@ | |
// Browser globals | ||
factory( jQuery.datepicker ); | ||
} | ||
}( function( datepicker ) { | ||
} )( function( datepicker ) { | ||
"use strict"; | ||
|
||
datepicker.regional.be = { | ||
closeText: "Зачыніць", | ||
prevText: "←Папяр.", | ||
nextText: "Наст.→", | ||
prevText: "Папяр.", | ||
nextText: "Наст.", | ||
currentText: "Сёньня", | ||
monthNames: [ "Студзень","Люты","Сакавік","Красавік","Травень","Чэрвень", | ||
"Ліпень","Жнівень","Верасень","Кастрычнік","Лістапад","Сьнежань" ], | ||
monthNamesShort: [ "Сту","Лют","Сак","Кра","Тра","Чэр", | ||
"Ліп","Жні","Вер","Кас","Ліс","Сьн" ], | ||
dayNames: [ "нядзеля","панядзелак","аўторак","серада","чацьвер","пятніца","субота" ], | ||
dayNamesShort: [ "ндз","пнд","аўт","срд","чцв","птн","сбт" ], | ||
dayNamesMin: [ "Нд","Пн","Аў","Ср","Чц","Пт","Сб" ], | ||
monthNames: [ "Студзень", "Люты", "Сакавік", "Красавік", "Травень", "Чэрвень", | ||
"Ліпень", "Жнівень", "Верасень", "Кастрычнік", "Лістапад", "Сьнежань" ], | ||
monthNamesShort: [ "Сту", "Лют", "Сак", "Кра", "Тра", "Чэр", | ||
"Ліп", "Жні", "Вер", "Кас", "Ліс", "Сьн" ], | ||
dayNames: [ "нядзеля", "панядзелак", "аўторак", "серада", "чацьвер", "пятніца", "субота" ], | ||
dayNamesShort: [ "ндз", "пнд", "аўт", "срд", "чцв", "птн", "сбт" ], | ||
dayNamesMin: [ "Нд", "Пн", "Аў", "Ср", "Чц", "Пт", "Сб" ], | ||
weekHeader: "Тд", | ||
dateFormat: "dd.mm.yy", | ||
firstDay: 1, | ||
|
@@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.be ); | |
|
||
return datepicker.regional.be; | ||
|
||
} ) ); | ||
} ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
/* Inicialització en català per a l'extensió 'UI date picker' per jQuery. */ | ||
/* Writers: ([email protected]). */ | ||
( function( factory ) { | ||
"use strict"; | ||
|
||
if ( typeof define === "function" && define.amd ) { | ||
|
||
// AMD. Register as an anonymous module. | ||
|
@@ -10,20 +12,21 @@ | |
// Browser globals | ||
factory( jQuery.datepicker ); | ||
} | ||
}( function( datepicker ) { | ||
} )( function( datepicker ) { | ||
"use strict"; | ||
|
||
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" ], | ||
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, | ||
|
@@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.ca ); | |
|
||
return datepicker.regional.ca; | ||
|
||
} ) ); | ||
} ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
/* Czech initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Tomas Muller ([email protected]). */ | ||
( function( factory ) { | ||
"use strict"; | ||
|
||
if ( typeof define === "function" && define.amd ) { | ||
|
||
// AMD. Register as an anonymous module. | ||
|
@@ -10,20 +12,21 @@ | |
// Browser globals | ||
factory( jQuery.datepicker ); | ||
} | ||
}( function( datepicker ) { | ||
} )( function( datepicker ) { | ||
"use strict"; | ||
|
||
datepicker.regional.cs = { | ||
closeText: "Zavřít", | ||
prevText: "<Dříve", | ||
nextText: "Později>", | ||
prevText: "Dříve", | ||
nextText: "Později", | ||
currentText: "Nyní", | ||
monthNames: [ "leden","únor","březen","duben","květen","červen", | ||
"červenec","srpen","září","říjen","listopad","prosinec" ], | ||
monthNamesShort: [ "led","úno","bře","dub","kvě","čer", | ||
"čvc","srp","zář","říj","lis","pro" ], | ||
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" ], | ||
dayNamesMin: [ "ne", "po", "út", "st", "čt", "pá", "so" ], | ||
weekHeader: "Týd", | ||
dateFormat: "dd.mm.yy", | ||
firstDay: 1, | ||
|
@@ -34,4 +37,4 @@ datepicker.setDefaults( datepicker.regional.cs ); | |
|
||
return datepicker.regional.cs; | ||
|
||
} ) ); | ||
} ); |
Oops, something went wrong.