Home
last modified time | relevance | path

Searched defs:limit (Results 126 – 150 of 180) sorted by path

12345678

/plugin/tagfilter/script/select2/
H A Dselect2_locale_ca.js13 formatSelectionTooBig: function (limit) { return "Només podeu seleccionar " + limit + " element" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_cs.js37 formatSelectionTooBig: function (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_de.js11 formatSelectionTooBig: function (limit) { return "Sie können nur " + limit + " Eintr" + (limit === 1 ? "ag" : "äge") + " auswählen"; }, argument
H A Dselect2_locale_el.js13 formatSelectionTooBig: function (limit) { return "Μπορείτε να επιλέξετε μόνο " + limit + " αντικείμεν" + (limit > 1 ? "α" : "ο"); }, argument
H A Dselect2_locale_en.js14 formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_es.js11 formatSelectionTooBig: function (limit) { return "Sólo puede seleccionar " + limit + " elemento" + (limit == 1 ? "" : "s"); }, argument
H A Dselect2_locale_et.js13 formatSelectionTooBig: function (limit) { return "Saad vaid " + limit + " tulemus" + (limit == 1 ? "e" : "t") + " valida"; }, argument
H A Dselect2_locale_eu.js29 formatSelectionTooBig: function (limit) { argument
H A Dselect2_locale_fa.js15 formatSelectionTooBig: function (limit) { return "شما فقط می‌توانید " + limit + " مورد را انتخاب کنید"; }, argument
H A Dselect2_locale_fi.js18 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
H A Dselect2_locale_gl.js29 formatSelectionTooBig: function (limit) { argument
H A Dselect2_locale_he.js13 formatSelectionTooBig: function (limit) { return "ניתן לבחור " + limit + " פריטים"; }, argument
H A Dselect2_locale_hr.js14 formatSelectionTooBig: function (limit) { return "Maksimalan broj odabranih stavki je " + 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_is.js11 formatSelectionTooBig: function (limit) { return "Þú getur aðeins valið " + limit + " atriði"; }, argument
H A Dselect2_locale_it.js11 formatSelectionTooBig: function (limit) { return "Puoi selezionare solo " + limit + " element" + (limit == 1 ? "o" : "i"); }, argument
H A Dselect2_locale_ja.js11 formatSelectionTooBig: function (limit) { return "最多で" + limit + "項目までしか選択できません"; }, argument
H A Dselect2_locale_ka.js13 formatSelectionTooBig: function (limit) { return "თქვენ შეგიძლიათ მხოლოდ " + limit + " ჩანაწერის მონიშვნა"; }, argument
H A Dselect2_locale_ko.js13 formatSelectionTooBig: function (limit) { return "최대 "+limit+"개까지만 선택하실 수 있습니다."; }, argument
H A Dselect2_locale_lt.js14 formatSelectionTooBig: function (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

12345678