Files
opensourcepos/translations/form_validation_lang.csv
jekkos-t520 b2f76f3fe6 Improve thai translation (Merge Pull Request #20)
Improve login screen
2015-02-26 21:55:55 +01:00

1.5 KiB

1labelnl-BEesenfrzhruthtrid
2alpha_dashThe %s field may only contain alpha-numeric characters, underscores, and dashes.
3alpha_numericThe %s field may only contain alpha-numeric characters.
4exact_lengthThe %s field must be exactly %s characters in length.
5greater_thanThe %s field must contain a number greater than %s.
6is_naturalThe %s field must contain only positive numbers.
7is_natural_no_zeroThe %s field must contain a number greater than zero.
8is_numericThe %s field must contain only numeric characters.
9is_uniqueThe %s field must contain a unique value.
10less_thanThe %s field must contain a number less than %s.
11max_lengthThe %s field can not exceed %s characters in length.
12min_lengthThe %s field must be at least %s characters in length.
13regex_matchThe %s field is not in the correct format.
14valid_emailThe %s field must contain a valid email address.
15valid_emailsThe %s field must contain all valid email addresses.
16valid_ipThe %s field must contain a valid IP.
17valid_urlThe %s field must contain a valid URL.