diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-01-08 08:09:34 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-01-08 08:09:34 -0500 |
commit | 68e5ebcf1aba2ff658b6c9095bc004a84c86b991 (patch) | |
tree | 59a14b0f856942f7b2dd4aaa880727a55c38d034 /ui/i18n/jquery.ui.datepicker-fr-CA.js | |
parent | 48a790a327fef7773f7686e4b42e4c9ef67a84ad (diff) | |
download | jquery-ui-68e5ebcf1aba2ff658b6c9095bc004a84c86b991.tar.gz jquery-ui-68e5ebcf1aba2ff658b6c9095bc004a84c86b991.zip |
Datepicker i18n: Fix line endings.
Diffstat (limited to 'ui/i18n/jquery.ui.datepicker-fr-CA.js')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-fr-CA.js | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-fr-CA.js b/ui/i18n/jquery.ui.datepicker-fr-CA.js index 184b88fd3..e20822185 100644 --- a/ui/i18n/jquery.ui.datepicker-fr-CA.js +++ b/ui/i18n/jquery.ui.datepicker-fr-CA.js @@ -1,23 +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']);
-});
+/* 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']); +}); |