Author: gseitz
Date: Sun Jan 27 04:38:37 2008
New Revision: 615589

URL: http://svn.apache.org/viewvc?rev=615589&view=rev
Log:
WICKET-1309

Added:
    
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/rating/RatingPanel_es.properties
   (with props)
    
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_es.properties
   (with props)
Modified:
    
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application_es.properties

Added: 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/rating/RatingPanel_es.properties
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/rating/RatingPanel_es.properties?rev=615589&view=auto
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/rating/RatingPanel_es.properties
 (added)
+++ 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/rating/RatingPanel_es.properties
 Sun Jan 27 04:38:37 2008
@@ -0,0 +1,16 @@
+#  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.
+rating.simple=Valorado {0,number,#.#}
+rating.complete=Valorado {0,number,#.#} de {1,number,#} votos

Propchange: 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/rating/RatingPanel_es.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_es.properties
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_es.properties?rev=615589&view=auto
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_es.properties
 (added)
+++ 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_es.properties
 Sun Jan 27 04:38:37 2008
@@ -0,0 +1,24 @@
+#  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.
+org.apache.wicket.extensions.wizard.next=Pr\u00F3ximo >
+org.apache.wicket.extensions.wizard.previous=< Anterior
+org.apache.wicket.extensions.wizard.last=\u00DAltimo
+org.apache.wicket.extensions.wizard.cancel=Cancelar
+org.apache.wicket.extensions.wizard.finish=Terminar
+
+org.apache.wicket.extensions.wizard.NextButton.step.did.not.complete=No se 
puede mover al pr\u00F3ximo paso \
+       ya que el paso actual no fue completado por alguna raz\u00F3n 
desconocida.
+org.apache.wicket.extensions.wizard.FinishButton.step.did.not.complete=No se 
puede terminar ya que el paso \
+       actual no fue completado por alguna raz\u00F3n desconocida.
\ No newline at end of file

Propchange: 
wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_es.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application_es.properties
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application_es.properties?rev=615589&r1=615588&r2=615589&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application_es.properties
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application_es.properties
 Sun Jan 27 04:38:37 2008
@@ -22,7 +22,7 @@
 StringValidator.range='${input}' debe estar entre ${minimum} y ${maximum} 
caracteres.
 StringValidator.minimum='${input}' debe tener un m\u00EDnimo de ${minimum} 
caracteres.
 StringValidator.maximum='${input}' debe tener como m\u00E1ximo ${maximum} 
caracteres.
-StringValidator.exact=StringValidator.exact='${input}' debe tener exactamente 
${exact} caracteres.
+StringValidator.exact='${input}' debe tener exactamente ${exact} caracteres.
 
 DateValidator.range='${input}' debe estar entre ${minimum} y ${maximum}.
 DateValidator.minimum='${input}' debe ser mayor que ${minimum}.


Reply via email to