I translate de ApplicationProperties files in spanish for wicket-1.2.3
y paste here the content

################

RequiredValidator=el campo '${label}' es obligatorio.
TypeValidator='${input}' no es un ${type} valido.

NumberValidator.range=${input} debe estar entre ${minimum} y ${maximum}.
NumberValidator.minimum='${input}' debe ser mayor que ${minimum}.
NumberValidator.maximum='${input}' debe ser menor que ${maximum}.

StringValidator.range='${input}' debe estar entre ${minimum} y
${maximum} caracteres.
StringValidator.minimum='${input}' debe tener un minimo de ${minimum}
caracteres.
StringValidator.maximum='${input}' debe tener como maximo ${maximum} caracteres.
StringValidator.exact='${input}' must be ${exact} chars long.

DateValidator.range='${input}' debe estar entre ${minimum} y ${maximum}.
DateValidator.minimum='${input}' debe ser mayor que ${minimum}.
DateValidator.maximum='${input}' debe ser menor que ${maximum}.

PatternValidator='${input}' no concuerda con el patron '${pattern}'
EmailAddressPatternValidator='${input}' no es una direcion de correo
electronico valida.

EqualInputValidator='${input0}' del campo ${label0} y '${input1}' del
campo ${label1} deben ser iguales.
EqualPasswordInputValidator=${label0} y ${label1} deben ser iguales.

null=Seleciona uno
nullValid=

#####################

-- 
play tetris http://pepone.on-rez.com/tetris
run gentoo http://gentoo-notes.blogspot.com/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to