You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/12/31 21:20:02 UTC

svn commit: r730464 - in /geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources: ./ plancreator-portlet.properties plancreator-portlet_zh.properties portletinfo.properties portletinfo_zh.properties

Author: dwoods
Date: Wed Dec 31 12:20:02 2008
New Revision: 730464

URL: http://svn.apache.org/viewvc?rev=730464&view=rev
Log:
GERONIMO-4474 - applied additional plancreator patch from Gang Yin.

Added:
    geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/
    geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet.properties   (with props)
    geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet_zh.properties   (with props)
    geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo.properties   (with props)
    geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo_zh.properties   (with props)

Added: geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet.properties?rev=730464&view=auto
==============================================================================
--- geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet.properties (added)
+++ geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet.properties Wed Dec 31 12:20:02 2008
@@ -0,0 +1,129 @@
+#=====================================================================
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#=====================================================================
+
+plancreator.archive.archive                   = Archive
+plancreator.archive.archiveErr                = The archive you provided is not a WAR. Please note that only WARs are supported as of now.
+plancreator.archive.config                    = Configure
+plancreator.common.action                     = Action
+plancreator.common.add                        = Add
+plancreator.common.cancel                     = Cancel
+plancreator.common.class                      = Class
+plancreator.common.del                        = Delete
+plancreator.common.edit                       = Edit
+plancreator.common.finish                     = Finish
+plancreator.common.host                       = Host
+plancreator.common.id                         = Id
+plancreator.common.name                       = Name
+plancreator.common.next                       = Module Id
+plancreator.common.port                       = Port
+plancreator.common.portName                   = PortName
+plancreator.common.previous                   = Previous
+plancreator.common.protocol                   = Protocol
+plancreator.common.type                       = Type
+plancreator.common.uri                        = URI
+plancreator.common.url                        = URL
+plancreator.dependency.dependency             = Dependencies
+plancreator.dependency.desc                   = All the modules available in the server repository are shown below. Select the ones on which your web-application is dependent. Default selections should be sufficient in most scenarios.
+plancreator.dependency.title                  = <b>WAR - Dependencies</b> -- Select the dependencies your Web Application has on other Modules
+plancreator.dependency.tree                   = Dependencies tree goes here
+plancreator.deploy.deploy                     = Deploy WAR
+plancreator.deploy.desc                       = The generated Geronimo Deployment Plan is shown below in an edit box. If you would like to make any changes (default should be enough in most scenarios), do it now and then press "Deploy WAR" to deploy the Web application.
+plancreator.deploy.plan                       = Deployment Plan
+plancreator.deploy.title                      = <b>Created Plan</b> -- Copy/Edit Deployment Plan
+plancreator.env.artifactId                    = Artifact Id
+plancreator.env.artifactIdDesc                = A name identifying the specific module within the group.
+plancreator.env.checked                       = CHECKED
+plancreator.env.classpathSetting              = Classpath Settings
+plancreator.env.context                       = Web Context Root
+plancreator.env.contextDisc                   = This is the first part of the URL used to access the Web application by the client. For example, if the context-root is entered as "HelloWorld", then a typical URL to the application would  start with "http://host:port/HelloWorld/".
+plancreator.env.desc                          = Defaults in this page should suffice for typical scenarios.
+plancreator.env.groupId                       = Group Id
+plancreator.env.groupIdDesc                   = A name identifying a group of related modules. This may be a project name, a company name, etc. The important thing is that each artifactID should be unique within the group.
+plancreator.env.hiddenClasses                 = Hidden Classes
+plancreator.env.hiddenClassesDesc             = List packages or classes that may be in a parent class loader, but should not be exposed from there to the Web application. This is typically used when the Web plication wants to use a different version of a library than that of it's parent configuration (or Geronimo itself) uses. Separate multiple package/class names with a semicolon ';'
+plancreator.env.id                            = Web Application Identity
+plancreator.env.idDesc                        = Every module in Geronimo is uniquely identified by it's ModuleID which consists of four components: groupId/artifactId/version/type. Example: "org.apache.geronimo.plugins/plancreator-tomcat/2.1/car".
+plancreator.env.inverseClassLoading           = Inverse Class Loading
+plancreator.env.inverseClassLoadingDesc       = Normally (if this element is not checked), the module's class loader will work normally - classes will be loaded from the parent class loader if available before checking the current class loader. If this element is checked, that behavior is reversed and the current class loader will always be checked first before looking in the parent class loader. This is often enabled to give the JARs in WEB-INF/lib precedence over anything that might be in a parent class loader.
+plancreator.env.nonOverridableClass           = Non Overridable Classes
+plancreator.env.nonOverridableClassDesc       = List packages or classes that the Web application should always load from a parent class loader, and     never load from WEB-INF/lib or WEB-INF/classes. This might be used to force a Web application to share the same instance of a common library with other Web applications, even if they each include it in their own WAR. Separate multiple package/class names with a semicolon ';'
+plancreator.env.title                         = <b>WAR - Environment</b> -- Configure Web Application Identity and Class Path
+plancreator.env.type                          = Type
+plancreator.env.typeDesc                      = A module's type is normally either CAR (for a system module) or the file extension for an application module (ear,war,jar,etc).
+plancreator.env.version                       = Version
+plancreator.env.versionDesc                   = Version number for the module.
+plancreator.reference.desc                    = Map the references declared in your Web application to specific items available in the server environment. References declared in your web-app (ex. EJB, EJB Local, JDBC Connection Pool, JavaMail Session, JMS Connection Factory and JMS Destination references) are shown below to the left and the resources (available in the server environment) to which they can be linked are shown to the right.
+plancreator.reference.editor                  = Editors for references go here
+plancreator.reference.ejbDeployed             = EJBs Deployed
+plancreator.reference.ejbLocalRef             = EJB Local Ref
+plancreator.reference.ejbLocalReference       = EJB Local References
+plancreator.reference.ejbRef                  = EJB Ref
+plancreator.reference.ejbReference            = EJB References
+plancreator.reference.javamail                = Mail Sessions Available
+plancreator.reference.javamailRef             = Mail Session Ref
+plancreator.reference.javamailReference       = JavaMail Session References
+plancreator.reference.jdbc                    = JDBC Pools
+plancreator.reference.jdbcRef                 = JDBC Ref
+plancreator.reference.jdbcReference           = JDBC Pool References
+plancreator.reference.jms                     = JMS Destinations
+plancreator.reference.jmsConn                 = JMS Factories
+plancreator.reference.jmsConnRef              = JMS Ref
+plancreator.reference.jmsConnReference        = JMS Connection Factory References
+plancreator.reference.jmsRef                  = JMS Ref
+plancreator.reference.jmsReference            = JMS Destination References
+plancreator.reference.resolveErr              = Some of the references are not resolved. Please resolve them and only then press Next button.
+plancreator.reference.title                   = <b>WAR - References</b> -- Resolve EJB, EJB Local, JDBC Connection Pool, JavaMail Session, JMS Connection Factory, JMS Destination and Web Service References
+plancreator.reference.tree                    = EAR tree goes here
+plancreator.reference.wsDesc                  = Service references declared in your application are shown below to the left. If the WSDL doesn't contain   the port information to contact the service or if that information is ambiguous, then resolve the service-ref  by clicking on "Add Port".
+plancreator.reference.wsRef                   = Service Ref Name
+plancreator.reference.wsReference             = Web Service References
+plancreator.security.advancedSetting          = Advanced Settings
+plancreator.security.advancedSettingDesc      = Click Advanced Settings to enable specifying run-as-subject
+plancreator.security.credenitial              = Credentials
+plancreator.security.credenitialName          = Credentials Name
+plancreator.security.credentialStore          = Credential Store
+plancreator.security.credentialStoreSelection = Select the Credential Store which has the defaultSubject and runAsSubjects defined.
+plancreator.security.desc                     = Map security roles declared in web.xml deployment descriptor to specific users or groups in the security realms configured in Geronimo. You can also specify a default user or group to be used when the end user has not yet logged in.
+plancreator.security.distinguishedName        = Distinguished Name
+plancreator.security.doAsCurrentCaller        = Do as current caller
+plancreator.security.doAsCurrentCallerDesc    = Select this if the work is to be performed as the calling Subject/User instead of as Server.
+plancreator.security.domainName               = Domain Name
+plancreator.security.domainNameErr            = Please enter a domain name for this role
+plancreator.security.groupPrincipal           = Group Principal
+plancreator.security.loginDomainPrincipal     = Login Domain Principal
+plancreator.security.principal                = Principal
+plancreator.security.realm                    = Realm
+plancreator.security.realmName                = Realm-name
+plancreator.security.realmPrincipal           = Realm Principal
+plancreator.security.role                     = Role
+plancreator.security.roleMapping              = Security Role Mappings
+plancreator.security.roleMappingDesc          = Security roles declared in web.xml are shown below to the left. Map them to specific principals present in Geronimo's security realms by adding Principals, Login Domain Principals, Realm Principals and/or Distinguished Names.
+plancreator.security.roleMappingErr           = Please enter a unique principal name for this role
+plancreator.security.roleTree                 = Security roles tree
+plancreator.security.runAsSubjectDesc         = The run-as-subject is required when the module is to continue as if run by the specified subject when constrained to the specified role.
+plancreator.security.runAsSubjectsTree        = Run-as-subjects tree
+plancreator.security.securityRealmName        = Security Realm Name
+plancreator.security.securityRealmNameDesc    = Select the Geronimo security realm that will authenticate user logins.
+plancreator.security.specifyRunAsSubject      = Specify run-as-subject
+plancreator.security.subject                  = Default Subject
+plancreator.security.subjectDesc              = The defaultSubject is used whenever an unauthenticated user accesses an unsecured page. Typically, this is used so that an unsecured page can access a secured resource, a secured EJB for example. Realm is the realm name of the default subject and Id is the default subject's name within that realm.
+plancreator.security.title                    = <b>WAR - Security</b> -- Specify Security Realm and Role Mappings
+plancreator.security.useContextHandler        = Use context handler
+plancreator.security.useContextHandlerDesc    = Select this if the installed JACC policy contexts should use PolicyContextHandlers.
+plancreator.security.userPrincipal            = User Principal
+plancreator.status.detail                     = Show full details
+plancreator.status.launch                     = Launch Web App

