META-INF.resources.bower_components.globalize-languages.pl-PL.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-globalize Show documentation
Show all versions of jwebmp-globalize Show documentation
The JWebSwing implementation for a full Globalization
The newest version!
(function ($) {
var cultures = Globalize.cultures,
en = cultures.en,
standard = en.calendars.standard,
culture = cultures["pl-PL"] = $.extend(true, {}, en, {
name: "pl-PL",
englishName: "Polish (Poland)",
nativeName: "polski (Polska)",
language: "pl",
numberFormat: {
',': " ",
'.': ",",
percent: {
pattern: ["-n%", "n%"],
',': " ",
'.': ","
},
currency: {
pattern: ["-n $", "n $"],
',': " ",
'.': ",",
symbol: "zł"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
'/': "-",
firstDay: 1,
days: {
names: ["niedziela", "poniedziałek", "wtorek", "środa", "czwartek", "piątek", "sobota"],
namesAbbr: ["N", "Pn", "Wt", "Śr", "Cz", "Pt", "So"],
namesShort: ["N", "Pn", "Wt", "Śr", "Cz", "Pt", "So"]
},
months: {
names: ["styczeń", "luty", "marzec", "kwiecień", "maj", "czerwiec", "lipiec", "sierpień", "wrzesień", "październik", "listopad", "grudzień", ""],
namesAbbr: ["sty", "lut", "mar", "kwi", "maj", "cze", "lip", "sie", "wrz", "paź", "lis", "gru", ""]
},
monthsGenitive: {
names: ["stycznia", "lutego", "marca", "kwietnia", "maja", "czerwca", "lipca", "sierpnia", "września", "października", "listopada", "grudnia", ""],
namesAbbr: ["sty", "lut", "mar", "kwi", "maj", "cze", "lip", "sie", "wrz", "paź", "lis", "gru", ""]
},
AM: null,
PM: null,
patterns: {
d: "yyyy-MM-dd",
D: "d MMMM yyyy",
t: "HH:mm",
T: "HH:mm:ss",
f: "d MMMM yyyy HH:mm",
F: "d MMMM yyyy HH:mm:ss",
M: "d MMMM",
Y: "MMMM yyyy"
}
})
}
}, cultures["pl-PL"]);
culture.calendar = culture.calendars.standard;
})(jQuery);