aboutsummaryrefslogtreecommitdiffstats
path: root/template-common/lib/ui/i18n/ui.datepicker-fr.js
diff options
context:
space:
mode:
Diffstat (limited to 'template-common/lib/ui/i18n/ui.datepicker-fr.js')
-rw-r--r--template-common/lib/ui/i18n/ui.datepicker-fr.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/template-common/lib/ui/i18n/ui.datepicker-fr.js b/template-common/lib/ui/i18n/ui.datepicker-fr.js
deleted file mode 100644
index 02edda29d..000000000
--- a/template-common/lib/ui/i18n/ui.datepicker-fr.js
+++ /dev/null
@@ -1,19 +0,0 @@
-/* French initialisation for the jQuery UI date picker plugin. */
-/* Written by Keith Wood (kbwood@virginbroadband.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'],
- dateFormat: 'dd/mm/yy', firstDay: 1,
- isRTL: false};
- $.datepicker.setDefaults($.datepicker.regional['fr']);
-}); \ No newline at end of file