~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.7.1/development-bundle/ui/i18n/ui.datepicker-fr.js

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* French initialisation for the jQuery UI date picker plugin. */
 
2
/* Written by Keith Wood (kbwood@virginbroadband.com.au) and Stéphane Nahmani (sholby@sholby.net). */
 
3
jQuery(function($){
 
4
        $.datepicker.regional['fr'] = {
 
5
                closeText: 'Fermer',
 
6
                prevText: '<Préc',
 
7
                nextText: 'Suiv>',
 
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'],
 
13
                dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
 
14
                dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
 
15
                dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
 
16
                dateFormat: 'dd/mm/yy', firstDay: 1,
 
17
                isRTL: false};
 
18
        $.datepicker.setDefaults($.datepicker.regional['fr']);
 
19
});
 
 
b'\\ No newline at end of file'