home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Multimedija / shufflr.air / ShufflrClient.swf / scripts / en_US$validators_properties.as < prev    next >
Encoding:
Text File  |  2010-06-23  |  6.3 KB  |  97 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class en_US$validators_properties extends ResourceBundle
  6.    {
  7.       public function en_US$validators_properties()
  8.       {
  9.          super("en_US","validators");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "PAttributeMissing":"The property attribute must be specified when the source attribute is specified.",
  16.             "wrongLengthErrorDV":"Type the date in the format.",
  17.             "maxLength":"NaN",
  18.             "invalidDomainErrorZCV":"The domain parameter is invalid. It must be either \'US Only\', \'Canada Only\', or \'US or Canada\'.",
  19.             "creditCardValidatorAllowedFormatChars":" -",
  20.             "wrongFormatError":"The Social Security number must be 9 digits or in the form NNN-NN-NNNN.",
  21.             "invalidNumberError":"The credit card number is invalid.",
  22.             "CNSAttribute":"The cardNumberSource attribute, \'{0}\', can not be of type String.",
  23.             "invalidCharErrorCCV":"Invalid characters in your credit card number. (Enter numbers only.)",
  24.             "thousandsSeparator":",",
  25.             "minDigitsPNV":"10",
  26.             "wrongLengthErrorPNV":"Your telephone number must contain at least {0} digits.",
  27.             "invalidPeriodsInDomainError":"The domain in your e-mail address has consecutive periods.",
  28.             "precisionError":"The amount entered has too many digits beyond the decimal point.",
  29.             "wrongUSFormatError":"The ZIP+4 code must be formatted \'12345-6789\'.",
  30.             "separationError":"The thousands separator must be followed by three digits.",
  31.             "DSAttribute":"The daySource attribute, \'{0}\', can not be of type String.",
  32.             "zipCodeValidatorDomain":"US Only",
  33.             "exceedsMaxErrorCV":"The amount entered is too large.",
  34.             "allowNegative":"true",
  35.             "decimalPointCountError":"The decimal separator can occur only once.",
  36.             "requiredFieldError":"This field is required.",
  37.             "missingPeriodInDomainError":"The domain in your e-mail address is missing a period.",
  38.             "invalidCharError":"The input contains invalid characters.",
  39.             "SAttribute":"The source attribute, \'{0}\', can not be of type String.",
  40.             "wrongCAFormatError":"The Canadian postal code must be formatted \'A1B 2C3\'.",
  41.             "wrongLengthErrorCCV":"Your credit card number contains the wrong number of digits.",
  42.             "tooShortError":"This string is shorter than the minimum allowed length. This must be at least {0} characters long.",
  43.             "decimalSeparator":".",
  44.             "zeroStartError":"Invalid Social Security number; the number cannot start with 000.",
  45.             "invalidFormatChars":"The allowedFormatChars parameter is invalid. It cannot contain any digits.",
  46.             "validateAsString":"true",
  47.             "invalidCharErrorZCV":"The ZIP code contains invalid characters.",
  48.             "exceedsMaxErrorNV":"The number entered is too large.",
  49.             "missingCardNumber":"The value being validated doesn\'t contain a cardNumber property.",
  50.             "CTSAttribute":"The cardTypeSource attribute, \'{0}\', can not be of type String.",
  51.             "numberValidatorPrecision":"-1",
  52.             "YSAttribute":"The yearSource attribute, \'{0}\', can not be of type String.",
  53.             "negativeError":"The amount may not be negative.",
  54.             "fieldNotFound":"\'{0}\' field not found.",
  55.             "noNumError":"No credit card number is specified.",
  56.             "SAttributeMissing":"The source attribute must be specified when the property attribute is specified.",
  57.             "noTypeError":"No credit card type is specified or the type is not valid.",
  58.             "tooManyAtSignsError":"Your e-mail address contains too many @ characters.",
  59.             "wrongLengthErrorZCV":"The ZIP code must be 5 digits or 5+4 digits.",
  60.             "socialSecurityValidatorAllowedFormatChars":" -",
  61.             "wrongYearError":"Enter a year between 0 and 9999.",
  62.             "minLength":"NaN",
  63.             "missingCardType":"The value being validated doesn\'t contain a cardType property.",
  64.             "noExpressionError":"The expression is missing.",
  65.             "maxValue":"NaN",
  66.             "invalidDomainErrorEV":"The domain in your e-mail address is incorrectly formatted.",
  67.             "numberValidatorDomain":"real",
  68.             "minValue":"NaN",
  69.             "missingUsernameError":"The username in your e-mail address is missing.",
  70.             "invalidCharErrorEV":"Your e-mail address contains invalid characters.",
  71.             "MSAttribute":"The monthSource attribute, \'{0}\', can not be of type String.",
  72.             "phoneNumberValidatorAllowedFormatChars":"-()+ .",
  73.             "noMatchError":"The field is invalid.",
  74.             "wrongMonthError":"Enter a month between 1 and 12.",
  75.             "invalidIPDomainError":"The IP domain in your e-mail address is incorrectly formatted.",
  76.             "dateValidatorAllowedFormatChars":"/- \\.",
  77.             "integerError":"The number must be an integer.",
  78.             "currencyValidatorPrecision":"2",
  79.             "invalidFormatCharsZCV":"The allowedFormatChars parameter is invalid. Alphanumeric characters are not allowed (a-z A-Z 0-9).",
  80.             "formatError":"Configuration error: Incorrect formatting string.",
  81.             "wrongDayError":"Enter a valid day for the month.",
  82.             "lowerThanMinError":"The amount entered is too small.",
  83.             "zipCodeValidatorAllowedFormatChars":" -",
  84.             "invalidCharErrorPNV":"Your telephone number contains invalid characters.",
  85.             "invalidCharErrorDV":"The date contains invalid characters.",
  86.             "missingAtSignError":"An at sign (@) is missing in your e-mail address.",
  87.             "invalidFormatCharsError":"One of the formatting parameters is invalid.",
  88.             "wrongTypeError":"Incorrect card type is specified.",
  89.             "tooLongError":"This string is longer than the maximum allowed length. This must be less than {0} characters long.",
  90.             "currencySymbolError":"The currency symbol occurs in an invalid location.",
  91.             "invalidCharErrorSSV":"You entered invalid characters in your Social Security number."
  92.          };
  93.       }
  94.    }
  95. }
  96.  
  97.