Update of 
/var/cvs/contributions/CMSContainer_Modules/fileupload/src/webapp/editors/config/file
In directory 
james.mmbase.org:/tmp/cvs-serv26855/fileupload/src/webapp/editors/config/file

Modified Files:
        edit_file.xml file.xml search_contentelement_posrel_file.xml 
Log Message:
CMSC-1185(i18n)


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/fileupload/src/webapp/editors/config/file
See also: http://www.mmbase.org/jira/browse/CMSC-1185


Index: edit_file.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/fileupload/src/webapp/editors/config/file/edit_file.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- edit_file.xml       1 Oct 2008 13:10:45 -0000       1.1
+++ edit_file.xml       15 Dec 2008 12:18:54 -0000      1.2
@@ -3,18 +3,22 @@
 <form-schema id="edit_file">
        <title xml:lang="nl">Bestand</title>
        <title xml:lang="en">File</title>
+   <title xml:lang="zh">文件</title>
 
        <field name="title" ftype="line" dtrequired="true">
                <prompt xml:lang="en">Title</prompt>
                <prompt xml:lang="nl">Titel</prompt>
+      <prompt xml:lang="zh">标题</prompt>
        </field>
        <field name="description" ftype="text" rows="4">
                <prompt xml:lang="en">Description</prompt>
                <prompt xml:lang="nl">Beschrijving</prompt>
+      <prompt xml:lang="zh">描述</prompt>
        </field>
        <field name="filename" ftype="line" dtrequired="true">
                <prompt xml:lang="en">Bronbestandsnaam</prompt>
                <prompt xml:lang="nl">Source filename</prompt>
+      <prompt xml:lang="zh">资源文件名</prompt>
        </field>
 
 </form-schema>
\ No newline at end of file


Index: file.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/fileupload/src/webapp/editors/config/file/file.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- file.xml    1 Oct 2008 13:10:45 -0000       1.1
+++ file.xml    15 Dec 2008 12:18:54 -0000      1.2
@@ -3,6 +3,7 @@
 <wizard-schema id="file">
        <title xml:lang="nl">Bestand</title>
        <title xml:lang="en">File</title>
+   <title xml:lang="zh">文件</title>
 
        <action include="config/file/create_file.xml" />
        <action include="config/file/delete_file.xml" />


Index: search_contentelement_posrel_file.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/fileupload/src/webapp/editors/config/file/search_contentelement_posrel_file.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- search_contentelement_posrel_file.xml       1 Oct 2008 13:10:45 -0000       
1.2
+++ search_contentelement_posrel_file.xml       15 Dec 2008 12:18:54 -0000      
1.3
@@ -4,43 +4,52 @@
 <list role="posrel" destination="file" minoccurs="0" maxoccurs="1" 
orderby="fie...@name='pos']" ordertype="number">
        <title xml:lang="nl">Bestand</title>
        <title xml:lang="en">File</title>
+   <title xml:lang="zh">文件</title>
 
        <item>
                <field name="title" ftype="data">
                        <prompt xml:lang="en">Title</prompt>
                        <prompt xml:lang="nl">Titel</prompt>
+         <prompt xml:lang="zh">标题</prompt>
                </field>
                <field name="description" ftype="data">
                        <prompt xml:lang="en">Description</prompt>
                        <prompt xml:lang="nl">Beschrijving</prompt>
+         <prompt xml:lang="zh">描述</prompt>
                </field>
                <field name="filename" ftype="data" rows="3">
                        <prompt xml:lang="en">Bronbestandsnaam</prompt>
                        <prompt xml:lang="nl">Source filename</prompt>
+         <prompt xml:lang="zh">资源文件名</prompt>
                </field>
        </item>
 
        <command name="search" nodepath="file" age="-1" 
fields="title,description">
                <prompt xml:lang="en">Search file</prompt>
                <prompt xml:lang="nl">Zoek bestand</prompt>
+      <prompt xml:lang="zh">查找文件</prompt>
                <search-filter>
                        <name xml:lang="en">Title / Description</name>
                        <name xml:lang="nl">Titel / Omschrijving</name>
+         <name xml:lang="zh">标题/描述</name>
                        <search-fields>[title]|[description]</search-fields>
                </search-filter>
                <search-filter>
                        <name xml:lang="en">Title contains</name>
                        <name xml:lang="nl">Titel bevat</name>
+         <name xml:lang="zh">标题包含</name>
                        <search-fields>[title]</search-fields>
                </search-filter>
                <search-filter>
                        <name xml:lang="en">Description contains</name>
                        <name xml:lang="nl">Omschrijving bevat</name>
+         <name xml:lang="zh">描述包含</name>
                        <search-fields>[description]</search-fields>
                </search-filter>
                <search-filter>
                        <name xml:lang="en">Filename contains</name>
                        <name xml:lang="nl">Bestandsnaam bevat</name>
+         <name xml:lang="zh">文件名包含</name>
                        <search-fields>[filename]</search-fields>
                </search-filter>
        </command>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to