{ desc: 'Dansk (Danish)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["da"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Jan Christensen");' },
{ desc: 'Deutsch (German)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["de"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Milian Wolff");' },
{ desc: 'Español (Spanish)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["es"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Vester");' },
+ { desc: 'Esperanto', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["eo"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Olivier M.");' },
{ desc: 'Français (French)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["fr"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Stéphane Nahmani");' },
{ desc: '한국어 (Korean)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["ko"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("DaeKwon Kang");' },
{ desc: 'Հայերեն (Armenian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["hy"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Levon Zakaryan");' },
--- /dev/null
+/* Esperanto initialisation for the jQuery UI date picker plugin. */\r
+/* Written by Olivier M. (olivierweb@ifrance.com). */\r
+jQuery(function($){\r
+ $.datepicker.regional['eo'] = {\r
+ clearText: 'Vakigi', clearStatus: '',\r
+ closeText: 'Fermi', closeStatus: 'Fermi sen modifi',\r
+ prevText: '<Anta', prevStatus: 'Vidi la antaŭan monaton',\r
+ prevBigText: '<<', prevBigStatus: '',\r
+ nextText: 'Sekv>', nextStatus: 'Vidi la sekvan monaton',\r
+ nextBigText: '>>', nextBigStatus: '',\r
+ currentText: 'Nuna', currentStatus: 'Vidi la nunan monaton',\r
+ monthNames: ['Januaro','Februaro','Marto','Aprilo','Majo','Junio',\r
+ 'Julio','Aŭgusto','Septembro','Oktobro','Novembro','Decembro'],\r
+ monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun',\r
+ 'Jul','Aŭg','Sep','Okt','Nov','Dec'],\r
+ monthStatus: 'Vidi alian monaton', yearStatus: 'Vidi alian jaron',\r
+ weekHeader: 'Sb', weekStatus: '',\r
+ dayNames: ['Dimanĉo','Lundo','Mardo','Merkredo','Ĵaŭdo','Vendredo','Sabato'],\r
+ dayNamesShort: ['Dim','Lun','Mar','Mer','Ĵaŭ','Ven','Sab'],\r
+ dayNamesMin: ['Di','Lu','Ma','Me','Ĵa','Ve','Sa'],\r
+ dayStatus: 'Uzi DD kiel unua tago de la semajno', dateStatus: 'Elekti DD, MM d',\r
+ dateFormat: 'dd/mm/yy', firstDay: 0,\r
+ initStatus: 'Elekti la daton', isRTL: false};\r
+ $.datepicker.setDefaults($.datepicker.regional['eo']);\r
+});\r