mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
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
738 B
16 lines
738 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"],
|
|
daysShort: ["S", "Pr", "A", "T", "K", "Pn", "Š"],
|
|
daysMin: ["Sk", "Pr", "An", "Tr", "Ke", "Pn", "Št"],
|
|
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));
|
|
|