/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/form/FormErrors.inc
ViewVC logotype

Diff of /nfo/php/libs/com.newsblob.phphtmllib/form/FormErrors.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jonen, Sat Sep 20 00:18:43 2003 UTC revision 1.3 by jonen, Thu May 6 16:27:22 2004 UTC
# Line 37  class FormErrors { Line 37  class FormErrors {
37           "INVALID_PATH_CHARACTERS " => "The path field may contain only letters and numbers.",           "INVALID_PATH_CHARACTERS " => "The path field may contain only letters and numbers.",
38    
39           "INVALID_NUMBER" => "This field must contain a valid number.",           "INVALID_NUMBER" => "This field must contain a valid number.",
40             "INVALID_LENGTH" => "Entry has exceeded allowed length.",
41             "INVALID_LENGTH_N" => "This field must not exceed XX_MAX characters in length.  The character count is XX_LENGTH",
42           "INVALID_LENGTH_40" => "This field must not exceed 40 characters in length.",           "INVALID_LENGTH_40" => "This field must not exceed 40 characters in length.",
43             "INVALID_LENGTH_256" => "This field must not exceed 256 characters in length.",
44           "INVALID_NAME_EMPTY" => "The name must not be empty.",           "INVALID_NAME_EMPTY" => "The name must not be empty.",
45           "INVALID_NAME_CHARACTERS" => "The name may contain only letters and numbers.",           "INVALID_NAME_CHARACTERS" => "The name may contain only letters and numbers.",
46    
# Line 46  class FormErrors { Line 49  class FormErrors {
49           "INVALID_HOST_NAME" => "The host name you have entered is not valid.",           "INVALID_HOST_NAME" => "The host name you have entered is not valid.",
50           "INVALID_IP_EMPTY" => "The IP Address must not be empty.",           "INVALID_IP_EMPTY" => "The IP Address must not be empty.",
51           "INVALID_EMAIL_EMPTY" => "The email address can not be empty.",           "INVALID_EMAIL_EMPTY" => "The email address can not be empty.",
52           "INVALID_EMAIL" => "The email address is not properly formatted.",           "INVALID_EMAIL" => "The email address is not properly formatted.",        
          "INVALID_LENGTH_256" => "This field must not exceed 256 characters in length.",  
53           "INVALID_PHONE" => "The phone number you have entered is not properly formatted.",           "INVALID_PHONE" => "The phone number you have entered is not properly formatted.",
54                    
55           "ONLY_DIGITS" => "Only numeric digits are allowed in this field.",           "ONLY_DIGITS" => "Only numeric digits are allowed in this field.",
# Line 60  class FormErrors { Line 62  class FormErrors {
62           "INVALID_LEAP_DAY" => "The year you have entered is not a leap year. February only has 28 days.",           "INVALID_LEAP_DAY" => "The year you have entered is not a leap year. February only has 28 days.",
63           "INVALID_30_DAY" => "There are only 30 days in this month.",           "INVALID_30_DAY" => "There are only 30 days in this month.",
64           "INVALID_ZERO_HUNDRED_NUMBER" => "This number must be between 0 and 100.",           "INVALID_ZERO_HUNDRED_NUMBER" => "This number must be between 0 and 100.",
65           "INVALID_MONEY" => "This must be a valid amount in Dollars and Cents.",           "INVALID_MONEY" => "This must be a valid amount in dollars and cents.",
66           "INVALID_FLOAT" => "This must be a valid floating point number.",           "INVALID_FLOAT" => "This must be a valid floating point number.",
67           "INVALID_EMAIL_MISSING_BRACKETS" => "The long form email address must contain the < > characters, such as \"Foo Bar &lt;foo@bar.com&gt;\".",           "INVALID_EMAIL_MISSING_BRACKETS" => "The long form email address must contain the < > characters, such as \"Foo Bar &lt;foo@bar.com&gt;\".",
68    
# Line 76  class FormErrors { Line 78  class FormErrors {
78           "CCEXP" => "Credit card expired already",           "CCEXP" => "Credit card expired already",
79           "CCEXP_TOO_FAR" => "Credit card expires in more than 30 years?",           "CCEXP_TOO_FAR" => "Credit card expires in more than 30 years?",
80           "NOT_IN_RANGE" => "Value not in range.",           "NOT_IN_RANGE" => "Value not in range.",
81           "INVALID_URL" => "URL must be in the form of http[s]://hostip [:port number] [path]",           "INVALID_URL" => "URL must be in the form of http[s]://hostip [:port number] [path]",        
          "INVALID_LENGTH" => "Entry has exceeded allowed length.",  
82           "INVALID_STANDALONE_HOST_NAME" => "You have entered an invalid host name. Please enter a Hostname without the domainname.",           "INVALID_STANDALONE_HOST_NAME" => "You have entered an invalid host name. Please enter a Hostname without the domainname.",
83    
84           "INVALID_ALPHANUM_CHARACTERS" => "This field may contain only numbers and letters.",           "INVALID_ALPHANUM_CHARACTERS" => "This field may contain only numbers and letters.",

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed