From f09b8969111f9105d1ea2929731e8497ffd875ee Mon Sep 17 00:00:00 2001 From: Andrew Pielage Date: Fri, 24 Mar 2017 16:53:03 +0000 Subject: [PATCH] PAYARA-1142 Rename Standalone Instances to Instances --- .../cluster/admingui/Strings.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/appserver/admingui/cluster/src/main/resources/org/glassfish/cluster/admingui/Strings.properties b/appserver/admingui/cluster/src/main/resources/org/glassfish/cluster/admingui/Strings.properties index 4d0bc2f29d4..98fe33878c0 100644 --- a/appserver/admingui/cluster/src/main/resources/org/glassfish/cluster/admingui/Strings.properties +++ b/appserver/admingui/cluster/src/main/resources/org/glassfish/cluster/admingui/Strings.properties @@ -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 @@ -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 @@ -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