Skip to content

Commit

Permalink
Merge pull request #1483 from Pandrex247/PAYARA-1142-Rename-Standalon…
Browse files Browse the repository at this point in the history
…e-Instances-Page

PAYARA-1142 Rename Standalone Instances to Instances
  • Loading branch information
lprimak authored Apr 3, 2017
2 parents f085259 + f09b896 commit 0185ba4
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit 0185ba4

Please sign in to comment.