aboutsummaryrefslogtreecommitdiffstats
path: root/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.lt.js
diff options
context:
space:
mode:
Diffstat (limited to 'hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.lt.js')
-rw-r--r--hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.lt.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.lt.js b/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.lt.js
new file mode 100644
index 0000000..a0bf003
--- /dev/null
+++ b/hlr_mgmt/static/bootstrap-editable/js/locales/bootstrap-datepicker.lt.js
@@ -0,0 +1,15 @@
+/**
+ * Lithuanian translation for bootstrap-datepicker
+ * Šarūnas Gliebus <ssharunas@yahoo.co.uk>
+ */
+
+;(function($){
+ $.fn.datepicker.dates['lt'] = {
+ days: ["Sekmadienis", "Pirmadienis", "Antradienis", "Trečiadienis", "Ketvirtadienis", "Penktadienis", "Šeštadienis", "Sekmadienis"],
+ daysShort: ["S", "Pr", "A", "T", "K", "Pn", "Š", "S"],
+ daysMin: ["Sk", "Pr", "An", "Tr", "Ke", "Pn", "Št", "Sk"],
+ months: ["Sausis", "Vasaris", "Kovas", "Balandis", "Gegužė", "Birželis", "Liepa", "Rugpjūtis", "Rugsėjis", "Spalis", "Lapkritis", "Gruodis"],
+ monthsShort: ["Sau", "Vas", "Kov", "Bal", "Geg", "Bir", "Lie", "Rugp", "Rugs", "Spa", "Lap", "Gru"],
+ weekStart: 1
+ };
+}(jQuery));