You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/07/19 12:06:15 UTC

svn commit: r557546 - in /lenya/trunk/src/modules: cforms/config/cocoon-xconf/ cforms/resources/i18n/ collection/config/cocoon-xconf/ collection/resources/ collection/resources/i18n/ links/config/cocoon-xconf/ links/resources/i18n/ news/config/cocoon-x...

Author: andreas
Date: Thu Jul 19 03:06:07 2007
New Revision: 557546

URL: http://svn.apache.org/viewvc?view=rev&rev=557546
Log:
Use i18n instead of resource type label

Added:
    lenya/trunk/src/modules/collection/resources/
    lenya/trunk/src/modules/collection/resources/i18n/
    lenya/trunk/src/modules/collection/resources/i18n/cmsui.xml
    lenya/trunk/src/modules/collection/resources/i18n/cmsui_de.xml
    lenya/trunk/src/modules/links/resources/i18n/
    lenya/trunk/src/modules/links/resources/i18n/cmsui.xml
    lenya/trunk/src/modules/links/resources/i18n/cmsui_de.xml
    lenya/trunk/src/modules/usecasedocument/resources/i18n/
    lenya/trunk/src/modules/usecasedocument/resources/i18n/cmsui.xml
    lenya/trunk/src/modules/usecasedocument/resources/i18n/cmsui_de.xml
    lenya/trunk/src/modules/xhtml/resources/i18n/
    lenya/trunk/src/modules/xhtml/resources/i18n/cmsui.xml
    lenya/trunk/src/modules/xhtml/resources/i18n/cmsui_de.xml
Modified:
    lenya/trunk/src/modules/cforms/config/cocoon-xconf/module.xconf
    lenya/trunk/src/modules/cforms/resources/i18n/cmsui.xml
    lenya/trunk/src/modules/cforms/resources/i18n/cmsui_de.xml
    lenya/trunk/src/modules/collection/config/cocoon-xconf/resourcetype-collection.xconf
    lenya/trunk/src/modules/links/config/cocoon-xconf/resource-type-links.xconf
    lenya/trunk/src/modules/news/config/cocoon-xconf/resourcetype-news.xconf
    lenya/trunk/src/modules/news/resources/i18n/cmsui.xml
    lenya/trunk/src/modules/news/resources/i18n/cmsui_de.xml
    lenya/trunk/src/modules/opendocument/config/cocoon-xconf/resource-type-opendocument.xconf
    lenya/trunk/src/modules/opendocument/resources/i18n/cmsui.xml
    lenya/trunk/src/modules/opendocument/resources/i18n/cmsui_de.xml
    lenya/trunk/src/modules/resource/config/cocoon-xconf/module.xconf
    lenya/trunk/src/modules/resource/resources/i18n/cmsui.xml
    lenya/trunk/src/modules/resource/resources/i18n/cmsui_de.xml
    lenya/trunk/src/modules/usecasedocument/config/cocoon-xconf/resource-type-usecase.xconf
    lenya/trunk/src/modules/xhtml/config/cocoon-xconf/resource-type-xhtml.xconf

Modified: lenya/trunk/src/modules/cforms/config/cocoon-xconf/module.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/cforms/config/cocoon-xconf/module.xconf?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/cforms/config/cocoon-xconf/module.xconf (original)
+++ lenya/trunk/src/modules/cforms/config/cocoon-xconf/module.xconf Thu Jul 19 03:06:07 2007
@@ -23,7 +23,6 @@
   <component-instance name="cforms"
                       logger="lenya.resourcetypes.cforms"
                       class="org.apache.lenya.cms.publication.ResourceTypeImpl">
-    <label>CForms</label>
     <schema src="fallback://lenya/modules/cforms/schemas/cforms.rng" language="http://relaxng.org/ns/structure/0.9"/>
     <sample-name>fallback://lenya/modules/cforms/samples/cforms.xml</sample-name>
     <link-attribute xpath="//*[namespace-uri() = 'http://www.w3.org/1999/xhtml']/@href"/>

