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.
 
 
 
 
 

3 lines
1.0 KiB

/*! Select2 4.0.6-rc.1 | https://github.com/select2/select2/blob/master/LICENSE.md */
(function () { if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) var e = jQuery.fn.select2.amd; return e.define("select2/i18n/pl", [], function () { var e = ["znak", "znaki", "znaków"], t = ["element", "elementy", "elementów"], n = function (t, n) { if (t === 1) return n[0]; if (t > 1 && t <= 4) return n[1]; if (t >= 5) return n[2] }; return { errorLoading: function () { return "Nie można załadować wyników." }, inputTooLong: function (t) { var r = t.input.length - t.maximum; return "Usuń " + r + " " + n(r, e) }, inputTooShort: function (t) { var r = t.minimum - t.input.length; return "Podaj przynajmniej " + r + " " + n(r, e) }, loadingMore: function () { return "Trwa ładowanie…" }, maximumSelected: function (e) { return "Możesz zaznaczyć tylko " + e.maximum + " " + n(e.maximum, t) }, noResults: function () { return "Brak wyników" }, searching: function () { return "Trwa wyszukiwanie…" } } }), { define: e.define, require: e.require } })();