summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-fr-CA.js
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-fr-CA.js')
-rw-r--r--xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-fr-CA.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-fr-CA.js b/xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-fr-CA.js
new file mode 100644
index 0000000..e208221
--- /dev/null
+++ b/xstatic/pkg/jquery_ui/data/ui/i18n/jquery.ui.datepicker-fr-CA.js
@@ -0,0 +1,23 @@
+/* Canadian-French initialisation for the jQuery UI date picker plugin. */
+jQuery(function ($) {
+ $.datepicker.regional['fr-CA'] = {
+ closeText: 'Fermer',
+ prevText: 'Précédent',
+ nextText: 'Suivant',
+ currentText: 'Aujourd\'hui',
+ monthNames: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin',
+ 'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'],
+ monthNamesShort: ['janv.', 'févr.', 'mars', 'avril', 'mai', 'juin',
+ 'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'],
+ dayNames: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'],
+ dayNamesShort: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'],
+ dayNamesMin: ['D', 'L', 'M', 'M', 'J', 'V', 'S'],
+ weekHeader: 'Sem.',
+ dateFormat: 'yy-mm-dd',
+ firstDay: 0,
+ isRTL: false,
+ showMonthAfterYear: false,
+ yearSuffix: ''
+ };
+ $.datepicker.setDefaults($.datepicker.regional['fr-CA']);
+});