Propchange: geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet_zh.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet_zh.properties?rev=730464&view=auto
==============================================================================
--- geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet_zh.properties (added)
+++ geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet_zh.properties Wed Dec 31 12:20:02 2008
@@ -0,0 +1,129 @@
+#=====================================================================
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#=====================================================================
+
+plancreator.archive.archive                   = \u5F52\u6863\u6587\u4EF6
+plancreator.archive.archiveErr                = \u60A8\u63D0\u4F9B\u7684\u5F52\u6863\u6587\u4EF6\u4E0D\u662F\u4E00\u4E2AWAR\u5305. \u8BF7\u6CE8\u610F\u5F53\u524D\u53EA\u652F\u6301WAR\u7C7B\u578B.
+plancreator.archive.config                    = \u914D\u7F6E
+plancreator.common.action                     = \u64CD\u4F5C
+plancreator.common.add                        = \u6DFB\u52A0
+plancreator.common.cancel                     = \u53D6\u6D88
+plancreator.common.class                      = \u7C7B
+plancreator.common.del                        = \u5220\u9664
+plancreator.common.edit                       = \u7F16\u8F91
+plancreator.common.finish                     = \u5B8C\u6210
+plancreator.common.host                       = \u4E3B\u673A
+plancreator.common.id                         = Id
+plancreator.common.name                       = \u540D\u79F0
+plancreator.common.next                       = \u6A21\u5757 Id
+plancreator.common.port                       = \u7AEF\u53E3
+plancreator.common.portName                   = \u7AEF\u53E3\u540D\u79F0
+plancreator.common.previous                   = \u524D\u4E00\u4E2A
+plancreator.common.protocol                   = \u534F\u8BAE
+plancreator.common.type                       = \u7C7B\u578B
+plancreator.common.uri                        = URI
+plancreator.common.url                        = URL
+plancreator.dependency.dependency             = \u4F9D\u8D56\u9879
+plancreator.dependency.desc                   = \u4E0B\u9762\u5217\u51FA\u4E86\u670D\u52A1\u5668\u5E93\u4E2D\u6240\u6709\u53EF\u7528\u7684\u6A21\u5757.\u9ED8\u8BA4\u7684\u9009\u9879\u9002\u7528\u4E8E\u5927\u591A\u6570\u60C5\u51B5\u3002
+plancreator.dependency.title                  = <b>WAR - \u4F9D\u8D56\u9879</b> -- \u9009\u62E9\u60A8\u7684\u7F51\u7EDC\u5E94\u7528\u7A0B\u5E8F\u4F9D\u8D56\u7684\u5176\u4ED6\u6A21\u5757
+plancreator.dependency.tree                   = \u4EE5\u6811\u72B6\u7ED3\u6784\u663E\u793A\u4F9D\u8D56\u5173\u7CFB
+plancreator.deploy.deploy                     = \u90E8\u7F72 WAR
+plancreator.deploy.desc                       = \u751F\u6210\u7684Geronimo \u90E8\u7F72\u8BA1\u5212\u5982\u4E0B\u9762\u7684\u7F16\u8F91\u6846\u4E2D\u6240\u793A. \u5982\u679C\u4F60\u60F3\u505A\u4E00\u4E9B\u6539\u52A8(\u9ED8\u8BA4\u8BBE\u7F6E\u5DF2\u9002\u7528\u4E8E\u5927\u591A\u6570\u573A\u666F), \u53EF\u4EE5\u8FDB\u884C\u7F16\u8F91\u5E76\u70B9\u51FB "\u90E8\u7F72 WAR"\u6765\u90E8\u7F72\u7F51\u7EDC\u5E94\u7528\u7A0B\u5E8F.
+plancreator.deploy.plan                       = \u90E8\u7F72\u8BA1\u5212
+plancreator.deploy.title                      = <b>\u521B\u5EFA\u7684\u90E8\u7F72\u8BA1\u5212</b> -- \u62F7\u8D1D\u6216\u7F16\u8F91\u90E8\u7F72\u8BA1\u5212
+plancreator.env.artifactId                    = Artifact Id
+plancreator.env.artifactIdDesc                = \u6807\u8BC6\u7EC4\u4E2D\u6307\u5B9A\u6A21\u5757\u7684\u540D\u79F0
+plancreator.env.checked                       = CHECKED
+plancreator.env.classpathSetting              = \u7C7B\u8DEF\u5F84\u8BBE\u7F6E
+plancreator.env.context                       = \u7F51\u7EDC\u5E94\u7528\u4E0A\u4E0B\u6587\u8DEF\u5F84
+plancreator.env.contextDisc                   = \u8FD9\u662F\u5BA2\u6237\u7AEF\u7528\u4E8E\u8BBF\u95EE\u7F51\u7EDC\u5E94\u7528\u7684URL\u7B2C\u4E00\u90E8\u5206\u3002\u4F8B\u5982, \u5982\u679C\u4E0A\u4E0B\u6587\u8DEF\u5F84\u8F93\u5165\u4E3A 'HelloWorld', \u90A3\u4E48\u8BBF\u95EE\u8BE5\u5E94\u7528\u7684\u5178\u578BURL\u4EE5"http://host:port/HelloWorld/"\u5F00\u5934.
+plancreator.env.desc                          = \u8BE5\u9875\u9762\u4E0A\u7684\u9ED8\u8BA4\u8BBE\u7F6E\u5DF2\u7ECF\u9002\u7528\u4E8E\u5178\u578B\u7684\u573A\u666F
+plancreator.env.groupId                       = Group Id
+plancreator.env.groupIdDesc                   = \u6807\u8BC6\u76F8\u5173\u6A21\u5757\u6240\u5C5E\u7EC4\u7684\u540D\u79F0. \u5B83\u53EF\u4EE5\u662F\u9879\u76EE\u540D\u79F0, \u516C\u53F8\u540D\u79F0\u7B49.\u8BF7\u6CE8\u610F\u6BCF\u4E00\u4E2AartifactID\u5728\u7EC4\u4E2D\u5FC5\u987B\u552F\u4E00.
+plancreator.env.hiddenClasses                 = Hidden Classes
+plancreator.env.hiddenClassesDesc             = \u5217\u51FA\u53EF\u7531\u7236\u7C7B\u8F7D\u5165\u6A21\u5F0F\u8F7D\u5165\uFF0C\u4F46Web\u5E94\u7528\u4E0D\u80FD\u901A\u8FC7\u7236\u7C7B\u8F7D\u5165\u6A21\u5F0F\u8BBF\u95EE\u7684\u5305\u6216\u8005\u7C7B. \u8BE5\u8BBE\u7F6E\u7528\u4E8E\u7F51\u8DEF\u5E94\u7528\u7A0B\u5E8F\u5E0C\u671B\u81EA\u884C\u63D0\u4F9B\u6709\u522B\u4E8E\u5176Parent (\u6216\u8005\u662FGeronimo\u672C\u8EAB)\u4F7F\u7528\u7684\u5E93\u6587\u4EF6. \u4F7F\u7528';'\u5206\u9694\u591A\u4E2A\u5305\u6216\u8005\u7C7B.
+plancreator.env.id                            = \u7F51\u7EDC\u5E94\u7528\u7A0B\u5E8F\u6807\u8BC6
+plancreator.env.idDesc                        = Geronimo\u4E2D\u6BCF\u4E00\u4E2A\u6A21\u5757\u90FD\u901A\u8FC7\u7531groupId/artifactId/version/type\u56DB\u9879\u6784\u6210\u7684ModuleID\u552F\u4E00\u6807\u8BC6. \u4F8B\u5982: "org.apache.geronimo.plugins/plancreator-tomcat/2.1/car".
+plancreator.env.inverseClassLoading           = \u53CD\u8F6C\u7C7B\u52A0\u8F7D
+plancreator.env.inverseClassLoadingDesc       = \u4E00\u822C\u60C5\u51B5\u4E0B(\u8BE5\u9009\u9879\u6CA1\u6709\u9009\u62E9), \u6A21\u5757\u7684\u7C7B\u52A0\u8F7D\u91C7\u7528\u6B63\u5E38\u7684\u52A0\u8F7D\u6A21\u5F0F - \u4F1A\u5148\u5C1D\u8BD5\u4F7F\u7528\u7236\u7C7B\u52A0\u8F7D\u6A21\u5F0F\u8F7D\u5165, \u7136\u540E\u662F\u672C\u8EAB. \u5982\u679C\u8BE5\u9009\u9879\u88AB\u9009\u62E9, \u6B21\u5E8F\u5219\u76F8\u53CD\u3002. \u5F53\u524D\u7C7B\u7684\u8F7D\u5165\u6A21\u5F0F\u4F1A\u4F18\u5148\u4E8E\u7236\u7C7B\u52A0\u8F7D\u6A21\u5F0F\u88AB\u91C7\u7528. \u8FD9\u6837\u901A\u5E38\u662F\u4E3A\u4E86\u4F7FWEB-INF/lib\u4E2D\u7684JAR\u4F18\u5148\u8F7D\u5165\u4F7F\u7528.
+plancreator.env.nonOverridableClass           = \u4E0D\u53EF\u8986\u76D6\u7684\u7C7B
+plancreator.env.nonOverridableClassDesc       = \u5217\u51FA\u5FC5\u987B\u7528\u5176\u7236\u7C7B\u8F7D\u5165\u6A21\u5F0F\u8F7D\u5165\u800C\u4E0D\u662F\u4ECEWEB-INF/lib\u6216WEB-INF/classes\u4E2D\u8F7D\u5165\u7684Web\u5E94\u7528\u3002\u53EF\u5E94\u7528\u4E8E\u5F3A\u5236Web\u5E94\u7528\u7A0B\u5E8F\u4E0E\u5176\u4ED6\u5E94\u7528\u5171\u4EAB\u76F8\u540C\u7684\u5E93, \u5373\u4F7F\u5728\u5404\u81EA\u7684WAR\u4E2D\u5DF2\u5305\u542B\u5E93.
+plancreator.env.title                         = <b>WAR - \u73AF\u5883</b> -- \u8BBE\u7F6EWeb\u5E94\u7528\u7A0B\u5E8F\u6807\u8BC6\u548C\u7C7B\u8DEF\u5F84
+plancreator.env.type                          = \u7C7B\u578B
+plancreator.env.typeDesc                      = \u4E00\u4E2A\u6A21\u5757\u7684\u7C7B\u578B\u4E00\u822C\u662FCAR(\u7CFB\u7EDF\u6A21\u5757)\u6216\u8005\u662F\u5E94\u7528\u7684\u6269\u5C55(\u6BD4\u5982ear, war\u548Cjar)
+plancreator.env.version                       = \u7248\u672C
+plancreator.env.versionDesc                   = \u8BE5\u6A21\u5757\u7684\u7248\u672C\u53F7
+plancreator.reference.desc                    = \u6620\u5C04Web\u5E94\u7528\u7A0B\u5E8F\u4E2D\u58F0\u660E\u7684\u5F15\u7528\u5230\u670D\u52A1\u5668\u73AF\u5883\u4E2D\u53EF\u7528\u7684\u9879\u76EE. \u5728Web\u5E94\u7528\u7A0B\u5E8F\u4E2D\u58F0\u660E\u7684\u5F15\u7528 (\u6BD4\u5982 EJB, EJB Local, JDBC\u8FDE\u63A5\u6C60, JavaMail\u4F1A\u8BDD, JMS\u8FDE\u63A5\u5DE5\u5382\u548CJMS\u76EE\u6807\u5F15\u7528) \u663E\u793A\u5728\u4E0B\u9762\u5DE6\u4FA7, \u5728\u670D\u52A1\u5668\u73AF\u5883\u4E2D\u53EF\u88AB\u8FD9\u4E9B\u5F15\u7528\u5173\u8054\u7684\u8D44\u6E90\u663E\u793A\u5728\u53F3\u4FA7.
+plancreator.reference.editor                  = \u5728\u6B64\u7F16\u8F91\u5F15\u7528
+plancreator.reference.ejbDeployed             = \u5DF2\u90E8\u7F72EJB
+plancreator.reference.ejbLocalRef             = EJB\u672C\u5730\u5F15\u7528
+plancreator.reference.ejbLocalReference       = EJB\u672C\u5730\u5F15\u7528
+plancreator.reference.ejbRef                  = EJB\u5F15\u7528
+plancreator.reference.ejbReference            = EJB\u5F15\u7528
+plancreator.reference.javamail                = \u53EF\u7528\u7684Mail\u4F1A\u8BDD
+plancreator.reference.javamailRef             = Mail Session Ref
+plancreator.reference.javamailReference       = JavaMail\u4F1A\u8BDD\u5F15\u7528
+plancreator.reference.jdbc                    = JDBC\u6C60
+plancreator.reference.jdbcRef                 = JDBC\u5F15\u7528
+plancreator.reference.jdbcReference           = JDBC \u8FDE\u63A5\u6C60\u5F15\u7528
+plancreator.reference.jms                     = JMS\u76EE\u6807
+plancreator.reference.jmsConn                 = JMS \u5DE5\u5382
+plancreator.reference.jmsConnRef              = JMS\u5F15\u7528
+plancreator.reference.jmsConnReference        = JMS \u8FDE\u63A5\u5DE5\u5382\u5F15\u7528
+plancreator.reference.jmsRef                  = JMS\u5F15\u7528
+plancreator.reference.jmsReference            = JMS\u76EE\u6807\u5F15\u7528
+plancreator.reference.resolveErr              = \u90E8\u5206\u5F15\u7528\u672A\u80FD\u88AB\u89E3\u6790, \u8BF7\u624B\u52A8\u89E3\u6790\u540E\u70B9\u51FB\u4E0B\u4E00\u6B65\u6309\u94AE
+plancreator.reference.title                   = <b>WAR - \u5F15\u7528</b> -- \u89E3\u6790 EJB, \u672C\u5730EJB, JDBC\u8FDE\u63A5\u6C60, JavaMail\u4F1A\u8BDD, JMS\u8FDE\u63A5\u5DE5\u5382,JMS\u76EE\u6807\u548CWeb Service\u5F15\u7528
+plancreator.reference.tree                    = EAR \u6811\u7ED3\u6784\u5728\u6B64\u663E\u793A
+plancreator.reference.wsDesc                  = \u5728\u5E94\u7528\u7A0B\u5E8F\u4E2D\u58F0\u660E\u7684\u670D\u52A1\u5F15\u7528\u5728\u5982\u4E0B\u5DE6\u4FA7\u663E\u793A. \u5982\u679C WSDL \u4E2D\u4E0D\u5305\u542B\u8BBF\u95EE\u6B64\u670D\u52A1\u901A\u8FC7\u7684\u7AEF\u53E3\u4FE1\u606F\u6216\u76F8\u5173\u4FE1\u606F\u4E0D\u660E\u786E, \u90A3\u4E48\u901A\u8FC7\u70B9\u51FB"\u6DFB\u52A0\u7AEF\u53E3"\u6765\u89E3\u6790 service-ref.
+plancreator.reference.wsRef                   = \u670D\u52A1\u5F15\u7528\u540D\u79F0
+plancreator.reference.wsReference             = Web Service\u5F15\u7528
+plancreator.security.advancedSetting          = \u9AD8\u7EA7\u8BBE\u7F6E
+plancreator.security.advancedSettingDesc      = \u70B9\u51FB\u9AD8\u7EA7\u8BBE\u7F6E\u6765\u542F\u7528\u6307\u5B9A run-as-subject
+plancreator.security.credenitial              = \u8BC1\u4E66
+plancreator.security.credenitialName          = \u8BC1\u4E66\u540D\u79F0
+plancreator.security.credentialStore          = \u8BC1\u4E66\u5E93
+plancreator.security.credentialStoreSelection = \u8BF7\u9009\u62E9\u5B9A\u4E49\u4E86 defaultSubject \u548C runAsSubjects \u7684\u8BC1\u4E66\u5E93
+plancreator.security.desc                     = \u5C06web.xml\u63CF\u8FF0\u6587\u4EF6\u4E2D\u58F0\u660E\u7684\u5B89\u5168\u89D2\u8272\u6620\u5C04\u5230\u5B89\u5168\u57DF\u4E2D\u6307\u5B9A\u7684\u7528\u6237\u6216\u7EC4.\u540C\u6837\u4E5F\u53EF\u4EE5\u7ED9\u672A\u767B\u5F55\u7528\u6237\u6307\u5B9A\u4E00\u4E2A\u9ED8\u8BA4\u7684\u7528\u6237\u548C\u7EC4.
+plancreator.security.distinguishedName        = \u552F\u4E00\u7684\u540D\u79F0
+plancreator.security.doAsCurrentCaller        = \u4F5C\u4E3A\u5F53\u524D\u8C03\u7528\u8005\u6765\u6267\u884C
+plancreator.security.doAsCurrentCallerDesc    = \u5982\u679C\u8C03\u7528\u7684subject\u6216\u7528\u6237\u662F\u8BE5\u5E94\u7528\uFF0C\u800C\u4E0D\u662F\u670D\u52A1\u5668\uFF0C\u8BF7\u9009\u62E9\u6B64\u9879\u3002
+plancreator.security.domainName               = \u57DF\u540D
+plancreator.security.domainNameErr            = \u8BF7\u4E3A\u8BE5\u89D2\u8272\u8F93\u5165\u4E00\u4E2A\u57DF\u540D
+plancreator.security.groupPrincipal           = \u7EC4 Principal
+plancreator.security.loginDomainPrincipal     = \u767B\u5F55\u57DFPrincipal
+plancreator.security.principal                = Principal
+plancreator.security.realm                    = Realm
+plancreator.security.realmName                = Realm \u540D\u79F0
+plancreator.security.realmPrincipal           = Realm Principal
+plancreator.security.role                     = \u89D2\u8272
+plancreator.security.roleMapping              = \u5B89\u5168\u89D2\u8272\u6620\u5C04
+plancreator.security.roleMappingDesc          = \u5728web.xml\u4E2D\u5B9A\u4E49\u7684\u5B89\u5168\u89D2\u8272\u5728\u4E0B\u9762\u5DE6\u4FA7\u663E\u793A. \u901A\u8FC7\u6DFB\u52A0 Principals, \u767B\u5F55\u57DF Principals, Realm Principals \u6216\u8005\u76F8\u533A\u522B\u7684\u540D\u79F0\u5C06\u5B83\u4EEC\u6620\u5C04\u5230\u5728Geronimo\u7684\u5B89\u5168 realms \u4E2D\u73B0\u6709\u7684Principals\u4E0A.
+plancreator.security.roleMappingErr           = \u8BF7\u4E3A\u8BE5\u89D2\u8272\u8F93\u5165\u4E00\u4E2A\u552F\u4E00\u7684Pricipal\u540D\u79F0
+plancreator.security.roleTree                 = \u5B89\u5168\u89D2\u8272\u7684\u6811\u7ED3\u6784
+plancreator.security.runAsSubjectDesc         = \u5F53\u6A21\u5757\u56E0\u89D2\u8272\u9650\u5236, \u4F46\u9700\u8981\u7531\u6307\u5B9A\u7684subject\u6765\u7EE7\u7EED\u8FD0\u884C\u65F6, \u9700\u8981run-as-subject.
+plancreator.security.runAsSubjectsTree        = Run-as-subjects \u6811
+plancreator.security.securityRealmName        = \u5B89\u5168\u57DF\u7684\u540D\u79F0
+plancreator.security.securityRealmNameDesc    = \u9009\u62E9\u7528\u6237\u767B\u5F55\u8BA4\u8BC1\u65F6\u6240\u4F7F\u7528\u7684\u5B89\u5168\u57DF.
+plancreator.security.specifyRunAsSubject      = \u6307\u5B9A run-as-subject
+plancreator.security.subject                  = Default Subject
+plancreator.security.subjectDesc              = Default Subject\u5728\u672A\u8BA4\u8BC1\u7528\u6237\u8BBF\u95EE\u975E\u4FDD\u62A4\u9875\u9762\u65F6\u4F7F\u7528. \u901A\u5E38\u60C5\u51B5\u4E0B\uFF0C\u5B83\u7528\u4E8E\u4F7F\u4E00\u4E2A\u4E0D\u53D7\u4FDD\u62A4\u7684\u9875\u9762\u80FD\u8BBF\u95EE\u53D7\u4FDD\u62A4\u7684\u8D44\u6E90 Realm\u662Fdefault Subject\u7684\u9ED8\u8BA4 Realm \u540D\u79F0, Id\u4E3Adefault Subject\u5728\u8BE5\u57DF\u4E2D\u7684\u540D\u79F0.
+plancreator.security.title                    = <b>WAR - \u5B89\u5168</b> -- \u6307\u5B9A\u5B89\u5168\u57DF\u548C\u89D2\u8272\u6620\u5C04
+plancreator.security.useContextHandler        = \u4F7F\u7528\u4E0A\u4E0B\u6587handler
+plancreator.security.useContextHandlerDesc    = \u5982\u679C\u5B89\u88C5\u7684JACC\u7B56\u7565\u4E0A\u4E0B\u6587\u9700\u8981\u4F7F\u7528PolicyContextHandlers, \u8BF7\u9009\u62E9\u8BE5\u9879
+plancreator.security.userPrincipal            = User Principal
+plancreator.status.detail                     = \u663E\u793A\u8BE6\u7EC6\u60C5\u51B5
+plancreator.status.launch                     = \u8F7D\u5165Web\u5E94\u7528

Propchange: geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/plancreator-portlet_zh.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo.properties?rev=730464&view=auto
==============================================================================
--- geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo.properties (added)
+++ geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo.properties Wed Dec 31 12:20:02 2008
@@ -0,0 +1,18 @@
+#=====================================================================
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#=====================================================================
+Create\ Deployment\ Plan = Create Deployment Plan
+Plan\ Creator = Plan Creator

Propchange: geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo_zh.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo_zh.properties?rev=730464&view=auto
==============================================================================
--- geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo_zh.properties (added)
+++ geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo_zh.properties Wed Dec 31 12:20:02 2008
@@ -0,0 +1,18 @@
+#=====================================================================
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#=====================================================================
+Create\ Deployment\ Plan = \u521B\u5EFA\u90E8\u7F72\u89C4\u5212
+Plan\ Creator = \u521B\u5EFA\u89C4\u5212

Propchange: geronimo/server/trunk/plugins/plancreator/plancreator-portlets/src/main/resources/portletinfo_zh.properties
------------------------------------------------------------------------------
    svn:eol-style = native