Modified: lenya/trunk/src/modules/cforms/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/cforms/resources/i18n/cmsui.xml?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/cforms/resources/i18n/cmsui.xml (original)
+++ lenya/trunk/src/modules/cforms/resources/i18n/cmsui.xml Thu Jul 19 03:06:07 2007
@@ -20,6 +20,7 @@
 
 <catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml">
 
+  <message key="resourceType-cforms">CForms</message>
   <message key="With CForms">With CForms</message>
   
 </catalogue>

Modified: lenya/trunk/src/modules/cforms/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/cforms/resources/i18n/cmsui_de.xml?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/cforms/resources/i18n/cmsui_de.xml (original)
+++ lenya/trunk/src/modules/cforms/resources/i18n/cmsui_de.xml Thu Jul 19 03:06:07 2007
@@ -20,6 +20,7 @@
 
 <catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml">
 
+  <message key="resourceType-cforms">CForms</message>
   <message key="With CForms">Mit CForms</message>
   
 </catalogue>

Modified: lenya/trunk/src/modules/collection/config/cocoon-xconf/resourcetype-collection.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/collection/config/cocoon-xconf/resourcetype-collection.xconf?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/collection/config/cocoon-xconf/resourcetype-collection.xconf (original)
+++ lenya/trunk/src/modules/collection/config/cocoon-xconf/resourcetype-collection.xconf Thu Jul 19 03:06:07 2007
@@ -23,7 +23,6 @@
   <component-instance name="collection"
                       logger="lenya.resourcetypes.collectoin"
                       class="org.apache.lenya.cms.publication.ResourceTypeImpl">
-    <label>Collection</label>
     <sample-name name="Manual">fallback://lenya/modules/collection/samples/collection.xml</sample-name>
     <sample-name name="Children">fallback://lenya/modules/collection/samples/children.xml</sample-name>
     <format name="collection" uri="cocoon://modules/collection/collection.xml"/>

Added: lenya/trunk/src/modules/collection/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/collection/resources/i18n/cmsui.xml?view=auto&rev=557546
==============================================================================
--- lenya/trunk/src/modules/collection/resources/i18n/cmsui.xml (added)
+++ lenya/trunk/src/modules/collection/resources/i18n/cmsui.xml Thu Jul 19 03:06:07 2007
@@ -0,0 +1,25 @@
+<?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.
+-->
+
+<!-- $Id: cmsui.xml 446542 2006-09-15 08:14:39Z andreas $ -->
+
+<catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+  <message key="resourceType-collection">Collection</message>
+  
+</catalogue>

Added: lenya/trunk/src/modules/collection/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/collection/resources/i18n/cmsui_de.xml?view=auto&rev=557546
==============================================================================
--- lenya/trunk/src/modules/collection/resources/i18n/cmsui_de.xml (added)
+++ lenya/trunk/src/modules/collection/resources/i18n/cmsui_de.xml Thu Jul 19 03:06:07 2007
@@ -0,0 +1,26 @@
+<?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.
+-->
+
+<!-- $Id: cmsui_de.xml 446542 2006-09-15 08:14:39Z andreas $ -->
+
+<catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+  <message key="resourceType-collection">Sammlung</message>
+  
+</catalogue>
+

Modified: lenya/trunk/src/modules/links/config/cocoon-xconf/resource-type-links.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/links/config/cocoon-xconf/resource-type-links.xconf?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/links/config/cocoon-xconf/resource-type-links.xconf (original)
+++ lenya/trunk/src/modules/links/config/cocoon-xconf/resource-type-links.xconf Thu Jul 19 03:06:07 2007
@@ -23,7 +23,6 @@
   <component-instance name="links"
                       logger="lenya.resourcetypes.links"
                       class="org.apache.lenya.cms.publication.ResourceTypeImpl">
-    <label>Links</label>
     <schema language="http://relaxng.org/ns/structure/0.9"
             src="fallback://lenya/modules/links/resources/schema/links.rng"/>
     <sample-name>fallback://lenya/modules/links/samples/links.xml</sample-name>

