Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/config/collectionchannel
In directory 
james.mmbase.org:/tmp/cvs-serv8547/contentrepository/src/webapp/editors/config/collectionchannel

Modified Files:
      Tag: b1_5
        collectionchannel.xml delete_collectionchannel.xml 
        edit_collectionchannel.xml 
        search_contentchannel_childrel_collectionchannel.xml 
Log Message:
CMSC-1185 Chinese localization


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/config/collectionchannel
See also: http://www.mmbase.org/jira/browse/CMSC-1185


Index: collectionchannel.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/config/collectionchannel/collectionchannel.xml,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -u -b -r1.1 -r1.1.8.1
--- collectionchannel.xml       12 Dec 2006 09:38:23 -0000      1.1
+++ collectionchannel.xml       15 Dec 2008 03:37:16 -0000      1.1.8.1
@@ -3,6 +3,7 @@
 <wizard-schema id="collectionchannel">
        <title xml:lang="nl">Verzamelrubriek</title>
        <title xml:lang="en">Collectionchannel</title>
+   <title xml:lang="zh">集合频道</title>
 
    <action include="config/collectionchannel/create_collectionchannel.xml"/>
    <action include="config/collectionchannel/delete_collectionchannel.xml"/>


Index: delete_collectionchannel.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/config/collectionchannel/delete_collectionchannel.xml,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -b -r1.2 -r1.2.4.1
--- delete_collectionchannel.xml        20 Sep 2007 18:56:48 -0000      1.2
+++ delete_collectionchannel.xml        15 Dec 2008 03:37:16 -0000      1.2.4.1
@@ -2,5 +2,7 @@
 <!DOCTYPE action PUBLIC "-//MMBase/DTD editwizard 1.0//EN" 
"http://www.mmbase.org/dtd/wizard-schema_1_0.dtd";>
 <action type="delete">
        <prompt xml:lang="nl">Weet u zeker dat u deze verzamelrubriek wilt 
verwijderen ?</prompt>
+       <prompt xml:lang="zh">您确定删除集合频道?</prompt>
        <description xml:lang="nl">Klik hier om deze rubriek te 
verwijderen.</description>
+       <description xml:lang="zh">点击删除当前集合频道</description>
 </action>
\ No newline at end of file


Index: edit_collectionchannel.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/config/collectionchannel/edit_collectionchannel.xml,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -b -r1.2 -r1.2.4.1
--- edit_collectionchannel.xml  27 Nov 2007 10:24:49 -0000      1.2
+++ edit_collectionchannel.xml  15 Dec 2008 03:37:16 -0000      1.2.4.1
@@ -3,20 +3,24 @@
 <form-schema id="edit_collectionchannel">
        <title xml:lang="nl">Verzamel Rubriek</title>
        <title xml:lang="en">Content channel</title>
+   <title xml:lang="zh">内容频道</title>
 
        <field name="name" dtmaxlength="255" dtrequired="true">
                <prompt xml:lang="en">Name</prompt>
                <prompt xml:lang="nl">Naam</prompt>
+      <prompt xml:lang="zh">名称</prompt>
        </field>
        <field name="pathfragment" dtmaxlength="255"
                dtpattern="^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,38}[a-zA-Z0-9]$">
                <prompt xml:lang="en">URL-fragment</prompt>
                <prompt xml:lang="nl">URL-fragment</prompt>
+      <prompt xml:lang="zh">URL-片段</prompt>
        </field>
 
        <field name="description" dtmaxlength="1024" ftype="text" rows="3">
                <prompt xml:lang="en">Description</prompt>
                <prompt xml:lang="nl">Omschrijving</prompt>
+      <prompt xml:lang="zh">描述</prompt>
        </field>
        <list 
include="config/contentchannel/search_collectionchannel_collectionrel_contentchannel.xml"
 />
 


Index: search_contentchannel_childrel_collectionchannel.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/editors/config/collectionchannel/search_contentchannel_childrel_collectionchannel.xml,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -b -r1.2 -r1.2.4.1
--- search_contentchannel_childrel_collectionchannel.xml        27 Nov 2007 
10:24:49 -0000      1.2
+++ search_contentchannel_childrel_collectionchannel.xml        15 Dec 2008 
03:37:16 -0000      1.2.4.1
@@ -3,15 +3,18 @@
 <list role="childrel" destination="collectionchannel" minoccurs="0" 
maxoccurs="*">
        <title xml:lang="nl">VerzamelRubriek</title>
        <title xml:lang="en">Content channel</title>
+   <title xml:lang="zh">内容频道</title>
 
        <item>
                <field ftype="data" name="pathfragment">
                        <prompt xml:lang="en">URL-fragment</prompt>
                        <prompt xml:lang="nl">URL-fragment</prompt>
+         <prompt xml:lang="zh">URL-片段</prompt>
                </field>
                <field ftype="data" name="name">
                        <prompt xml:lang="en">Name</prompt>
                        <prompt xml:lang="nl">Naam</prompt>
+         <prompt xml:lang="zh">名称</prompt>
                </field>
                <field ftype="startwizard" 
wizardname="config/collectionchannel/collectionchannel" inline="true" />
        </item>
@@ -19,14 +22,17 @@
        <command name="search" nodepath="collectionchannel" age="-1" 
fields="pathfragment,name">
                <prompt xml:lang="en">Search collectionchannel</prompt>
                <prompt xml:lang="nl">Zoek rubriek</prompt>
+      <prompt xml:lang="zh">查找集合频道</prompt>
                <search-filter>
                        <name xml:lang="en">URL-fragment contains</name>
                        <name xml:lang="nl">URL-fragment bevat</name>
+         <name xml:lang="zh">URL-片段 包含</name>
                        <search-fields>[pathfragment]</search-fields>
                </search-filter>
                <search-filter>
                        <name xml:lang="en">Name contains</name>
                        <name xml:lang="nl">Naam bevat</name>
+         <name xml:lang="zh">名称 包含</name>
                        <search-fields>[name]</search-fields>
                </search-filter>
        </command>
@@ -35,6 +41,7 @@
                objectnumber="new">
                <prompt xml:lang="en">New</prompt>
                <prompt xml:lang="nl">Nieuw</prompt>
+      <prompt xml:lang="zh">新建</prompt>
        </command>
 
        <action type="create">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to