-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added datepicker on date fields. Closes #134.
- Loading branch information
Showing
78 changed files
with
2,856 additions
and
10 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+101 Bytes
media/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
(function( $ ){ | ||
$.getLang = function(){ | ||
var lang = ''; | ||
if (navigator.language) { | ||
lang = navigator.language; | ||
} else if (navigator.userLanguage){ | ||
lang = navigator.userLanguage; | ||
} | ||
return lang; | ||
}; | ||
|
||
$.include = function(prefix, filename) { | ||
var script = document.createElement('script'); | ||
script.src = prefix + "/" + filename; | ||
script.type = 'text/javascript'; | ||
$('head').append(script) | ||
}; | ||
})( jQuery ); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Afrikaans initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Renier Pretorius. */ | ||
jQuery(function($){ | ||
$.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']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* Arabic Translation for jQuery UI date picker plugin. */ | ||
/* Khaled Al Horani -- koko.dw@gmail.com */ | ||
/* خالد الحوراني -- koko.dw@gmail.com */ | ||
/* NOTE: monthNames are the original months names and they are the Arabic names, not the new months name فبراير - يناير and there isn't any Arabic roots for these months */ | ||
jQuery(function($){ | ||
$.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']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Azerbaijani (UTF-8) initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Jamil Najafov (necefov33@gmail.com). */ | ||
jQuery(function($) { | ||
$.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']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* Bulgarian initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Stoyan Kyosev (http://svest.org). */ | ||
jQuery(function($){ | ||
$.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']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Bosnian i18n for the jQuery UI date picker plugin. */ | ||
/* Written by Kenan Konjo. */ | ||
jQuery(function($){ | ||
$.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']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Inicialització en català per a l'extenció 'calendar' per jQuery. */ | ||
/* Writers: (joan.leon@gmail.com). */ | ||
jQuery(function($){ | ||
$.datepicker.regional['ca'] = { | ||
closeText: 'Tancar', | ||
prevText: '<Ant', | ||
nextText: 'Seg>', | ||
currentText: 'Avui', | ||
monthNames: ['Gener','Febrer','Març','Abril','Maig','Juny', | ||
'Juliol','Agost','Setembre','Octubre','Novembre','Desembre'], | ||
monthNamesShort: ['Gen','Feb','Mar','Abr','Mai','Jun', | ||
'Jul','Ago','Set','Oct','Nov','Des'], | ||
dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'], | ||
dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'], | ||
dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'], | ||
weekHeader: 'Sm', | ||
dateFormat: 'dd/mm/yy', | ||
firstDay: 1, | ||
isRTL: false, | ||
showMonthAfterYear: false, | ||
yearSuffix: ''}; | ||
$.datepicker.setDefaults($.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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Czech initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Tomas Muller (tomas@tomas-muller.net). */ | ||
jQuery(function($){ | ||
$.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']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Danish initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Jan Christensen ( deletestuff@gmail.com). */ | ||
jQuery(function($){ | ||
$.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']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Swiss-German initialisation for the jQuery UI date picker plugin. */ | ||
/* By Douglas Jose & Juerg Meier. */ | ||
jQuery(function($){ | ||
$.datepicker.regional['de-CH'] = { | ||
closeText: 'schliessen', | ||
prevText: '<zurück', | ||
nextText: 'nächster>', | ||
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: 'Wo', | ||
dateFormat: 'dd.mm.yy', | ||
firstDay: 1, | ||
isRTL: false, | ||
showMonthAfterYear: false, | ||
yearSuffix: ''}; | ||
$.datepicker.setDefaults($.datepicker.regional['de-CH']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* German initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Milian Wolff (mail@milianw.de). */ | ||
jQuery(function($){ | ||
$.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: 'Wo', | ||
dateFormat: 'dd.mm.yy', | ||
firstDay: 1, | ||
isRTL: false, | ||
showMonthAfterYear: false, | ||
yearSuffix: ''}; | ||
$.datepicker.setDefaults($.datepicker.regional['de']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Greek (el) initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Alex Cicovic (http://www.alexcicovic.com) */ | ||
jQuery(function($){ | ||
$.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']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* English/UK initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Stuart. */ | ||
jQuery(function($){ | ||
$.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']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Esperanto initialisation for the jQuery UI date picker plugin. */ | ||
/* Written by Olivier M. (olivierweb@ifrance.com). */ | ||
jQuery(function($){ | ||
$.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']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* Inicialización en español para la extensión 'UI date picker' para jQuery. */ | ||
/* Traducido por Vester (xvester@gmail.com). */ | ||
jQuery(function($){ | ||
$.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é','Juv','Vie','Sáb'], | ||
dayNamesMin: ['Do','Lu','Ma','Mi','Ju','Vi','Sá'], | ||
weekHeader: 'Sm', | ||
dateFormat: 'dd/mm/yy', | ||
firstDay: 1, | ||
isRTL: false, | ||
showMonthAfterYear: false, | ||
yearSuffix: ''}; | ||
$.datepicker.setDefaults($.datepicker.regional['es']); | ||
}); |
Oops, something went wrong.