Added: lenya/trunk/src/modules/links/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/links/resources/i18n/cmsui.xml?view=auto&rev=557546
==============================================================================
--- lenya/trunk/src/modules/links/resources/i18n/cmsui.xml (added)
+++ lenya/trunk/src/modules/links/resources/i18n/cmsui.xml Thu Jul 19 03:06:07 2007
@@ -0,0 +1,25 @@
+<?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.
+-->
+
+<!-- $Id: cmsui.xml 446542 2006-09-15 08:14:39Z andreas $ -->
+
+<catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+  <message key="resourceType-links">Links</message>
+  
+</catalogue>

Added: lenya/trunk/src/modules/links/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/links/resources/i18n/cmsui_de.xml?view=auto&rev=557546
==============================================================================
--- lenya/trunk/src/modules/links/resources/i18n/cmsui_de.xml (added)
+++ lenya/trunk/src/modules/links/resources/i18n/cmsui_de.xml Thu Jul 19 03:06:07 2007
@@ -0,0 +1,26 @@
+<?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.
+-->
+
+<!-- $Id: cmsui_de.xml 446542 2006-09-15 08:14:39Z andreas $ -->
+
+<catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+  <message key="resourceType-links">Links</message>
+  
+</catalogue>
+

Modified: lenya/trunk/src/modules/news/config/cocoon-xconf/resourcetype-news.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/news/config/cocoon-xconf/resourcetype-news.xconf?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/news/config/cocoon-xconf/resourcetype-news.xconf (original)
+++ lenya/trunk/src/modules/news/config/cocoon-xconf/resourcetype-news.xconf Thu Jul 19 03:06:07 2007
@@ -23,7 +23,6 @@
   <component-instance name="news"
                       logger="lenya.resourcetypes.news"
                       class="org.apache.lenya.cms.publication.ResourceTypeImpl">
-    <label>News</label>
     
     <!-- Default time in seconds until the resource-type has expired -->  
     <expires seconds="3600" />

Modified: lenya/trunk/src/modules/news/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/news/resources/i18n/cmsui.xml?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/news/resources/i18n/cmsui.xml (original)
+++ lenya/trunk/src/modules/news/resources/i18n/cmsui.xml Thu Jul 19 03:06:07 2007
@@ -20,6 +20,7 @@
 
 <catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml">
   
+  <message key="resourceType-news">News</message>
   <message key="new-news-message-hint">To add a new news message, choose 'File' -> 'New XHTML Document'.</message>
   <message key="news-settings">News Settings</message>
   <message key="include-items">Number of items to display on overview page</message>

Modified: lenya/trunk/src/modules/news/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/news/resources/i18n/cmsui_de.xml?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/news/resources/i18n/cmsui_de.xml (original)
+++ lenya/trunk/src/modules/news/resources/i18n/cmsui_de.xml Thu Jul 19 03:06:07 2007
@@ -19,7 +19,8 @@
 <!-- $Id: cmsui.xml 447395 2006-09-18 13:01:33Z andreas $ -->
 
 <catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml">
-  
+  
+  <message key="resourceType-news">News</message>
   <message key="new-news-message-hint">
     Um eine neue News-Meldung zu erstellen,
     wählen Sie 'Datei' -> 'Neues News-Dokument'.

Modified: lenya/trunk/src/modules/opendocument/config/cocoon-xconf/resource-type-opendocument.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/opendocument/config/cocoon-xconf/resource-type-opendocument.xconf?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/opendocument/config/cocoon-xconf/resource-type-opendocument.xconf (original)
+++ lenya/trunk/src/modules/opendocument/config/cocoon-xconf/resource-type-opendocument.xconf Thu Jul 19 03:06:07 2007
@@ -23,7 +23,6 @@
   <component-instance name="opendocument"
                       logger="lenya.resourcetypes.opendocument"
                       class="org.apache.lenya.cms.publication.ResourceTypeImpl">
-    <label>OpenDocument</label>
     <sample-name>fallback://lenya/modules/opendocument/samples/helloworld.odt</sample-name>
     <!-- NOTE: Will be matched within sitemap of this module (modules/opendocument/sitemap.xmap) -->
     <format name="xhtml" uri="cocoon://modules/opendocument/xhtml.xml"/>

