Some minor i18n updates

git-svn-id: https://svn.apache.org/repos/asf/struts/sandbox/trunk@779734 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/s2-jquery-showcase/pom.xml b/s2-jquery-showcase/pom.xml
index a2bbac1..2f53500 100644
--- a/s2-jquery-showcase/pom.xml
+++ b/s2-jquery-showcase/pom.xml
@@ -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>
diff --git a/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateAction_de.properties b/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateAction_de.properties
new file mode 100644
index 0000000..6d1a447
--- /dev/null
+++ b/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateAction_de.properties
@@ -0,0 +1,2 @@
+msg=Nachricht
+date=Datum
\ No newline at end of file
diff --git a/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateInputAction_de.properties b/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateInputAction_de.properties
new file mode 100644
index 0000000..6d1a447
--- /dev/null
+++ b/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/DateInputAction_de.properties
@@ -0,0 +1,2 @@
+msg=Nachricht
+date=Datum
\ No newline at end of file
diff --git a/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_de.properties b/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_de.properties
new file mode 100644
index 0000000..6d1a447
--- /dev/null
+++ b/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_de.properties
@@ -0,0 +1,2 @@
+msg=Nachricht
+date=Datum
\ No newline at end of file
diff --git a/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_en.properties b/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_en.properties
new file mode 100644
index 0000000..0011ede
--- /dev/null
+++ b/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/MessageAction_en.properties
@@ -0,0 +1,2 @@
+msg=Message
+date=Date
\ No newline at end of file
diff --git a/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/SimpleFormWithDatePickerAction_de.properties b/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/SimpleFormWithDatePickerAction_de.properties
new file mode 100644
index 0000000..6d1a447
--- /dev/null
+++ b/s2-jquery-showcase/src/main/resources/org/apache/struts2/jquery/actions/form/SimpleFormWithDatePickerAction_de.properties
@@ -0,0 +1,2 @@
+msg=Nachricht
+date=Datum
\ No newline at end of file
diff --git a/s2-jquery-showcase/src/main/resources/struts.xml b/s2-jquery-showcase/src/main/resources/struts.xml
index 9b9e452..a668b8c 100644
--- a/s2-jquery-showcase/src/main/resources/struts.xml
+++ b/s2-jquery-showcase/src/main/resources/struts.xml
@@ -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>