Author: jkoster
Date: 2009-10-16 11:09:29 +0200 (Fri, 16 Oct 2009)
New Revision: 39174

Modified:
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/config/builders/resources/attachments.xml
   
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/config/builders/resources/images.xml
Log:
CMSC-1330 - Fix typo in language; fix nice indenting.

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/config/builders/resources/attachments.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/config/builders/resources/attachments.xml
    2009-10-16 08:55:47 UTC (rev 39173)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/config/builders/resources/attachments.xml
    2009-10-16 09:09:29 UTC (rev 39174)
@@ -8,141 +8,141 @@
   <status>active</status>
   <class>org.mmbase.module.builders.Attachments</class>
 
-  <searchage>31</searchage>
-  <names>
-    <singular xml:lang="en">Attachment</singular>
-    <singular xml:lang="nl">Bijlage</singular>
-    <singular xml:lang="eo">Aldono</singular>
-       <singular xml:lang="zh">附件</singular>
+   <searchage>31</searchage>
+   <names>
+      <singular xml:lang="en">Attachment</singular>
+      <singular xml:lang="nl">Bijlage</singular>
+      <singular xml:lang="eo">Aldono</singular>
+      <singular xml:lang="zh">附件</singular>
 
-    <plural xml:lang="en">Attachments</plural>
-    <plural xml:lang="nl">Bijlagen</plural>
-    <plural xml:lang="eo">Aldonoj</plural>
-       <plural xml:lang="zh">附件</plural>
-  </names>
+      <plural xml:lang="en">Attachments</plural>
+      <plural xml:lang="nl">Bijlagen</plural>
+      <plural xml:lang="eo">Aldonoj</plural>
+      <plural xml:lang="zh">附件</plural>
+   </names>
 
-  <descriptions>
-        <description xml:lang="en">Attachment, such as a PDF file</description>
-        <description xml:lang="nl">Bijlage, zoals een PDF bestand</description>
-               <description xml:lang="zh">附件,例如一个PDF文件</description>
-  </descriptions>
+   <descriptions>
+      <description xml:lang="en">Attachment, such as a PDF file</description>
+      <description xml:lang="nl">Bijlage, zoals een PDF bestand</description>
+      <description xml:lang="zh">附件,例如一个PDF文件</description>
+   </descriptions>
 
-  <fieldlist>
-  <!--handle field shoul be put in front of the field filename, otherwise the 
filename in editzizard does not work well. CMSC-1444-->
+   <fieldlist>
+      <!--handle field shoul be put in front of the field filename, otherwise 
the filename in editzizard does not work well. CMSC-1444-->
       <field>
-      <descriptions>
-        <description xml:lang="en">The attachment (which you can upload as a 
file)</description>
-        <description xml:lang="nl">De bijlage, up te loaden als een 
bestand</description>
-               <description xml:lang="zh">附件(能以文件形式上传的)</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">File</guiname>
-        <guiname xml:lang="nl">Bestand</guiname>
-        <guiname xml:lang="eo">Dosiero</guiname>
-               <guiname xml:lang="zh">文件</guiname>
-      </gui>
-      <db>
-        <name>handle</name>
-        <type state="persistent" size="16777215" notnull="true" 
key="false">BYTE</type>
-      </db>
-    </field>
+         <descriptions>
+            <description xml:lang="en">The attachment (which you can upload as 
a file)</description>
+            <description xml:lang="nl">De bijlage, up te loaden als een 
bestand</description>
+            <description xml:lang="zh">附件(能以文件形式上传的)</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">File</guiname>
+            <guiname xml:lang="nl">Bestand</guiname>
+            <guiname xml:lang="eo">Dosiero</guiname>
+            <guiname xml:lang="zh">文件</guiname>
+         </gui>
+         <db>
+            <name>handle</name>
+            <type state="persistent" size="16777215" notnull="true" 
key="false">BYTE</type>
+         </db>
+      </field>
 
