Home
last modified time | relevance | path

Searched refs:formatInputTooLong (Results 1 – 25 of 46) sorted by relevance

12

/plugin/tagfilter/script/select2/
Dselect2_locale_ka.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "გთხოვთ წაშალოთ " +… method
Dselect2_locale_tr.js12formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azal… method
Dselect2_locale_ko.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "너무 깁니다. "+n+"글자 지워… method
Dselect2_locale_he.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "נא להזין פחות " + … method
Dselect2_locale_th.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "โปรดลบออก " + n + … method
Dselect2_locale_ms.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "Sila hapuskan " + … method
Dselect2_locale_fi.js14 formatInputTooLong: function (input, max) { method
Dselect2_locale_ja.js10formatInputTooLong: function (input, max) { var n = input.length - max; return "検索文字列が" + n + "文字長… method
Dselect2_locale_zh-TW.js9formatInputTooLong: function (input, max) { var n = input.length - max; return "請刪掉" + n + "個字元";}, method
Dselect2_locale_zh-CN.js9formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, method
Dselect2_locale_hu.js10formatInputTooLong: function (input, max) { var n = input.length - max; return "Túl hosszú. " + n … method
Dselect2_locale_de.js10formatInputTooLong: function (input, max) { var n = input.length - max; return "Bitte " + n + " Ze… method
Dselect2_locale_da.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "Angiv venligst " +… method
Dselect2_locale_sv.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "Var god sudda ut "… method
Dselect2_locale_no.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "Vennligst fjern " … method
Dselect2_locale_is.js10formatInputTooLong: function (input, max) { var n = input.length - max; return "Vinsamlegast stytt… method
Dselect2_locale_id.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "Hapus " + n + " hu… method
Dselect2_locale_eu.js21 formatInputTooLong: function (input, max) { method
Dselect2_locale_mk.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "Ве молиме внесете … method
Dselect2_locale_ca.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "Introduïu " + n + … method
Dselect2_locale_et.js12formatInputTooLong: function (input, max) { var n = input.length - max; return "Sisesta " + n + " … method
Dselect2_locale_bg.js13formatInputTooLong: function (input, max) { var n = input.length - max; return "Моля въведете с " … method
Dselect2_locale_fa.js14formatInputTooLong: function (input, max) { var n = input.length - max; return "لطفاً " + n + " نو… method
Dselect2_locale_pt-PT.js10formatInputTooLong: function (input, max) { var n = input.length - max; return "Apague " + n + " c… method
Dselect2_locale_gl.js21 formatInputTooLong: function (input, max) { method

12