Author: ivaynberg
Date: Wed Sep 16 06:22:07 2009
New Revision: 815625

URL: http://svn.apache.org/viewvc?rev=815625&view=rev
Log:
WICKET-2462 - CN translations for wizard
Issue: WICKET-2462

Added:
    
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml
   (with props)
    
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml
   (with props)

Added: 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml?rev=815625&view=auto
==============================================================================
--- 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml
 (added)
+++ 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml
 Wed Sep 16 06:22:07 2009
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd";>
+<properties>
+       <entry key="org.apache.wicket.extensions.wizard.next">下一步</entry>
+       <entry 
key="org.apache.wicket.extensions.wizard.previous">上一步</entry>
+       <entry key="org.apache.wicket.extensions.wizard.last">最后</entry>
+       <entry key="org.apache.wicket.extensions.wizard.cancel">取消</entry>
+       <entry key="org.apache.wicket.extensions.wizard.finish">结束</entry>
+
+       <entry 
key="org.apache.wicket.extensions.wizard.NextButton.step.did.not.complete">无法执行下一步</entry>
+       <entry 
key="org.apache.wicket.extensions.wizard.FinishButton.step.did.not.complete">无法执行最后一步</entry>
+</properties>
\ No newline at end of file

Propchange: 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml?rev=815625&view=auto
==============================================================================
--- 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml
 (added)
+++ 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml
 Wed Sep 16 06:22:07 2009
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
+<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd";>
+<properties>
+       <entry key="org.apache.wicket.extensions.wizard.next">下一步</entry>
+       <entry 
key="org.apache.wicket.extensions.wizard.previous">上一步</entry>
+       <entry key="org.apache.wicket.extensions.wizard.last">最後</entry>
+       <entry key="org.apache.wicket.extensions.wizard.cancel">取消</entry>
+       <entry key="org.apache.wicket.extensions.wizard.finish">結束</entry>
+
+       <entry 
key="org.apache.wicket.extensions.wizard.NextButton.step.did.not.complete">無法執行下一步</entry>
+       <entry 
key="org.apache.wicket.extensions.wizard.FinishButton.step.did.not.complete">無法執行最後一步</entry>
+</properties>
\ No newline at end of file

Propchange: 
wicket/branches/wicket-1.4.x/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to