You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by hu...@apache.org on 2006/10/10 23:01:50 UTC

svn commit: r462563 - in /struts/struts2/trunk/apps/blank/src/main: java/example/HelloWorld.java resources/example/package.properties resources/example/package_es.properties

Author: husted
Date: Tue Oct 10 14:01:50 2006
New Revision: 462563

URL: http://svn.apache.org/viewvc?view=rev&rev=462563
Log:
WW-1453 Struts-Blank: Update localization.

Modified:
    struts/struts2/trunk/apps/blank/src/main/java/example/HelloWorld.java
    struts/struts2/trunk/apps/blank/src/main/resources/example/package.properties
    struts/struts2/trunk/apps/blank/src/main/resources/example/package_es.properties

Modified: struts/struts2/trunk/apps/blank/src/main/java/example/HelloWorld.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/src/main/java/example/HelloWorld.java?view=diff&rev=462563&r1=462562&r2=462563
==============================================================================
--- struts/struts2/trunk/apps/blank/src/main/java/example/HelloWorld.java (original)
+++ struts/struts2/trunk/apps/blank/src/main/java/example/HelloWorld.java Tue Oct 10 14:01:50 2006
@@ -11,7 +11,7 @@
     }
 
     /**
-     * Provide default value for Message property.
+     * Provide default valuie for Message property.
      */
     public static final String MESSAGE = "HelloWorld.message";
 

Modified: struts/struts2/trunk/apps/blank/src/main/resources/example/package.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/src/main/resources/example/package.properties?view=diff&rev=462563&r1=462562&r2=462563
==============================================================================
--- struts/struts2/trunk/apps/blank/src/main/resources/example/package.properties (original)
+++ struts/struts2/trunk/apps/blank/src/main/resources/example/package.properties Tue Oct 10 14:01:50 2006
@@ -1,5 +1,5 @@
+HelloWorld.message= Struts is up and running ...
 requiredstring = ${getText(fieldName)} is required.
 password = Password
 username = User Name
-HelloWorld.message= Struts is up and running ...
 Missing.message =  This feature is under construction. Please try again in the next interation.

Modified: struts/struts2/trunk/apps/blank/src/main/resources/example/package_es.properties
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/src/main/resources/example/package_es.properties?view=diff&rev=462563&r1=462562&r2=462563
==============================================================================
--- struts/struts2/trunk/apps/blank/src/main/resources/example/package_es.properties (original)
+++ struts/struts2/trunk/apps/blank/src/main/resources/example/package_es.properties Tue Oct 10 14:01:50 2006
@@ -1,5 +1,5 @@
-requiredstring = ${getText(fieldName)} se requiere..
+HelloWorld.message= ¡Struts está bien! ...
+requiredstring = ${getText(fieldName)} se requiere.
 password = Contraseña
 username = Nombre de Usuario
-HelloWorld.message= Struts esa bien ...
-Missing.message =   En obras. Seguir intentando.
+Missing.message =   ¡en obras! ¡seguir intentando!