corrected encoding for ar and he properties

added encoding note to all *.utf8.properties


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

Branch: refs/heads/master
Commit: f5b2ea24f379d65db1bc681b1ed8fa77cac9bee7
Parents: 71de996
Author: Sven Meier <svenme...@apache.org>
Authored: Tue Apr 10 21:56:51 2018 +0200
Committer: Sven Meier <svenme...@apache.org>
Committed: Tue Apr 10 22:00:54 2018 +0200

----------------------------------------------------------------------
 .../org/apache/wicket/Application_ar.properties | 87 -------------------
 .../wicket/Application_ar.utf8.properties       | 89 ++++++++++++++++++++
 .../org/apache/wicket/Application_he.properties | 87 -------------------
 .../wicket/Application_he.utf8.properties       | 89 ++++++++++++++++++++
 .../repeater/DataTablePage.utf8.properties      |  2 +
 .../extensions/wizard/Wizard_cs.utf8.properties |  2 +
 6 files changed, 182 insertions(+), 174 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f5b2ea24/wicket-core/src/main/java/org/apache/wicket/Application_ar.properties
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/Application_ar.properties 
b/wicket-core/src/main/java/org/apache/wicket/Application_ar.properties
deleted file mode 100644
index b32959f..0000000
--- a/wicket-core/src/main/java/org/apache/wicket/Application_ar.properties
+++ /dev/null
@@ -1,87 +0,0 @@
-#  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.
-Required='${label}' مطلوب.
-IConverter=قيمة '${label}' ليس صحيحا ${type}.
-
-RangeValidator.exact=قيمة '${label}' يجب أن يكون بالضبط 
${minimum}.
-RangeValidator.range=قيمة '${label}' يجب أن يكون بين 
${minimum} و ${maximum}.
-RangeValidator.minimum=قيمة '${label}' ان تكون على الاقل 
${minimum}.
-RangeValidator.maximum=قيمة '${label}' must be at most ${maximum}.
-
-#deprecated, use RangeValidator.minimum
-MinimumValidator=قيمة '${label}' ان تكون على الاقل 
${minimum}.
-MaximumValidator=قيمة '${label}' ليس أكبر من ${maximum}.
-
-#raplaced with RangeValidator 
-NumberValidator.positive=قيمة '${label}' يجب تطبيق عدد 
الإيجابي.
-
-#replaced with RangeValidator
-NumberValidator.negative=قيمة '${label}' يجب تطبيق عدد 
السلبي.
-
-StringValidator.range=قيمة '${label}' ليس بين ${minimum} و 
${maximum} طول الحرف.
-StringValidator.minimum=قيمة '${label}' أقصر من الحد 
الأدنى لل ${minimum} أحرف.
-StringValidator.maximum=قيمة '${label}' أطول من الحد 
الأقصى لل ${maximum} أحرف.
-StringValidator.exact=قيمة '${label}' ليس بالضبط ${exact} طول 
الحرف.
-
-DateValidator.range=قيمة '${label}' ليس بين ${minimum} و ${maximum}.
-DateValidator.minimum=قيمة '${label}' أقل من الحد الأدنى 
لل ${minimum}.
-DateValidator.maximum=قيمة '${label}' أكبر من الحد الأقصى 
لل ${maximum}.
-
-PatternValidator=قيمة '${label}' لا يطابق نمط '${pattern}'.
-EmailAddressValidator=قيمة '${label}'عنوان بريد إلكتروني 
خاطئ.
-CreditCardValidator=رقم بطاقة الائتمان غير صالح.
-UrlValidator=قيمة '${label}' ليس صحيحا URL.
-
-EqualInputValidator='${input0}' من ${label0} و '${input1}' من ${label1} 
أن تكون على قدم المساواة.
-EqualPasswordInputValidator=${label0} و ${label1} أن تكون على قدم 
المساواة.
-
-null=اختر واحدة
-nullValid=
-
-PagingNavigator.first=الذهاب إلى الصفحة الأولى
-PagingNavigator.previous=الانتقال إلى الصفحة السابقة
-PagingNavigator.next=الانتقال إلى الصفحة التالية
-PagingNavigator.last=الذهاب إلى الصفحة الأخيرة
-PagingNavigation.page=إنتقل إلى الصفحة ${page}
-
-org.apache.wicket.mfu.caption.unlimited=ملفات:
-org.apache.wicket.mfu.caption.limited=ملفات (maximum ${max}): 
-org.apache.wicket.mfu.delete=حذف
-
-uploadTooLarge = يجب أن يكون ملف أقل من ${maxSize}.
-uploadSingleFileTooLarge = يجب أن يكون كل ملف أقل من 
${fileMaxSize}.
-uploadFailed = فشل ملف: ${exception.localizedMessage}
-
-FeedbackMessage.CSS.undefined=feedbackPanelUNDEFINED
-FeedbackMessage.CSS.debug=feedbackPanelDEBUG
-FeedbackMessage.CSS.info=feedbackPanelINFO
-FeedbackMessage.CSS.success=feedbackPanelSUCCESS
-FeedbackMessage.CSS.warning=feedbackPanelWARNING
-FeedbackMessage.CSS.error=feedbackPanelERROR
-FeedbackMessage.CSS.fatal=feedbackPanelFATAL
-
-FormComponentLabel.CSS.required=required
-FormComponentLabel.CSS.invalid=error
-FormComponentLabel.CSS.disabled=disabled
-
-OddEvenItem.CSS.odd=odd
-OddEvenItem.CSS.even=even
- 
-OddEvenListItem.CSS.odd=odd
-OddEvenListItem.CSS.even=even
-
-AutoLabel.CSS.required=required
-AutoLabel.CSS.invalid=error
-AutoLabel.CSS.disabled=disabled

