You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2009/09/16 08:22:43 UTC

svn commit: r815626 - in /wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard: Wizard_zh_CN.xml Wizard_zh_TW.xml

Author: ivaynberg
Date: Wed Sep 16 06:22:43 2009
New Revision: 815626

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

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

Added: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml?rev=815626&view=auto
==============================================================================
--- wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml (added)
+++ wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml Wed Sep 16 06:22:43 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/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml?rev=815626&view=auto
==============================================================================
--- wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml (added)
+++ wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml Wed Sep 16 06:22:43 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/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain