Home
last modified time | relevance | path

Searched defs:limit (Results 51 – 75 of 180) sorted by relevance

12345678

/plugin/tagfilter/script/select2/
H A Dselect2_locale_ko.js13 formatSelectionTooBig: function (limit) { return "최대 "+limit+"개까지만 선택하실 수 있습니다."; }, argument
H A Dselect2_locale_bg.js14 formatSelectionTooBig: function (limit) { return "Можете да направите до " + limit + (limit > 1 ? " избора" : " избор"); }, argument
H A Dselect2_locale_fi.js18 formatSelectionTooBig: function (limit) { argument
H A Dselect2_locale_gl.js29 formatSelectionTooBig: function (limit) { argument
H A Dselect2_locale_hu.js11 formatSelectionTooBig: function (limit) { return "Csak " + limit + " elemet lehet kiválasztani."; }, argument
H A Dselect2_locale_id.js13 formatSelectionTooBig: function (limit) { return "Anda hanya dapat memilih " + limit + " pilihan" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_ka.js13 formatSelectionTooBig: function (limit) { return "თქვენ შეგიძლიათ მხოლოდ " + limit + " ჩანაწერის მონიშვნა"; }, argument
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_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_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_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_zh-CN.js10 formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; }, argument
H A Dselect2_locale_da.js13 formatSelectionTooBig: function (limit) { return "Du kan kun vælge " + limit + " emne" + (limit === 1 ? "" : "r"); }, argument
H A Dselect2_locale_eu.js29 formatSelectionTooBig: function (limit) { argument
H A Dselect2_locale_fr.js11 formatSelectionTooBig: function (limit) { return "Vous pouvez seulement sélectionner " + limit + " élément" + (limit == 1 ? "" : "s"); }, argument

12345678