Modified: lenya/trunk/src/modules/opendocument/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/opendocument/resources/i18n/cmsui.xml?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/opendocument/resources/i18n/cmsui.xml (original)
+++ lenya/trunk/src/modules/opendocument/resources/i18n/cmsui.xml Thu Jul 19 03:06:07 2007
@@ -20,6 +20,7 @@
 
 <catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml">
 
+  <message key="resourceType-opendocument">OpenDocument</message>
   <message key="Upload ODT">Upload ODT</message>
   <message key="Download ODT">Download ODT</message>
   <message key="Upload ODT File">Upload ODT File</message>

Modified: lenya/trunk/src/modules/opendocument/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/opendocument/resources/i18n/cmsui_de.xml?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/opendocument/resources/i18n/cmsui_de.xml (original)
+++ lenya/trunk/src/modules/opendocument/resources/i18n/cmsui_de.xml Thu Jul 19 03:06:07 2007
@@ -19,7 +19,8 @@
 <!-- $Id: cmsui_de.xml 446542 2006-09-15 08:14:39Z andreas $ -->
 
 <catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml">
-
+
+  <message key="resourceType-opendocument">OpenDocument</message>
   <message key="Upload ODT">ODT hochladen</message>
   <message key="Download ODT">ODT herunterladen</message>
   <message key="Upload ODT File">ODT-Datei hochladen</message>

Modified: lenya/trunk/src/modules/resource/config/cocoon-xconf/module.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/resource/config/cocoon-xconf/module.xconf?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/resource/config/cocoon-xconf/module.xconf (original)
+++ lenya/trunk/src/modules/resource/config/cocoon-xconf/module.xconf Thu Jul 19 03:06:07 2007
@@ -23,7 +23,6 @@
   <component-instance name="resource"
                       logger="lenya.resourcetypes.resource"
                       class="org.apache.lenya.cms.publication.ResourceTypeImpl">
-    <label>Media</label>
     <schema src="fallback://lenya/modules/resource/resources/schemas/resource.rng" language="http://relaxng.org/ns/structure/0.9"/>
     <sample-name>fallback://lenya/modules/resource/samples/resource.xml</sample-name>
     <format name="xhtml" uri="cocoon://modules/resource/xhtml.xml"/>

Modified: lenya/trunk/src/modules/resource/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/resource/resources/i18n/cmsui.xml?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/resource/resources/i18n/cmsui.xml (original)
+++ lenya/trunk/src/modules/resource/resources/i18n/cmsui.xml Thu Jul 19 03:06:07 2007
@@ -20,6 +20,7 @@
 
 <catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml">
 
+  <message key="resourceType-resource">Media</message>
   <message key="Insert Image">Insert Image</message>
   <message key="Insert Asset">Insert Asset</message>
   <message key="Asset Upload">Asset Upload</message>

Modified: lenya/trunk/src/modules/resource/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/resource/resources/i18n/cmsui_de.xml?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/resource/resources/i18n/cmsui_de.xml (original)
+++ lenya/trunk/src/modules/resource/resources/i18n/cmsui_de.xml Thu Jul 19 03:06:07 2007
@@ -20,6 +20,7 @@
 
 <catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml">
 
+  <message key="resourceType-resource">Media</message>
   <message key="Insert Image">Bild einfügen</message>
   <message key="Insert Asset">Anlage einfügen</message>
   <message key="Asset Upload">Anlage hochladen</message>

Modified: lenya/trunk/src/modules/usecasedocument/config/cocoon-xconf/resource-type-usecase.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/usecasedocument/config/cocoon-xconf/resource-type-usecase.xconf?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/usecasedocument/config/cocoon-xconf/resource-type-usecase.xconf (original)
+++ lenya/trunk/src/modules/usecasedocument/config/cocoon-xconf/resource-type-usecase.xconf Thu Jul 19 03:06:07 2007
@@ -23,7 +23,6 @@
   <component-instance name="usecase"
     logger="lenya.resourcetypes.usecase"
     class="org.apache.lenya.cms.publication.ResourceTypeImpl">
