Sha256: d54d5878add4965ade8f82f48a8301a9c3ef5b5c42bb3ba14468f1bef9875af2

Contents?: true

Size: 954 Bytes

Versions: 22

Compression:

Stored size: 954 Bytes

Contents

/* French initialisation for the jQuery UI date picker plugin. */
/* Written by Keith Wood (kbwood{at}iinet.com.au) and Stéphane Nahmani (sholby@sholby.net). */
jQuery(function($){
	$.datepicker.regional['fr'] = {
		closeText: 'Fermer',
		prevText: '<Préc',
		nextText: 'Suiv>',
		currentText: 'Courant',
		monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
		'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
		monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
		'Jul','Aoû','Sep','Oct','Nov','Déc'],
		dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
		dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
		dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
		weekHeader: 'Sm',
		dateFormat: 'dd/mm/yy',
		firstDay: 1,
		isRTL: false,
		showMonthAfterYear: false,
		yearSuffix: ''};
	$.datepicker.setDefaults($.datepicker.regional['fr']);
});

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.1.1 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.1.0 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.1.beta.3 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.1.beta.2 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.0 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.rc.1 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.26 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.25 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.24 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.22 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.21 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.20 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.19 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.18 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.17 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.16 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.14 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.13 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.10 templates/jrails/i18n/jquery.ui/datepicker-fr.js
compass-jquery-plugin-0.3.0.beta.5 templates/jrails-1.4/i18n/jquery.ui/datepicker-fr.js