Projet

Général

Profil

Révision 503b3f7b

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/jquery_update/replace/ui/ui/i18n/jquery.ui.datepicker-fr-CH.js
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',
7
		nextText: 'Suiv>',
6
		prevText: '<Préc',
7
		nextText: 'Suiv>',
8 8
		currentText: 'Courant',
9 9
		monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
10 10
		'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
......
20 20
		showMonthAfterYear: false,
21 21
		yearSuffix: ''};
22 22
	$.datepicker.setDefaults($.datepicker.regional['fr-CH']);
23
});
23
});

Formats disponibles : Unified diff