http://git-wip-us.apache.org/repos/asf/wicket/blob/f5b2ea24/wicket-core/src/main/java/org/apache/wicket/Application_ar.utf8.properties
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/Application_ar.utf8.properties 
b/wicket-core/src/main/java/org/apache/wicket/Application_ar.utf8.properties
new file mode 100644
index 0000000..11b7c19
--- /dev/null
+++ b/wicket-core/src/main/java/org/apache/wicket/Application_ar.utf8.properties
@@ -0,0 +1,89 @@
+#  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.
+
+# NOTE: this file has to be encoded in UTF-8 !!!
+Required='${label}' مطلوب.
+IConverter=قيمة '${label}' ليس صحيحا ${type}.
+
+RangeValidator.exact=قيمة '${label}' يجب أن يكون بالضبط 
${minimum}.
+RangeValidator.range=قيمة '${label}' يجب أن يكون بين 
${minimum} و ${maximum}.
+RangeValidator.minimum=قيمة '${label}' ان تكون على الاقل 
${minimum}.
+RangeValidator.maximum=قيمة '${label}' must be at most ${maximum}.
+
+#deprecated, use RangeValidator.minimum
+MinimumValidator=قيمة '${label}' ان تكون على الاقل 
${minimum}.
+MaximumValidator=قيمة '${label}' ليس أكبر من ${maximum}.
+
+#raplaced with RangeValidator 
+NumberValidator.positive=قيمة '${label}' يجب تطبيق عدد 
الإيجابي.
+
+#replaced with RangeValidator
+NumberValidator.negative=قيمة '${label}' يجب تطبيق عدد 
السلبي.
+
+StringValidator.range=قيمة '${label}' ليس بين ${minimum} و 
${maximum} طول الحرف.
+StringValidator.minimum=قيمة '${label}' أقصر من الحد 
الأدنى لل ${minimum} أحرف.
+StringValidator.maximum=قيمة '${label}' أطول من الحد 
الأقصى لل ${maximum} أحرف.
+StringValidator.exact=قيمة '${label}' ليس بالضبط ${exact} طول 
الحرف.
+
+DateValidator.range=قيمة '${label}' ليس بين ${minimum} و ${maximum}.
+DateValidator.minimum=قيمة '${label}' أقل من الحد الأدنى 
لل ${minimum}.
+DateValidator.maximum=قيمة '${label}' أكبر من الحد الأقصى 
لل ${maximum}.
+
+PatternValidator=قيمة '${label}' لا يطابق نمط '${pattern}'.
+EmailAddressValidator=قيمة '${label}'عنوان بريد إلكتروني 
خاطئ.
+CreditCardValidator=رقم بطاقة الائتمان غير صالح.
+UrlValidator=قيمة '${label}' ليس صحيحا URL.
+
+EqualInputValidator='${input0}' من ${label0} و '${input1}' من ${label1} 
أن تكون على قدم المساواة.
+EqualPasswordInputValidator=${label0} و ${label1} أن تكون على قدم 
المساواة.
+
+null=اختر واحدة
+nullValid=
+
+PagingNavigator.first=الذهاب إلى الصفحة الأولى
+PagingNavigator.previous=الانتقال إلى الصفحة السابقة
+PagingNavigator.next=الانتقال إلى الصفحة التالية
+PagingNavigator.last=الذهاب إلى الصفحة الأخيرة
+PagingNavigation.page=إنتقل إلى الصفحة ${page}
+
+org.apache.wicket.mfu.caption.unlimited=ملفات:
+org.apache.wicket.mfu.caption.limited=ملفات (maximum ${max}): 
+org.apache.wicket.mfu.delete=حذف
+
+uploadTooLarge = يجب أن يكون ملف أقل من ${maxSize}.
+uploadSingleFileTooLarge = يجب أن يكون كل ملف أقل من 
${fileMaxSize}.
+uploadFailed = فشل ملف: ${exception.localizedMessage}
+
+FeedbackMessage.CSS.undefined=feedbackPanelUNDEFINED
+FeedbackMessage.CSS.debug=feedbackPanelDEBUG
+FeedbackMessage.CSS.info=feedbackPanelINFO
+FeedbackMessage.CSS.success=feedbackPanelSUCCESS
+FeedbackMessage.CSS.warning=feedbackPanelWARNING
+FeedbackMessage.CSS.error=feedbackPanelERROR
+FeedbackMessage.CSS.fatal=feedbackPanelFATAL
+
+FormComponentLabel.CSS.required=required
+FormComponentLabel.CSS.invalid=error
+FormComponentLabel.CSS.disabled=disabled
+
+OddEvenItem.CSS.odd=odd
+OddEvenItem.CSS.even=even
+ 
+OddEvenListItem.CSS.odd=odd
+OddEvenListItem.CSS.even=even
+
+AutoLabel.CSS.required=required
+AutoLabel.CSS.invalid=error
+AutoLabel.CSS.disabled=disabled

