All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.glassfish.jca.admingui.Strings.properties Maven / Gradle / Ivy

#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
# 
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# 
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution License("CDDL") (collectively, the "License").  You
# may not use this file except in compliance with the License. You can obtain
# a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html
# or glassfish/bootstrap/legal/LICENSE.txt.  See the License for the specific
# language governing permissions and limitations under the License.
# 
# When distributing the software, include this License Header Notice in each
# file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
# Sun designates this particular file as subject to the "Classpath" exception
# as provided by Sun in the GPL Version 2 section of the License file that
# accompanied this code.  If applicable, add the following below the License
# Header, with the fields enclosed by brackets [] replaced by your own
# identifying information: "Portions Copyrighted [year]
# [name of copyright owner]"
# 
# Contributor(s):
# 
# If you wish your version of this file to be governed by only the CDDL or
# only the GPL Version 2, indicate your decision by adding "[Contributor]
# elects to include this software in this distribution under the [CDDL or GPL
# Version 2] license."  If you don't indicate a single choice of license, a
# recipient has the option to distribute your version of this file under
# either the CDDL, the GPL Version 2 or to extend the choice of license to
# its licensees as provided above.  However, if you add GPL Version 2 code
# and therefore, elected the GPL Version 2 license, then the option applies
# only if the new code is made subject to such option by the copyright
# holder.
#

button.Flush=Flush

## Admin Object Resource
adminObjectResources.pageTitle=Admin Object Resources
adminObjectResources.pageTitleHelp=Manages administration object resources.

adminObjectResource.editPageTitle=Edit Admin Object Resource
adminObjectResource.editPageHelp=edit existing administration object resources.
adminObject.NewPageTitle=New Admin Object Resource
adminObject.step1PageTitle=New Admin Object Resource (Step 1 of 2)
adminObject.step1PageTitleHelp=An administered object provides specialized functionality for an application; for example, access to a parser specific to the resource adapter and its associated EIS
adminObject.step2PageTitle=New Admin Object Resource (Step 2 of 2)
adminObject.step2PageTitleHelp=Add a description for the admin object, enable or disable the object on all resources and define name-value property pairs.
adminObjectResource.targetPageTitle=Admin Object Resource Targets
adminObjectResource.resTypeHelp=Enter a fully qualified type following the format xxx.xxx. eg javax.jms.Topic
adminObjectResource.resourceAdapterHelp=Choose from the list of deployed resource adapters (connector modules)

#Resources

resourcesTable.resources=Resources
resourcesTable.sessions=Sessions
resourcesTable.connectionFactories=Connection Factories
resourcesTable.Pools=Pools
resourcesTable.destResources=Destination Resources

resourcesTable.colJndiName=JNDI Name
resourcesTable.colDesc=Description
resourcesTable.colPool=Connection Pool
resourcesTable.colResType=Resource Type
resourcesTable.colDatasource=Datasource Classname
resourcesTable.colDefinition=Connection Definition
resourcesTable.colResAdapter=Resource Adapter

## Connectors
connectors.pageTitle=Connectors
connectors.pageTitleHelp=
connectors.User=user
connectors.systemAll=system-all
connectors.systemAdmin=system-admin
connectors.systemInstance=system-instance
connectorResources.pageTitle=Connector Resources
connectorResources.pageTitleHelp=A connector resource is a program object that provides an application with a connection to an Enterprise Information System (EIS).

connectorConnectionPools.pageTitle=Connector Connection Pools
connectorConnectionPools.pageTitleHelp=Click New to create a new connector connection pool. Deploy the connector module before creating the pool. Connector modules can be deployed from the Connector Modules page.


## Connector Connection Pool

resource.targetPageTitleHelp=Manage the targets (clusters and standalone server instances) on which the resource is available.
connectorResource.editPageTitle=Edit Connector Resource
connectorResource.editPageTitleHelp=Edit an existing Connector Resource
connectorResource.targetPageTitle=Connector Resource Targets
connectorResource.newPageTitle=New Connector Resource
connectorResource.newPageTitleHelp=To create a connector resource, specify the connection pool with which it is associated. Multiple connector resources can use a single connection pool.
connectorResource.poolHelp=Use the Connector Connection Pools page to create new pools

