aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/i18n/jquery.ui.datepicker-it.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--themes/default/js/ui/i18n/jquery.ui.datepicker-it.js (renamed from themes/default/js/ui/i18n/ui.datepicker-it.js)16
1 files changed, 10 insertions, 6 deletions
diff --git a/themes/default/js/ui/i18n/ui.datepicker-it.js b/themes/default/js/ui/i18n/jquery.ui.datepicker-it.js
index f3e691e5e..59da2df67 100644
--- a/themes/default/js/ui/i18n/ui.datepicker-it.js
+++ b/themes/default/js/ui/i18n/jquery.ui.datepicker-it.js
@@ -1,5 +1,5 @@
/* Italian initialisation for the jQuery UI date picker plugin. */
-/* Written by Apaella (apaella@gmail.com). */
+/* Written by Antonello Pasella (antonello.pasella@gmail.com). */
jQuery(function($){
$.datepicker.regional['it'] = {
closeText: 'Chiudi',
@@ -7,13 +7,17 @@ jQuery(function($){
nextText: 'Succ>',
currentText: 'Oggi',
monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
- 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
+ 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu',
- 'Lug','Ago','Set','Ott','Nov','Dic'],
+ 'Lug','Ago','Set','Ott','Nov','Dic'],
dayNames: ['Domenica','Luned&#236','Marted&#236','Mercoled&#236','Gioved&#236','Venerd&#236','Sabato'],
dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'],
- dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'],
- dateFormat: 'dd/mm/yy', firstDay: 1,
- isRTL: false};
+ 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']);
});