http://git-wip-us.apache.org/repos/asf/wicket/blob/f5b2ea24/wicket-core/src/main/java/org/apache/wicket/Application_he.properties
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/Application_he.properties 
b/wicket-core/src/main/java/org/apache/wicket/Application_he.properties
deleted file mode 100644
index b65c8c9..0000000
--- a/wicket-core/src/main/java/org/apache/wicket/Application_he.properties
+++ /dev/null
@@ -1,87 +0,0 @@
-#  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.
-Required='${label}' נדרש.
-IConverter=הערך של '${label}' אינו תקף ${type}.
-
-RangeValidator.exact=הערך של '${label}' חייב להיות בדיוק 
${minimum}.
-RangeValidator.range=הערך של '${label}' חייב להיות בין 
${minimum} ל ${maximum}.
-RangeValidator.minimum=הערך של '${label}' חייב להיות לפחות 
${minimum}.
-RangeValidator.maximum=הערך של '${label}' חייב להיות לכל 
היותר ${maximum}.
-
-#deprecated, use RangeValidator.minimum
-MinimumValidator=הערך של '${label}' חייב להיות לפחות 
${minimum}.
-#deprecated, use RangeValidator.maximum
-MaximumValidator=הערך של '${label}' לכל היותר ${maximum}.
-
-#raplaced with RangeValidator 
-NumberValidator.positive=הערך של '${label}' חייב להיות מספר 
חיובי.
-#replaced with RangeValidator
-NumberValidator.negative=הערך של '${label}' חייב להחיל מספר 
שלילי.
-
-StringValidator.range=הערך של '${label}' אינו ${minimum} ל 
${maximum} אורך תווים.
-StringValidator.minimum=הערך של '${label}' קצר יותר מהמינ
ימום של ${minimum} תווים.
-StringValidator.maximum=הערך של '${label}' הוא ארוך יותר 
מהמקסימום של ${maximum} תווים.
-StringValidator.exact=הערך של '${label}' אינו בדיוק ${exact} 
אורך תווים.
-
-ateValidator.range=הערך של '${label}' אינו בין ${minimum} ל 
${maximum}.
-DateValidator.minimum=הערך של '${label}' הוא פחות מהמינ
ימום של ${minimum}.
-DateValidator.maximum=הערך של '${label}' הוא גדול יותר 
מהמקסימום של ${maximum}.
-
-PatternValidator=הערך של '${label}' אינו תואם את הדפוס 
'${pattern}'.
-EmailAddressValidator=הערך של '${label}' כתובת דואר 
אלקטרוני שגויה.
-CreditCardValidator=מספר כרטיס האשראי אינו חוקי.
-UrlValidator=הערך של '${label}' אינו נכון URL.
-
-EqualInputValidator='${input0}' מ ${label0} ל '${input1}' מ ${label1} 
חייב להיות שווה.
-EqualPasswordInputValidator=${label0} ל ${label1} חייב להיות 
שווה.
-
-null=בחר אחד
-nullValid=
-
-PagingNavigator.first=עבור לעמוד ראשון
-PagingNavigator.previous=עבור לעמוד קודם
-PagingNavigator.next=עבור לעמוד הבא
-PagingNavigator.last=עבור לעמוד אחרון
-PagingNavigation.page=עבור לדף ${page}
- 
-org.apache.wicket.mfu.caption.unlimited=קבצים:
-org.apache.wicket.mfu.caption.limited=קבצים (maximum ${max}): 
-org.apache.wicket.mfu.delete=מחק
-
-uploadTooLarge = קובץ חייב להיות פחות מ ${maxSize}.
-uploadSingleFileTooLarge = כל אחד מהקבצים חייב להיות 
פחות מ ${fileMaxSize}.
-uploadFailed = כישלון בטעינת הקובץ: 
${exception.localizedMessage}
-
-FeedbackMessage.CSS.undefined=feedbackPanelUNDEFINED
-FeedbackMessage.CSS.debug=feedbackPanelDEBUG
-FeedbackMessage.CSS.info=feedbackPanelINFO
-FeedbackMessage.CSS.success=feedbackPanelSUCCESS
-FeedbackMessage.CSS.warning=feedbackPanelWARNING
-FeedbackMessage.CSS.error=feedbackPanelERROR
-FeedbackMessage.CSS.fatal=feedbackPanelFATAL
-
-FormComponentLabel.CSS.required=required
-FormComponentLabel.CSS.invalid=error
-FormComponentLabel.CSS.disabled=disabled
-
-OddEvenItem.CSS.odd=odd
-OddEvenItem.CSS.even=even
-
-OddEvenListItem.CSS.odd=odd
-OddEvenListItem.CSS.even=even
-
-AutoLabel.CSS.required=required
-AutoLabel.CSS.invalid=error
-AutoLabel.CSS.disabled=disabled

