Author: jkuhnert
Date: Mon Apr 10 09:16:41 2006
New Revision: 392981
URL: http://svn.apache.org/viewcvs?rev=392981&view=rev
Log:
Applied various patches
Added:
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_da.properties
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_no.properties
Modified:
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/form/DatePicker.js
(props changed)
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_zh_CN.properties
jakarta/tapestry/branches/4.0/status.xml
Propchange:
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/form/DatePicker.js
('svn:mime-type' removed)
Added:
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_da.properties
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_da.properties?rev=392981&view=auto
==============================================================================
---
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_da.properties
(added)
+++
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_da.properties
Mon Apr 10 09:16:41 2006
@@ -0,0 +1,44 @@
+# Copyright 2005 The Apache Software Foundation
+#
+# Licensed 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.
+
+field-is-required=Du skal udfylde feltet {0}.
+field-too-short=Du skal indtaste mindst {0} tegn i feltet {1}.
+
+invalid-date-format=Ugyldigt datoformat i feltet {0}. Formatet er {1}.
+invalid-int-format={0} skal v\u00e6re et helt tal.
+invalid-format={0} er ikke i et genkendeligt format.
+invalid-numeric-format={0} skal v\u00e6re en numerisk v\u00e6rdi.
+
+date-too-early={0} skal v\u00e6re p\u00e5 eller efter {1}.
+date-too-late={0} skal v\u00e6re p\u00e5 eller f\u00f8r {1}.
+
+number-too-small={0} m\u00e5 ikke v\u00e6re mindre end {1}.
+number-too-large={0} m\u00e5 ikke v\u00e6re st\u00f8rre end {1}.
+
+number-range={0} skal v\u00e6re mellem {1} og {2}.
+
+invalid-email-format=Ugyldigt e-mailformat i feltet {0}. Formatet er [EMAIL
PROTECTED]
+
+pattern-not-matched={0} opfylder ikke det kr\u00e6vede m\u00f8nster {1}.
+
+invalid-url-format = Ugyldig URL.
+disallowed-protocol = Ulovlig protokol - protokolen skal v\u00e6re {0}.
+
+### 4.0 ###
+
+field-too-long=Du m\u00e5 ikke indtaste mere end {0} tegn i feltet {1}.
+
+regex-mismatch={0} er ugyldig(t).
+
+invalid-field-equality={0} skal {1,choice,0#v\u00e6re forskellig fra|1#stemme
overens med} {2}.
Added:
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_no.properties
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_no.properties?rev=392981&view=auto
==============================================================================
---
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_no.properties
(added)
+++
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_no.properties
Mon Apr 10 09:16:41 2006
@@ -0,0 +1,44 @@
+# Copyright 2005 The Apache Software Foundation
+#
+# Licensed 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.
+
+field-is-required=Du må fylle ut {0}.
+field-too-short=Feltet {1} må inneholde minst {0} tegn.
+
+invalid-date-format=Ugyldig datoformat for {0}. Formatet er {1}.
+invalid-int-format={0} må være et heltall
+invalid-format={0} er ikke i et kjent format
+invalid-numeric-format={0} må være et tall
+
+date-too-early={0} må være på eller etter {1}.
+date-too-late={0} må være på eller før {1}.
+
+number-too-small={0} må være mindre enn {1}.
+number-too-large={0} må være større enn {1}.
+
+number-range={0} må være mellom {1} og {2}.
+
+invalid-email-format=Ugyldig e-post format for {0}. Korrekt format er [EMAIL
PROTECTED]
+
+pattern-not-matched={0} oppfyller ikke det ønskede mønsteret {1}.
+
+invalid-url-format=Ugyldig URL.
+disallowed-protocol=Protokollen er ikke tillatt - det må være {0}.
+
+### 4.0 ###
+
+field-too-long=Feltet {1} kan ikke inneholde mer enn {0} tegn.
+
+regex-mismatch={0} er ugyldig.
+
+invalid-field-equality={0} må være {1,choice,0#forskjellig fra|1#samme som}
{2}.
Modified:
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_zh_CN.properties
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_zh_CN.properties?rev=392981&r1=392980&r2=392981&view=diff
==============================================================================
---
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_zh_CN.properties
(original)
+++
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_zh_CN.properties
Mon Apr 10 09:16:41 2006
@@ -34,3 +34,10 @@
invalid-url-format = \u9519\u8bef\u7684URL\u3002
disallowed-protocol =
\u4e0d\u88ab\u5141\u8bb8\u7684\u534f\u8bae\uff0c\u5fc5\u987b\u662f{0}\u3002
+### 4.0 ###
+
+field-too-long={1}\u7684\u5185\u5bb9\u4e0d\u80fd\u8d85\u8fc7{0}\u5b57\u7b26\u3002
+
+regex-mismatch={0}\u7684\u683c\u5f0f\u4e0d\u6b63\u786e\u3002
+
+invalid-field-equality={0}\u5fc5\u987b{1,choice,0#\u4e0d\u540c\u4e8e|1#\u76f8\u540c\u4e8e}
{2}.
\ No newline at end of file
Modified: jakarta/tapestry/branches/4.0/status.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/status.xml?rev=392981&r1=392980&r2=392981&view=diff
==============================================================================
--- jakarta/tapestry/branches/4.0/status.xml (original)
+++ jakarta/tapestry/branches/4.0/status.xml Mon Apr 10 09:16:41 2006
@@ -56,7 +56,15 @@
</todo>
<changes>
<release version="4.0.2" date="unreleased" >
-
+ <action type="add" dev="JK" fixes-bug="TAPESTRY-905"
due-to="Filip S. Adamsen">
+ Danish validation strings added.
+ </action>
+ <action type="add" dev="JK" fixes-bug="TAPESTRY-903"
due-to="Inge">
+ Norwegian validation strings added.
+ </action>
+ <action type="update" dev="JK" fixes-bug="TAPESTRY-901"
due-to="Jun Tsai">
+ Chinese validation strings updated with new tapestry 4
strings.
+ </action>
</release>
<release version="4.0.1" date="Mar 31 2006" >
<action type="fix" dev="JK" fixes-bug="TAPESTRY-863" due-to="unknown
contributor">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]