-    <field>
-      <descriptions>
-        <description xml:lang="en">Mimetype of the attachment, default: 
application/octet-stream</description>
-        <description xml:lang="nl">Mimetype van de bijlage, standaard: 
application/octet-stream</description>
-               <description xml:lang="zh">附件的MIME类型, 默认: 
application/octet-stream</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">MimeType</guiname>
-        <guiname xml:lang="nl">MimeType</guiname>
-               <guiname xml:lang="zh">MIME类型</guiname>
-      </gui>
-      <editor>
-        <positions>
-          <input>3</input>
-          <list>3</list>
-        </positions>
-      </editor>
-      <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
-      <db>
-        <name>mimetype</name>
-        <type state="persistent" size="128" notnull="true" 
key="false">STRING</type>
-      </db>
-    </field>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Mimetype of the attachment, default: 
application/octet-stream</description>
+            <description xml:lang="nl">Mimetype van de bijlage, standaard: 
application/octet-stream</description>
+            <description xml:lang="zh">附件的MIME类型, 默认: 
application/octet-stream</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">MimeType</guiname>
+            <guiname xml:lang="nl">MimeType</guiname>
+            <guiname xml:lang="zh">MIME类型</guiname>
+         </gui>
+         <editor>
+            <positions>
+               <input>3</input>
+               <list>3</list>
+            </positions>
+         </editor>
+         <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes"; 
/>
+         <db>
+            <name>mimetype</name>
+            <type state="persistent" size="128" notnull="true" 
key="false">STRING</type>
+         </db>
+      </field>
 
-    <field>
-      <descriptions>
-        <description xml:lang="en">Original filename of attachment if it was 
an uploaded file</description>
-        <description xml:lang="nl">Oorspronkelijke bestandsnaam als de bijlage 
een ge-upload bestand betreft</description>
-               <description xml:lang="zh">上传附件的原始文件名</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Filename</guiname>
-        <guiname xml:lang="nl">Bestandsnaam</guiname>
-        <guiname xml:lang="eo">Dosiernomo</guiname>
-               <guiname xml:lang="zh">文件名</guiname>
-      </gui>
-      <editor>
-        <positions>
-          <input>4</input>
-          <list>-1</list>
-          <search>4</search><!-- I think it absurd that you can search on 
filename but not otherwise see it -->
-        </positions>
-      </editor>
-      <datatype base="filename" xmlns="http://www.mmbase.org/xmlns/datatypes"; 
/>
-      <db>
-        <name>filename</name>
-        <type state="persistent" size="255" notnull="true" 
key="false">STRING</type>
-      </db>
-    </field>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Original filename of attachment if it 
was an uploaded file</description>
+            <description xml:lang="nl">Oorspronkelijke bestandsnaam als de 
bijlage een ge-upload bestand betreft</description>
+            <description xml:lang="zh">上传附件的原始文件名</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Filename</guiname>
+            <guiname xml:lang="nl">Bestandsnaam</guiname>
+            <guiname xml:lang="eo">Dosiernomo</guiname>
+            <guiname xml:lang="zh">文件名</guiname>
+         </gui>
+         <editor>
+            <positions>
+               <input>4</input>
+               <list>-1</list>
+               <search>4</search><!-- I think it absurd that you can search on 
filename but not otherwise see it -->
+            </positions>
+         </editor>
+         <datatype base="filename" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+         <db>
+            <name>filename</name>
+            <type state="persistent" size="255" notnull="true" 
key="false">STRING</type>
+         </db>
+      </field>
 
-    <field>
-      <descriptions>
-        <description xml:lang="en">Size of the attachment in 
bytes</description>
-        <description xml:lang="nl">Grootte van de bijlage in 
bytes</description>
-               <description xml:lang="zh">附件的大小以字节为单位</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Size</guiname>
-        <guiname xml:lang="nl">Grootte</guiname>
-        <guiname xml:lang="eo">Grando</guiname>
-               <guiname xml:lang="zh">大小</guiname>
-      </gui>
-      <editor>
-        <positions>
-          <input>-1</input>
-          <list>4</list>
-          <search>-1</search>
-        </positions>
-      </editor>
-      <datatype base="filesize" xmlns="http://www.mmbase.org/xmlns/datatypes"; 
/>
-      <db>
-        <name>size</name>
-        <type state="persistent" notnull="true" key="false">INTEGER</type>
-      </db>
-    </field>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Size of the attachment in 
bytes</description>
+            <description xml:lang="nl">Grootte van de bijlage in 
bytes</description>
+            <description xml:lang="zh">附件的大小以字节为单位</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Size</guiname>
+            <guiname xml:lang="nl">Grootte</guiname>
+            <guiname xml:lang="eo">Grando</guiname>
+            <guiname xml:lang="zh">大小</guiname>
+         </gui>
+         <editor>
+            <positions>
+               <input>-1</input>
+               <list>4</list>
+               <search>-1</search>
+            </positions>
+         </editor>
+         <datatype base="filesize" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+         <db>
+            <name>size</name>
+            <type state="persistent" notnull="true" key="false">INTEGER</type>
+         </db>
+      </field>
 
