Author: thomas.heute(a)jboss.com
Date: 2010-01-19 04:21:12 -0500 (Tue, 19 Jan 2010)
New Revision: 1365
Added:
portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_ALL.xml
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_zh.xml
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_zh.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_zh.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_zh.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_zh.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_zh.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_zh.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_zh.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_zh.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_zh.xml
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_zh.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_zh.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_zh.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_zh.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_zh.xml
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_zh.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_zh.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_zh.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_zh.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_zh.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_zh.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_zh.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_zh.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_zh.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_zh.xml
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml
Log:
GTNPORTAL-499: Translation in traditional Chinese
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_ALL.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_ALL.xml
(rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/zh_ALL.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,29 @@
+<!--
+
+ Copyright (C) 2009 eXo Platform SAS.
+
+ This is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This software is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this software; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ 保存
+ </msg>
+ <msg name="type_here">
+ 在此增加新的任务
+ </msg>
+</messagebundle>
Added:
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UITabPaneDashboard>
+ <action>
+ <addNewDashboard>增加控制面板</addNewDashboard>
+ <switchShowRange>更改范围</switchShowRange>
+ </action>
+ <msg>
+ <deleteTab>确认要删除这个控制面板吗?</deleteTab>
+ <cannotDeleteLastTab>最后一个标签,无法删除。</cannotDeleteLastTab>
+ <wrongTabName>只有α,数字,下划线,破折号和空格是允许的。</wrongTabName>
+ </msg>
+ </UITabPaneDashboard>
+</bundle>
Added:
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UIGadgetEditMode>
+ <title>设置小工具的网址</title>
+ <label>
+ <gadgetUrl>网址:</gadgetUrl>
+ <typeSelector>输入:</typeSelector>
+ <gadgetSelector>小工具:</gadgetSelector>
+ <option>
+ <remote>远端小工具</remote>
+ <local>本地小工具</local>
+ </option>
+ </label>
+ <action>
+ <Save>保存</Save>
+ </action>
+ </UIGadgetEditMode>
+</bundle>
Added:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UIAccountForm>
+ <label>
+ <Profile>用户配置文件</Profile>
+ <username>#{word.userName}:</username>
+ <SearchUser>查询用户</SearchUser>
+ <password1x>密码:</password1x>
+ <password2x>确认密码:</password2x>
+ <password>密码:</password>
+ <Confirmpassword>确认密码:</Confirmpassword>
+ <firstName>#{word.firstName}:</firstName>
+ <lastName>#{word.lastName}:</lastName>
+ <email>电子邮件地址:</email>
+ <note><![CDATA[<span style="color:
red">*</span>必须填写]]></note>
+ <action>
+ <SearchUser>查询用户</SearchUser>
+ </action>
+ <Membership>会员</Membership>
+ <option>
+ <male>男</male>
+ <female>女</female>
+ </option>
+ <HomeInfo>家庭信息</HomeInfo>
+ <user>
+ <name>
+ <given>#{word.givenName}: </given>
+ <family>#{word.familyName}:</family>
+ <nickName>#{word.nickName}: </nickName>
+ </name>
+ <bdate>#{word.birthday}:</bdate>
+ <gender>#{word.gender}:</gender>
+ <employer>#{word.employer}: </employer>
+ <department>#{word.department}:</department>
+ <jobtitle>#{word.jobTitle}:</jobtitle>
+ <language>语言</language>
+ <home-info>
+ <postal>
+ <name>#:</name>
+ <street>#{word.street}: </street>
+ <city>#{word.city}:</city>
+ <stateprov>#{word.stateProv}: </stateprov>
+ <postalcode>#{word.postalCode}: </postalcode>
+ <country>#{word.country}:</country>
+ </postal>
+ <telecom>
+ <mobile>
+ <number>#{word.mobile}: </number>
+ </mobile>
+ <telephone>
+ <number>#{word.tel}:</number>
+ </telephone>
+ </telecom>
+ <online>
+ <email>#{word.email}: </email>
+ <uri>#{word.website}:</uri>
+ </online>
+ </home-info>
+ <business-info>
+ <postal>
+ <name>#:</name>
+ <street>#{word.street}:</street>
+ <city>#{word.city}:</city>
+ <stateprov>#{word.stateProv}: </stateprov>
+ <postalcode>#{word.postalCode}:</postalcode>
+ <country>#{word.country}:</country>
+ </postal>
+ <telecom>
+ <mobile>
+ <number>#{word.mobile}: </number>
+ </mobile>
+ <telephone>
+ <number>#{word.tel}:</number>
+ </telephone>
+ </telecom>
+ <online>
+ <email>#{word.email}:</email>
+ <uri>#{word.website}:</uri>
+ </online>
+ </business-info>
+ </user>
+ <BusinessInfo>商务信息</BusinessInfo>
+ </label>
+ <title>增加/编辑帐户</title>
+ <action>
+ <Reset>重置</Reset>
+ <Back>#{word.back}</Back>
+ <Save>#{word.save}</Save>
+ </action>
+ <msg>
+ <user-exist>用户名 '{0}' 已注册</user-exist>
+ <incorrect-password>确认密码不正确</incorrect-password>
+ <sucsesful>
+ <create>
+ <user>成功创建用户</user>
+ </create>
+ </sucsesful>
+ </msg>
+ <tab>
+ <label>
+ <AccountTemplate>帐户模板</AccountTemplate>
+ <UIUserProfileInputSet>用户配置文件</UIUserProfileInputSet>
+ <AccountInputSet>帐户设置</AccountInputSet>
+ <UIUserMembershipSelector>用户会员 </UIUserMembershipSelector>
+ </label>
+ </tab>
+ </UIAccountForm>
+ <UIPopupWindow>
+ <title>
+ <UIGroupMembershipSelector>选择用户会员</UIGroupMembershipSelector>
+ </title>
+ </UIPopupWindow>
+</bundle>
Added:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UIAdminToolbarPortlet>
+ <action>
+ <AddPage>增加新页面</AddPage>
+ <EditPage>编辑页面</EditPage>
+ <CreatePortal>创建新门户</CreatePortal>
+ <EditPortal>编辑门户</EditPortal>
+ <BrowsePage>管理页面</BrowsePage>
+ <EditPageAndNavigation>编辑页面和导航</EditPageAndNavigation>
+ <Editor>编辑器</Editor>
+ <portal>
+ <Editor>网站编辑器</Editor>
+ </portal>
+ <group>
+ <Editor>组编辑器</Editor>
+ </group>
+ <user>
+ <Editor>控制面板编辑器</Editor>
+ </user>
+ <EditSiteLayout>修改布局</EditSiteLayout>
+ </action>
+ </UIAdminToolbarPortlet>
+</bundle>
Added:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,242 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <word>
+ <cancel>取消</cancel>
+ </word>
+ <label>
+ <displayName>显示名称: </displayName>
+ <description>描述: </description>
+ </label>
+ <category>
+ <msg>
+ <changeNotExist>不能将修改保存到分类中,数据库中该分类已不存在。</changeNotExist>
+ </msg>
+ </category>
+ <application>
+ <msg>
+ <changeNotExist>不能将修改保存到应用中,数据库中该应用已不存在。</changeNotExist>
+ </msg>
+ <label></label>
+ </application>
+ <gadget>
+ <msg>
+ <changeNotExist>不能将修改保存到小工具中,数据库中该小工具已不存在。</changeNotExist>
+ </msg>
+ </gadget>
+ <UIToolbar>
+ <label>
+ <organize>分类</organize>
+ <portlet>Portlet</portlet>
+ <gadget>小工具</gadget>
+ </label>
+ </UIToolbar>
+ <UIOrganizer>
+ <label>
+ <addCategory>增加分类</addCategory>
+ <autoImport>导入应用</autoImport>
+ <categories>分类</categories>
+ </label>
+ <title>
+ <editCategory>编辑分类</editCategory>
+ <addApplication>在分类中增加应用</addApplication>
+ <deleteCategory>删除分类</deleteCategory>
+ <deleteApplication>删除应用</deleteApplication>
+ </title>
+ <msg>
+ <importAll>此操作将自动创建分类并且导入其上所有的小工具和portlet。</importAll>
+ <deleteCategory>您确定要删除这个分类以及其上所有的应用吗?</deleteCategory>
+ <deleteApplication>您确认要删除这个应用吗?</deleteApplication>
+ <emptyCategory>这个分类不包含任何应用,请点击(+)按钮增加应用。</emptyCategory>
+ <noCategory>分类不存在。您可以点击"增加分类" 或者"自动导入"
按钮来增加分类。</noCategory>
+ <deleteCategoryInUse>无法删除该分类,正在使用中。</deleteCategoryInUse>
+ <deleteApplicationInUse>无法删除该应用,正在使用中。</deleteApplicationInUse>
+ <categoryNoExist>此分类在数据库中不存在。</categoryNoExist>
+ <applicationNoExist>此应用在数据库中不存在。</applicationNoExist>
+ </msg>
+ </UIOrganizer>
+ <UIApplicationRegistryEditMode>
+ <title>导入应用</title>
+ <label>
+ <showImport>修改显示导入</showImport>
+ </label>
+ </UIApplicationRegistryEditMode>
+ <UIPermissionForm>
+ <label>
+ <UIListPermissionSelector></UIListPermissionSelector>
+ </label>
+ </UIPermissionForm>
+ <UIApplicationInfo>
+ <label>
+ <name>名称: </name>
+ <displayName>#{label.displayName}</displayName>
+ <description>#{label.description}</description>
+ <accessPermissions>访问权限 </accessPermissions>
+ </label>
+ <title>
+ <editApplication>编辑应用</editApplication>
+ </title>
+ </UIApplicationInfo>
+ <UIApplicationForm>
+ <title>编辑应用信息</title>
+ <label>
+ <applicationName>应用名称: </applicationName>
+ <displayName>#{label.displayName}</displayName>
+ <description>#{label.description}</description>
+ </label>
+ <action>
+ <Save>#{word.save}</Save>
+ <Cancel>#{word.cancel}</Cancel>
+ </action>
+ </UIApplicationForm>
+ <UIAddApplicationForm>
+ <header>
+ <input>选择</input>
+ <label>显示名称</label>
+ <description>描述</description>
+ </header>
+ <label>
+ <option>
+ <portlet>portlet</portlet>
+ <gadget>小工具</gadget>
+ </option>
+ <displayName>#{label.displayName}</displayName>
+ <type>应用类型</type>
+ </label>
+ <action>
+ <Add>增加</Add>
+ <Cancel>#{word.cancel}</Cancel>
+ </action>
+ <msg>
+ <PortletExist>此应用已经包含在分类中,请选择另外一个!</PortletExist>
+ <appNotExists>请选择一个应用。</appNotExists>
+ </msg>
+ </UIAddApplicationForm>
+ <UICategoryForm>
+ <label>
+ <name>分类名称:</name>
+ <displayName>#{label.displayName}</displayName>
+ <description>#{label.description}</description>
+ <UIListPermissionSelector></UIListPermissionSelector>
+ </label>
+ <action>
+ <Save>#{word.save}</Save>
+ <Cancel>#{word.cancel}</Cancel>
+ </action>
+ <msg>
+ <SameName>此分类已经存在,请输入另外一个!</SameName>
+ </msg>
+ <tab>
+ <label>
+ <categoryPermission>权限设置</categoryPermission>
+ <categorySetting>分类设置</categorySetting>
+ </label>
+ </tab>
+ </UICategoryForm>
+ <UIPortletManagement>
+ <title>
+ <local>本地</local>
+ <remote>远程</remote>
+ </title>
+ <msg>
+ <noPortlet>没有可用的Portlet。</noPortlet>
+ </msg>
+ </UIPortletManagement>
+ <UIPortletInfo>
+ <label>
+ <name>portlet名称:</name>
+ <display>#{label.displayName}</display>
+ <description>#{label.description}</description>
+ </label>
+ <title>
+ <portletPreferences>portlet选项</portletPreferences>
+ </title>
+ <msg>
+ <noPortletPreferences>没有portlet选项 </noPortletPreferences>
+ </msg>
+ </UIPortletInfo>
+ <UIGadgetManagement>
+ <label>
+ <addRemote>增加一个远程小工具</addRemote>
+ <createNew>创建一个新小工具</createNew>
+ </label>
+ <title>
+ <deleteGadget>删除小工具</deleteGadget>
+ </title>
+ <msg>
+ <noGadget>没有可用的小工具。</noGadget>
+ <deleteGadgetInUse>不能删除此小工具,正在使用中。</deleteGadgetInUse>
+ <deleteGadget>您确定要删除此小工具吗?</deleteGadget>
+ </msg>
+ </UIGadgetManagement>
+ <UIGadgetInfo>
+ <label>
+ <gadgetDetails>小工具详细信息</gadgetDetails>
+ <name>小工具名称: </name>
+ <displayName>#{label.displayName}</displayName>
+ <description>#{label.description}</description>
+ <viewUrl>查看网址: </viewUrl>
+ <editUrl>编辑网址:</editUrl>
+ <reference>选项: </reference>
+ <categories>分类:</categories>
+ <categories>
+ <guide>为了能在控制面板中使用,您必须将此小工具添加到分类中。 </guide>
+ <clickHere>点击此处添加到分类中</clickHere>
+ </categories>
+ </label>
+ <title>
+ <refresh>刷新信息</refresh>
+ <editGadget>编辑小工具</editGadget>
+ <copy>复制此小工具到本地库中</copy>
+ </title>
+ <msg>
+ <gadgetNotExist>此小工具在数据库中不存在,不能在此小工具上执行操作。 </gadgetNotExist>
+ </msg>
+ </UIGadgetInfo>
+ <UICategorySelector>
+ <header>
+ <choose>选择</choose>
+ <categoryName>分类名称</categoryName>
+ </header>
+ <action>
+ <Save>保存</Save>
+ <Cancel>取消</Cancel>
+ </action>
+ <msg>
+ <NoCategory>没有分类</NoCategory>
+ </msg>
+ </UICategorySelector>
+ <UIAddGadget>
+ <action>
+ <Add>增加</Add>
+ <Cancel>#{word.cancel}</Cancel>
+ </action>
+ <label>
+ <url>网址</url>
+ <urlExist>此网址已经存在,请选择另外一个!</urlExist>
+ <urlError>网址:'{0}'中的数据无效</urlError>
+ </label>
+ </UIAddGadget>
+ <UIGadgetEditor>
+ <label>
+ <source>源: </source>
+ </label>
+ <action>
+ <Save>#{word.save}</Save>
+ <Cancel>#{word.cancel}</Cancel>
+ </action>
+ <msg>
+ <invalidSpec>这个来源是无效的小工具规范。</invalidSpec>
+ </msg>
+ </UIGadgetEditor>
+ <UIListPermissionSelector>
+ <header>
+ <groupId>组</groupId>
+ <membership>会员</membership>
+ </header>
+ </UIListPermissionSelector>
+ <UIListPermissionSelectorPopup>
+ <title>
+ <ListPermissionSelector>选择权限</ListPermissionSelector>
+ </title>
+ </UIListPermissionSelectorPopup>
+</bundle>
Added:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UIPageNavigationForm>
+ <action>
+ <ClosePopup>#{word.close}</ClosePopup>
+ <Save>#{word.save}</Save>
+ </action>
+ </UIPageNavigationForm>
+</bundle>
\ No newline at end of file
Added:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,378 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UIOrganizationPortlet>
+ <label>
+ <userManagement>用户管理</userManagement>
+ <groupManagement>组管理</groupManagement>
+ <membershipManagement>会员管理</membershipManagement>
+ </label>
+ </UIOrganizationPortlet>
+ <UIMembershipTypeForm>
+ <title>增加/编辑会员</title>
+ <label>
+ <name>会员名</name>
+ <description>描述 </description>
+ </label>
+ <action>
+ <Save>#{word.save}</Save>
+ <Back>#{word.back}</Back>
+ <Reset>重置</Reset>
+ </action>
+ <msg>
+ <SameName>这个会员已经存在,请输入另外一个</SameName>
+ <MembershipNotExist>会员[{0}]不存在或者已经被删除。</MembershipNotExist>
+ </msg>
+ </UIMembershipTypeForm>
+ <UIGroupEditMembershipForm>
+ <label>
+ <username>用户名</username>
+ <membership>会员</membership>
+ </label>
+ <action>
+ <Save>保存</Save>
+ <Cancel>取消</Cancel>
+ </action>
+ <msg>
+ <membership-delete>无法保存,会员已经被删除!</membership-delete>
+ <membership-exist>会员类型已经存在,请输入另外一个。</membership-exist>
+ </msg>
+ </UIGroupEditMembershipForm>
+ <EditMembership>
+ <title>
+ <UIGroupEditMembershipForm>编辑会员</UIGroupEditMembershipForm>
+ <EditMembership>编辑会员</EditMembership>
+ </title>
+ </EditMembership>
+ <UIGroupMembershipForm>
+ <label>
+ <title>组会员</title>
+ <username>用户名</username>
+ <membership>会员</membership>
+ <SearchUser>选择用户</SearchUser>
+ <Refresh>刷新</Refresh>
+ </label>
+ <action>
+ <Save>#{word.save}</Save>
+ </action>
+ <title>增加成员</title>
+ </UIGroupMembershipForm>
+ <SearchUserForm>
+ <label>
+ <option>
+ <userName>#{word.userName}</userName>
+ <firstName>#{word.firstName}</firstName>
+ <lastName>#{word.lastName}</lastName>
+ <email>#{word.email}</email>
+ </option>
+ </label>
+ </SearchUserForm>
+ <SearchUser>
+ <title>
+ <UIUserSelector>选择用户</UIUserSelector>
+ <SearchUser>选择用户</SearchUser>
+ <ListUserForSearch>选择用户</ListUserForSearch>
+ </title>
+ </SearchUser>
+ <UIMemberShipForm>
+ <msg>
+ <membershipType-exist>会员'{0}'已被占用</membershipType-exist>
+ </msg>
+ </UIMemberShipForm>
+ <UIMembershipForm>
+ <label>
+ <username>用户名 </username>
+ <membership>会员 </membership>
+ <name>会员名 </name>
+ <description>#{word.description}</description>
+ </label>
+ <action>
+ <Save>#{word.save}</Save>
+ <Back>#{word.back}</Back>
+ </action>
+ </UIMembershipForm>
+ <UIListUsers>
+ <header>
+ <userName>#{word.userName}</userName>
+ <lastName>#{word.lastName}</lastName>
+ <firstName>#{word.firstName}</firstName>
+ <email>#{word.email}</email>
+ <action>#{word.action}</action>
+ </header>
+ <action>
+ <title>
+ <DeleteUser>删除用户</DeleteUser>
+ <SelectUser>选择用户</SelectUser>
+ <ViewUserInfo>编辑用户信息</ViewUserInfo>
+ </title>
+ </action>
+ <label>
+ <option>
+ <userName>#{word.userName}</userName>
+ <firstName>#{word.firstName}</firstName>
+ <lastName>#{word.lastName}</lastName>
+ <email>#{word.email}</email>
+ </option>
+ </label>
+ <msg>
+ <DeleteSuperUser>{0} 是超级用户,不能被删除</DeleteSuperUser>
+ </msg>
+ <deleteUser>您确定要删除用户{0}吗?</deleteUser>
+ </UIListUsers>
+ <UIListMembershipType>
+ <deleteMemberShip>您确定要删除这个会员吗?</deleteMemberShip>
+ </UIListMembershipType>
+ <UIUserInfo>
+ <title>用户配置文件信息</title>
+ <tab>
+ <label>
+ <AccountInputSet>帐户信息</AccountInputSet>
+ <UIUserProfileInputSet>用户配置文件</UIUserProfileInputSet>
+ <UIUserMembershipSelector>用户会员</UIUserMembershipSelector>
+ <UIAccountEditInputSet>帐户信息</UIAccountEditInputSet>
+ </label>
+ </tab>
+ <label>
+ <changePassword>修改密码:</changePassword>
+ <newPassword>新密码:</newPassword>
+ <confirmPassword>确认密码: </confirmPassword>
+ <Profile>用户配置文件</Profile>
+ <userName>#{word.userName}: </userName>
+ <password>密码:</password>
+ <Confirmpassword>确认密码: </Confirmpassword>
+ <firstName>#{word.firstName}:</firstName>
+ <lastName>#{word.lastName}:</lastName>
+ <email>电子邮件地址:</email>
+ <user>
+ <language>语言:</language>
+ <language>#{word.language}:</language>
+ <name>
+ <given>#{word.givenName}: </given>
+ <family>#{word.familyName}: </family>
+ <nickName>#{word.nickName}: </nickName>
+ </name>
+ <bdate>#{word.birthday}: </bdate>
+ <gender>#{word.gender}: </gender>
+ <employer>#{word.employer}: </employer>
+ <department>#{word.department}: </department>
+ <jobtitle>#{word.jobTitle}: </jobtitle>
+ <home-info>
+ <postal>
+ <name>#:</name>
+ <street>#{word.street}: </street>
+ <city>#{word.city}: </city>
+ <stateprov>#{word.stateProv}: </stateprov>
+ <postalcode>#{word.postalCode}: </postalcode>
+ <country>#{word.country}: </country>
+ </postal>
+ <telecom>
+ <mobile>
+ <number>#{word.mobile}:</number>
+ </mobile>
+ <telephone>
+ <number>#{word.tel}:</number>
+ </telephone>
+ </telecom>
+ <online>
+ <email>#{word.email}: </email>
+ <uri>网站:</uri>
+ </online>
+ </home-info>
+ <business-info>
+ <postal>
+ <name>#:</name>
+ <city>#{word.city}:</city>
+ <stateprov>州/省:</stateprov>
+ <postalcode>邮政编码:</postalcode>
+ <country>#{word.country}:</country>
+ </postal>
+ <telecom>
+ <mobile>
+ <number>#{word.mobile}:</number>
+ </mobile>
+ <telephone>
+ <number>#{word.tel}:</number>
+ </telephone>
+ </telecom>
+ <online>
+ <email>#{word.email}:</email>
+ <uri>#{word.website}:</uri>
+ </online>
+ </business-info>
+ </user>
+ <HomeInfo>家庭信息</HomeInfo>
+ <option>
+ <male>男</male>
+ <female>女</female>
+ <en>英语</en>
+ <ma>Ma</ma>
+ <vi>越南语</vi>
+ <ar>阿拉伯语</ar>
+ <fr>法语</fr>
+ <ru>俄语</ru>
+ </option>
+ <BusinessInfo>商务信息</BusinessInfo>
+ </label>
+ <action>
+ <Back>#{word.cancel}</Back>
+ <Save>#{word.save}</Save>
+ </action>
+ </UIUserInfo>
+ <UIUserInGroup>
+ <confirm>
+ <deleteUser>您确定要从组{1}中删除用户{0}吗?</deleteUser>
+ </confirm>
+ <header>
+ <userName>#{word.userName}</userName>
+ <lastName>#{word.lastName}</lastName>
+ <firstName>#{word.firstName}</firstName>
+ <email>#{word.email}</email>
+ <action>#{word.action}</action>
+ <membershipType>会员类型</membershipType>
+ <lastLoginTime>上次登录</lastLoginTime>
+ </header>
+ <label>
+ <username>#{word.userName}</username>
+ <membership>会员名</membership>
+ </label>
+ <action>
+ <title>
+ <DeleteUser>删除成员</DeleteUser>
+ <Edit>编辑成员</Edit>
+ </title>
+ </action>
+ </UIUserInGroup>
+ <UIGroupInfo>
+ <tab>
+ <label>
+ <UIUserInGroup>组用户</UIUserInGroup>
+ </label>
+ </tab>
+ <label>
+ <UIUserInGroup></UIUserInGroup>
+ </label>
+ <title>组信息</title>
+ </UIGroupInfo>
+ <UIMembershipList>
+ <header>
+ <name>会员名</name>
+ <createdDate>创建日期</createdDate>
+ <modifiedDate>修改日期</modifiedDate>
+ <action>#{word.action}</action>
+ <description>#{word.description}</description>
+ </header>
+ <action>
+ <title>
+ <EditMembership>编辑会员</EditMembership>
+ <DeleteMembership>删除会员</DeleteMembership>
+ </title>
+ </action>
+ <msg>
+ <InUse>您无法删除这个会员,该会员正在使用。</InUse>
+ <DeleteMandatory>您无法删除这个会员,该会员是强制性的。</DeleteMandatory>
+ </msg>
+ </UIMembershipList>
+ <UIUserMembershipSelector>
+ <deleteMembership>您确定要删除这个会员吗?</deleteMembership>
+ </UIUserMembershipSelector>
+ <AddGroup>
+ <title>添加新的组</title>
+ <action>
+ <Save>#{word.save}</Save>
+ <Back>#{word.cancel}</Back>
+ </action>
+ </AddGroup>
+ <EditGroup>
+ <title>编辑当前组</title>
+ <action>
+ <Save>#{word.save}</Save>
+ <Back>#{word.cancel}</Back>
+ </action>
+ </EditGroup>
+ <UIGroupForm>
+ <label>
+ <groupName>组名</groupName>
+ <description>描述</description>
+ <label>标签</label>
+ </label>
+ <msg>
+ <group-exist>这个组名已经存在,请选择另外一个。</group-exist>
+ <group-not-exist>组"{0}"不存在或者已经被删除。</group-not-exist>
+ </msg>
+ </UIGroupForm>
+ <UITabPane>
+ <title>
+ <UISharedNavigationForm>共享导航</UISharedNavigationForm>
+ <UISharedPortalForm>共享门户</UISharedPortalForm>
+ <UIUserInGroup>组信息</UIUserInGroup>
+ <UISharedNavigation>组页面导航</UISharedNavigation>
+ </title>
+ </UITabPane>
+ <UISharedNavigationForm>
+ <action>
+ <Save>#{word.save}</Save>
+ <Back>#{word.back}</Back>
+ <Remove>删除</Remove>
+ </action>
+ <label>
+ <navigation>导航</navigation>
+ <description>说明</description>
+ <membership>会员</membership>
+ <priority>优先级</priority>
+ </label>
+ <tab>
+ <label>
+ <SharedNavigation>共享的导航设置</SharedNavigation>
+ <Permission>权限选择</Permission>
+ </label>
+ </tab>
+ <msg>
+ <user-nonexist>用户"{0}"不存在</user-nonexist>
+ </msg>
+ </UISharedNavigationForm>
+ <UISharedNavigation>
+ <msg>
+ <notSelected>您必须选择一个组!</notSelected>
+ </msg>
+ <label>
+ <userNavigation>用户页面导航名</userNavigation>
+ <priority>优先级</priority>
+ </label>
+ <action>
+ <Save>保存</Save>
+ </action>
+ </UISharedNavigation>
+ <UISharedPortalForm>
+ <action>
+ <Save>#{word.save}</Save>
+ <Back>#{word.back}</Back>
+ <Remove>删除</Remove>
+ </action>
+ <label>
+ <portal>门户</portal>
+ <description>说明</description>
+ <membership>会员</membership>
+ <priority>优先级</priority>
+ </label>
+ <tab>
+ <label>
+ <SharedPortal>门户设置</SharedPortal>
+ <Permission>权限选择</Permission>
+ </label>
+ </tab>
+ <msg>
+ <user-nonexist>用户"{0}"不存在</user-nonexist>
+ </msg>
+ </UISharedPortalForm>
+ <UIGroupSharedInfo>
+ <title>共享信息</title>
+ </UIGroupSharedInfo>
+ <UIGroupManagement>
+ <label>
+ <Groups>组</Groups>
+ <AddGroup>添加新的组</AddGroup>
+ <EditGroup>编辑选定的组</EditGroup>
+ <DeleteGroup>删除选定的组</DeleteGroup>
+ </label>
+ <deleteGroup>您确定要删除这个组吗?</deleteGroup>
+ </UIGroupManagement>
+</bundle>
Added:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UISiteManagement>
+ <action>
+ <addNewPortal>增加新的门户</addNewPortal>
+ </action>
+ <label>
+ <editLayout>修改布局</editLayout>
+ <editNav>编辑导航</editNav>
+ <editPortalProp>编辑门户属性</editPortalProp>
+ <deletePortal>删除</deletePortal>
+ </label>
+ </UISiteManagement>
+</bundle>
Added:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UIRegisterForm>
+ <registerWithSuccess>
+ <message>您已成功注册一个新帐户!</message>
+ </registerWithSuccess>
+ <title>注册新帐户</title>
+ <label>
+ <action>
+ <CheckUsernameAvailability>查询用户</CheckUsernameAvailability>
+ </action>
+ </label>
+ </UIRegisterForm>
+</bundle>
Added:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UIStarToolbarPortlet>
+ <item>
+ <ChangeLanguage>更改语言</ChangeLanguage>
+ <ChangeSkin>更换皮肤</ChangeSkin>
+ <AccountSetting>帐户设置</AccountSetting>
+ <Logout>退出</Logout>
+ </item>
+ </UIStarToolbarPortlet>
+</bundle>
Added:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+</bundle>
\ No newline at end of file
Added:
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/NavigationPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <javax>
+ <portlet>
+ <title>导航Portlet</title>
+ </portlet>
+ </javax>
+</bundle>
Added:
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <javax>
+ <portlet>
+ <title>导航Portlet</title>
+ </portlet>
+ </javax>
+</bundle>
Added:
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <javax>
+ <portlet>
+ <title>Breadcumbs Portlet</title>
+ </portlet>
+ </javax>
+</bundle>
\ No newline at end of file
Added:
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UIGroovyPortlet>
+ <note>
+ <Text>这是Groovy Portlet(示例Portlet),将来可以将其开发成web应用。</Text>
+ </note>
+ </UIGroovyPortlet>
+ <UIIFrameEditMode>
+ <title>更改URL</title>
+ <label>
+ <iframeUrl>URL</iframeUrl>
+ <editmode>编辑模式</editmode>
+ </label>
+ <action>
+ <Save>保存</Save>
+ </action>
+ </UIIFrameEditMode>
+ <UIBannerPortlet>
+ <action>
+ <changeLanguage>更改语言</changeLanguage>
+ </action>
+ </UIBannerPortlet>
+
+ <UIHomePagePortlet>
+ <Label>
+ <Title>用一个用户帐户尝试GateIn 3.0:</Title>
+
<Intro>新版本增加了新的用户界面<br/>经典和WebOS桌面布局<br/>拖放功能,创建页向导<br/>等等。。。</Intro>
+ <Slogan>eXo和JBoss Portal最好的门户平台<div>GateIn 3.0 Beta
4</div></Slogan>
+ <Username>用户名:</Username>
+ <Password>密码:</Password>
+ </Label>
+ </UIHomePagePortlet>
+</bundle>
Added:
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_zh.xml
===================================================================
---
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_zh.xml
(rev 0)
+++
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UILogoPortlet>
+ <note>
+ <Text>这是标志</Text>
+ </note>
+ <action>
+ <changeLanguage>更改语言</changeLanguage>
+ <Register>注册</Register>
+ <signout>退出</signout>
+ <signin>登录</signin>
+ </action>
+ <label>
+ <Welcome>欢迎</Welcome>
+ </label>
+ </UILogoPortlet>
+ <UILogoEditMode>
+ <title>更改 URL</title>
+ <label>
+ <logoUrl>URL</logoUrl>
+ <editmode>更改模式</editmode>
+ </label>
+ <action>
+ <Save>保存</Save>
+ </action>
+ </UILogoEditMode>
+</bundle>
Added:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_zh.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_zh.xml
(rev 0)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <organization>
+ <title>机构</title>
+ <newstaff>新员工</newstaff>
+ <management>用户和组管理</management>
+ </organization>
+</bundle>
Added:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_zh.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_zh.xml
(rev 0)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <administration>
+ <title>管理</title>
+ <application-registry>应用申请</application-registry>
+ <newAccount>新帐户</newAccount>
+ <community-management>社区管理</community-management>
+ <i18n>国际化</i18n>
+ <console>Web 控制台</console>
+ <pageManagement>页面管理</pageManagement>
+ </administration>
+</bundle>
Added:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_zh.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_zh.xml
(rev 0)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <platform>
+ <guests>
+ <register>注册</register>
+ <sitemap>网站地图</sitemap>
+ <link>链接</link>
+ </guests>
+ </platform>
+</bundle>
Added:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_zh.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_zh.xml
(rev 0)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <platform>
+ <users>
+ <iframe>IFrame</iframe>
+ <mylink>My Link 我的链接</mylink>
+ <mylink-blog>Blog 博客</mylink-blog>
+ <mylink-google>Google</mylink-google>
+ <mylink-facebook>Facebook</mylink-facebook>
+ <sitemap>SiteMap 网站地图</sitemap>
+ <dashboard>Dashboard 控制面板</dashboard>
+ </users>
+ </platform>
+</bundle>
Added:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_zh.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_zh.xml
(rev 0)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <portal>
+ <classic>
+ <home>主页</home>
+ <sitemap>网站地图</sitemap>
+ <groupnavigation>组导航</groupnavigation>
+ <portalnavigation>门户导航</portalnavigation>
+ <register>注册</register>
+ <webexplorer>网络浏览器</webexplorer>
+ </classic>
+ </portal>
+ <UIAddNewApplication>
+ <label>
+ <AddApplication >增加应用</AddApplication >
+ </label>
+ </UIAddNewApplication>
+</bundle>
Added:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_zh.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_zh.xml
(rev 0)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/custom_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <test>测试</test>
+</bundle>
Added:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_zh.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_zh.xml
(rev 0)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <word>
+ <accessPermission>访问权限</accessPermission>
+ <abort>舍弃</abort>
+ <action>提交</action>
+ <back>返回</back>
+ <birthday>生日</birthday>
+ <cancel>取消</cancel>
+ <category>分类</category>
+ <change>修改</change>
+ <city>城市</city>
+ <close>关闭</close>
+ <comment>评论</comment>
+ <content>内容</content>
+ <country>国家</country>
+ <date>日期</date>
+ <decorator>装饰</decorator>
+ <department>部门</department>
+ <description>描述</description>
+ <editPermission>编辑权限</editPermission>
+ <email>电子邮件</email>
+ <employer>雇主</employer>
+ <familyName>姓</familyName>
+ <finish>完成</finish>
+ <firstName>名</firstName>
+ <format>格式</format>
+ <groupId>组Id</groupId>
+ <gender>性别</gender>
+ <givenName>名</givenName>
+ <height>高度</height>
+ <icon>图标</icon>
+ <jobTitle>职称</jobTitle>
+ <locale>区域设置</locale>
+ <label>标签</label>
+ <language>语言</language>
+ <lastName>姓</lastName>
+ <mobile>移动电话</mobile>
+ <name>名字</name>
+ <nickName>昵称</nickName>
+ <next>下一步</next>
+ <owner>所有者</owner>
+ <postalCode>邮政编码</postalCode>
+ <refresh>刷新</refresh>
+ <restore>还原</restore>
+ <save>保存</save>
+ <stateProv>州/省</stateProv>
+ <street>街道</street>
+ <style>格式</style>
+ <subject>题目</subject>
+ <summary>摘要</summary>
+ <skin>皮肤</skin>
+ <template>模板</template>
+ <tel>电话</tel>
+ <title>标题</title>
+ <uri>Uri</uri>
+ <userName>用户名</userName>
+ <update>更新</update>
+ <viewPermission>查看权限</viewPermission>
+ <width>宽度</width>
+ <website>网站</website>
+ </word>
+</bundle>
Added:
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_zh.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_zh.xml
(rev 0)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <EmptyStringValidator>
+ <msg>
+ <empty-input>字段"{0}"是需要的</empty-input>
+ </msg>
+ </EmptyStringValidator>
+ <EmailAddressValidator>
+ <msg>
+
<invalid-email>您在字段{1}中输入了"{0}",电子邮件地址是无效的</invalid-email>
+ </msg>
+ </EmailAddressValidator>
+ <NumberFormatValidator>
+ <msg>
+
<invalid-limitAccess>您在字段{1}中输入了"{0}",对这个字段的访问是受限的</invalid-limitAccess>
+ <Invalid-input>在字段{0}中应该输入数字</Invalid-input>
+ </msg>
+ </NumberFormatValidator>
+ <IdentifierValidator>
+ <msg>
+ <empty-input>字段"{0}"不能为空</empty-input>
+ <invalid-char>字段{0}只允许输入α,数字,点,破折号和下划线</invalid-char>
+ </msg>
+ </IdentifierValidator>
+ <NameValidator>
+ <msg>
+ <empty-input>字段"{0}"不能为空</empty-input>
+ <invalid-char>字段{0}只允许输入α,数字,点,破折号和下划线</invalid-char>
+ </msg>
+ </NameValidator>
+ <ValidUserValidator>
+ <msg>
+ <empty-input>请在字段{0}中输入值</empty-input>
+ <invalid-username>系统没有找到用户{0}</invalid-username>
+ </msg>
+ </ValidUserValidator>
+ <ValidGroupValidator>
+ <msg>
+ <empty-input>请在字段{0}中输入值</empty-input>
+ <invalid-group-id>系统没有找到组{0}</invalid-group-id>
+ </msg>
+ </ValidGroupValidator>
+ <PermissionValidator>
+ <msg>
+ <invalid-permission-input>无效的权限,权限格式应该是
会员:/组Id</invalid-permission-input>
+
<membership-group-not-found>会员类型或者组名未找到。</membership-group-not-found>
+ </msg>
+ </PermissionValidator>
+ <CheckAdminOrOwnerRoleInterceptor>
+ <msg>
+
<owner-or-admin-require>您需要登录并且以管理员的身份执行操作'{0}'</owner-or-admin-require>
+ </msg>
+ </CheckAdminOrOwnerRoleInterceptor>
+ <CheckOwnerInterceptor>
+ <msg>
+ <owner-require>您需要登录来执行操作'{0}'</owner-require>
+ </msg>
+ </CheckOwnerInterceptor>
+ <ExoPermissionException>
+ <msg>
+ <message>您需要以角色{0}来执行操作{1}</message>
+ </msg>
+ </ExoPermissionException>
+ <OrganizationService>
+ <unique-group-exception>组名{0}已经存在。</unique-group-exception>
+ </OrganizationService>
+ <PageList>
+ <page-out-of-range>您尝试打开网页{0},但是只有网页{1}可用</page-out-of-range>
+ </PageList>
+ <MessageService>
+ <account-not-found>无法为用户{1}找到帐户{0}</account-not-found>
+
<invalid-standalone-message-address>您正在使用独立帐户类型\地址{0}是无效的。系统需要的地址格式是:\收件人#帐户名</invalid-standalone-message-address>
+ <send-message-fail>不能发送消息。请检查您的电子邮件地址 \n\ 错误:{0}</send-message-fail>
+ </MessageService>
+ <Searcher>
+ <msg>
+ <search-expression-error>输入表达式出错。<br
/>{0}</search-expression-error>
+ </msg>
+ </Searcher>
+</bundle>
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_zh.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_zh.xml
(rev 0)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_zh.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -0,0 +1,1924 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bundle>
+ <UIContentNavigation>
+ <msg>
+ <EditNode>您必须选择一个节点。</EditNode>
+ </msg>
+ </UIContentNavigation>
+ <UIPortletRegistryCategory>
+ <msg>
+ <editPortlet>您必须选择一个portlet</editPortlet>
+ </msg>
+ </UIPortletRegistryCategory>
+ <PopupPermissionSelector>
+ <title>
+ <null>null</null>
+ <UIGroupMembershipSelector>权限选择</UIGroupMembershipSelector>
+ <PermissionSelector>权限选择</PermissionSelector>
+ </title>
+ </PopupPermissionSelector>
+ <UIPermissionForm>
+ <label>
+ <null>权限</null>
+ </label>
+ </UIPermissionForm>
+ <UICategoryForm>
+ <action>
+ <Close>关闭</Close>
+ </action>
+ </UICategoryForm>
+ <AddCategory>
+ <title>
+ <UICategoryForm>添加类别</UICategoryForm>
+ </title>
+ </AddCategory>
+ <WorkingPopup>
+ <title>
+ <WorkingPopup>Working Popup</WorkingPopup>
+ </title>
+ </WorkingPopup>
+ <DeleteUser>
+ <title>
+ <UIPopupDialog>是否要删除此用户?</UIPopupDialog>
+ </title>
+ </DeleteUser>
+<!--
#############################################################################-->
+<!-- # Empty String Validator
#-->
+<!--
#############################################################################-->
+<!-- #class org.exoplatform.webui.form.validator.Validator.EmptyFieldValidator-->
+<!-- #{0}=input field name-->
+ <EmptyFieldValidator>
+ <msg>
+ <empty-input>字段"{0}"是需要的</empty-input>
+ <empty>字段"{0}"中的信息不能为空</empty>
+ </msg>
+ </EmptyFieldValidator>
+ <ExpressionValidator>
+ <msg>
+ <value-invalid>字段"{0}"
必须和格式"{1}"匹配</value-invalid>
+ </msg>
+ </ExpressionValidator>
+ <UITestForm>
+ <label>
+ <UIAddApplication>增加应用</UIAddApplication>
+ </label>
+ </UITestForm>
+ <StringLengthValidator>
+ <msg>
+ <length-invalid>字段"{0}"中的文本长度必须在"{1}" 和
"{2}"之间</length-invalid>
+ </msg>
+ </StringLengthValidator>
+<!--
#############################################################################-->
+<!-- # Email Address Validator
#-->
+<!--
#############################################################################-->
+<!-- #class
org.exoplatform.webui.form.validator.Validator.EmailAddressValidator-->
+<!-- #{0}=input field name, {1} user input email address-->
+ <EmailAddressValidator>
+ <msg>
+ <Invalid-input>您的电子邮件地址无效。请输入一个不同的地址。</Invalid-input>
+ </msg>
+ </EmailAddressValidator>
+<!--
#############################################################################-->
+<!-- # Mandatory Validator
#-->
+<!--
#############################################################################-->
+<!-- #{0} = input field name-->
+ <MandatoryValidatorIterator>
+ <msg>
+ <empty>"{0}"列表不能为空</empty>
+ </msg>
+ </MandatoryValidatorIterator>
+<!--
#############################################################################-->
+<!-- # Number Format Validator
#-->
+<!--
#############################################################################-->
+<!-- #class
org.exoplatform.webui.form.validator.Validator.NumberFormatValidator-->
+<!-- #{0}=input field name-->
+ <NumberFormatValidator>
+ <msg>
+ <Invalid-number>字段"{0}"中无效的数字格式。</Invalid-number>
+ </msg>
+ </NumberFormatValidator>
+ <PositiveNumberFormatValidator>
+ <msg>
+ <Invalid-number>在"{0}"字段必须包含一个正数。</Invalid-number>
+ </msg>
+ </PositiveNumberFormatValidator>
+<!--
#############################################################################-->
+<!-- # Empty Iterator Validator
#-->
+<!--
#############################################################################-->
+<!-- #class
org.exoplatform.webui.organization.UIListPermissionSelector.EmptyIteratorValidator-->
+<!-- #{0}=input field name-->
+ <EmptyIteratorValidator>
+ <msg>
+ <empty>"{0}" 列表不能为空。</empty>
+ </msg>
+ </EmptyIteratorValidator>
+<!--
#############################################################################-->
+<!-- # Resource Validator #-->
+<!--
#############################################################################-->
+ <ResourceValidator>
+ <msg>
+ <Invalid-char>字段"{0}"只允许α,数字,下划线,破折号和点。</Invalid-char>
+ </msg>
+ </ResourceValidator>
+<!--
#############################################################################-->
+<!-- # Special Character Validator
#-->
+<!--
#############################################################################-->
+<!-- #class
org.exoplatform.webui.form.validator.Validator.SpecialCharacterValidator-->
+<!-- #{0}=input field name-->
+ <SpecialCharacterValidator>
+ <msg>
+ <invalid-digit>字段"{0}"必须以字符开始。</invalid-digit>
+ <Invalid-char>字段"{0}"只允许α,数字,下划线,破折号和空格</Invalid-char>
+ </msg>
+ </SpecialCharacterValidator>
+<!--
#############################################################################-->
+<!-- # Date Time Validator
#-->
+<!--
#############################################################################-->
<DateTimeValidator>
+ <msg>
+ <Invalid-input>字段"{0}"不包含有效值</Invalid-input>
+ </msg>
+ </DateTimeValidator>
+<!--
#############################################################################-->
+<!-- # URL Validator
#-->
+<!--
#############################################################################-->
+ <URLValidator>
+ <msg>
+ <invalid-url>字段"{0}"不包含有效URL</invalid-url>
+ </msg>
+ </URLValidator>
+<!-- #############################################################################-->
+<!-- #org.exoplatform.portal.webui.portal.UIPortalComposer #-->
+<!-- #############################################################################-->
+ <UIFormMultiValueInputSet>
+ <label>
+ <remove>删除条目</remove>
+ <add>增加条目</add>
+ </label>
+ </UIFormMultiValueInputSet>
+
<!-- #############################################################################-->
+<!-- #Container config options #-->
+<!-- #############################################################################-->
+ <UIPortalComposer>
+ <title>
+ <UIPortalComposer>Edit Inline Composer</UIPortalComposer>
+ </title>
+ <action>
+ <Abort>舍弃</Abort>
+ <Finish>完成</Finish>
+ <ViewProperties>门户属性</ViewProperties>
+ <SwitchMode>转换视图模式</SwitchMode>
+ </action>
+ </UIPortalComposer>
+ <UITabPane>
+ <title>
+ <UIApplicationList>应用</UIApplicationList>
+ <UIContainerList>容器</UIContainerList>
+ <UIPermissionSelector>编辑权限设置</UIPermissionSelector>
+ <UIListPermissionSelector>访问权限设置</UIListPermissionSelector>
+ <UIAccountProfiles>帐户概况</UIAccountProfiles>
+ <UIAccountChangePass>修改密码</UIAccountChangePass>
+ </title>
+ </UITabPane>
+
+ <ContainerOptions>
+ <Category>
+ <row>行布局</row>
+ <column>列布局</column>
+ <tabs>标签布局</tabs>
+ <mix>混合布局</mix>
+ </Category>
+ <Item>
+ <oneRow>一行</oneRow>
+ <twoRows>两行</twoRows>
+ <threeRows>三行</threeRows>
+ <oneColumns>一列</oneColumns>
+ <twoColumns>两列</twoColumns>
+ <threeColumns> 三列</threeColumns>
+ <threeToolbarColumns>三个工具栏列</threeToolbarColumns>
+ <twoTabs>两个标签</twoTabs>
+ <threeTabs>三个标签</threeTabs>
+ <twoColumnsOneRow>两列,一行</twoColumnsOneRow>
+ <oneRowTwoColumns>一行,两列</oneRowTwoColumns>
+ <oneRow2Column1Row>一行,两列,一行</oneRow2Column1Row>
+ </Item>
+ </ContainerOptions>
+<!--
#############################################################################-->
+<!-- # Identifier String Validator
#-->
+<!--
#############################################################################-->
+<!-- #class org.exoplatform.webui.form.validator.Validator.IdentifierValidator-->
+<!-- #{0}=input field name-->
+ <IdentifierValidator>
+ <msg>
+ <Invalid-char>字段"{0}"只允许α,数字,破折号和下划线</Invalid-char>
+ </msg>
+ </IdentifierValidator>
+
+ <UIChangeLanguage>
+ <title>
+ <LanguageSetting>接口语言设置</LanguageSetting>
+ </title>
+ <action>
+ <save>应用</save>
+ <close>取消</close>
+ </action>
+ </UIChangeLanguage>
+ <Euro>
+ <label>欧洲</label>
+ </Euro>
+ <Asia>
+ <label>亚洲</label>
+ </Asia>
+ <Language>
+ <left>
+ <title>选择一种语言</title>
+ </left>
+ </Language>
+<!--
#############################################################################-->
+<!-- # Change Skin
#-->
+<!--
#############################################################################-->
+ <UIChangeSkin>
+ <action>
+ <save>应用</save>
+ <close>#{word.cancel}</close>
+ </action>
+ <title>
+ <SkinSetting>皮肤设置</SkinSetting>
+ </title>
+ <Default>
+ <label>默认风格皮肤</label>
+ </Default>
+ <Mac>
+ <label>苹果风格皮肤</label>
+ </Mac>
+ <Vista>
+ <label>Vista风格皮肤</label>
+ </Vista>
+ </UIChangeSkin>
+ <Skin>
+ <title>皮肤列表</title>
+ <left>
+ <title>查看和选择皮肤</title>
+ </left>
+ </Skin>
+
+ <UIChangePortal>
+ <header>
+ <creator>构造器</creator>
+ <name>名字</name>
+ <skin>皮肤</skin>
+ <action>操作</action>
+ <factoryId>工厂Id</factoryId>
+ </header>
+ <lable>
+ <TitleBar>选择门户</TitleBar>
+ </lable>
+ <action>
+ <close>关闭</close>
+ <title>
+ <SelectPortal>选择门户</SelectPortal>
+ </title>
+ </action>
+ <msg>
+ <Invalid-viewPermission>你没有权限使用这个门户。</Invalid-viewPermission>
+ </msg>
+ </UIChangePortal>
+
+ <Template>
+ <title>皮肤列表</title>
+ <left>
+ <title>查看和选择皮肤</title>
+ </left>
+ </Template>
+ <Desktop>
+ <label>桌面布局</label>
+ </Desktop>
+ <AccountTemplate>
+ <left>
+ <title>示例帐户模板预览</title>
+ </left>
+ <title>帐户模板</title>
+ </AccountTemplate>
+ <DefaultAccount>
+ <label>默认帐户</label>
+ </DefaultAccount>
+ <CommunityAccount>
+ <label>社区帐户</label>
+ </CommunityAccount>
+ <CompanyAccount>
+ <label>公司帐户</label>
+ </CompanyAccount>
+ <AdminAccount>
+ <label>管理员帐户</label>
+ </AdminAccount>
+
+ <NameValidator>
+ <msg>
+ <Invalid-char>字段"{0}"只允许α,数字,点,破折号和下划线</Invalid-char>
+ </msg>
+ </NameValidator>
+ <FirstCharacterNameValidator>
+ <msg>字段"{0}"必须以字符开始,并且不能包含特殊字符</msg>
+ </FirstCharacterNameValidator>
+
+ <UIAccountForm>
+ <msg>
+ <password-is-not-match>密码和确认密码必须相同。</password-is-not-match>
+ </msg>
+ </UIAccountForm>
+ <UIAccountInputSet>
+ <msg>
+ <user-exist>此用户名已经存在,请输入一个不同的名称。</user-exist>
+ <user-not-exist>此用户名仍然可用</user-not-exist>
+ <user-is-deleted>该用户可能会被删除。</user-is-deleted>
+ <email-exist>此电子邮件已经存在,请输入一个不同的地址。</email-exist>
+ <empty-input>用户名不能为空。</empty-input>
+ <successful>
+ <create>
+ <user>您已经注册一个新帐户。</user>
+ </create>
+ <update>
+ <user>用户配置文件已被更新。</user>
+ </update>
+ </successful>
+ </msg>
+ </UIAccountInputSet>
+ <UIUserProfileInputSet>
+ <msg>
+ <sucsesful>
+ <update>
+ <userprofile>用户配置文件已被更新。</userprofile>
+ </update>
+ </sucsesful>
+ </msg>
+ <title>个人信息</title>
+ <label>
+ <Profile>配置文件</Profile>
+ <HomeInfo>家庭信息</HomeInfo>
+ <BusinessInfo>商务信息</BusinessInfo>
+ </label>
+ </UIUserProfileInputSet>
+ <UIGroupMembershipForm>
+ <msg>
+ <user-not-exist>用户"{0}" 不存在。</user-not-exist>
+ <user-not-empty>用户名不能为空。</user-not-empty>
+
<Invalid-char>字段"{0}"只能包含α,数字,逗号,破折号。第一个和最后一个字符必须是字母。</Invalid-char>
+ <duplicate-user>有些用户是重复的。请重新检查它!</duplicate-user>
+ <group-not-select>请选择一个组。</group-not-select>
+
<membership-exist>用户"{0}"在组"{1}"中有相同的会员,请选择另外一个会员。</membership-exist>
+ </msg>
+ </UIGroupMembershipForm>
+ <UILoginForm>
+ <msg>
+ <Invalid-account>用户名 和/或 密码是错误的或为空。请再试一次。</Invalid-account>
+ </msg>
+ <label>
+ <welcome>欢迎</welcome>
+ <login>登录</login>
+ <Discard>舍弃</Discard>
+ <user>用户</user>
+ <forgot>忘记用户名/密码?</forgot>
+ <password>密码</password>
+ <UserName>用户名</UserName>
+ <RememberOnComputer>记住我的登录</RememberOnComputer>
+ <NotMember>还不是会员?</NotMember>
+ <Signup>注册</Signup>
+ <Signin>登录</Signin>
+ <ForAccount>立即注册一个帐户</ForAccount>
+ <SigninFail>登录失败。用户名或密码错误。</SigninFail>
+ <Copyright><![CDATA[Copyright © 2009. All rights Reserved, eXo
Platform SAS and Red Hat, Inc.]]></Copyright>
+ </label>
+ </UILoginForm>
+
+ <UIApplication>
+ <msg>
+ <unknown-error>未知错误</unknown-error>
+ </msg>
+ </UIApplication>
+
+ <UIContainerForm>
+ <title>编辑容器</title>
+ <action>
+ <Save>#{word.save}</Save>
+ <Close>取消</Close>
+ </action>
+ <label>
+ <id>容器Id</id>
+ <title>容器标题</title>
+ <decorator>#{word.decorator}</decorator>
+ <template>#{word.template}</template>
+ <width>#{word.width}</width>
+ <height>#{word.height}</height>
+ <style>#{word.style}</style>
+ <ContainerSetting>容器设置</ContainerSetting>
+ </label>
+ <tab>
+ <label>
+ <ContainerSetting>容器设置</ContainerSetting>
+ <UIContainerPermission>访问权限</UIContainerPermission>
+ <Template>模板</Template>
+ <Icon>图标</Icon>
+ </label>
+ </tab>
+ <msg>
+
<InvalidWidthHeight>您必须在字段"{0}"中输入像素或者百分数。</InvalidWidthHeight>
+ </msg>
+ </UIContainerForm>
+
+ <UIPortletForm>
+ <title>查看/编辑Portlet</title>
+ <label>
+ <title>Portlet标题:</title>
+ <width>#{word.width}:</width>
+ <height>#{word.height}:</height>
+ <showInfoBar>显示信息栏:</showInfoBar>
+ <windowId>窗口Id:</windowId>
+ <showPortletMode>显示Portlet模式:</showPortletMode>
+ <showWindowState>显示窗口状态:</showWindowState>
+ <id>Portlet Id:</id>
+ <displayName>显示名称:</displayName>
+ <description>描述</description>
+ <template>模板</template>
+ </label>
+ <action>
+ <Close>取消</Close>
+ <Save>保存并关闭</Save>
+ </action>
+ <tab>
+ <label>
+ <PortletPref>选项</PortletPref>
+ <PortletSetting>Portlet设置</PortletSetting>
+ <Renderer>渲染</Renderer>
+ <Template>模板</Template>
+ <Decorator>装饰</Decorator>
+ <Icon>选择图标</Icon>
+ <Theme>装饰主题</Theme>
+ <EditMode>编辑模式</EditMode>
+ <PortletPermission>访问权限</PortletPermission>
+ </label>
+ </tab>
+ <Theme>
+ <title>
+ <Preview>主题预览</Preview>
+ <SetDefault>获取默认设置</SetDefault>
+ </title>
+ </Theme>
+ <Icon>
+ <title>
+ <SetDefault>获取默认设置</SetDefault>
+ </title>
+ </Icon>
+ <msg>
+
<InvalidWidthHeight>您必须在字段"{0}"中输入像素值。</InvalidWidthHeight>
+ </msg>
+ </UIPortletForm>
+
+ <UIDescription>
+ <title>
+ <pageManagement>页面浏览</pageManagement>
+ <portalManagement>门户浏览</portalManagement>
+ <pageWizard>页面创建向导</pageWizard>
+ <pageEditWizard>页面编辑向导</pageEditWizard>
+ </title>
+ <content>
+
<pageManagement><strong>管理页面:</strong><br/>这是所有页面的列表。<br/>您可以预览(只有正常页面),<br/><br/>
修改或删除您有足够权限的页面。<br/><br/>您可以搜索页面通过<em>所有者类型</em>(门户/组/用户),通过<em>所有者id</em>(所有者类型名称),或者通过<em>页面名称</em><br/><br/>要创建一个新页面,点击"Add
new page"按钮并且输入需要的字段。</pageManagement>
+
<portalManagement><strong>管理门户:</strong><br/>这是所有门户的列表。要创建一个新门户,点击"Create
new Portal"按钮并且输入需要的字段。<br/>您只能从这个列表中创建或者删除您有恰当权限的门户。</portalManagement>
+ <pageWizard>需要删除</pageWizard>
+
<pageWizard2><![CDATA[<strong>步骤1:设置页面信息包括页面路径,节点名称和显示名称。</strong><br/>
按照如下步骤进行<br/>-从下拉列表中选择一个导航<br/>-选择您希望创建子页面的页面节点。<br/>-输入<em>节点名称</em><br/>-输入<em>显示名称</em>
(可选项)<br/>-选中或反选<em>可见</em>复选框(可选)<br/>-选中或反选<em>发布日期
& 时间</em>复选框(可选)<br/> 如果<em>发布日期 &
时间</em> 复选框被选中:<br/> -输入
<em>起始发布日期</em><br/> -输入
<em>结束发布日期</em><br/>-点击"Next"继续下一步]]></pageWizard2>
+
<pageWizard3><![CDATA[<strong>步骤2:设置页面布局</strong><br/>
按照如下步骤进行<br/>-从列表中选择一个布局<br/>-点击"Next"转移到下一步或者"Back"返回到上一步
]]></pageWizard3>
+ <pageEditWizard>网页编辑向导说明<br/>以及指导</pageEditWizard>
+
<pageEditWizard1><![CDATA[<strong>步骤1:更改页面的显示名称,可见度和公布日期</strong><br/>按照如下步骤进行:<br/>-从下拉列表中选择一个导航<br/>-选择您想修改的页面<br/>-修改<em>显示名称</em>如果需要的话<br/>-选中或者反选<em>可见度</em>复选框<br/>-选中或者反选<em>发布日期&时间</em>复选框<br/> 如果
<em>发布日期&
时间</em>已经选中:<br/> -修改<em>起始发布日期</em><br/> -修改<em>结束发布日期</em><br/>-点击"Next"继续下一步]]></pageEditWizard1>
+
<pageEditWizard2><strong>步骤2:修改页面布局。</strong><br/>按照如下步骤进行:<br/>-选择一个新的页面布局或者保持当前布局<br/>-点击"Next"转移到下一步或者"Back"返回到上一步</pageEditWizard2>
+
<pageEditWizard3><strong>步骤2:修改页面布局。</strong><br/>按照如下步骤进行:<br/>-选择一个新的页面布局或者保持当前布局<br/>-点击"Next"转移到下一步或者"Back"返回到上一步</pageEditWizard3>
+ </content>
+ </UIDescription>
+ <UIPortalForm>
+ <title>编辑门户</title>
+ <action>
+ <Save>#{word.save}</Save>
+ <Close>取消</Close>
+ </action>
+ <msg>
+ <sameName>这个门户名已经存在。</sameName>
+ <notExistAnymore>这个门户名不存在或已经被删除。</notExistAnymore>
+ </msg>
+ <label>
+ <name>门户名称:</name>
+ <locale>#{word.locale} :</locale>
+ <date>#{word.date} :</date>
+ <factoryId>门户类型:</factoryId>
+ <skin>皮肤:</skin>
+ <sessionAlive>保持会话活着:</sessionAlive>
+ <option>
+ <always>总是</always>
+ <onDemand>根据需求</onDemand>
+ <never>从不</never>
+ </option>
+ </label>
+ <tab>
+ <label>
+ <PortalSetting>门户设置</PortalSetting>
+ <PortalTemplate>门户模板</PortalTemplate>
+ <PermissionSetting>权限设置</PermissionSetting>
+ <FactoryId>工厂Id</FactoryId>
+ </label>
+ </tab>
+ </UIPortalForm>
+ <PortalTemplate>
+ <title>门户模板</title>
+ <left>
+ <title>示例门户模板预览</title>
+ </left>
+ </PortalTemplate>
+
+ <UIListPermissionSelector>
+ <header>
+ <groupId>组Id</groupId>
+ <membership>会员类型</membership>
+ <action>操作</action>
+ </header>
+ <action>
+ <addPermission>增加权限</addPermission>
+ <title>
+ <Delete>删除</Delete>
+ </title>
+ </action>
+ <label>
+ <publicMode>使之公开(每个人都可以访问):</publicMode>
+ </label>
+ </UIListPermissionSelector>
+ <UIGroupMembershipSelector>
+ <msg>
+ <selectGroup>您必须先选择一个组。</selectGroup>
+ </msg>
+ <title>组会员选择器</title>
+ <title>
+ <ListPermissionSelector>组和会员选择器</ListPermissionSelector>
+ </title>
+ <label>
+ <selectPermission>选择一个权限</selectPermission>
+ <selectMembership>选择一个会员</selectMembership>
+ <selectGroup>浏览并选择一个组</selectGroup>
+ </label>
+ <tooltip>
+ <selectMembership>点击此处选择一个会员</selectMembership>
+ </tooltip>
+ </UIGroupMembershipSelector>
+ <UIGroupSelector>
+ <title>
+ <UIGroupMembershipSelector>会员选择器</UIGroupMembershipSelector>
+ <selectGroup>浏览并选择一个组</selectGroup>
+ <selectGroupInfo>选中的组信息</selectGroupInfo>
+ </title>
+ <lable>
+ <name>名称:</name>
+ <groupId>组Id:</groupId>
+ <description>描述:</description>
+ </lable>
+ <action>
+ <done>完成</done>
+ </action>
+ </UIGroupSelector>
+ <UIPageSelector2>
+ <header>
+ <name>名称</name>
+ <id>页面Id</id>
+ <accessGroups>访问组</accessGroups>
+ <title>#{word.title}</title>
+ <action>#{word.action}</action>
+ </header>
+ <label>
+ <clearPage>清除页面</clearPage>
+ <createPage>创建页面</createPage>
+ <searchandSelectPage>搜索并选择页面</searchandSelectPage>
+ <currentSelectedPage>选中的页面信息</currentSelectedPage>
+ <title>标题</title>
+ <name>#{word.name}</name>
+ <accessGroups>访问组</accessGroups>
+ </label>
+ </UIPageSelector2>
+ <UIPageBrowser>
+ <msg>
+ <NoPermission>您无权访问这个页面。</NoPermission>
+ <PageNotExist>页面不存在</PageNotExist>
+ <UserNotPermission>您无权访问这个节点的页面。</UserNotPermission>
+ <InvalidQueryException>无效的查询。</InvalidQueryException>
+ <Invalid-viewPermission>您不能访问页面{0}</Invalid-viewPermission>
+ <Invalid-editPermission>您不能编辑页面{0}.</Invalid-editPermission>
+ <Invalid-deletePermission>您不能删除页面{0}.</Invalid-deletePermission>
+ <Invalid-Preview>这是桌面网页。您无法预览这种类型的网页。</Invalid-Preview>
+ <NotViewPage>您无权查看此页面。</NotViewPage>
+ <edit>
+ <NotEditPage>您无权编辑此页面。</NotEditPage>
+ </edit>
+ <delete>
+ <NotDelete>您无权删除此页面。</NotDelete>
+ </delete>
+ </msg>
+ <selectItem>
+ <ownerType>所有者类型</ownerType>
+ <ownerId>所有者Id</ownerId>
+ <name>名称</name>
+ </selectItem>
+ <action>
+ <title>
+ <Delete>删除页面</Delete>
+ <Preview>预览页面</Preview>
+ <EditInfo>编辑页面</EditInfo>
+ <SelectPage>选择页面</SelectPage>
+ </title>
+ <addNewPage>增加新页面</addNewPage>
+ </action>
+ <label>
+ <option>
+ <owner>#{word.owner}</owner>
+ </option>
+ </label>
+ </UIPageBrowser>
+ <UIVirtualList>
+ <header>
+ <name>页面名称</name>
+ <ownerType>所有者类型</ownerType>
+ <ownerId>所有者Id</ownerId>
+ <pageId>页面Id</pageId>
+ <title>标题</title>
+ <accessGroups>访问组</accessGroups>
+ <action>#{word.action}</action>
+ <accessPermissions>访问权限</accessPermissions>
+ <editPermission>编辑权限</editPermission>
+ </header>
+ </UIVirtualList>
+
+ <UIPageNodeSelector>
+ <UIDropDown>
+ <title>选择导航</title>
+ </UIDropDown>
+ <msg>
+ <notAvailable>此节点的页面无法不可用。</notAvailable>
+ <Invalid-editPermission>您无权编辑此页面。</Invalid-editPermission>
+ <deleteNav>您无法删除此页面导航。</deleteNav>
+ <NoPageNavigation>在使用这项功能之前,您必须创建导航。</NoPageNavigation>
+ <curentPage>无法删除此页面:页面正在被另外一个程序使用。</curentPage>
+ <paste>
+ <sameName>此节点名字已存在。</sameName>
+ <sameSrcAndDes>源和目标必须不同。</sameSrcAndDes>
+ </paste>
+ </msg>
+ <deleteNode>您确认要删除此导航吗?</deleteNode>
+ <deleteNavigation>您确认要删除此节点吗?</deleteNavigation>
+ <tooltip>
+ <newPageNavigation>创建新导航</newPageNavigation>
+ </tooltip>
+ </UIPageNodeSelector>
+ <UIPageNodeSelectorPopupMenu>
+ <event>
+ <AddUserNavigation>添加导航</AddUserNavigation>
+ <AddNode>添加新节点</AddNode>
+ <PasteNode>粘贴节点</PasteNode>
+ <CreateNavigation>创建导航</CreateNavigation>
+ <DeleteNavigation>删除导航</DeleteNavigation>
+ <EditNavigation>编辑导航</EditNavigation>
+ <SaveNavigation>保存导航</SaveNavigation>
+ </event>
+ </UIPageNodeSelectorPopupMenu>
+
+ <UIPageEditor>
+ <action>
+ <Abort>舍弃</Abort>
+ <Finish>完成</Finish>
+ <ViewProperties>查看页面属性</ViewProperties>
+ <SwitchMode>转换视图模式</SwitchMode>
+ </action>
+ <title>
+ <UIPageEditor>页面编辑器</UIPageEditor>
+ </title>
+ <tooltip>
+ <PagePreview>页面预览</PagePreview>
+ <EditPage>编辑页面</EditPage>
+ <EditContainer>编辑容器</EditContainer>
+ <EditPortlet>编辑Portlet</EditPortlet>
+ <Decorator>装饰</Decorator>
+ <SavePage>保存页面</SavePage>
+ </tooltip>
+ </UIPageEditor>
+ <UIPageForm>
+ <title>查看/编辑页面</title>
+ <label>
+ <pageId>页面Id :</pageId>
+ <ownerType>所有者类型:</ownerType>
+ <ownerId>所有者Id:</ownerId>
+ <name>页面名称:</name>
+ <title>页面标题:</title>
+ <showMaxWindow>显示最大窗口:</showMaxWindow>
+ </label>
+ <action>
+ <Close>取消</Close>
+ <Save>#{word.save}</Save>
+ <Back>返回</Back>
+ </action>
+ <tab>
+ <label>
+ <PageSetting>页面设置</PageSetting>
+ <Template>页面模板</Template>
+ <PermissionSetting>权限设置</PermissionSetting>
+ <UIPageTemplateOptions>页面布局</UIPageTemplateOptions>
+ </label>
+ </tab>
+ <msg>
+ <sameName>该页面名字已经存在</sameName>
+ </msg>
+ </UIPageForm>
+ <UIOwnerIdSelector>
+ <title>
+ <OwnerIdSelector>所有者Id选择器</OwnerIdSelector>
+ </title>
+ </UIOwnerIdSelector>
+ <UIPopupGroupSelector>
+ <title>
+ <UIGroupSelector>组选择器</UIGroupSelector>
+ <GroupSelector>选择组</GroupSelector>
+ </title>
+ </UIPopupGroupSelector>
+ <UIPageNodeForm2>
+ <msg>
+ <SameName>该节点名已经存在。</SameName>
+ <selectPage>您必须选择一个页面。</selectPage>
+ <startDateBeforeEndDate>结束日期必须在起始日期之后。</startDateBeforeEndDate>
+ </msg>
+ <action>
+ <Save>#{word.save}</Save>
+ <Back>#{word.back}</Back>
+ <Close>#{word.cancel}</Close>
+ </action>
+ <label>
+ <name>节点名:</name>
+ <uri>#{word.uri}:</uri>
+ <pageReference>页面选项</pageReference>
+ <description>#{word.description}</description>
+ <type>页面类型</type>
+ <creator>页面创建者:</creator>
+ <modifier>页面修改者:</modifier>
+ <label>#{word.label}:</label>
+ <visible>Visible:</visible>
+ <showPublicationDate>发布日期&时间:</showPublicationDate>
+ <startPublicationDate>起始发布日期:</startPublicationDate>
+ <endPublicationDate>结束发布日期:</endPublicationDate>
+ </label>
+ <Icon>
+ <title>
+ <SetDefault>获取默认设置</SetDefault>
+ </title>
+ </Icon>
+ </UIPageNodeForm2>
+ <UIPageNodeForm>
+ <tab>
+ <label>
+ <PageNodeSetting>页面节点设置</PageNodeSetting>
+ <Icon>#{word.icon}</Icon>
+ <UIPageSelector2>页面选择器</UIPageSelector2>
+ </label>
+ </tab>
+ </UIPageNodeForm>
+ <UIPageBrowse>
+ <deletePage>您想删除此页吗?</deletePage>
+ </UIPageBrowse>
+ <UIPageSearch>
+ <label>
+ <option>
+ <ownerType>所有者类型</ownerType>
+ <ownerId>所有者id</ownerId>
+ <name>名称</name>
+ <title>#{word.title}</title>
+ </option>
+ </label>
+ </UIPageSearch>
+ <UIPageNavigationForm>
+ <title>页面 & 导航浏览器</title>
+ <label>
+ <priority>优先级:</priority>
+ <creator>创建者:</creator>
+ <modifier>修改者:</modifier>
+ <ownerType>所有者类型:</ownerType>
+ <ownerId>所有者Id:</ownerId>
+ <description>#{word.description}:</description>
+ <uri>#{word.uri}:</uri>
+ <name>#{word.name}:</name>
+ </label>
+ <tab>
+ <label>
+ <AccessGroup>访问组</AccessGroup>
+ <PageNavigationSetting>页面导航设置</PageNavigationSetting>
+ <Icon>#{word.icon}</Icon>
+ <PermissionSetting>权限设置</PermissionSetting>
+ </label>
+ </tab>
+ <action>
+ <Save>#{word.save}</Save>
+ <ClosePopup>#{word.close}</ClosePopup>
+ <Close>取消</Close>
+ </action>
+ <msg>
+ <selectGroup>您必须选择一个组。</selectGroup>
+ <existPageNavigation>的页面导航已经存在。</existPageNavigation>
+ </msg>
+ </UIPageNavigationForm>
+ <UIPageNavigation>
+ <msg>
+ <noMakablePageNavigation>您无权为该组创建页面导航。</noMakablePageNavigation>
+ </msg>
+ <tooltip>
+ <upLevel>向上一级</upLevel>
+ </tooltip>
+ <label>
+ <navigation>{0}的导航</navigation>
+ <titleBar>{0}的页面</titleBar>
+ </label>
+ </UIPageNavigation>
+ <UIPortalApplication>
+ <label>
+ <Loading>载入中...</Loading>
+ <Abort>舍弃</Abort>
+ </label>
+ <msg>
+ <deletePageBody>该组件包含页面正文,无法删除!</deletePageBody>
+ </msg>
+ </UIPortalApplication>
+ <UIPermissionSelector>
+ <label>
+ <AccessPermission>#{word.accessPermission}</AccessPermission>
+ <EditPermission>#{word.editPermission}</EditPermission>
+ <ViewPermission>#{word.viewPermission}</ViewPermission>
+ <PermissionInfo>权限信息</PermissionInfo>
+ <membershipMember>会员</membershipMember>
+ <groupId>#{word.groupId}</groupId>
+ <addEditPermission>权限设置</addEditPermission>
+ <currentSelectedPermissionInfo>当前权限</currentSelectedPermissionInfo>
+ <permissionType>权限类型</permissionType>
+ </label>
+ <action>
+ <SelectPermission>选择权限</SelectPermission>
+ <DeletePermission>删除权限</DeletePermission>
+ </action>
+ </UIPermissionSelector>
+ <UIPopupGroupMembershipSelector>
+ <title>
+ <ListPermissionSelector>组和会员选择</ListPermissionSelector>
+ </title>
+ </UIPopupGroupMembershipSelector>
+ <UIPageFormPopupGroupMembershipSelector>
+ <title>
+ <ListPermissionSelector>组和会员选择</ListPermissionSelector>
+ </title>
+ </UIPageFormPopupGroupMembershipSelector>
+ <UIUserMembershipSelector>
+ <header>
+ <userName>用户名</userName>
+ <membershipType>会员类型</membershipType>
+ <action>#{word.action}</action>
+ <groupId>#{word.groupId}</groupId>
+ </header>
+ <action>
+ <SelectPermission>选择权限</SelectPermission>
+ <title>
+ <DeleteMembership>删除会员</DeleteMembership>
+ </title>
+ </action>
+ </UIUserMembershipSelector>
+ <UserPermissionSelector>
+ <title>
+ <UIGroupMembershipSelector>组会员选择</UIGroupMembershipSelector>
+ </title>
+ </UserPermissionSelector>
+ <UIFormInputItemSelector>
+ <selectType>
+ <page>选择页面模板</page>
+ <portal>选择门户模板</portal>
+ </selectType>
+ </UIFormInputItemSelector>
+ <UIFormInputSet>
+ <tooltip>
+ <selectgroup>选择其他组</selectgroup>
+ </tooltip>
+ </UIFormInputSet>
+ <UIFormInputIconSelector>
+ <label>
+ <selectIconSet>轩择一个图标集</selectIconSet>
+ <iconPreview>预览并选择图标</iconPreview>
+ <iconName>已选图标的名称</iconName>
+ <iconCatergory>图标分类</iconCatergory>
+ <miscIcons>其他图标</miscIcons>
+ <officeIcons>办公图标</officeIcons>
+ <Icon16x16>图标 16x16</Icon16x16>
+ <Icon24x24>图标 24x24</Icon24x24>
+ <Icon48x48>图标 48x48</Icon48x48>
+ <Icon32x32>图标 32x32</Icon32x32>
+ <Icon64x64>图标 64x64</Icon64x64>
+ <Icon72x72>图标 72x72</Icon72x72>
+ <misc>其他图标</misc>
+ <offices>办公图标</offices>
+ <navigation>导航图标</navigation>
+ <tool>工具图标</tool>
+ <user>用户图标</user>
+ </label>
+ <option>
+ <IconSet16x16>16x16</IconSet16x16>
+ <IconSet24x24>24x24</IconSet24x24>
+ <IconSet32x32>32x32</IconSet32x32>
+ </option>
+ </UIFormInputIconSelector>
+ <Icon>
+ <UIDropDown>
+ <label>
+ <IconSet16x16>IconSet16x16</IconSet16x16>
+ <IconSet24x24>IconSet24x24</IconSet24x24>
+ <IconSet32x32>IconSet32x32</IconSet32x32>
+ </label>
+ <title>IconSet 16x16</title>
+ </UIDropDown>
+ </Icon>
+ <UIPageWizardHelp>
+ <title>
+ <UIPageWizardHelp>页面向导帮助</UIPageWizardHelp>
+ </title>
+ </UIPageWizardHelp>
+ <UIPageCreationWizard>
+ <label>
+ <pageCreateWizard>页面创建向导</pageCreateWizard>
+ <step>步骤</step>
+ <wizardSteps>向导步骤</wizardSteps>
+ <step1>
+ <title>选择一个导航节点并且创建页面</title>
+ </step1>
+ <step2>
+ <title>选择一个页面布局模板</title>
+ </step2>
+ <step3>
+ <title>重新安排页面布局,在页面中增加Portlets</title>
+ </step3>
+ <abort>#{word.abort}</abort>
+ <back>#{word.back}</back>
+ <next>#{word.next}</next>
+ <done>#{word.save}</done>
+ <previousStep>上一步</previousStep>
+ <nextStep>下一步</nextStep>
+ </label>
+ <msg>
+ <NameNotSame>该名字已经存在</NameNotSame>
+ <notSelectedPageNavigation>您必须选择一个导航。</notSelectedPageNavigation>
+ <StepByStep>起初,您必须一步一步做。</StepByStep>
+ </msg>
+ </UIPageCreationWizard>
+ <UIPageNodeWizardPreview>
+ <action>
+ <Finish>保存并完成</Finish>
+ </action>
+ <label>
+ <nodeName>节点名</nodeName>
+ <nodeLabel>节点标签</nodeLabel>
+ <icon>#{word.icon}</icon>
+ <creator>创建者</creator>
+ <accessPermission>访问权限</accessPermission>
+ <editPermission>编辑权限</editPermission>
+ <pageReference>页面选项</pageReference>
+ </label>
+ </UIPageNodeWizardPreview>
+ <UIPageCreateDescription>
+ <title>
+ <create>页面创建向导</create>
+ <edit>页面编辑向导</edit>
+ </title>
+ </UIPageCreateDescription>
+ <UIPageTemplateOptions>
+ <UIDropDown>
+ <title>页面配置</title>
+ <label>
+ <normalPageConfigs>页面配置</normalPageConfigs>
+ <columnPageConfigs>列页面配置</columnPageConfigs>
+ <mixPageConfigs>混合页面配置</mixPageConfigs>
+ <rowPageConfigs>行页面配置</rowPageConfigs>
+ <tabsPageConfigs>标签页面配置</tabsPageConfigs>
+ </label>
+ </UIDropDown>
+ </UIPageTemplateOptions>
+
+ <UIWizardPageSelectLayoutForm>
+ <tab>
+ <label>
+ <UIPageTemplateOptions>页面模板选项</UIPageTemplateOptions>
+ </label>
+ </tab>
+ <label>
+ <normalPage>
+ <EmptyLayout>空布局</EmptyLayout>
+ <CurrentLayout>当前布局</CurrentLayout>
+ <DesktopImage>桌面布局</DesktopImage>
+ <DashboardLayout>控制面板布局</DashboardLayout>
+ </normalPage>
+ <columnPage>
+ <TwoColumnsLayout>两列布局</TwoColumnsLayout>
+ <ThreeColumnsLayout>三列布局</ThreeColumnsLayout>
+ </columnPage>
+ <rowPage>
+ <TwoRowsLayout>两行布局</TwoRowsLayout>
+ <ThreeRowsLayout>三行布局</ThreeRowsLayout>
+ </rowPage>
+ <tabsPage>
+ <TwoTabsLayout>两个标签</TwoTabsLayout>
+ <ThreeTabsLayout>三个标签</ThreeTabsLayout>
+ </tabsPage>
+ <mixPage>
+ <TwoColumnsOneRowLayout>两列一行布局</TwoColumnsOneRowLayout>
+ <OneRowTwoColumnsLayout>一行两列布局</OneRowTwoColumnsLayout>
+ <ThreeRowsTwoColumnsLayout>两列三行布局</ThreeRowsTwoColumnsLayout>
+ </mixPage>
+ <UIPageTemplateOptions>null</UIPageTemplateOptions>
+ </label>
+ </UIWizardPageSelectLayoutForm>
+
+ <UIWizardPageSetInfo>
+ <title>增加新页面</title>
+ <label>
+ <curentSelectedNodeInfo>选中的页面节点</curentSelectedNodeInfo>
+ <pageName>节点名</pageName>
+ <pageDisplayName>显示名</pageDisplayName>
+ <visible>可见</visible>
+ <showPublicationDate>发布日期&时间</showPublicationDate>
+ <startPublicationDate>起始发布日期</startPublicationDate>
+ <endPublicationDate>结束发布日期</endPublicationDate>
+ </label>
+ <action>
+ <Save>#{word.save}</Save>
+ </action>
+ <msg>
+ <null>为找到页面。</null>
+ </msg>
+ </UIWizardPageSetInfo>
+ <EditWizard>
+ <label>
+ <curentSelectedNodeInfo>选中的页面节点</curentSelectedNodeInfo>
+ <pageName>节点名</pageName>
+ <pageDisplayName>显示名</pageDisplayName>
+ <visible>可见</visible>
+ <showPublicationDate>发布日期&时间</showPublicationDate>
+ <startPublicationDate>起始发布日期</startPublicationDate>
+ <endPublicationDate>结束发布日期</endPublicationDate>
+ </label>
+ <title>编辑页面</title>
+ <action>
+ <Save>#{word.save}</Save>
+ </action>
+ </EditWizard>
+ <UIPageCreationWizardStepForm>
+ <label>
+ <pageName>页面名称</pageName>
+ </label>
+ </UIPageCreationWizardStepForm>
+ <UIAdvancedCustomization>
+ <icon>
+ <UIPortalManagement>门户</UIPortalManagement>
+ <UIPageManagement>页面</UIPageManagement>
+ </icon>
+ <label>
+ <UIPortalManagement>门户管理</UIPortalManagement>
+ <UIPageManagement>页面管理</UIPageManagement>
+ </label>
+ </UIAdvancedCustomization>
+ <UIPortalManagement>
+ <msg>
+
<Invalid-EditLayout-Permission>您无权编辑此布局。</Invalid-EditLayout-Permission>
+
<Invalid-EditPage-Permission>您无权编辑此页面。</Invalid-EditPage-Permission>
+ </msg>
+ <title>
+ <EDIT>编辑当前门户</EDIT>
+ <BROWSE>管理门户</BROWSE>
+ </title>
+ </UIPortalManagement>
+
+ <UIContainerConfigOptions>
+ <label>
+ <ContainerConfigTitle>容器分类</ContainerConfigTitle>
+ <selectContainerCategory>点击此处选择一个容器分类</selectContainerCategory>
+ </label>
+ <tab>
+ <row>行容器布局</row>
+ <column>列容器布局</column>
+ <tabs>标签容器布局</tabs>
+ <mixed>混合容器布局</mixed>
+ </tab>
+ <UIDropDown>
+ <title>行布局</title>
+ <label>
+ <ContainerCategory>容器分类</ContainerCategory>
+ <row>行布局</row>
+ <column>列布局</column>
+ <tabs>标签布局</tabs>
+ <mixed>混合布局</mixed>
+ </label>
+ </UIDropDown>
+ <template>
+ <oneRow>一个行容器</oneRow>
+ <twoRows>两个行容器</twoRows>
+ <threeRows>三个行容器</threeRows>
+ <oneColumns>一个列容器</oneColumns>
+ <twoColumns>两个列容器</twoColumns>
+ <threeColumns>三个列容器</threeColumns>
+ <twoTabs>两个标签容器</twoTabs>
+ <threeTabs>三个标签容器</threeTabs>
+ <twoColumnsOneRow>两个列,一个行容器</twoColumnsOneRow>
+ <oneRowTwoColumns>一个行,两个列容器</oneRowTwoColumns>
+ <oneRow2Column1Row>一个行,两个列,一个行容器</oneRow2Column1Row>
+ </template>
+ </UIContainerConfigOptions>
+ <UIDecoratorConfigOptions>
+ <label>
+ <selectDecorator>选择装饰</selectDecorator>
+ </label>
+ </UIDecoratorConfigOptions>
+ <UIPortlet>
+ <label>
+ <portlet>Portlet</portlet>
+ <title>Portlet</title>
+ <description>GateIn portlet</description>
+ <portletContent>Portlet描述</portletContent>
+ <View>查看</View>
+ </label>
+ <lable>
+ <information>完成</information>
+ </lable>
+ <deletePortlet>您确定要删除这个portlet吗?</deletePortlet>
+ <tooltip>
+ <PortletMode>Portlet模式</PortletMode>
+ <Minimize>最小化</Minimize>
+ <MinimizeRestore>还原</MinimizeRestore>
+ <Maximize>最大化</Maximize>
+ <MaximizeRestore>向下还原</MaximizeRestore>
+ <editPortlet>编辑Portlet</editPortlet>
+ <deletePortlet>删除Portlet</deletePortlet>
+ <ResizeWindow>调整窗口</ResizeWindow>
+ <DragControl>保持这一区域,拖动portlet</DragControl>
+ </tooltip>
+ <message>
+ <RuntimeError>此portlet遇到错误,无法显示。</RuntimeError>
+ </message>
+ </UIPortlet>
+ <PortletMode>
+ <label>
+ <help>帮助</help>
+ <view>查看</view>
+ <edit>编辑</edit>
+ </label>
+ </PortletMode>
+ <UIPagePreview>
+ <action>
+ <Back>#{word.back}</Back>
+ </action>
+ <msg>
+ <empty>该页面没有内容。点击编辑页面增加内容。 </empty>
+ </msg>
+ </UIPagePreview>
+ <UIVTabInputSet>
+ <label>
+ <personalInfo>个人信息</personalInfo>
+ </label>
+ </UIVTabInputSet>
+ <UIFormAvailablePortlet>
+ <label>
+ <UIFormTableInputSet>Portlet</UIFormTableInputSet>
+ </label>
+ </UIFormAvailablePortlet>
+
+ <UIQuickBar>
+ <tooltip>
+ <BasicCustomization>基本定制</BasicCustomization>
+ <AdvanceCustomization>高级定制</AdvanceCustomization>
+ </tooltip>
+ </UIQuickBar>
+ <UIPageEditBar>
+ <tooltip>
+ <PagePreview>前一页</PagePreview>
+ <EditPage>编辑页面属性</EditPage>
+ <SharedNavigation>导航社区配置</SharedNavigation>
+ <EditContainer>显示容器控制</EditContainer>
+ <EditPortlet>显示portlet控制</EditPortlet>
+ <Decorator>装饰</Decorator>
+ <SavePage>保存页面</SavePage>
+ <TurnOffPreview>点击此处关闭预览模式</TurnOffPreview>
+ </tooltip>
+ </UIPageEditBar>
+ <UIPageManagement>
+ <title>
+ <BROWSE>管理页面</BROWSE>
+ <EDIT>页面 & 导航器</EDIT>
+ </title>
+ <msg>
+ <Invalid-editPermission>您无法编辑此页。</Invalid-editPermission>
+ </msg>
+ </UIPageManagement>
+
+ <UIPageIterator>
+ <label>
+ <totalPage>所有页面</totalPage>
+ <backTenPages>前10页</backTenPages>
+ <previous>前一页</previous>
+ <next>下一页</next>
+ <nextTenPages>后10页</nextTenPages>
+ </label>
+ </UIPageIterator>
+ <UIPortalBrowser>
+ <header>
+ <creator>创建者</creator>
+ <editPermission>编辑权限</editPermission>
+ <accessPermissions>访问权限</accessPermissions>
+ <name>#{word.name}</name>
+ <skin>#{word.skin}</skin>
+ <action>#{word.action}</action>
+ <factoryId>工厂Id</factoryId>
+ </header>
+ <action>
+ <addNewPortal>创建新门户</addNewPortal>
+ <title>
+ <DeletePortal>删除门户</DeletePortal>
+ </title>
+ </action>
+ <msg>
+ <Invalid-viewPermission>门户不允许访问</Invalid-viewPermission>
+ <PortalInUse>{0}门户正在使用</PortalInUse>
+ <Invalid-deletePermission>您无权删除{0}门户。</Invalid-deletePermission>
+
<Invalid-createPermission>您无权创建新门户。请和管理员联系。</Invalid-createPermission>
+ </msg>
+ <deletePortal>您确定要删除这个门户吗?</deletePortal>
+ </UIPortalBrowser>
+ <SitePortal>
+ <label>网站门户</label>
+ </SitePortal>
+ <ClassicPortal>
+ <label>经典门户</label>
+ </ClassicPortal>
+ <WebOSPortal>
+ <label>WebOS 门户</label>
+ </WebOSPortal>
+
+ <PopupPageSelector>
+ <title>
+ <UIPageBrowser>搜索和选择页面</UIPageBrowser>
+ <SelectPage>选择一个页面</SelectPage>
+ </title>
+ </PopupPageSelector>
+ <UIControWSPopupWindow>
+ <title>
+ <UIApplicationTree>应用树</UIApplicationTree>
+ </title>
+ </UIControWSPopupWindow>
+ <EditGroup>
+ <title>
+ <UIPageNavigationForm>增加导航</UIPageNavigationForm>
+ </title>
+ </EditGroup>
+ <UILogged>
+ <note>
+ <loggedUser>欢迎</loggedUser>
+ <ItemContainer>该部分正在建设中</ItemContainer>
+ </note>
+ <action>
+ <logout>注销</logout>
+ <signout>退出</signout>
+ <Youhave>您已经:</Youhave>
+ </action>
+ <title>
+ <widgetNews>GateIn 小工具</widgetNews>
+ <widgetCategory>小工具分类</widgetCategory>
+ <widgetItem>小工具</widgetItem>
+ <BrowsersSupport>浏览器支持</BrowsersSupport>
+ </title>
+ <label>
+ <Workbeston>最佳作品</Workbeston>
+ <Workableon>同样精彩</Workableon>
+ <DownloadNow>立即下载</DownloadNow>
+ <RollBack>退回</RollBack>
+ <Save>保存</Save>
+ <Finish>完成</Finish>
+ <Abort>舍弃</Abort>
+ </label>
+ </UILogged>
+ <UIPortalComponentLogin>
+ <label>
+ <password>密码</password>
+ <username>用户名</username>
+ </label>
+ </UIPortalComponentLogin>
+ <UIForgetPasswordWizard>
+ <title>您为什么无法登录?</title>
+ <action>
+ <Next>下一步</Next>
+ <Back>返回</Back>
+ </action>
+ <info>对于不能访问该网站给您带来的不便我们非常抱歉。<br />要尽快解决此问题,请按照以下故障排除步骤操作。<br
/><br />1. 恢复您的密码:输入<strong>您的用户名</strong> 点击发送。<br/>2.
恢复您的用户名:输入<strong>电子邮件地址</strong> 点击发送。<br/></info>
+ <label>
+ <forgotpassword>忘记我的密码</forgotpassword>
+ <forgotusername>忘记我的用户名</forgotusername>
+ </label>
+ </UIForgetPasswordWizard>
+ <UIForgetPassword>
+ <title>忘记用户名/密码</title>
+ <action>
+ <Send>发送</Send>
+ <Back>返回</Back>
+ </action>
+ <label>
+ <username>用户名:</username>
+ <email>电子邮件:</email>
+ </label>
+ <msg>
+ <user-delete>你的用户名已被管理员删除。</user-delete>
+ <user-not-exist>这个用户名不存在。</user-not-exist>
+ <email-not-exist>这个邮件地址不存在。</email-not-exist>
+ <send-mail-success>请检查您的电子邮件。</send-mail-success>
+ <expration>您的链接已过期,你必须重复激活过程。</expration>
+ </msg>
+ <mail>
+ <header>非常感谢您与我们联系,您已经申请取回用户名和密码。</header>
+ <footer>谢谢。</footer>
+ <user>您帐户的用户名是:</user>
+ <password>您的密码是:</password>
+ <link>您可以为这个用户名申请一个新的密码,请点击链接:</link>
+ </mail>
+ </UIForgetPassword>
+ <UIResetPassword>
+ <title>修改密码</title>
+ <action>
+ <Save>保存</Save>
+ <Close>关闭</Close>
+ </action>
+ <label>
+ <username>用户名:</username>
+ <password>密码:</password>
+ <changepass>修改密码:</changepass>
+ <newpassword>新密码:</newpassword>
+ <confirmnewpassword>确认新密码:</confirmnewpassword>
+ </label>
+ <msg>
+ <change-password-successfully>密码已更改。</change-password-successfully>
+ <password-is-not-match>新密码和确认新密码必须一致。</password-is-not-match>
+ <Invalid-account>用户名或密码错误或为空。请再试一次。</Invalid-account>
+ </msg>
+ </UIResetPassword>
+
+ <UIPopupMessages>
+ <title>
+ <exoMessages>消息</exoMessages>
+ </title>
+ <button>
+ <ok>OK</ok>
+ </button>
+ <label>
+ <Error>错误</Error>
+ <Warning>警告</Warning>
+ <Info>信息</Info>
+ </label>
+ <Close>关闭窗口</Close>
+ </UIPopupMessages>
+
+ <UISitemap>
+ <label>
+ <message>此位置没有子页。</message>
+ </label>
+ </UISitemap>
+
+ <UIPortalToolPanel>
+ <label>
+ <copyrightText><![CDATA[Copyright © 2009. All rights
Reserved,]]></copyrightText>
+ <companyTitleText> eXo Platform SAS and Red Hat,
Inc..</companyTitleText>
+ </label>
+ </UIPortalToolPanel>
+
+ <UIContainer>
+ <title>
+ <Container>容器</Container>
+ <DragControlArea>保持这个区域,拖动容器。</DragControlArea>
+ </title>
+ <label>
+ <Thecontainer>容器</Thecontainer>
+ </label>
+ <deleteContainer>您确定要删除此容器?</deleteContainer>
+ <tooltip>
+ <closeContainer>删除容器</closeContainer>
+ <editContainer>编辑容器</editContainer>
+ <drag>将容器拖动到此</drag>
+ </tooltip>
+ </UIContainer>
+ <UIPage>
+ <label>
+ <title>门户页面</title>
+ <description>门户页面正文</description>
+ <pageContent>页面描述</pageContent>
+ </label>
+ <msg>
+ <EditPermission>
+ <null>您无权修改此页面。</null>
+ </EditPermission>
+ </msg>
+ </UIPage>
+ <UIPageDesktop>
+ <Default>
+ <img>
+
<location>/eXoResources/skin/DefaultSkin/portal/webui/component/view/UIPageDesktop/icons/80x80</location>
+ </img>
+ </Default>
+ <Mac>
+ <img>
+
<location>/eXoResources/skin/DefaultSkin/portal/webui/component/view/UIPageDesktop/icons/80x80</location>
+ </img>
+ </Mac>
+ <Vista>
+ <img>
+
<location>/eXoResources/skin/DefaultSkin/portal/webui/component/view/UIPageDesktop/icons/80x80</location>
+ </img>
+ </Vista>
+ <label>
+ <pagebody>门户页面正文</pagebody>
+ <PageContent>页面内容</PageContent>
+ <View>查看</View>
+ <Edit>编辑</Edit>
+ <Done>完成</Done>
+ </label>
+ <title>
+ <PortalPage>门户页面</PortalPage>
+ <SaveToDatabase>保存到数据库</SaveToDatabase>
+ <AddApplication>增加应用</AddApplication>
+ <PageNavigation>页面导航</PageNavigation>
+ <eXoBrowser>浏览器</eXoBrowser>
+ <ShowPortletDesktop>显示/隐藏 Portlets</ShowPortletDesktop>
+ <ShowWidgetDesktop>显示/隐藏 小工具</ShowWidgetDesktop>
+ <SignIn>登录</SignIn>
+ <SignOut>退出</SignOut>
+ <pageNavigation>页面导航</pageNavigation>
+ </title>
+ <msg>
+ <hasNotPermission>您无权编辑此页。</hasNotPermission>
+ </msg>
+ <action>
+ <Close>从桌面导航删除这个应用</Close>
+ <Quit>退出</Quit>
+ <action>
+ <Open>打开</Open>
+ </action>
+ </action>
+ </UIPageDesktop>
+
+ <UIPageBody>
+ <label>
+ <title>门户页面正文</title>
+ <description>门户页面正文</description>
+ </label>
+ <msg>
+ <pageNotFoundLine1>未找到页面</pageNotFoundLine1>
+ <pageNotFoundLine2>您无权查看这个网页。</pageNotFoundLine2>
+ <pageNotFoundLine3>网页可以被删除。</pageNotFoundLine3>
+ <pageNotFoundLine4>此节点没有网页。</pageNotFoundLine4>
+ </msg>
+ </UIPageBody>
+
+ <UIPortal>
+ <label>
+ <title>UIPortal 容器</title>
+ <description>UIPortal 容器</description>
+ </label>
+ </UIPortal>
+ <UITableColumnContainer>
+ <label>
+ <title>导航容器</title>
+ <description>导航容器</description>
+ </label>
+ </UITableColumnContainer>
+
+ <UISearch>
+ <label>
+ <AdvancedSearch>高级搜索</AdvancedSearch>
+ <UISavedQuery>保存的查询</UISavedQuery>
+ <UISearchResult>高级搜索结果</UISearchResult>
+ <UIMetadataSearch>元数据搜索</UIMetadataSearch>
+ <Search>搜索</Search>
+ <QuickSearch>快速搜索</QuickSearch>
+ </label>
+ </UISearch>
+ <UISearchForm>
+ <msg>
+ <empty>找不到结果</empty>
+ </msg>
+ </UISearchForm>
+ <UIFormUploadInput>
+ <label>
+ <Uploaded>上传</Uploaded>
+ <remove>删除上传</remove>
+ <Cancel>取消</Cancel>
+ </label>
+ <msg>
+ <limit>文件必须小于 {0} MB.</limit>
+ </msg>
+ </UIFormUploadInput>
+ <UINavigationNodeSelectorPopupMenu>
+ <event>
+ <AddNode>添加新节点</AddNode>
+ <PasteNode>粘贴节点</PasteNode>
+ </event>
+ </UINavigationNodeSelectorPopupMenu>
+ <NavigationNodePopupMenu>
+ <event>
+ <AddNode>添加新节点</AddNode>
+ <EditPageNode>编辑节点页面</EditPageNode>
+ <EditSelectedNode>编辑此节点</EditSelectedNode>
+ <EditNavigation>编辑导航</EditNavigation>
+ <CopyNode>复制节点</CopyNode>
+ <CloneNode>复制节点</CloneNode>
+ <CutNode>剪切节点</CutNode>
+ <MoveUp>上移</MoveUp>
+ <MoveDown>下移</MoveDown>
+ <PasteNode>粘贴节点</PasteNode>
+ <SaveNavigation>保存导航</SaveNavigation>
+ <DeleteNode>删除节点</DeleteNode>
+ </event>
+ </NavigationNodePopupMenu>
+ <UIGroupManagement>
+ <msg>
+ <Edit>您必须选择一个组。</Edit>
+ <Delete>您无法删除这个组,它正在被另外一个程序使用。</Delete>
+ <DeleteMandatory>您不能删除这个组,因为它(或者它的子节点)是强制的。</DeleteMandatory>
+ </msg>
+ </UIGroupManagement>
+ <UIEditCurentPage>
+ <label>
+ <pageCreateWizard>编辑当前页面向导。</pageCreateWizard>
+ <step1>
+ <title>欢迎编辑当前页面。</title>
+ </step1>
+ <wizardSteps>步骤</wizardSteps>
+ <next>下一步</next>
+ <done>保存</done>
+ <back>返回</back>
+ <abort>舍弃</abort>
+ <step2>
+ <title>选择页面节点,创建页面名称</title>
+ </step2>
+ <step3>
+ <title>选择页面布局模板</title>
+ </step3>
+ <step4>
+ <title>拖放</title>
+ </step4>
+ </label>
+ </UIEditCurentPage>
+
+ <UIAccessGroup>
+ <deleteAccessGroup>您确定要删除此访问组?</deleteAccessGroup>
+ </UIAccessGroup>
+ <UISharedPortalResources>
+ <msg>
+ <notSelected>您必须选择一个组。</notSelected>
+ </msg>
+ </UISharedPortalResources>
+ <UISharedNavigation>
+ <msg>
+ <notSelected>您必须选择一个组。</notSelected>
+ </msg>
+ </UISharedNavigation>
+ <Office>
+ <label>办公室</label>
+ </Office>
+ <Default>
+ <label>默认</label>
+ </Default>
+ <FactoryId>
+ <left>
+ <title>工厂Id</title>
+ </left>
+ <title>工厂Id</title>
+ </FactoryId>
+
+ <UIItemSelector>
+ <lable>
+ <ItemDetailTitle>样本页面布局模板预览</ItemDetailTitle>
+ </lable>
+ </UIItemSelector>
+
+ <UITree>
+ <tooltip>
+ <UpLevel>上一级</UpLevel>
+ </tooltip>
+ </UITree>
+
+ <UIAccountSetting>
+ <tab>
+ <label>
+ <UIAccountProfiles>帐户概况</UIAccountProfiles>
+ <UIAccountChangePass>修改密码</UIAccountChangePass>
+ </label>
+ </tab>
+ <action>
+ <Close>关闭</Close>
+ </action>
+ </UIAccountSetting>
+
+ <UIAccountProfiles>
+ <action>
+ <Save>保存</Save>
+ <Reset>重置</Reset>
+ </action>
+ <label>
+ <userName>用户名:</userName>
+ <firstName>名:</firstName>
+ <lastName>姓:</lastName>
+ <email>电子邮件:</email>
+ </label>
+ <msg>
+ <update>
+ <success>帐户信息已更新。</success>
+ </update>
+ </msg>
+ </UIAccountProfiles>
+ <UIAccountChangePass>
+ <action>
+ <Save>保存</Save>
+ <Reset>重置</Reset>
+ </action>
+ <label>
+ <currentpass>当前密码:</currentpass>
+ <newpass>新密码:</newpass>
+ <confirmnewpass>确认新密码:</confirmnewpass>
+ </label>
+ <msg>
+ <change>
+ <pass>
+ <success>密码已修改。</success>
+ </pass>
+ </change>
+ <password-is-not-match>新密码和确认新密码不一致。</password-is-not-match>
+
<currentpassword-is-not-match>当前密码不正确。</currentpassword-is-not-match>
+ </msg>
+ </UIAccountChangePass>
+
+ <UIDropDownControl>
+ <title>
+ <Empty>下拉控制</Empty>
+ </title>
+ </UIDropDownControl>
+ <UIDropDownPageTemp>
+ <item>
+ <normalPageConfigs>页面配置</normalPageConfigs>
+ <columnPageConfigs>列页面配置</columnPageConfigs>
+ <mixPageConfigs>混合页面配置</mixPageConfigs>
+ <rowPageConfigs>行页面配置</rowPageConfigs>
+ <tabsPageConfigs>标签页面配置</tabsPageConfigs>
+ </item>
+ </UIDropDownPageTemp>
+
+ <UIGadgetContainerManagement>
+ <action>
+ <close>取消</close>
+ <save>#{word.save}</save>
+ </action>
+ <confirm>
+ <DeleteContainer>您确定要删除这个容器吗?</DeleteContainer>
+ <DeleteGadget>您确定要删除这个小工具吗?</DeleteGadget>
+ </confirm>
+ <title>
+ <manager>小工具容器管理</manager>
+ <containers>容器</containers>
+ <selectedContainer>选中的小工具容器信息:</selectedContainer>
+ </title>
+ <msg>
+ <emptyList>此分类中不存在容器。</emptyList>
+ <noSelected>没选中容器</noSelected>
+ </msg>
+ <label>
+ <label>容器标签:</label>
+ <description>容器描述:</description>
+ </label>
+ <tooltip>
+ <remove>删除选中的小工具容器</remove>
+ <edit>编辑选中的小工具容器</edit>
+ <addnew>增加新的小工具容器</addnew>
+ </tooltip>
+ </UIGadgetContainerManagement>
+ <GadgetContainerPopup>
+ <title>
+ <UIGadgetContainerForm>小工具容器表</UIGadgetContainerForm>
+ </title>
+ </GadgetContainerPopup>
+ <UIGadgetContainerForm>
+ <label>
+ <name>标签:</name>
+ <description>描述:</description>
+ </label>
+ <action>
+ <Save>#{word.save}</Save>
+ <Close>取消</Close>
+ </action>
+ <msg>
+ <exist>这个容器已经存在,请输入另外一个。</exist>
+ </msg>
+ </UIGadgetContainerForm>
+ <UIWidgetContainer>
+ <tooltip>
+ <addWidget>增加小工具</addWidget>
+ <scrollDown>向下滚动</scrollDown>
+ <scrollUp>向上滚动</scrollUp>
+ </tooltip>
+ </UIWidgetContainer>
+ <Theme>
+ <UIItemThemeSelector>
+ <item>
+ <SimpleBlue>简单蓝</SimpleBlue>
+ <SimpleGreen>简单绿</SimpleGreen>
+ <SimplePink>简单粉红</SimplePink>
+ <SimpleViolet>简单紫罗兰</SimpleViolet>
+ <SimpleOrange>简单橙</SimpleOrange>
+ <RoundConerPink>粉红圆角</RoundConerPink>
+ <RoundConerOrange>橙色圆角</RoundConerOrange>
+ <RoundConerGreen>绿色圆角</RoundConerGreen>
+ <RoundConerViolet>紫罗兰圆角</RoundConerViolet>
+ <RoundConerBlue>蓝色圆角</RoundConerBlue>
+ <ShadowPink>粉红阴影</ShadowPink>
+ <ShadowOrange>橙色阴影</ShadowOrange>
+ <ShadowBlue>蓝色阴影</ShadowBlue>
+ <ShadowViolet>紫罗兰阴影</ShadowViolet>
+ <ShadowGreen>绿色阴影</ShadowGreen>
+ <VistaBlue>Vista蓝</VistaBlue>
+ <VistaTheme>Vista主题</VistaTheme>
+ <MacBlack>苹果黑</MacBlack>
+ <MacGreenSteel>苹果绿钢铁</MacGreenSteel>
+ <MacTheme>苹果主题</MacTheme>
+ <MacGray>苹果灰</MacGray>
+ <DefaultTheme>默认主题</DefaultTheme>
+ </item>
+ </UIItemThemeSelector>
+ </Theme>
+ <ThemeDropDown>
+ <item>
+ <Shadow>阴影样式</Shadow>
+ <Simple>简单样式</Simple>
+ <VistaStyle>Vista样式</VistaStyle>
+ <MacStyle>苹果样式</MacStyle>
+ <RoundConer>圆角样式</RoundConer>
+ </item>
+ </ThemeDropDown>
+ <UIAddGadgetPopup>
+ <title>
+ <UIDashboardSelectContainer>控制面板工作区</UIDashboardSelectContainer>
+ </title>
+ </UIAddGadgetPopup>
+ <UIDashboardSelectContainer>
+ <action>
+ <addGadget>增加小工具</addGadget>
+ </action>
+ </UIDashboardSelectContainer>
+ <UIDashboardContainer>
+ <label>
+ <openWorkspace>增加小工具</openWorkspace>
+ <SaveTitle>保存</SaveTitle>
+ <CancelTitle>取消</CancelTitle>
+ <Debug>调试</Debug>
+ <Cache>没有缓存</Cache>
+ </label>
+ </UIDashboardContainer>
+ <UIDashboardEditForm>
+ <label>
+ <totalColumns>烈数:</totalColumns>
+ <isPrivate>是私有的:</isPrivate>
+ <owner>所有者:</owner>
+ </label>
+ </UIDashboardEditForm>
+ <UIDashboard>
+ <msg>
+ <required>该文本字段是必需的</required>
+ <addGadget>将小工具拖动到此</addGadget>
+ <notUrl>url是无效的。请输入一个小工具xml或RSS提要的正确url。 </notUrl>
+ <ApplicationNotExisted>此应用不存在或已被删除。</ApplicationNotExisted>
+ </msg>
+ </UIDashboard>
+ <UIUserSelector>
+ <label>
+ <option>
+ <userName>用户名</userName>
+ <lastName>姓</lastName>
+ <firstName>名</firstName>
+ <email>电子邮件地址</email>
+ </option>
+ <group>组:</group>
+ <searchUser>搜索:</searchUser>
+ <userName>用户名</userName>
+ <lastName>姓</lastName>
+ <firstName>名</firstName>
+ <email>电子邮件</email>
+ <action>操作</action>
+ <Add>添加</Add>
+ <Close>关闭</Close>
+ </label>
+ <msg>
+ <empty>空数据</empty>
+ <user-required>请至少检查一个用户。</user-required>
+ </msg>
+ </UIUserSelector>
+ <UIAddNewApplication>
+ <label>
+ <AddApplication>增加应用</AddApplication>
+ <Categories>分类</Categories>
+ <Select>选择应用</Select>
+ <NoneApp>此处不存在应用。请到应用注册portlet处导入应用。</NoneApp>
+ <Type>类型:</Type>
+ <Created>创建于:</Created>
+ <Description>描述:</Description>
+ <Close>关闭</Close>
+ <Add>添加并将此应用保存在页面中。</Add>
+ <AddToStartup>添加并立即运行此应用。</AddToStartup>
+ </label>
+ </UIAddNewApplication>
+ <UIPortalNavigation>
+ <Label>
+ <Next>下一步</Next>
+ <Previous>上一步</Previous>
+ </Label>
+ </UIPortalNavigation>
+ <UIDropDownConfigs>
+ <item>
+ <row>在行中</row>
+ <column>在列中</column>
+ <tabs>在标签中</tabs>
+ <mix>混合</mix>
+ </item>
+ </UIDropDownConfigs>
+ <UITabContainer>
+ <tab>标签</tab>
+ </UITabContainer>
+ <UIBrowserPortlet>
+ <Back>后退</Back>
+ <Forward>前进</Forward>
+ <Refresh>刷新</Refresh>
+ <Stop>停止</Stop>
+ <Goto>转到地址栏地址</Goto>
+ <Go>转到</Go>
+ <Untitled>(无标题)</Untitled>
+ <Tab>新标签</Tab>
+ </UIBrowserPortlet>
+
+ <UIPopupWindow>
+ <Close>关闭窗口</Close>
+ <title>
+ <UIPageNodeForm2>增加/编辑页面节点</UIPageNodeForm2>
+ <UINavigationManagement>导航管理</UINavigationManagement>
+ <UIPageNavigationForm>页面导航表</UIPageNavigationForm>
+ </title>
+ </UIPopupWindow>
+ <PopupPageSelector2>
+ <title>
+ <SelectPage>选择页面</SelectPage>
+ </title>
+ </PopupPageSelector2>
+ <UISiteManagement>
+ <msg>
+ <Invalid-deletePermission>该用户没有权限删除这个门户</Invalid-deletePermission>
+ <portal-not-exist>门户不存在或者已被删除</portal-not-exist>
+ <Invalid-editPermission>该用户没有权限编辑这个门户</Invalid-editPermission>
+ </msg>
+ </UISiteManagement>
+ <UIGroupNavigationManagement>
+ <Action>
+ <Add>增加导航</Add>
+ </Action>
+ <Delete>
+ <Confirm>您确定要删除此导航?</Confirm>
+ </Delete>
+ <msg>
+ <Invalid-deletePermission>用户没有权限删除这个导航</Invalid-deletePermission>
+ <navigation-not-exist>导航不存在或者已经被删除。</navigation-not-exist>
+ <Invalid-editPermission>用户没有权限编辑这个导航</Invalid-editPermission>
+ </msg>
+ </UIGroupNavigationManagement>
+ <UINavigationManagement>
+ <action>
+ <addNode>增加节点</addNode>
+ </action>
+ <msg>
+ <NavigationNotExistAnymore>导航可删除。</NavigationNotExistAnymore>
+ </msg>
+ </UINavigationManagement>
+ <UIAddGroupNavigation>
+ <Action>
+ <Add>添加导航</Add>
+ </Action>
+ <Label>
+ <NoPermission>此用户无权添加导航。</NoPermission>
+ </Label>
+ <header>
+ <Group>组</Group>
+ </header>
+ </UIAddGroupNavigation>
+ <UIGadget>
+ <tooltip>
+ <Minimize>最小化</Minimize>
+ <Unminimize>还原</Unminimize>
+ <Maximize>最大化</Maximize>
+ <Unmaximize>向下还原</Unmaximize>
+ <editGadget>编辑小工具</editGadget>
+ <deleteGadget>删除小工具</deleteGadget>
+ </tooltip>
+ </UIGadget>
+</bundle>
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml 2010-01-19
07:32:18 UTC (rev 1364)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml 2010-01-19
09:21:12 UTC (rev 1365)
@@ -93,4 +93,10 @@
<description>Default configuration for the italian locale</description>
</locale-config>
+ <locale-config>
+ <locale>zh</locale>
+ <output-encoding>UTF-8</output-encoding>
+ <input-encoding>UTF-8</input-encoding>
+ <description>Default configuration for the chinese locale</description>
+ </locale-config>
</locales-config>