root/trunk/examples/locales/gungan.ini

Revision 147, 498 bytes (checked in by schst, 4 years ago)

add support for custom locales in rules

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 [Element::String]
2 1 = "Youse must fill out the field."
3 2 = "Youse not have entered a string."
4 3 = "The value is shorter than the minimum length of [MINLENGTH]."
5 4 = "Youse entered a word that is longer than [MAXLENGTH] chars."
6 5 = "The value does not match the required input format."
7 6 = "The value contains some tags that are not allowed - only [ALLOWEDTAGS] are allowed here"
8 7 = "Markup tags are not allowed."
9
10 [Rule::Enum]
11 1 = "Youse must enter only one of the following values: [ENUM_VALUES]"
Note: See TracBrowser for help on using the browser.