-    <!--
+      <!--
         If you use this field, then you ensure that no duplicate images can be 
uploaded.
     -->
-    <field>
-      <descriptions>
-        <description xml:lang="en">Checksum of byte array, which allows for 
uniqueness checking</description>
-        <description xml:lang="nl">Checksum van de bytes, hiermee kan men 
controleren of een plaatje al bestaat</description>
-               <description xml:lang="zh">字节数组校验码,可唯一检查</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Checksum</guiname>
-        <guiname xml:lang="nl">Checksum</guiname>
-               <guiname xml:lang="zh">校验码</guiname>
-      </gui>
-      <datatype base="checksum" xmlns="http://www.mmbase.org/xmlns/datatypes"; 
/>
-      <db>
-        <name>checksum</name>
-        <type state="system" size="255" unique="false" notnull="false" 
key="false">STRING</type>
-      </db>
-    </field>
-  </fieldlist>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Checksum of byte array, which allows 
for uniqueness checking</description>
+            <description xml:lang="nl">Checksum van de bytes, hiermee kan men 
controleren of een plaatje al bestaat</description>
+            <description xml:lang="zh">字节数组校验码,可唯一检查</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Checksum</guiname>
+            <guiname xml:lang="nl">Checksum</guiname>
+            <guiname xml:lang="zh">校验码</guiname>
+         </gui>
+         <datatype base="checksum" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+         <db>
+            <name>checksum</name>
+            <type state="system" size="255" unique="false" notnull="false" 
key="false">STRING</type>
+         </db>
+      </field>
+   </fieldlist>
 
-</builder>
+</builder>
\ No newline at end of file

Modified: 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/config/builders/resources/images.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/config/builders/resources/images.xml
 2009-10-16 08:55:47 UTC (rev 39173)
+++ 
CMSContainer/trunk/CMSContainer/cmsc/contentrepository/config/builders/resources/images.xml
 2009-10-16 09:09:29 UTC (rev 39174)
@@ -9,34 +9,32 @@
   <class>org.mmbase.module.builders.Images</class>
 
   <searchage>31</searchage>
-  <names>
-    <singular xml:lang="en">Image</singular>
-    <singular xml:lang="fr">Image</singular>
-    <singular xml:lang="nl">Afbeelding</singular>
-    <singular xml:lang="eo">Bildo</singular>
-    <singular xml:lang="it">Immagine</singular>
-       <singular xml:lang="zh">图片</singular>
+   <names>
+      <singular xml:lang="en">Image</singular>
+      <singular xml:lang="fr">Image</singular>
+      <singular xml:lang="nl">Afbeelding</singular>
+      <singular xml:lang="eo">Bildo</singular>
+      <singular xml:lang="it">Immagine</singular>
+      <singular xml:lang="zh">图片</singular>
 
-    <plural xml:lang="en">Images</plural>
-    <plural xml:lang="fr">Images</plural>
-    <plural xml:lang="nl">Afbeeldingen</plural>
-    <plural xml:lang="eo">Bildoj</plural>
-    <plural xml:lang="it">Immagini</plural>
-       <plural xml:lang="zh">图片</plural>
-  </names>
+      <plural xml:lang="en">Images</plural>
+      <plural xml:lang="fr">Images</plural>
+      <plural xml:lang="nl">Afbeeldingen</plural>
+      <plural xml:lang="eo">Bildoj</plural>
+      <plural xml:lang="it">Immagini</plural>
+      <plural xml:lang="zh">图片</plural>
+   </names>
 
 
-  <descriptions>
-    <description xml:lang="en">Images</description>
-    <description xml:lang="fr">Images</description>
-    <description xml:lang="nl">Afbeeldingen</description>
-    <description xml:lang="eo">Bildoj</description>
-    <description xml:lang="it">Immagini</description>
-       <description xml:lang="zh">图片</description>
-  </descriptions>
+   <descriptions>
+      <description xml:lang="en">Images</description>
+      <description xml:lang="fr">Images</description>
+      <description xml:lang="nl">Afbeeldingen</description>
+      <description xml:lang="eo">Bildoj</description>
+      <description xml:lang="it">Immagini</description>
+      <description xml:lang="zh">图片</description>
+   </descriptions>
 
-
-  
   <properties>
 
      <!-- convert using JAI 
