summaryrefslogtreecommitdiff
path: root/webmail/plugins/jqueryui/js/i18n/jquery.ui.datepicker-fr-CH.js
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/plugins/jqueryui/js/i18n/jquery.ui.datepicker-fr-CH.js
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to '')
-rwxr-xr-xwebmail/plugins/jqueryui/js/i18n/jquery.ui.datepicker-fr-CH.js23
1 files changed, 23 insertions, 0 deletions
diff --git a/webmail/plugins/jqueryui/js/i18n/jquery.ui.datepicker-fr-CH.js b/webmail/plugins/jqueryui/js/i18n/jquery.ui.datepicker-fr-CH.js
new file mode 100755
index 0000000..e574537
--- /dev/null
+++ b/webmail/plugins/jqueryui/js/i18n/jquery.ui.datepicker-fr-CH.js
@@ -0,0 +1,23 @@
+/* Swiss-French initialisation for the jQuery UI date picker plugin. */
+/* Written Martin Voelkle (martin.voelkle@e-tc.ch). */
+jQuery(function($){
+ $.datepicker.regional['fr-CH'] = {
+ closeText: 'Fermer',
+ prevText: '&#x3C;Préc',
+ nextText: 'Suiv&#x3E;',
+ 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-CH']);
+});