/*********************************************************
*
*--	fValidate US-English language file.
*
*	Translation by: Luca Vignaroli
*	Email: luca@proactivemedia.it
*
*	Visit http://www.peterbailey.net/fValidate/api/i18n/
*	for additional translations and instructions on
*	making your own translation.
*
*	!!! WARNING !!! Changing anything but the literal 
*	strings will likely cause script failure!
*
*	Note: This document most easily read/edited with tab-
*	spacing set to 4
*
*********************************************************/

if ( typeof fvalidate == 'undefined' )
{
	var fvalidate = new Object();
}

fvalidate.i18n =
{
	//	Validation errors
	errors:
	{
		blank:		[
			["Inserire ", 0]
			],
		length:		[
			[0, " deve essere lungo almeno ", 1, " caratteri"],
			[0, " non deve essere più lungo di ", 1, " caratteri.\nAttualmente è lungo ", 2, " caratteri."]
			],
		equalto:	[
			[0, " deve essere uguale a ", 1]
			],
		number:		[
			["Il numero inserito, ", 0, " non è valido"]
			],
		numeric:	[
			["Sono validi solamente valori numerici per ", 0],
			["Un minimo di ", 0, " valori numerici sono necessari per ", 1]
			],
		alnum:		[
			["I dati inseriti, \"", 0, "\", non rispettano il formato richiesto per ", 1,  
			"\nLunghezza minima: ", 2,
			"\nCase Sensitive: ", 3,
			"\nNumeri permessi: ", 4,
			"\nSpazi permessi: ", 5,
			"\nPunteggiatura permessa: ", 6, "\n"]
			],
		decimal:	[
			["I dati inseriti,", 0, " non sono validi. Perfavore reinserire ", 1]
			],
		decimalr:	[
			[0, " non è valido. Per favore reinserire."]
			],
		ip:			[
			["Inserire un IP valido"],
			["Il numero di porta specificato, ", 0, ",  è fuori range.\nDeve essere compreso tra ", 1, " e ", 2]
			],
		ssn:		[
			["You need to enter a valid Social Security Number.\nYour SSN must be entered in 'XXX-XX-XXXX' format."]
			],
		money:		[
			[0, " non rispetta il formato richiesto di ", 1]
			],
		cc:			[
			["Il ", 0, " inserito non è valido. Per favore controllare e reinserire."]
			],
		ccDate:		[
			["La carte di credito è scaduta! Usare una carta diversa."]
			],
		zip:		[
			["Please enter a valid 5 or 9 digit Zip code."]
			],
		phone:		[
			["Please enter a valid phone number plus Area Code."],
			["Please enter a valid phone number - seven or ten digits."]
			],
		email:		[
			["Per favore inserire un indirizzo email valido."]
			],
		url:		[
			[0, " non è un dominio valido"]
			],
		date:		[
			["La data inserita per ", 0, " non è valida\nPer favore inserire la data con il seguente formato: ", 1],
			["La data deve essere antecedente al ", 0],
			["La data deve essere antecedente o uguale al ", 0],
			["La data deve essere successiva al  ", 0],
			["La data deve essere successiva o uguale al ", 0]
			],
		select:		[
			["Per favore selezionare un opzione valida per ", 0]
			],
		selectm:	[
			["Per favore selezionare tra le opzioni ", 0, " e ", 1, " per ", 2, ".\nAttualmente sono selezionate ", 3, "."]
			],
		selecti:	[
			["Per favore selezionare un'opzione valida per ", 0]
			],
		checkbox:	[
			["Per favore selezionare almeno ", 0, " area di interesse."],
			["Per favore selezionare un'opzione tra ", 0, " e ", 1, " per ", 2, ".\nAttualmente sono selezionate ", 3, "."]
			],
		radio:		[
			["Per favore selezionare ", 0, "."],
			["Per favore selezionare un'opzione per ", 0 ]
			],
		comparison:	[
			[0, " deve essere ", 1, " ", 2]
			],
		eitheror:	[
			["Uno solamente dei seguenti campi deve essere selezionato:\n\t-", 0, "\n"]
			],
		atleast:	[
			["Almeno ", 0, " dei seguenti campi deve essere inserito:\n\t-", 1, "\n\n", 2, " inseriti attualmente.\n"]
			],
		allornone:	[
			["Tutti o nessuno dei seguenti campi devono essere selezionati:\n\t-", 0, "\nSolamente ", 1, " campi sono stati completati.\n"]
			],
		file:		[
			["Il file deve essere di uno dei seguenti tipi:\n", 0, "\nNota: le estensioni dei file potrebbero essere Case Sensitive."]
			],
		custom:		[
			[0, " non è valido."]
			],
		cazip:		[
			["Please enter a valid postal code."]
			],
		ukpost:		[
			["Please enter a valid postcode."]
			],
		germanpost:	[
			["Please enter a valid postcode."]
			],
		swisspost:	[
			["Please enter a valid postcode."]
			]
	},

	comparison:
	{
		gt:		"più grande di",
		lt:		"minore di",
		gte:	"più grande o uguale",
		lte:	"minore o uguale",
		eq:		"uguale a",
		neq:	"diverso da"
	},

	//	Developer assist errors
	devErrors:
	{
		number:		["The lower-bound (", 0, ") is greater than the upper-bound (", 1, ") on this element: ", 2],
		length:		["The minimum length (", 0, ") is greater than the maxiumum legnth (", 1, ") on this element: ", 2],
		cc:			["Credit Card type (", 0, ") not found."],

		lines:		["! WARNING ! -- fValidate developer-assist error\n", "\nIf you are not the developer, please contact the website administrator regarding this error."],
		paramError: ["You must include the '", 0, "' parameter for the '", 1, "' validator type on this field: ", 2],
		notFound:	["The validator '", 0, "' was not found.\nRequested by: ", 1],
		noLabel:	["No element found for label: ", 0],
		noBox:		["An element with the requested id '", 0, "' was not found for the 'boxError' config value."],
		missingName:["The hidden input calling the following logical validator must have a valid name\nattribute when used in conjunction with the 'box' error-type.\n\t", 0],
		mismatch:	["Validator/Element type mismatch.\n\nElement: ", 0, "\nElement type: ", 1, "\nType required by validator: ", 2],
		noCCType:	["You must include a SELECT item with Credit Card type choices!"]
	},

	//	Config values
	config :
	{
		confirmMsg :		"I dati stanno per essere inviati.\nPer favore premete 'Ok' per procedere o 'Cancel' per annullare.",
		confirmAbortMsg :	"Invio dei dati annullato. I dati non sono stati inviati."
	},

	//	Tooltip attached to Box-item errors
	boxToolTip:	"Cliccare per selezionere il campo",

	//	Message displayed at top of alert error in group mode
	groupAlert:	"Si sono verificati i seguenti errori:\n\n- ",

	//	Literal translation of the English 'or', include padding spaces.
	or:			" oppure "
}