http://java.sun.com/products/java-media/jai/index.html
@@ -84,201 +82,199 @@
     <property name="LegacyCKey">false</property>
   </properties>
 
-  <fieldlist>
-    <field>
-      <descriptions>
-        <description xml:lang="en">The image itself (binary data)</description>
-        <description xml:lang="nl">De afbeelding zelf (binaire 
data)</description>
-               <description xml:lang="zh">图片本身(二进制数据)</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Image</guiname>
-        <guiname xml:lang="fr">Image</guiname>
-        <guiname xml:lang="nl">Plaatje</guiname>
-        <guiname xml:lang="eo">Bildo</guiname>
-        <guiname xml:lang="it">Immagine</guiname>
-               <guiname xml:lang="zh">图片</guiname>
-      </gui>
-      <editor>
-        <positions>
-          <list>2</list>
-        </positions>
-      </editor>
-      <datatype xmlns="http://www.mmbase.org/xmlns/datatypes";>
-        <pattern value="image/.*" />
-      </datatype>
-      <db>
-        <name>handle</name>
-        <type state="persistent" size="16777215" notnull="true" 
key="false">BINARY</type>
-      </db>
-    </field>
+   <fieldlist>
+      <field>
+         <descriptions>
+            <description xml:lang="en">The image itself (binary 
data)</description>
+            <description xml:lang="nl">De afbeelding zelf (binaire 
data)</description>
+            <description xml:lang="zh">图片本身(二进制数据)</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Image</guiname>
+            <guiname xml:lang="fr">Image</guiname>
+            <guiname xml:lang="nl">Plaatje</guiname>
+            <guiname xml:lang="eo">Bildo</guiname>
+            <guiname xml:lang="it">Immagine</guiname>
+            <guiname xml:lang="zh">图片</guiname>
+         </gui>
+         <editor>
+            <positions>
+               <list>2</list>
+            </positions>
+         </editor>
+         <datatype xmlns="http://www.mmbase.org/xmlns/datatypes";>
+            <pattern value="image/.*" />
+         </datatype>
+         <db>
+            <name>handle</name>
+            <type state="persistent" size="16777215" notnull="true" 
key="false">BINARY</type>
+         </db>
+      </field>
 
-    <field>
-      <descriptions>
-        <description xml:lang="en">Mimetype of the image</description>
-        <description xml:lang="nl">Mimetype van de afbeelding</description>
-               <description xml:lang="zh">图片的MIME类型</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">ImageType</guiname>
-        <guiname xml:lang="fr">ImageTapent</guiname>
-        <guiname xml:lang="nl">PlaatjesType</guiname>
-        <guiname xml:lang="eo">Bildotipo</guiname>
-        <guiname xml:lang="it">ImmagineTipo</guiname>
-               <guiname xml:lang="zh">图片类型</guiname>
-      </gui>
-      <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
-      <db>
-        <name>itype</name>
-        <type state="system" size="32" notnull="true" key="false">STRING</type>
-      </db>
-    </field>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Mimetype of the image</description>
+            <description xml:lang="nl">Mimetype van de afbeelding</description>
+            <description xml:lang="zh">图片的MIME类型</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">ImageType</guiname>
+            <guiname xml:lang="fr">ImageTapent</guiname>
+            <guiname xml:lang="nl">PlaatjesType</guiname>
+            <guiname xml:lang="eo">Bildotipo</guiname>
+            <guiname xml:lang="it">ImmagineTipo</guiname>
+            <guiname xml:lang="zh">图片类型</guiname>
+         </gui>
+         <datatype base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes"; 
/>
+         <db>
+            <name>itype</name>
+            <type state="system" size="32" notnull="true" 
key="false">STRING</type>
+         </db>
+      </field>
 
