Update of /var/cvs/config
In directory james.mmbase.org:/tmp/cvs-serv11342

Modified Files:
        framework.xml 
Log Message:
added some translations


See also: http://cvs.mmbase.org/viewcvs/config


Index: framework.xml
===================================================================
RCS file: /var/cvs/config/framework.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- framework.xml       24 Feb 2008 10:46:50 -0000      1.9
+++ framework.xml       21 Mar 2008 16:10:32 -0000      1.10
@@ -6,7 +6,7 @@
     xsi:schemaLocation="http://www.mmbase.org/xmlns/framework
                         http://www.mmbase.org/xmlns/framework.xsd";>
   <!--
-      version: $Id: framework.xml,v 1.9 2008/02/24 10:46:50 michiel Exp $
+      version: $Id: framework.xml,v 1.10 2008/03/21 16:10:32 michiel Exp $
   -->
   <!--
       In this file the classes of the UrlConverters need to be listed in the 
order
@@ -20,12 +20,34 @@
        The following defines the order or the entries in the /mmbase/admin 
menu.
        /mmbase/admin shows all block classified in 'mmbase'.
   -->
-  <blocktype name="mmbase.about"      weight="0" />
-  <blocktype name="mmbase.admin"      weight="10" />
-  <blocktype name="mmbase.components" weight="20" />
-  <blocktype name="mmbase.tools"      weight="30" />
-  <blocktype name="mmbase.edit"       weight="40" />
-  <blocktype name="mmbase.examples"   weight="10000" />
+  <blocktype name="mmbase.about"           weight="0">
+    <title xml:lang="nl">Over</title>
+    <title xml:lang="en">About</title>
+  </blocktype>
+  <blocktype name="mmbase.admin"           weight="10" >
+    <title xml:lang="nl">Beheer</title>
+    <title xml:lang="en">Admin</title>
+  </blocktype>
+  <blocktype name="mmbase.components"      weight="20">
+    <title xml:lang="nl">Componenten</title>
+    <title xml:lang="en">Components</title>
+  </blocktype>
+  <blocktype name="mmbase.tools"           weight="30">
+    <title xml:lang="nl">Gereedschap</title>
+    <title xml:lang="en">Tools</title>
+  </blocktype>
+  <blocktype name="mmbase.edit"            weight="40">
+    <title xml:lang="nl">Redactie</title>
+    <title xml:lang="en">Edit</title>
+  </blocktype>
+  <blocktype name="mmbase.cloudsecurity"   weight="50">
+    <title xml:lang="nl">Veiligheid</title>
+    <title xml:lang="en">Security</title>
+  </blocktype>
+  <blocktype name="mmbase.examples"        weight="10000">
+    <title xml:lang="nl">Voorbeelden</title>
+    <title xml:lang="en">Examples</title>
+  </blocktype>
 
 
   <urlconverter class="org.mmbase.framework.basic.MMBaseUrlConverter">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to