var sUSLastName = "Cognome"

var sUSFirstName = "Nome"

var sWorldLastName = "Cognome"

var sWorldFirstName = "Nome"

var sTitle = "Titolo"

var sCompanyName = "Nome della societā"

var sUSAddress = "Via"

var sWorldAddress = "Indirizzo"

var sCity = "Cittā"

var sStateCode = "State Code"

var sWorldState = "State, Province, or Prefecture"

var sCountry = "Paese"

var sZIPCode = "ZIP Code"

var sWorldPostalCode = "Codice Postale"

var sPhone = "Numero di telefono"

var sFax = "Numero di Fax"

var sDateOfBirth = "Data di nascita"

var sExpirationDate = "Data di espirazione"

var sEmail = "E-mail"

var sSSN = "Social Security Number"

var sCreditCardNumber = "Numero di Carta di Credito"

var sOtherInfo = "Altre informazioni"

var iStateCode = "This field must be a valid two character U.S. state abbreviation (like CA for California). Please reenter it now."

var iZIPCode = "This field must be a 5 or 9 digit U.S. ZIP Code (like 94043). Please reenter it now."

var iUSPhone = "This field must be a 10 digit U.S. phone number (like 415 555 1212). Please reenter it now."

var iWorldPhone = "This field must be a valid international phone number. Please reenter it now."

var iSSN = "This field must be a 9 digit U.S. social security number (like 123 45 6789). Please reenter it now."

var iEmail = "Questo campo deve essere un indirizzo e-mail valido (per esempio foo@bar.com). Per favore, ri-inseritelo."

var iCreditCardPrefix = "Questo non č un numero di carta  "

var iCreditCardSuffix = " valido. Per favore, ri-inseritelo."

var iDay = "This field must be a day number between 1 and 31.  Please reenter it now."

var iMonth = "This field must be a month number between 1 and 12.  Please reenter it now."

var iYear = "This field must be a 2 or 4 digit year number.  Please reenter it now."

var iDatePrefix = "The Day, Month, and Year for "

var iDateSuffix = " do not form a valid date.  Please reenter them now."

var pEntryPrompt = "Per favore inserite "

var pStateCode = "2 character code (like CA)."

var pZIPCode = "5 or 9 digit U.S. ZIP Code (like 94043)."

var pUSPhone = "10 digit U.S. phone number (like 415 555 1212)."

var pWorldPhone = "international phone number."

var pSSN = "9 digit U.S. social security number (like 123 45 6789)."

var pEmail = "indirizzo e-mail valido (per esempio foo@bar.com)."

var pCreditCard = "numero di carta di credito valido."

var pDay = "day number between 1 and 31."

var pMonth = "month number between 1 and 12."

var pYear = "2 or 4 digit year number."



var sEmptyPrefix = "Non avete riempito il campo '"

var sEmptySuffix = "' . Č un campo obbligatorio."

var sInvalidPrefix = "Il valore per il campo '"

var sInvalidSuffix = "' non č valido."

var sMissingPrefix = "Non avete scelto un valore per il campo '"

var sMissingSuffix = "' ."

var sEmptyOrder = "Il vostro ordine č vuoto."