-    <field>
-      <descriptions>
-        <description xml:lang="en">Filesize of the image</description>
-        <description xml:lang="nl">Filegrootte van het plaatje</description>
-               <description xml:lang="zh">图片的文件大小</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Size</guiname>
-        <guiname xml:lang="nl">Grootte</guiname>
-          <guiname xml:lang="fr">Taille</guiname>
-          <guiname xml:lang="eo">Grando</guiname>
-          <guiname xml:lang="it">Dimensione</guiname>
-                 <guiname xml:lang="zh">大小</guiname>
-        </gui>
-        <editor>
-          <positions>
-             <list>5</list>
-          </positions>
-        </editor>
-        <datatype base="filesize" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
-        <db>
-          <name>filesize</name>
-          <type state="system" notnull="false">INTEGER</type>
-        </db>
-     </field>
-    <field>
-      <descriptions>
-        <description xml:lang="en">Width of the image in pixels</description>
-        <description xml:lang="nl">Breedte van het plaatje in 
pixels</description>
-               <description xml:lang="zh">图片宽度,以像素为单位</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Width</guiname>
-        <guiname xml:lang="nl">Breedte</guiname>
-        <guiname xml:lang="eo">Larĝo</guiname>
-               <guiname xml:lang="zh">宽度</guiname>
-      </gui>
-      <db>
-        <name>width</name>
-        <type state="system" notnull="false">INTEGER</type>
-      </db>
-    </field>
-    <field>
-      <descriptions>
-        <description xml:lang="en">Height of the image in pixels</description>
-        <description xml:lang="nl">Hoogte van het plaatje in 
pixels</description>
-               <description xml:lang="zh">图片高度,以像素为单位</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Height</guiname>
-        <guiname xml:lang="nl">Hoogte</guiname>
-        <guiname xml:lang="eo">Alto</guiname>
-               <guiname xml:lang="zh">高度</guiname>
-      </gui>
-      <db>
-        <name>height</name>
-        <type state="system" notnull="false">INTEGER</type>
-      </db>
-    </field>
-    <field>
-      <descriptions>
-        <description xml:lang="en">Original filename of attachment if it was 
an uploaded file</description>
-        <description xml:lang="nl">Oorspronkelijke bestandsnaam als de bijlage 
een ge-upload bestand betreft</description>
-               <description xml:lang="zh">上传附件的原始文件名</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Filename</guiname>
-        <guiname xml:lang="nl">Bestandsnaam</guiname>
-        <guiname xml:lang="eo">Dosiernomo</guiname>
-               <guiname xml:lang="zh">文件名</guiname>
-      </gui>
-      <datatype base="filename" xmlns="http://www.mmbase.org/xmlns/datatypes"; 
/>
-      <db>
-        <name>filename</name>
-        <type state="persistent" size="255" notnull="true" 
key="false">STRING</type>
-      </db>
-    </field>
-    <field>
-      <descriptions>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Filesize of the image</description>
+            <description xml:lang="nl">Filegrootte van het 
plaatje</description>
+            <description xml:lang="zh">图片的文件大小</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Size</guiname>
+            <guiname xml:lang="nl">Grootte</guiname>
+            <guiname xml:lang="fr">Taille</guiname>
+            <guiname xml:lang="eo">Grando</guiname>
+            <guiname xml:lang="it">Dimensione</guiname>
+            <guiname xml:lang="zh">大小</guiname>
+         </gui>
+         <editor>
+            <positions>
+               <list>5</list>
+            </positions>
+         </editor>
+         <datatype base="filesize" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+         <db>
+            <name>filesize</name>
+            <type state="system" notnull="false">INTEGER</type>
+         </db>
+      </field>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Width of the image in 
pixels</description>
+            <description xml:lang="nl">Breedte van het plaatje in 
pixels</description>
+            <description xml:lang="zh">图片宽度,以像素为单位</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Width</guiname>
+            <guiname xml:lang="nl">Breedte</guiname>
+            <guiname xml:lang="eo">Larĝo</guiname>
+            <guiname xml:lang="zh">宽度</guiname>
+         </gui>
+         <db>
+            <name>width</name>
+            <type state="system" notnull="false">INTEGER</type>
+         </db>
+      </field>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Height of the image in 
pixels</description>
+            <description xml:lang="nl">Hoogte van het plaatje in 
pixels</description>
+            <description xml:lang="zh">图片高度,以像素为单位</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Height</guiname>
+            <guiname xml:lang="nl">Hoogte</guiname>
+            <guiname xml:lang="eo">Alto</guiname>
+            <guiname xml:lang="zh">高度</guiname>
+         </gui>
+         <db>
+            <name>height</name>
+            <type state="system" notnull="false">INTEGER</type>
+         </db>
+      </field>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Original filename of attachment if it 
was an uploaded file</description>
+            <description xml:lang="nl">Oorspronkelijke bestandsnaam als de 
bijlage een ge-upload bestand betreft</description>
+            <description xml:lang="zh">上传附件的原始文件名</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Filename</guiname>
+            <guiname xml:lang="nl">Bestandsnaam</guiname>
+            <guiname xml:lang="eo">Dosiernomo</guiname>
+            <guiname xml:lang="zh">文件名</guiname>
+         </gui>
+         <datatype base="filename" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+         <db>
+            <name>filename</name>
+            <type state="persistent" size="255" notnull="true" 
key="false">STRING</type>
+         </db>
+      </field>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Alt text</description>
+            <description xml:lang="nl">Alternatieve tekst</description>
+            <description xml:lang="zh">替代文字</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Alt text</guiname>
+            <guiname xml:lang="nl">Alternatieve tekst</guiname>
+            <guiname xml:lang="zh">替代文字</guiname>
+         </gui>
+         <editor>
+            <positions>
+               <input>14</input>
+            </positions>
+         </editor>
+         <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+         <db>
+            <name>alt</name>
+            <type state="persistent" size="255" notnull="true" 
key="false">STRING</type>
+         </db>
+      </field>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Caption</description>
+            <description xml:lang="nl">Bijschift</description>
+            <description xml:lang="zh">标题</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Caption</guiname>
+            <guiname xml:lang="nl">Bijschift</guiname>
+            <guiname xml:lang="zh">标题</guiname>
+         </gui>
+         <editor>
+            <positions>
+               <input>14</input>
+            </positions>
+         </editor>
+         <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+         <db>
+            <name>caption</name>
+            <type state="persistent" size="255" notnull="true" 
key="false">STRING</type>
+         </db>
+      </field>
 