-    <label>Usecase</label>
     <schema language="http://relaxng.org/ns/structure/0.9"
       src="fallback://lenya/modules/usecasedocument/resources/schemas/usecase.rng"/>
     

Added: lenya/trunk/src/modules/usecasedocument/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/usecasedocument/resources/i18n/cmsui.xml?view=auto&rev=557546
==============================================================================
--- lenya/trunk/src/modules/usecasedocument/resources/i18n/cmsui.xml (added)
+++ lenya/trunk/src/modules/usecasedocument/resources/i18n/cmsui.xml Thu Jul 19 03:06:07 2007
@@ -0,0 +1,25 @@
+<?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.
+-->
+
+<!-- $Id: cmsui.xml 446542 2006-09-15 08:14:39Z andreas $ -->
+
+<catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+  <message key="resourceType-usecase">Usecase</message>
+  
+</catalogue>

Added: lenya/trunk/src/modules/usecasedocument/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/usecasedocument/resources/i18n/cmsui_de.xml?view=auto&rev=557546
==============================================================================
--- lenya/trunk/src/modules/usecasedocument/resources/i18n/cmsui_de.xml (added)
+++ lenya/trunk/src/modules/usecasedocument/resources/i18n/cmsui_de.xml Thu Jul 19 03:06:07 2007
@@ -0,0 +1,26 @@
+<?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.
+-->
+
+<!-- $Id: cmsui_de.xml 446542 2006-09-15 08:14:39Z andreas $ -->
+
+<catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+  <message key="resourceType-usecase">Usecase</message>
+  
+</catalogue>
+

Modified: lenya/trunk/src/modules/xhtml/config/cocoon-xconf/resource-type-xhtml.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/config/cocoon-xconf/resource-type-xhtml.xconf?view=diff&rev=557546&r1=557545&r2=557546
==============================================================================
--- lenya/trunk/src/modules/xhtml/config/cocoon-xconf/resource-type-xhtml.xconf (original)
+++ lenya/trunk/src/modules/xhtml/config/cocoon-xconf/resource-type-xhtml.xconf Thu Jul 19 03:06:07 2007
@@ -23,7 +23,6 @@
   <component-instance name="xhtml"
     logger="lenya.resourcetypes.xhtml"
     class="org.apache.lenya.cms.publication.ResourceTypeImpl">
-    <label>XHTML</label>
     <schema language="http://relaxng.org/ns/structure/0.9"
       src="fallback://lenya/modules/xhtml/resources/schemas/xhtml.rng"/>
     

Added: lenya/trunk/src/modules/xhtml/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/resources/i18n/cmsui.xml?view=auto&rev=557546
==============================================================================
--- lenya/trunk/src/modules/xhtml/resources/i18n/cmsui.xml (added)
+++ lenya/trunk/src/modules/xhtml/resources/i18n/cmsui.xml Thu Jul 19 03:06:07 2007
@@ -0,0 +1,25 @@
+<?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.
+-->
+
+<!-- $Id: cmsui.xml 446564 2006-09-15 10:13:16Z andreas $ -->
+
+<catalogue xml:lang="en" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+  <message key="resourceType-xhtml">XHTML</message>
+  
+</catalogue>

Added: lenya/trunk/src/modules/xhtml/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/resources/i18n/cmsui_de.xml?view=auto&rev=557546
==============================================================================
--- lenya/trunk/src/modules/xhtml/resources/i18n/cmsui_de.xml (added)
+++ lenya/trunk/src/modules/xhtml/resources/i18n/cmsui_de.xml Thu Jul 19 03:06:07 2007
@@ -0,0 +1,25 @@
+<?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.
+-->
+
+<!-- $Id: cmsui.xml 446564 2006-09-15 10:13:16Z andreas $ -->
+
+<catalogue xml:lang="de" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+  <message key="resourceType-xhtml">XHTML</message>
+  
+</catalogue>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org