Home
last modified time | relevance | path

Searched refs:limit (Results 101 – 125 of 502) sorted by last modified time

12345678910>>...21

/plugin/tagfilter/script/select2/
H A Dselect2_locale_lt.js14 formatSelectionTooBig: function (limit) { argument
15 return "Jūs galite pasirinkti tik " + limit + " element" + ((limit%100 > 9 && limit%100 < 21) || limit%10 == 0 ? "ų" : limit%10 > 1 ? "us" : "ą");
H A Dselect2_locale_lv.js13 formatSelectionTooBig: function (limit) { return "Jūs varat izvēlēties ne vairāk kā " + limit + " element" + (limit == 11 ? "us" : limit%10 == 1 ? "u" : "us"); }, argument
H A Dselect2_locale_mk.js13 formatSelectionTooBig: function (limit) { return "Можете да изберете само " + limit + " ставк" + (limit == 1 ? "а" : "и"); }, argument
H A Dselect2_locale_ms.js13 formatSelectionTooBig: function (limit) { return "Anda hanya boleh memilih " + limit + " pilihan"; }, argument
H A Dselect2_locale_nl.js11 formatSelectionTooBig: function (limit) { return "Maximaal " + limit + " item" + (limit == 1 ? "" : "s") + " toegestaan"; }, argument
H A Dselect2_locale_no.js13 formatSelectionTooBig: function (limit) { return "Du kan velge maks " + limit + " elementer"; }, argument
H A Dselect2_locale_sk.js36 formatSelectionTooBig: function (limit) { argument
37 if (limit == 1) {
39 } else if (limit <= 4) {
40 return "Môžete zvoliť najviac "+smallNumbers[limit](false)+" položky";
42 return "Môžete zvoliť najviac "+limit+" položiek";
H A Dselect2_locale_sv.js13 formatSelectionTooBig: function (limit) { return "Du kan max välja " + limit + " element"; }, argument
H A Dselect2_locale_th.js13 formatSelectionTooBig: function (limit) { return "คุณสามารถเลือกได้ไม่เกิน " + limit + " รายการ"; }, argument
H A Dselect2_locale_tr.js13 formatSelectionTooBig: function (limit) { return "Sadece " + limit + " seçim yapabilirsiniz"; }, argument
H A Dselect2_locale_uk.js14 formatSelectionTooBig: function (limit) { return "Ви можете вибрати лише" + character(limit, "елемент"); }, argument
H A Dselect2_locale_vi.js13 formatSelectionTooBig: function (limit) { return "Chỉ có thể chọn được " + limit + " tùy chọn" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_zh-TW.js10 formatSelectionTooBig: function (limit) { return "你只能選擇最多" + limit + "項"; }, argument
H A Dselect2.css383 .select2-results .select2-selection-limit {
H A Dselect2.js1634 if (results.find('.select2-no-results,.select2-selection-limit,.select2-searching').length) {
1653 render("<li class='select2-selection-limit'>" + evaluate(opts.formatSelectionTooBig, maxSelSize) + "</li>");
3338 formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_pl.js14 formatSelectionTooBig: function (limit) { return "Możesz zaznaczyć najwyżej" + character(limit, "element", "y"); }, argument
H A Dselect2_locale_pt-BR.js11 formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_pt-PT.js11 formatSelectionTooBig: function (limit) { return "Só é possível selecionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_ro.js11 formatSelectionTooBig: function (limit) { return "Aveți voie să selectați cel mult " + limit + " element" + (limit == 1 ? "" : "e"); }, argument
H A Dselect2_locale_rs.js13 formatSelectionTooBig: function (limit) { return "Možete izabrati samo " + limit + " stavk" + (limit % 10 == 1 && limit % 100 != 11 ? "u" : (limit % 10 >= 2 && limit % 10 <= 4 && (limit % 100 < 12 || limit % 100 > 14)? "e" : "i")); }, argument
H A Dselect2_locale_ru.js13 formatSelectionTooBig: function (limit) { return "Вы можете выбрать не более " + limit + " элемент" + (limit%10 == 1 && limit%100 != 11 ? "а" : "ов"); }, argument
H A Dselect2_locale_zh-CN.js10 formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; }, argument
H A Dselect2_locale_cs.js37 formatSelectionTooBig: function (limit) { argument
38 if (limit == 1) {
40 } else if (limit <= 4) {
41 return "Můžete zvolit maximálně "+smallNumbers[limit](false)+" položky";
43 return "Můžete zvolit maximálně "+limit+" položek";
H A Dselect2_locale_da.js13 formatSelectionTooBig: function (limit) { return "Du kan kun vælge " + limit + " emne" + (limit === 1 ? "" : "r"); }, argument
/plugin/tagfilter/
H A Dstyle.css486 .select2-results .select2-selection-limit {

12345678910>>...21