summaryrefslogtreecommitdiffstats
path: root/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.fr-CH.js
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.fr-CH.js')
-rw-r--r--modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.fr-CH.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.fr-CH.js b/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.fr-CH.js
new file mode 100644
index 00000000..79b5026f
--- /dev/null
+++ b/modules-available/bootstrap_datepicker/lang/bootstrap-datepicker.fr-CH.js
@@ -0,0 +1,21 @@
+/**
+ * French (Switzerland) translation for bootstrap-datepicker
+ * Christoph Jossi <c.jossi@ascami.ch>
+ * Based on
+ * French translation for bootstrap-datepicker
+ * Nico Mollet <nico.mollet@gmail.com>
+ */
+;(function($){
+ $.fn.datepicker.dates['fr'] = {
+ days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi"],
+ daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"],
+ daysMin: ["D", "L", "Ma", "Me", "J", "V", "S"],
+ months: ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"],
+ monthsShort: ["Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jul", "Aou", "Sep", "Oct", "Nov", "Déc"],
+ today: "Aujourd'hui",
+ monthsTitle: "Mois",
+ clear: "Effacer",
+ weekStart: 1,
+ format: "dd.mm.yyyy"
+ };
+}(jQuery));