You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/07/10 15:56:36 UTC

git commit: WICKET-5637 Fix the encoding of the Chinese translations for Wizard component

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 6d55c95a7 -> adc3ae40e


WICKET-5637 Fix the encoding of the Chinese translations for Wizard component


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/adc3ae40
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/adc3ae40
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/adc3ae40

Branch: refs/heads/wicket-6.x
Commit: adc3ae40eaed194f00dde92bc1576df41f967c04
Parents: 6d55c95
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Jul 10 16:56:12 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Jul 10 16:56:12 2014 +0300

----------------------------------------------------------------------
 .../extensions/wizard/Wizard_zh_CN.properties.xml   | 16 ++++++++--------
 .../extensions/wizard/Wizard_zh_TW.properties.xml   | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/adc3ae40/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.properties.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.properties.xml b/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.properties.xml
index 93c5c8c..347a540 100644
--- a/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.properties.xml
+++ b/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_CN.properties.xml
@@ -17,12 +17,12 @@
 -->
 <!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.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
+    <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>

http://git-wip-us.apache.org/repos/asf/wicket/blob/adc3ae40/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.properties.xml
----------------------------------------------------------------------
diff --git a/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.properties.xml b/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.properties.xml
index 3efb089..642df72 100644
--- a/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.properties.xml
+++ b/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_zh_TW.properties.xml
@@ -17,12 +17,12 @@
 -->
 <!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.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
+    <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>