source: trunk/template-common/lib/ui/i18n/ui.datepicker-it.js @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.0 KB
Line 
1/* Italian initialisation for the jQuery UI date picker plugin. */
2/* Written by Apaella (apaella@gmail.com). */
3jQuery(function($){
4        $.datepicker.regional['it'] = {clearText: 'Svuota', clearStatus: '',
5                closeText: 'Chiudi', closeStatus: '',
6                prevText: '<Prec', prevStatus: '',
7                nextText: 'Succ>', nextStatus: '',
8                currentText: 'Oggi', currentStatus: '',
9                monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
10                'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
11                monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu',
12                'Lug','Ago','Set','Ott','Nov','Dic'],
13                monthStatus: '', yearStatus: '',
14                weekHeader: 'Sm', weekStatus: '',
15                dayNames: ['Domenica','Luned&#236','Marted&#236','Mercoled&#236','Gioved&#236','Venerd&#236','Sabato'],
16                dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'],
17                dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'],
18                dayStatus: 'DD', dateStatus: 'D, M d',
19                dateFormat: 'dd/mm/yy', firstDay: 1, 
20                initStatus: '', isRTL: false};
21        $.datepicker.setDefaults($.datepicker.regional['it']);
22});
Note: See TracBrowser for help on using the repository browser.