-        <description xml:lang="en">Alt text</description>
-        <description xml:lang="nl">Alternatieve text</description>
-               <description xml:lang="zh">替代文字</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Alt text</guiname>
-        <guiname xml:lang="nl">Alternatieve text</guiname>
-               <guiname xml:lang="zh">替代文字</guiname>
-      </gui>
-      <editor>
-        <positions>
-          <input>14</input>
-        </positions>
-      </editor>
-      <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
-      <db>
-        <name>alt</name>
-        <type state="persistent" size="255" notnull="true" 
key="false">STRING</type>
-      </db>
-    </field>
-    <field>
-      <descriptions>
-
-        <description xml:lang="en">Caption</description>
-        <description xml:lang="nl">Bijschift</description>
-               <description xml:lang="zh">标题</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Caption</guiname>
-        <guiname xml:lang="nl">Bijschift</guiname>
-               <guiname xml:lang="zh">标题</guiname>
-      </gui>
-      <editor>
-        <positions>
-          <input>14</input>
-        </positions>
-      </editor>
-      <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
-      <db>
-        <name>caption</name>
-        <type state="persistent" size="255" notnull="true" 
key="false">STRING</type>
-      </db>
-    </field>
-
-    <!--
+      <!--
         If you use this field, then you ensure that no duplicate images can be 
uploaded.
     -->
-    <field>
-      <descriptions>
-        <description xml:lang="en">Checksum of byte array, which allows for 
uniqueness checking</description>
-        <description xml:lang="nl">Checksum van de bytes, hiermee kan men 
controleren of een plaatje al bestaat</description>
-               <description xml:lang="zh">字节数组校验码,可唯一检查</description>
-      </descriptions>
-      <gui>
-        <guiname xml:lang="en">Checksum</guiname>
-        <guiname xml:lang="nl">Checksum</guiname>
-               <guiname xml:lang="zh">校验码</guiname>
-      </gui>
-      <datatype base="checksum" xmlns="http://www.mmbase.org/xmlns/datatypes"; 
/>
-      <db>
-        <name>checksum</name>
-        <type state="system" size="255" unique="false" notnull="false" 
key="false">STRING</type>
-      </db>
-    </field>
+      <field>
+         <descriptions>
+            <description xml:lang="en">Checksum of byte array, which allows 
for uniqueness checking</description>
+            <description xml:lang="nl">Checksum van de bytes, hiermee kan men 
controleren of een plaatje al bestaat</description>
+            <description xml:lang="zh">字节数组校验码,可唯一检查</description>
+         </descriptions>
+         <gui>
+            <guiname xml:lang="en">Checksum</guiname>
+            <guiname xml:lang="nl">Checksum</guiname>
+            <guiname xml:lang="zh">校验码</guiname>
+         </gui>
+         <datatype base="checksum" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+         <db>
+            <name>checksum</name>
+            <type state="system" size="255" unique="false" notnull="false" 
key="false">STRING</type>
+         </db>
+      </field>
 
-  </fieldlist>
+   </fieldlist>
 
 </builder>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to