mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Datepicker:The updated and complete version of Datepicker Italian localization.(fixes #3167)
This commit is contained in:
parent
1fa98fa332
commit
69c006c07f
@ -2,24 +2,24 @@
|
||||
/* Written by Apaella (apaella@gmail.com). */
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['it'] = {
|
||||
clearText: 'Svuota', clearStatus: '',
|
||||
closeText: 'Chiudi', closeStatus: '',
|
||||
prevText: '<Prec', prevStatus: '',
|
||||
prevBigText: '<<', prevBigStatus: '',
|
||||
nextText: 'Succ>', nextStatus: '',
|
||||
nextBigText: '>>', nextBigStatus: '',
|
||||
currentText: 'Oggi', currentStatus: '',
|
||||
clearText: 'Svuota', clearStatus: 'Annulla',
|
||||
closeText: 'Chiudi', closeStatus: 'Chiudere senza modificare',
|
||||
prevText: '<Prec', prevStatus: 'Mese precedente',
|
||||
prevBigText: '<<', prevBigStatus: 'Mostra l\'anno precedente',
|
||||
nextText: 'Succ>', nextStatus: 'Mese successivo',
|
||||
nextBigText: '>>', nextBigStatus: 'Mostra l\'anno successivo',
|
||||
currentText: 'Oggi', currentStatus: 'Mese corrente',
|
||||
monthNames: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno',
|
||||
'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'],
|
||||
monthNamesShort: ['Gen','Feb','Mar','Apr','Mag','Giu',
|
||||
'Lug','Ago','Set','Ott','Nov','Dic'],
|
||||
monthStatus: '', yearStatus: '',
|
||||
weekHeader: 'Sm', weekStatus: '',
|
||||
monthStatus: 'Seleziona un altro mese', yearStatus: 'Seleziona un altro anno',
|
||||
weekHeader: 'Sm', weekStatus: 'Settimana dell\'anno',
|
||||
dayNames: ['Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'],
|
||||
dayNamesShort: ['Dom','Lun','Mar','Mer','Gio','Ven','Sab'],
|
||||
dayNamesMin: ['Do','Lu','Ma','Me','Gio','Ve','Sa'],
|
||||
dayStatus: 'DD', dateStatus: 'D, M d',
|
||||
dayStatus: 'Usa DD come primo giorno della settimana', dateStatus: 'Seleziona D, M d',
|
||||
dateFormat: 'dd/mm/yy', firstDay: 1,
|
||||
initStatus: '', isRTL: false};
|
||||
initStatus: 'Scegliere una data', isRTL: false};
|
||||
$.datepicker.setDefaults($.datepicker.regional['it']);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user