Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAYARA-1142 Rename Standalone Instances to Instances #1483

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# Portions Copyright [2016] [Payara Foundation]
tree.clusters=Clusters
tree.nodes=Nodes
tree.standaloneInstances=Standalone Instances
tree.standaloneInstances=Instances
tree.gms=Group Management Service
tree.gms.tooltip=Group Management Service
tree.availsvc=Availability Service
Expand Down Expand Up @@ -158,17 +158,17 @@ clusterInstance.healthStatus=Health Information:
#

### Standalone instance
standaloneInstances.PageTitle=Standalone Server Instances
standaloneInstances.PageTitleHelp=Create and manage standalone instances. Running instance cannot be deleted.
standaloneInstances.PageTitle=Payara Server Instances
standaloneInstances.PageTitleHelp=Create and manage Payara server instances. Running instances cannot be deleted.
standaloneInstances.TableTitle=Server Instances
standalone.ColWeight=LB Weight

standaloneInstanceNew.PageTitle=New Standalone Server Instance
standaloneInstanceNew.PageTitleHelp=Create a standalone Payara Server instance. The instance is not a member of a cluster.
standaloneInstanceNew.PageTitle=New Payara Server Instance
standaloneInstanceNew.PageTitleHelp=Create a Payara Server instance.

standalone.ApplicationsTitle=Applications
standalone.ApplicationsTitleHelp=Deploy, undeploy, enable, disable, and remove selected applications associated with the instance. Removing the application only removes the application from this stand-alone instance. The application is not undeployed.
standalone.InstanceName=Standalone Instance Name:
standalone.ApplicationsTitleHelp=Deploy, undeploy, enable, disable, and remove selected applications associated with the instance. Removing the application only removes the application from this instance. The application is not undeployed.
standalone.InstanceName=Instance Name:
#standalone.tab.Resources=Resources
#standalone.tab.Monitor=Monitor
#standalone.tab.Advanced=Advanced
Expand Down Expand Up @@ -288,7 +288,7 @@ msg.error.nameExists=The name {0} is already used by another instance, cluster,
# Manage Targets
manageTargets.PageTitle=Manage Targets
manageVS.PageTitle=Virtual Server Targets
manageTargets.PageHelp=Manage the clusters and stand-alone Payara Server instances on which the resource or application is available.
manageTargets.PageHelp=Manage the clusters and Payara Server instances on which the resource or application is available.
manageVS.PageHelp=Configure virtual server references for an application or resource.
manageTargets.AvailableTargets=Available Targets
manageTargets.SelectedTargets=Selected Targets
Expand Down