Author: hermanns
Date: Thu May 28 19:18:30 2009
New Revision: 779734

URL: http://svn.apache.org/viewvc?rev=779734&view=rev
Log:
Some minor i18n updates

Added:
    
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateAction_de.properties
    
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateInputAction_de.properties
    
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_de.properties
    
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_en.properties
    
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/SimpleFormWithDatePickerAction_de.properties
Modified:
    struts/sandbox/trunk/s2-jquery-showcase/pom.xml
    struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml

Modified: struts/sandbox/trunk/s2-jquery-showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/pom.xml?rev=779734&r1=779733&r2=779734&view=diff
==============================================================================
--- struts/sandbox/trunk/s2-jquery-showcase/pom.xml (original)
+++ struts/sandbox/trunk/s2-jquery-showcase/pom.xml Thu May 28 19:18:30 2009
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts2-apps</artifactId>
-        <version>2.1.6</version>
+        <version>2.1.7-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>s2-jquery-showcase</artifactId>

Added: 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateAction_de.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateAction_de.properties?rev=779734&view=auto
==============================================================================
--- 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateAction_de.properties
 (added)
+++ 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateAction_de.properties
 Thu May 28 19:18:30 2009
@@ -0,0 +1,2 @@
+msg=Nachricht
+date=Datum
\ No newline at end of file

Added: 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateInputAction_de.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateInputAction_de.properties?rev=779734&view=auto
==============================================================================
--- 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateInputAction_de.properties
 (added)
+++ 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateInputAction_de.properties
 Thu May 28 19:18:30 2009
@@ -0,0 +1,2 @@
+msg=Nachricht
+date=Datum
\ No newline at end of file

Added: 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_de.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_de.properties?rev=779734&view=auto
==============================================================================
--- 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_de.properties
 (added)
+++ 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_de.properties
 Thu May 28 19:18:30 2009
@@ -0,0 +1,2 @@
+msg=Nachricht
+date=Datum
\ No newline at end of file

Added: 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_en.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_en.properties?rev=779734&view=auto
==============================================================================
--- 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_en.properties
 (added)
+++ 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_en.properties
 Thu May 28 19:18:30 2009
@@ -0,0 +1,2 @@
+msg=Message
+date=Date
\ No newline at end of file

Added: 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/SimpleFormWithDatePickerAction_de.properties
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/SimpleFormWithDatePickerAction_de.properties?rev=779734&view=auto
==============================================================================
--- 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/SimpleFormWithDatePickerAction_de.properties
 (added)
+++ 
struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/SimpleFormWithDatePickerAction_de.properties
 Thu May 28 19:18:30 2009
@@ -0,0 +1,2 @@
+msg=Nachricht
+date=Datum
\ No newline at end of file

Modified: struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml?rev=779734&r1=779733&r2=779734&view=diff
==============================================================================
--- struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml 
(original)
+++ struts/sandbox/trunk/s2-jquery-showcase/src/main/resources/struts.xml Thu 
May 28 19:18:30 2009
@@ -3,6 +3,8 @@
     "http://struts.apache.org/dtds/struts-2.0.dtd";>
 
 <struts>
+    <constant name="struts.devMode" value="true" />
+
     <package name="s2-jquery-showcase" extends="struts-default" namespace="/">
         <action name="showcase">
             <result>/WEB-INF/content/index.jsp</result>


Reply via email to