http://git-wip-us.apache.org/repos/asf/wicket/blob/f5b2ea24/wicket-core/src/main/java/org/apache/wicket/Application_he.utf8.properties
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/Application_he.utf8.properties 
b/wicket-core/src/main/java/org/apache/wicket/Application_he.utf8.properties
new file mode 100644
index 0000000..b43c7d2
--- /dev/null
+++ b/wicket-core/src/main/java/org/apache/wicket/Application_he.utf8.properties
@@ -0,0 +1,89 @@
+#  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.
+
+# NOTE: this file has to be encoded in UTF-8 !!!
+Required='${label}' נדרש.
+IConverter=הערך של '${label}' אינו תקף ${type}.
+
+RangeValidator.exact=הערך של '${label}' חייב להיות בדיוק 
${minimum}.
+RangeValidator.range=הערך של '${label}' חייב להיות בין 
${minimum} ל ${maximum}.
+RangeValidator.minimum=הערך של '${label}' חייב להיות לפחות 
${minimum}.
+RangeValidator.maximum=הערך של '${label}' חייב להיות לכל 
היותר ${maximum}.
+
+#deprecated, use RangeValidator.minimum
+MinimumValidator=הערך של '${label}' חייב להיות לפחות 
${minimum}.
+#deprecated, use RangeValidator.maximum
+MaximumValidator=הערך של '${label}' לכל היותר ${maximum}.
+
+#raplaced with RangeValidator 
+NumberValidator.positive=הערך של '${label}' חייב להיות מספר 
חיובי.
+#replaced with RangeValidator
+NumberValidator.negative=הערך של '${label}' חייב להחיל מספר 
שלילי.
+
+StringValidator.range=הערך של '${label}' אינו ${minimum} ל 
${maximum} אורך תווים.
+StringValidator.minimum=הערך של '${label}' קצר יותר מהמינ
ימום של ${minimum} תווים.
+StringValidator.maximum=הערך של '${label}' הוא ארוך יותר 
מהמקסימום של ${maximum} תווים.
+StringValidator.exact=הערך של '${label}' אינו בדיוק ${exact} 
אורך תווים.
+
+ateValidator.range=הערך של '${label}' אינו בין ${minimum} ל 
${maximum}.
+DateValidator.minimum=הערך של '${label}' הוא פחות מהמינ
ימום של ${minimum}.
+DateValidator.maximum=הערך של '${label}' הוא גדול יותר 
מהמקסימום של ${maximum}.
+
+PatternValidator=הערך של '${label}' אינו תואם את הדפוס 
'${pattern}'.
+EmailAddressValidator=הערך של '${label}' כתובת דואר 
אלקטרוני שגויה.
+CreditCardValidator=מספר כרטיס האשראי אינו חוקי.
+UrlValidator=הערך של '${label}' אינו נכון URL.
+
+EqualInputValidator='${input0}' מ ${label0} ל '${input1}' מ ${label1} 
חייב להיות שווה.
+EqualPasswordInputValidator=${label0} ל ${label1} חייב להיות 
שווה.
+
+null=בחר אחד
+nullValid=
+
+PagingNavigator.first=עבור לעמוד ראשון
+PagingNavigator.previous=עבור לעמוד קודם
+PagingNavigator.next=עבור לעמוד הבא
+PagingNavigator.last=עבור לעמוד אחרון
+PagingNavigation.page=עבור לדף ${page}
+ 
+org.apache.wicket.mfu.caption.unlimited=קבצים:
+org.apache.wicket.mfu.caption.limited=קבצים (maximum ${max}): 
+org.apache.wicket.mfu.delete=מחק
+
+uploadTooLarge = קובץ חייב להיות פחות מ ${maxSize}.
+uploadSingleFileTooLarge = כל אחד מהקבצים חייב להיות 
פחות מ ${fileMaxSize}.
+uploadFailed = כישלון בטעינת הקובץ: 
${exception.localizedMessage}
+
+FeedbackMessage.CSS.undefined=feedbackPanelUNDEFINED
+FeedbackMessage.CSS.debug=feedbackPanelDEBUG
+FeedbackMessage.CSS.info=feedbackPanelINFO
+FeedbackMessage.CSS.success=feedbackPanelSUCCESS
+FeedbackMessage.CSS.warning=feedbackPanelWARNING
+FeedbackMessage.CSS.error=feedbackPanelERROR
+FeedbackMessage.CSS.fatal=feedbackPanelFATAL
+
+FormComponentLabel.CSS.required=required
+FormComponentLabel.CSS.invalid=error
+FormComponentLabel.CSS.disabled=disabled
+
+OddEvenItem.CSS.odd=odd
+OddEvenItem.CSS.even=even
+
+OddEvenListItem.CSS.odd=odd
+OddEvenListItem.CSS.even=even
+
+AutoLabel.CSS.required=required
+AutoLabel.CSS.invalid=error
+AutoLabel.CSS.disabled=disabled

http://git-wip-us.apache.org/repos/asf/wicket/blob/f5b2ea24/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/DataTablePage.utf8.properties
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/DataTablePage.utf8.properties
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/DataTablePage.utf8.properties
index 67923e7..318486e 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/DataTablePage.utf8.properties
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/DataTablePage.utf8.properties
@@ -12,6 +12,8 @@
 #  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.
+
+# NOTE: this file has to be encoded in UTF-8 !!!
 actions = Actions
 id = ID
 firstName = First Name

http://git-wip-us.apache.org/repos/asf/wicket/blob/f5b2ea24/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_cs.utf8.properties
----------------------------------------------------------------------
diff --git 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_cs.utf8.properties
 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_cs.utf8.properties
index c3ce047..0cbccc8 100644
--- 
a/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_cs.utf8.properties
+++ 
b/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/Wizard_cs.utf8.properties
@@ -12,6 +12,8 @@
 #  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.
+
+# NOTE: this file has to be encoded in UTF-8 !!!
 org.apache.wicket.extensions.wizard.next=              Další >
 org.apache.wicket.extensions.wizard.previous=          < Předchozí
 org.apache.wicket.extensions.wizard.last=              Poslední

Reply via email to