################################################################################ ## ## Licensed to the Apache Software Foundation (ASF) under one or more ## contributor license agreements. See the NOTICE file distributed with ## this work for additional information regarding copyright ownership. ## The ASF licenses this file to You under the Apache License, Version 2.0 ## (the "License"); you may not use this file except in compliance with ## the License. You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ## See the License for the specific language governing permissions and ## limitations under the License. ## ################################################################################ # Symbols # Validator # Leave as true for QA locale so that the validator will know # to look up these resources. required = false # CreditCardValidator creditCardValidatorAllowedFormatChars = \ - Q # Currency/Number Validator # change to false for qa. allowNegative = false decimalSeparator = , # change from NaN/NaN to 1000 and 3 for qa locale maxValue = 9999999 minValue = 3 thousandsSeparator = . # CurrencyValidator # change from 2 to 3 for qa. currencyValidatorPrecision = 3 # DateValidator dateValidatorAllowedFormatChars = /- \u005C\u005C.Q validateAsString = true # NumberValidator # changed from real to int for qa. numberValidatorDomain = int # changed from -1 to 3 for qa numberValidatorPrecision = 3 # PhoneNumberValidator phoneNumberValidatorAllowedFormatChars = -()+ .Q # SocialSecurityValidator socialSecurityValidatorAllowedFormatChars = \ -Q # ZipCodeValidator zipCodeValidatorAllowedFormatChars = \ -+ # changed from "US Only" to "US or Canada" for qa. Canadian # example is N2L 0A1 zipCodeValidatorDomain = US or Canada # Tooltip errors # CurrencyValidator, NumberValidator decimalPointCountError = QThe Qdecimal Qseparator Qcan Qoccur Qonly Qonce. invalidCharError = QThe Qinput Qcontains Qinvalid Qcharacters. invalidFormatCharsError = QOne Qof Qthe Qformatting Qparameters Qis Qinvalid. lowerThanMinError = QThe Qamount Qentered Qis Qtoo Qsmall. negativeError = QThe Qamount Qmay Qnot Qbe Qnegative. precisionError = QThe Qamount Qentered Qhas Qtoo Qmany Qdigits Qbeyond Qthe Qdecimal Qpoint. separationError = QThe Qthousands Qseparator Qmust Qbe Qfollowed Qby Qthree Qdigits. # CreditCardValidator invalidCharErrorCCV = QInvalid Qcharacters Qin Qyour Qcredit Qcard Qnumber. (QEnter Qnumbers Qonly.) invalidNumberError = QThe Qcredit Qcard Qnumber Qis Qinvalid. noNumError = QNo Qcredit Qcard Qnumber Qis Qspecified. noTypeError = QNo Qcredit Qcard Qtype Qis Qspecified Qor Qthe Qtype Qis Qnot Qvalid. wrongLengthErrorCCV = QYour Qcredit Qcard Qnumber Qcontains Qthe Qwrong Qnumber Qof Qdigits. wrongTypeError = QIncorrect Qcard Qtype Qis Qspecified. # CurrencyValidator currencySymbolError = QThe Qcurrency Qsymbol Qoccurs Qin Qan Qinvalid Qlocation. exceedsMaxErrorCV = QThe Qamount Qentered Qis Qtoo Qlarge. # DateValidator wrongLengthErrorDV = QType Qthe Qdate Qin Qthe Qformat. invalidCharErrorDV = QThe Qdate Qcontains Qinvalid Qcharacters. wrongMonthError = QEnter Qa Qmonth Qbetween 1 Qand 12. wrongDayError = QEnter Qa Qvalid Qday Qfor Qthe Qmonth. wrongYearError = QEnter Qa Qyear Qbetween 0 Qand 9999. formatError = QConfiguration Qerror: QIncorrect Qformatting Qstring. # EmailValidator invalidCharErrorEV = QYour Qe-mail Qaddress Qcontains Qinvalid Qcharacters. invalidDomainErrorEV = QThe Qdomain Qin Qyour Qe-mail Qaddress Qis Qincorrectly Qformatted. invalidIPDomainError = QThe QIP Qdomain Qin Qyour Qe-mail Qaddress Qis Qincorrectly Qformatted. invalidPeriodsInDomainError = QThe Qdomain Qin Qyour Qe-mail Qaddress Qhas Qconsecutive Qperiods. missingAtSignError = QAn Qat Qsign Q(@) Qis Qmissing Qin Qyour Qe-mail Qaddress. missingPeriodInDomainError = QThe Qdomain Qin Qyour Qe-mail Qaddress Qis Qmissing Qa Qperiod. missingUsernameError = QThe Qusername Qin Qyour Qe-mail Qaddress Qis Qmissing. tooManyAtSignsError = QYour Qe-mail Qaddress Qcontains Qtoo Qmany @ Qcharacters. # NumberValidator exceedsMaxErrorNV = QThe Qnumber Qentered Qis Qtoo Qlarge. integerError = QThe Qnumber Qmust Qbe Qan Qinteger. # PhoneNumberValidator invalidCharErrorPNV = QYour Qtelephone Qnumber Qcontains Qinvalid Qcharacters. wrongLengthErrorPNV = QYour Qtelephone Qnumber Qmust Qcontain Qat Qleast 10 Qdigits. # RegExValidator noMatchError = QThe Qfield Qis Qinvalid. noExpressionError = QThe Qexpression Qis Qmissing. # SocialSecurityValidator invalidCharErrorSSV = QYou Qentered Qinvalid Qcharacters Qin Qyour QSocial QSecurity Qnumber. wrongFormatError = QThe QSocial QSecurity Qnumber Qmust Qbe 9 Qdigits Qor Qin Qthe Qform QQQ-QQ-QQQQ. zeroStartError = QInvalid QSocial QSecurity Qnumber; Qthe Qnumber Qcannot Qstart Qwith 000. # StringValidator tooLongError = QThis Qstring Qis Qlonger Qthan Qthe Qmaximum Qallowed Qlength. QThis Qmust Qbe Qless Qthan {0} Qcharacters Qlong. tooShortError = QThis Qstring Qis Qshorter Qthan Qthe Qminimum Qallowed Qlength. QThis Qmust Qbe Qat Qleast {0} Qcharacters Qlong. # Changed from NaN/NaN to 3 and 10 for qa. minLength = 3 maxLength = 10 # Validator requiredFieldError = QThis Qfield Qis Qrequired. # ZipCodeValidator invalidCharErrorZCV = QThe QZIP Qcode Qcontains Qinvalid Qcharacters. invalidDomainErrorZCV = QThe Qdomain Qparameter Qis Qinvalid. QIt Qmust Qbe Qeither Q'US QOnly' Qor Q'US Qor QCanada'. wrongCAFormatError = QThe QCanadian Qpostal Qcode Qmust Qbe Qformatted Q'A1B 2C3'. wrongLengthErrorZCV = QThe QZIP Qcode Qmust Qbe 5 Qdigits Qor 5+4 Qdigits. wrongUSFormatError = QThe QZIP+4 Qcode Qmust Qbe Qformatted '12345-6789'. invalidFormatCharsZCV = QThe QallowedFormatChars Qparameter Qis Qinvalid. QAlphanumeric Qcharacters Qare Qnot Qallowed (a-z A-Z 0-9). # Developer RTE Section # Shared invalidFormatChars = QThe QallowedFormatChars Qparameter Qis Qinvalid. QIt Qcannot Qcontain Qany Qdigits. # CreditCardValidator missingCardType = QThe Qvalue Qbeing Qvalidated Qdoesn't Qcontain Qa QcardType Qproperty. missingCardNumber = QThe Qvalue Qbeing Qvalidated Qdoesn't Qcontain Qa QcardNumber Qproperty. CNSAttribute = QThe QcardNumberSource Qattribute, Q'{0}', Qcan Qnot Qbe Qof Qtype QString. CTSAttribute = QThe QcardTypeSource Qattribute, Q'{0}', Qcan Qnot Qbe Qof Qtype QString. # DateValidator DSAttribute = QThe QdaySource Qattribute, Q'{0}', Qcan Qnot Qbe Qof Qtype QString. MSAttribute = QThe QmonthSource Qattribute, Q'{0}', Qcan Qnot Qbe Qof Qtype QString. YSAttribute = QThe QyearSource Qattribute, Q'{0}', Qcan Qnot Qbe Qof Qtype QString. # Validator fieldNotFound = '{0}' Qfield Qnot Qfound. SAttribute = QThe Qsource Qattribute, Q'{0}', Qcan Qnot Qbe Qof Qtype QString. SAttributeMissing = QThe Qsource Qattribute Qmust Qbe Qspecified Qwhen Qthe Qproperty Qattribute Qis Qspecified. PAttributeMissing = QThe Qproperty Qattribute Qmust Qbe Qspecified Qwhen Qthe Qsource Qattribute Qis Qspecified.