connectorConnectionPool.editPageTitle=Edit Connector Connection Pool
connectorConnection.editPageHelp=Click Manage Security Maps to create or modify security policies for the pool.
connectorConnectionPool.step1PageTitle=New Connector Connection Pool (Step 1 of 2)
connectorConnectionPool.step1PageTitleHelp=Create a Connector Pool, select the associated Resource Adapter and Connection Definition, then click Next.
connectorConnectionPool.step2PageTitle=New Connector Connection Pool (Step 2 of 2)
connectorConnectionPool.step2PageTitleHelp=Verify the Connection Pool settings, add properties defining the value for each property, and click Finish.
connectorConnectionPool.connectionDefinitionName=Connection Definition:
connectorConnectionPool.connectionDefinitionNameHelp=
connectorConnectionPool.onFail=On Any Failure:
connectorConnectionPool.onFailHelp=Close all connections and reconnect on failure, otherwise reconnect only when used
connectorConnectionPool.closeAll=Close All Connections
connectorConnectionPool.transSupport=Transaction Support:
connectorConnectionPool.transSupportHelp=Level of transaction support. Overwrite the transaction support attribute in the Resource Adapter in a downward compatible way.
connectorConnectionPool.conValidationHelp=Validate connection before passing to container.
connectorConnectionPool.validateAtmostOnce=Validation Interval:
connectorConnectionPool.validateAtmostHelp=Used to set the time-interval within which a connection is validated atmost once. 
connectorConnectionPool.advancePageTitle=Edit Advanced Attributes
connectorConnectionPool.advancePageTitleHelp=Modify advance attributes of existing pool.
connectorConnectionPool.propertyPageTitle=Edit Connection Pool Properties
connectorConnectionPool.propertyPageTitleHelp=Modify properties of existing pool.

connectorSecurityMaps.pageTitle=Security Maps
connectorSecurityMaps.pageTitleHelp=Manage security maps. Security maps enable the creation of a mapping between Java EE users and groups and EIS users and groups.
connectorSecurityMaps.tableTitle=Security Maps
connectorSecurityMaps.tabTitle=Security Maps
connectorSecurityMap.newPageTitle=New Security Map
connectorSecurityMap.newPageTitleHelp=Create new security maps. Security maps enable the creation of a mapping between Java EE users and groups and EIS users and groups. You must specify either User Groups or Principals, but not both.
connectorSecurityMap.editPageTitle=Edit Security Map
connectorSecurityMap.editPageTitleHelp=Edit existing security maps. Security maps enable the creation of a mapping between Java EE users and groups and EIS users and groups. You must specify either User Groups or Principals, but not both.
connectorSecurityMap.poolName=Connector Pool Name:
connectorSecurityMap.securityMapName=Security Map Name:
connectorSecurityMap.userGroups=User Group:
connectorSecurityMap.userGroupsHelp=Example: value1,value2,value3
connectorSecurityMap.principals=Principals:
connectorSecurityMap.principalsHelp=Example: value1,value2,value3
connectorSecurityMap.backendPrincipal=Backend Principal
connectorSecurityMap.userName=Username:
connectorSecurityMap.password=Password:

workSecurityMaps.pageTitle=Work Security Maps
workSecurityMaps.pageTitleHelp=
workSecurityMaps.tableTitle=Work Security Maps
workSecurityMap.newPageTitle=Work Security Map
workSecurityMap.newPageTitleHelp=
workSecurityMap.editPageTitle=Edit Work Security Map
workSecurityMap.editPageTitleHelp=
workSecurityMap.Group=Group
workSecurityMap.Principal=Principal
workSecurityMap.MappedGroup=Mapped Group
workSecurityMap.EisGroup=EIS Group
workSecurityMap.EISGroupInlineHelp=EIS Group
workSecurityMap.MappedGroupInlineHelp=Mapped Group
workSecurityMap.EISPrincipalInlineHelp=EIS Principal
workSecurityMap.MappedPrincipalInlineHelp=Mapped Principal
workSecurityMap.PrincipalMapping=Principal Mapping
workSecurityMap.GroupMapping=Group Mapping

tree.resourceAdapterConfigs=Resource Adapter Config
resourceAdapterConfig.pageTitle=Resource Adapter Configs
resourceAdapterConfig.pageTitleHelp=
resourceAdapterConfig.tableTitle=Resource Adapter Configs
resourceAdapterConfig.tabTitle=Configs
resourceAdapterConfig.newPageTitle=New Resource Adapter Config
resourceAdapterConfig.newPageTitleHelp=
resourceAdapterConfig.editPageTitle=Edit Resource Adapter Config
resourceAdapterConfig.editPageTitleHelp=
resourceAdapterConfig.Name=Resource Adapter Name:
resourceAdapterConfig.threadPoolId=Thread Pool IDs:
resourceAdapterConfig.configs=Configs

