|
1 |
| -/* Swiss-French initialisation for the jQuery UI date picker plugin. */ |
| 1 | +/* Swiss-French initialisation for the jQuery UI date picker plugin. */ |
2 | 2 | /* Written Martin Voelkle (martin.voelkle@e-tc.ch). */
|
3 | 3 | jQuery(function($){
|
4 | 4 | $.datepicker.regional['fr-CH'] = {
|
5 | 5 | closeText: 'Fermer',
|
6 |
| - prevText: '<Préc', |
| 6 | + prevText: '<Préc', |
7 | 7 | nextText: 'Suiv>',
|
8 | 8 | currentText: 'Courant',
|
9 |
| - monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', |
10 |
| - 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], |
11 |
| - monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', |
12 |
| - 'Jul','Aoû','Sep','Oct','Nov','Déc'], |
| 9 | + monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin', |
| 10 | + 'Juillet','Août','Septembre','Octobre','Novembre','Décembre'], |
| 11 | + monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun', |
| 12 | + 'Jul','Aoû','Sep','Oct','Nov','Déc'], |
13 | 13 | dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
|
14 | 14 | dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
|
15 | 15 | dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
|
|
0 commit comments