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.
17 lines
784 B
17 lines
784 B
/**
|
|
* Polish translation for bootstrap-datepicker
|
|
* Robert <rtpm@gazeta.pl>
|
|
*/
|
|
;(function($){
|
|
$.fn.datepicker.dates['pl'] = {
|
|
days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"],
|
|
daysShort: ["Niedz.", "Pon.", "Wt.", "Śr.", "Czw.", "Piąt.", "Sob."],
|
|
daysMin: ["Ndz.", "Pn.", "Wt.", "Śr.", "Czw.", "Pt.", "Sob."],
|
|
months: ["Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"],
|
|
monthsShort: ["Sty.", "Lut.", "Mar.", "Kwi.", "Maj", "Cze.", "Lip.", "Sie.", "Wrz.", "Paź.", "Lis.", "Gru."],
|
|
today: "Dzisiaj",
|
|
weekStart: 1,
|
|
clear: "Wyczyść",
|
|
format: "dd.mm.yyyy"
|
|
};
|
|
}(jQuery));
|
|
|