aboutsummaryrefslogtreecommitdiffstats
path: root/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.it.js
diff options
context:
space:
mode:
Diffstat (limited to 'hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.it.js')
-rw-r--r--hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.it.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.it.js b/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.it.js
new file mode 100644
index 0000000..8b9f885
--- /dev/null
+++ b/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.it.js
@@ -0,0 +1,13 @@
+/**
+ * Italian translation for bootstrap-datepicker
+ * Enrico Rubboli <rubboli@gmail.com>
+ */
+;(function($){
+ $.fn.datepicker.dates['it'] = {
+ days: ["Domenica", "Lunedi", "Martedi", "Mercoledi", "Giovedi", "Venerdi", "Sabato", "Domenica"],
+ daysShort: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab", "Dom"],
+ daysMin: ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa", "Do"],
+ months: ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
+ monthsShort: ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"]
+ };
+}(jQuery));