diff options
Diffstat (limited to '97suifangqa/staticfiles/plugins/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js')
| -rw-r--r-- | 97suifangqa/staticfiles/plugins/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js | 21 | 
1 files changed, 21 insertions, 0 deletions
diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js b/97suifangqa/staticfiles/plugins/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js new file mode 100644 index 0000000..22ed216 --- /dev/null +++ b/97suifangqa/staticfiles/plugins/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js @@ -0,0 +1,21 @@ +/* Romansh initialisation for the jQuery UI date picker plugin. */ +/* Written by Yvonne Gienal (yvonne.gienal@educa.ch). */ +jQuery(function($){ +	$.datepicker.regional['rm'] = { +		closeText: 'Serrar', +		prevText: '<Suandant', +		nextText: 'Precedent>', +		currentText: 'Actual', +		monthNames: ['Schaner','Favrer','Mars','Avrigl','Matg','Zercladur', 'Fanadur','Avust','Settember','October','November','December'], +		monthNamesShort: ['Scha','Fev','Mar','Avr','Matg','Zer', 'Fan','Avu','Sett','Oct','Nov','Dec'], +		dayNames: ['Dumengia','Glindesdi','Mardi','Mesemna','Gievgia','Venderdi','Sonda'], +		dayNamesShort: ['Dum','Gli','Mar','Mes','Gie','Ven','Som'], +		dayNamesMin: ['Du','Gl','Ma','Me','Gi','Ve','So'], +		weekHeader: 'emna', +		dateFormat: 'dd/mm/yy', +		firstDay: 1, +		isRTL: false, +		showMonthAfterYear: false, +		yearSuffix: ''}; +	$.datepicker.setDefaults($.datepicker.regional['rm']); +});  | 
