Author: frankbille
Date: Wed Nov 15 09:48:59 2006
New Revision: 475326

URL: http://svn.apache.org/viewvc?view=rev&rev=475326
Log:
WICKET-76: Spannish translation of Application.properties. Thanx pepone.

Added:
    
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_es.properties   
(with props)

Added: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_es.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_es.properties?view=auto&rev=475326
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_es.properties 
(added)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_es.properties 
Wed Nov 15 09:48:59 2006
@@ -0,0 +1,38 @@
+#  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.
+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=
\ No newline at end of file

Propchange: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_es.properties
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to