jsbeans

jsbeans  1.0.0

jsbeans > jsbeans > Validator_it.js (source view)
Search:
 
Filters
/*!
 * Copyright (c) 2009 Francesco Mele jsbeans@francescomele.com
 *
 * This Software is licenced under the LGPL Licence (GNU Lesser General 
 * Public License).
 * In addition to the LGPL Licence the Software is subject to the 
 * following conditions:
 * 
 * 	i	every modification must be public and comunicated to the Author
 * 	ii	every "jsbean" added to this library must be self consistent 
 * 		except for the dependence from jsbeans-x.x.x.js
 * 	iii	copyright notice and this permission notice shall be included 
 * 		in all copies or substantial portions of the Software
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 */

jsbeans.define("jsbeans.Validator.messages.it");

/**
 * Italian labels for messages.
 * @for Validator
 * @namespace jsbeans
 * @property messages.it
 * @static
 * */
jsbeans.Validator.messages.it = {
	prefix: "Per i seguenti campi si sono riscontrati errori:\n--------------------------\n",
	required: "obbligatorio",
	requiredByName: "almeno un campo obbligatorio",
	integer: "deve essere un intero",
	email: "non e' un indirizzo email valido",
	date: "non e' una data valida",
	maxValue: "ha un valore maggiore di quanto ammesso per il campo",
	minValue: "ha un valore minore di quanto ammesso per il campo",
	maxLen: "e' troppo lungo",
	minLen: "e' troppo corto",
	numeric: "deve essere un numero",
	invalid: "non e' valido"
};

Copyright © 2016 Francesco Mele. All rights reserved.