Author: svenmeier
Date: Mon Jul 18 20:00:05 2011
New Revision: 1148031

URL: http://svn.apache.org/viewvc?rev=1148031&view=rev
Log:
German localization

Added:
    
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/LocalizedPage_de.properties
   (with props)
Modified:
    
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/RequestMapperHomePage.html

Added: 
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/LocalizedPage_de.properties
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/LocalizedPage_de.properties?rev=1148031&view=auto
==============================================================================
--- 
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/LocalizedPage_de.properties
 (added)
+++ 
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/LocalizedPage_de.properties
 Mon Jul 18 20:00:05 2011
@@ -0,0 +1,15 @@
+#  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.
+localizedLabel=Diese Seite ist auf Deutsch da der Wert des ersten URL 
Segmentes 'de' ist
\ No newline at end of file

Propchange: 
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/LocalizedPage_de.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: 
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/RequestMapperHomePage.html
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/RequestMapperHomePage.html?rev=1148031&r1=1148030&r2=1148031&view=diff
==============================================================================
--- 
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/RequestMapperHomePage.html
 (original)
+++ 
wicket/trunk/wicket-examples/src/main/resources/org/apache/wicket/examples/requestmapper/RequestMapperHomePage.html
 Mon Jul 18 20:00:05 2011
@@ -32,6 +32,7 @@
            <wicket:link>
                    <a href="en_US/localized">en_US Localized</a><br/>
                    <a href="bg_BG/localized">bg_BG Localized</a>
+                   <a href="de/localized">de Localized</a><br/>
            </wicket:link>
            
            <p>Clicking to any of the links above will lead to a page mounted 
at "localized" path but the session locale will be automatically set


Reply via email to