mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
764 B
16 lines
764 B
/** |
|
* 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"], |
|
today: "Šiandien", |
|
weekStart: 1 |
|
}; |
|
}(jQuery));
|
|
|