jcaPool.poolSettings=Pool Settings
jcaPool.initPoolSize=Initial and Minimum Pool Size:
jcaPool.initPoolSizeHelp=Minimum and initial number of connections maintained in the pool
jcaPool.maxPoolSize=Maximum Pool Size:
jcaPool.maxPoolSizeHelp=Maximum number of connections that can be created to satisfy client requests
jcaPool.poolResize=Pool Resize Quantity:
jcaPool.poolResizeHelp=Number of connections to be removed when pool idle timeout expires
jcaPool.idleTimeout=Idle Timeout:
jcaPool.idleTimeoutHelp=Maximum time that connection can remain idle in the pool
jcaPool.maxWait=Max Wait Time:
jcaPool.maxWaitHelp=Amount of time caller waits before connection timeout is sent
jcaPool.Validation=Connection Validation
jcaPool.conValidation=Connection Validation:
jcaPool.conValidationHelp=Validate connections, allow server to reconnect in case of failure
jcaPool.connectionSettings=Connection Settings
jcaPool.wrapjcaObjects=Wrap jca Objects:
jcaPool.wrapjcaObjectsHelp=When set to true, application will get wrapped jca objects for Statement, PreparedStatement, CallableStatement, ResultSet, DatabaseMetaData.
jcaPool.statementTimeoutInSeconds=Statement Timeout:
jcaPool.statementTimeoutInSecondsHelp=Timeout property of a connection to enable termination of abnormally long running queries. -1 implies that it is not enabled.
jcaPool.validateAtmostOnceInSeconds=Validate At Most Once:
jcaPool.validateAtmostOnceInSecondsHelp=Time-interval within which a connection is validated at most once. 0 implies it is not enabled.
jcaPool.connectionLeakTimeoutInSeconds=Leak Timeout:
jcaPool.connectionLeakTimeoutInSecondsHelp=0 implies no leak detection.
jcaPool.connectionLeakReclaim=Leak Reclaim:
jcaPool.connectionLeakReclaimHelp=If enabled, connection will be reusable (put back into pool) after connection leak timeout occurs.
jcaPool.connectionCreationRetryAttempts=Creation Retry Attempts:
jcaPool.connectionCreationRetryAttemptsHelp=Number of attempts to create a new connection. 0 implies no retries.                     
jcaPool.connectionCreationRetryIntervalInSeconds=Retry Interval:
jcaPool.connectionCreationRetryIntervalInSecondsHelp=Time interval between retries while attempting to create  a connection.  Effective when Creation Retry Attempts is greater than 0. 
jcaPool.lazyConnectionEnlistment=Lazy Connection Enlistment:
jcaPool.lazyConnectionEnlistmentHelp=Enlist a resource to the transaction only when it is actually used in a method
jcaPool.lazyConnectionAssociation=Lazy Association:
jcaPool.lazyConnectionAssociationHelp=Connections are lazily associated when an operation is performed on them.
jcaPool.associationWithThread=Associate with Thread:
jcaPool.associationWithThreadHelp=When the same thread is in need of a connection, it can reuse the connection already associated with that thread,
jcaPool.matchConnections=Match Connections:
jcaPool.matchConnectionsHelp=To switch on/off connection matching for the pool.
jcaPool.maxConnectionUsageCount=Max Connection Usage :
jcaPool.maxConnectionUsageCountHelp=Connections will be re-used by the pool for the specified number of times after which it will be closed. 0 implies the feature is not enabled.


msg.JS.confirmDeleteSM=Selected Security Map(s) will be deleted.  Continue?
msg.JS.confirmDeleteAO=Selected Admin Object(s) will be deleted.  Continue?
msg.JS.confirmDeleteCR=Selected Resource(s) will be deleted.  Continue?
msg.JS.confirmDeleteCP=Selected Connection Pool(s) will be deleted.  Continue?
msg.JS.confirmDeleteSM=Selected Security Map(s) will be deleted.  Continue?
msg.JS.confirmDeleteAC=Selects Adapter Config(s) will be deleted. Continue?

deploy.threadpoolid=Thread Pool Id:
deploy.threadpoolidHelp=TBD





© 2015 - 2025 Weber Informatics LLC | Privacy Policy