You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/10/12 15:12:06 UTC

svn commit: r314886 - in /cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n: messages.xml messages_fr.xml messages_nl.xml

Author: vgritsenko
Date: Wed Oct 12 06:12:00 2005
New Revision: 314886

URL: http://svn.apache.org/viewcvs?rev=314886&view=rev
Log:
svn properties

Modified:
    cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages.xml   (contents, props changed)
    cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_fr.xml   (contents, props changed)
    cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_nl.xml   (contents, props changed)

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages.xml?rev=314886&r1=314885&r2=314886&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages.xml Wed Oct 12 06:12:00 2005
@@ -1,33 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 1999-2004 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.
--->
-
-<!--+
-    | Default (English) message catalogue file for Cocoon 2 CalendarGenerator sample
-    |
-    | CVS $Id:  $
-    +-->
-    
-    <catalogue xml:lang="en">
-        <message key="SUNDAY">Sunday</message>
-        <message key="MONDAY">Monday</message>
-        <message key="TUESDAY">Tuesday</message>
-        <message key="WEDNESDAY">Wednesday</message>
-        <message key="THURSDAY">Thursday</message>
-        <message key="FRIDAY">Friday</message>
-        <message key="SATURDAY">Saturday</message>
-    </catalogue>
-    
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2004 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.
+-->
+
+<!--+
+    | Default (English) message catalogue file for Cocoon 2 CalendarGenerator sample
+    |
+    | CVS $Id$
+    +-->
+    
+    <catalogue xml:lang="en">
+        <message key="SUNDAY">Sunday</message>
+        <message key="MONDAY">Monday</message>
+        <message key="TUESDAY">Tuesday</message>
+        <message key="WEDNESDAY">Wednesday</message>
+        <message key="THURSDAY">Thursday</message>
+        <message key="FRIDAY">Friday</message>
+        <message key="SATURDAY">Saturday</message>
+    </catalogue>
+    

Propchange: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_fr.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_fr.xml?rev=314886&r1=314885&r2=314886&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_fr.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_fr.xml Wed Oct 12 06:12:00 2005
@@ -1,33 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 1999-2004 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.
--->
-
-<!--+
-    | French message catalogue file for Cocoon 2 CalendarGenerator sample
-    |
-    | CVS $Id:  $
-    +-->
-    
-    <catalogue xml:lang="fr">
-        <message key="SUNDAY">dimanche</message>
-        <message key="MONDAY">lundi</message>
-        <message key="TUESDAY">mardi</message>
-        <message key="WEDNESDAY">mercredi</message>
-        <message key="THURSDAY">jeudi</message>
-        <message key="FRIDAY">vendredi</message>
-        <message key="SATURDAY">samedi</message>
-    </catalogue>
-    
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2004 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.
+-->
+
+<!--+
+    | French message catalogue file for Cocoon 2 CalendarGenerator sample
+    |
+    | CVS $Id$
+    +-->
+    
+    <catalogue xml:lang="fr">
+        <message key="SUNDAY">dimanche</message>
+        <message key="MONDAY">lundi</message>
+        <message key="TUESDAY">mardi</message>
+        <message key="WEDNESDAY">mercredi</message>
+        <message key="THURSDAY">jeudi</message>
+        <message key="FRIDAY">vendredi</message>
+        <message key="SATURDAY">samedi</message>
+    </catalogue>
+    

Propchange: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_fr.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_fr.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_nl.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_nl.xml?rev=314886&r1=314885&r2=314886&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_nl.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_nl.xml Wed Oct 12 06:12:00 2005
@@ -1,33 +1,33 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright 1999-2004 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.
--->
-
-<!--+
-    | Dutch message catalogue file for Cocoon 2 CalendarGenerator sample
-    |
-    | CVS $Id:  $
-    +-->
-    
-    <catalogue xml:lang="nl">
-        <message key="SUNDAY">Zondag</message>
-        <message key="MONDAY">Maandag</message>
-        <message key="TUESDAY">Dinsdag</message>
-        <message key="WEDNESDAY">Woensdag</message>
-        <message key="THURSDAY">Donderdag</message>
-        <message key="FRIDAY">Vrijdag</message>
-        <message key="SATURDAY">Zaterdag</message>
-    </catalogue>
-    
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2004 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.
+-->
+
+<!--+
+    | Dutch message catalogue file for Cocoon 2 CalendarGenerator sample
+    |
+    | CVS $Id$
+    +-->
+    
+    <catalogue xml:lang="nl">
+        <message key="SUNDAY">Zondag</message>
+        <message key="MONDAY">Maandag</message>
+        <message key="TUESDAY">Dinsdag</message>
+        <message key="WEDNESDAY">Woensdag</message>
+        <message key="THURSDAY">Donderdag</message>
+        <message key="FRIDAY">Vrijdag</message>
+        <message key="SATURDAY">Zaterdag</message>
+    </catalogue>
+    

Propchange: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_nl.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/common/i18n/messages_nl.xml
------------------------------------------------------------------------------
    svn:keywords = Id