/home/techb158/exp.abdallabala.com/ui/lib/validator/i18n
NameSizeModeActions
al.js15750644editdlrm
ar.js16820644editdlrm
bg.js18160644editdlrm
ca.js14280644editdlrm
cs.extra.js5840644editdlrm
cs.js13790644editdlrm
da.js13680644editdlrm
de.extra.js6550644editdlrm
de.js14830644editdlrm
el.extra.js10640644editdlrm
el.js21570644editdlrm
en.extra.js6390644editdlrm
en.js14190644editdlrm
es.js14140644editdlrm
eu.js14240644editdlrm
fa.js18420644editdlrm
fi.extra.js1870644editdlrm
fi.js15920644editdlrm
fr.extra.js2220644editdlrm
fr.js14300644editdlrm
he.extra.js1850644editdlrm
he.js16290644editdlrm
hr.extra.js6860644editdlrm
hr.js12650644editdlrm
hu.extra.js6500644editdlrm
hu.js13730644editdlrm
id.extra.js1540644editdlrm
id.js10870644editdlrm
it.extra.js1540644editdlrm
it.js14590644editdlrm
ja.js13850644editdlrm
ko.js16380644editdlrm
lt.js14500644editdlrm
lv.extra.js7250644editdlrm
lv.js13790644editdlrm
ms.extra.js6430644editdlrm
ms.js13580644editdlrm
nl.extra.js4840644editdlrm
nl.js11760644editdlrm
no.js13040644editdlrm
pl.js12410644editdlrm
pt-br.js14200644editdlrm
pt.js13770644editdlrm
ro.extra.js6980644editdlrm
ro.js13460644editdlrm
ru.extra.js5130644editdlrm
ru.js17100644editdlrm
sl.extra.js6460644editdlrm
sl.js13690644editdlrm
sq.js13690644editdlrm
sv.extra.js1560644editdlrm
sv.js11810644editdlrm
th.js24730644editdlrm
tr.js14780644editdlrm
uk.extra.js4950644editdlrm
uk.js17040644editdlrm
zh_cn.extra.js1630644editdlrm
zh_cn.js10980644editdlrm
zh_tw.js12690644editdlrm
Edit: /home/techb158/exp.abdallabala.com/ui/lib/validator/i18n/en.js (1419B)
// This is included with the Parsley library itself, // thus there is no use in adding it to your project. Parsley.addMessages('en', { defaultMessage: "This value seems to be invalid.", type: { email: "This value should be a valid email.", url: "This value should be a valid url.", number: "This value should be a valid number.", integer: "This value should be a valid integer.", digits: "This value should be digits.", alphanum: "This value should be alphanumeric." }, notblank: "This value should not be blank.", required: "This value is required.", pattern: "This value seems to be invalid.", min: "This value should be greater than or equal to %s.", max: "This value should be lower than or equal to %s.", range: "This value should be between %s and %s.", minlength: "This value is too short. It should have %s characters or more.", maxlength: "This value is too long. It should have %s characters or fewer.", length: "This value length is invalid. It should be between %s and %s characters long.", mincheck: "You must select at least %s choices.", maxcheck: "You must select %s choices or fewer.", check: "You must select between %s and %s choices.", equalto: "This value should be the same." }); Parsley.setLocale('en');