[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui ...

Robert Stryker rawblem at gmail.com
Thu Sep 21 17:37:15 EDT 2006


  User: rawb    
  Date: 06/09/21 17:37:15

  Modified:    as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui  
                        Messages.properties Messages.java
  Log:
  final NLS stuff
  
  Revision  Changes    Path
  1.7       +64 -1     jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Messages.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Messages.properties	21 Sep 2006 19:23:07 -0000	1.6
  +++ Messages.properties	21 Sep 2006 21:37:15 -0000	1.7
  @@ -1,8 +1,9 @@
   #Create Server Wizard
   createWizardTitle=Create a new JBoss Server
  +runtimeInformation=Runtime Information
   createRuntimeWizardTitle=Create a new JBoss Server Runtime
   createWizardDescription=Add a JBoss Server and have great fun
  -wizardFragmentNameLabel=Name (unique identifier)
  +wizardFragmentNameLabel=Server Name (unique identifier)
   wizardFragmentHomeDirLabel=Home Directory
   wizardFragmentJRELabel=JRE
   wizardFragmentConfigLabel=Configuration
  @@ -119,3 +120,65 @@
   	UpgradeWizardLaunchRuntimeNamesInUse=The following runtime names are already in use: 
   	UpgradeWizardLaunchServerNamesInUse=The following server names are already in use:
   
  +# Clone server wizard
  +CloneWizardRequiredCheckedLabel=Files required for a successful minimal configuration cannot be unchecked.
  +CloneWizardNewServerName=New Server Name: 
  +CloneWizardNewConfigName=New Configuration Name: 
  +CloneWizardTitle=Create a new Server Configuration
  +CloneWizardDescription=Create a new server configuration directory containing the selected files. \nA new server object will be added to the list of JBoss Servers.
  +CloneWizardServerNameInUse=Server name already in use: 
  +CloneWizardConfigNameInUse=Configuration already exists: 
  +CloneWizardWindowTitle=Clone a Server
  +
  +#Mbean wizard
  +NewMBeanInterface=New MBean Interface
  +NewMBeanInterfaceDesc=Create the interface for the MBean
  +NewMBeanName=MNean Name
  +NewMBeanInterfaceName=Interface Name
  +NewMBeanClass=New MBean Class
  +MBeanClassDescription=Create the concrete MBean Class
  +MBeanServiceXML=Create -service.xml file?
  +
  +
  +###########################################
  +############## view providers
  +###########################################
  +
  +#Event Log
  +EventLogStartingServer=Starting Server
  +EventLogStoppingServer=Stopping Server
  +EventLogServerUp=Server is up.
  +EventLogServerDown=Server is down.
  +EventLogTwiddleLaunchServerStatePrefix=Twiddle Launch: Server is 
  +EventLogStillStopping=still stopping
  +EventLogStillStarting=still starting
  +EventLogUp=up
  +EventLogDown=down
  +EventLogServerActionCanceled=Server action canceled.
  +EventLogTimeoutReached=Server Timeout Reached.
  +EventLogConsoleOutput=Console Output
  +EventLogPublishEvent=Publish Event
  +EventLogPublishingToServer=Publishing module to server: 
  +EventLogPublishRemoveFromServer=Removing module from server: 
  +EventLogPublishUnknownEvent=Unknown Publish Event
  +EventLogUnknownEvent=Unknown Event
  +
  +#Inactive Categories
  +InactiveCategoriesReEnable=Re-enable Category
  +
  +#Descriptor XPath
  +DescriptorXPathRemoveCategory=Remove Category
  +DescriptorXPathRemoveCategoryDesc=Are you sure you want to delete this category and\nall of its elements?\n All sub-nodes will be lost.
  +DescriptorXPathNewXPath=New XPath
  +DescriptorXPathEditXPath=Edit XPath
  +DescriptorXPathDeleteXPath=Delete XPath
  +DescriptorXPathAttributeValue=Attribute Value
  +DescriptorXPathXPathXML=XPath / XML
  +DescriptorXPathAttributeKeyValue=Attribute Key / Value
  +DescriptorXPathDescriptorValues=Descriptor Values
  +DescriptorXPathNameLocation=Name / Location
  +DescriptorXPathServerName=Server Name: 
  +DescriptorXPathPortCategory=Port Category: 
  +DescriptorXPathSimple=Show only xpath value in properties view.
  +DescriptorXPathComplex=Show all details in properties view.
  +DescriptorXPathMatch=Match 
  \ No newline at end of file
  
  
  
  1.7       +66 -0     jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Messages.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- Messages.java	20 Sep 2006 21:03:41 -0000	1.6
  +++ Messages.java	21 Sep 2006 21:37:15 -0000	1.7
  @@ -27,6 +27,7 @@
   	public static String EventLogCategory;
   	public static String ModulesCategory;
   	public static String createWizardTitle;
  +	public static String runtimeInformation;
   	public static String createRuntimeWizardTitle;
   	public static String createWizardDescription;
   	public static String wizardFragmentNameLabel;
  @@ -50,6 +51,8 @@
   	
   	public static String RefreshViewerAction;
   	public static String DisableCategoryAction;
  +	public static String TwiddleServerAction;
  +	public static String CloneServerAction;
   	
   	/* Properties of view extenders (categories) */
   	public static String ExtensionID;
  @@ -152,6 +155,69 @@
   	public static String UpgradeWizardLaunchServerNamesInUse;
   	
   	
  +	/* Server Clone Wizard */
  +	public static String CloneWizardRequiredCheckedLabel;
  +	public static String CloneWizardNewServerName;
  +	public static String CloneWizardNewConfigName;
  +	public static String CloneWizardTitle;
  +	public static String CloneWizardDescription;
  +	public static String CloneWizardServerNameInUse;
  +	public static String CloneWizardConfigNameInUse;
  +	public static String CloneWizardWindowTitle;
  +	
  +	
  +	/* MBean Wizard */
  +
  +	public static String NewMBeanInterface;
  +	public static String NewMBeanInterfaceDesc;
  +	public static String NewMBeanName;
  +	public static String NewMBeanInterfaceName;
  +	public static String NewMBeanClass;
  +	public static String MBeanClassDescription;
  +	public static String MBeanServiceXML;
  +	
  +	
  +	/* Event Log provider */
  +	public static String EventLogStartingServer;
  +	public static String EventLogStoppingServer;
  +	public static String EventLogServerUp;
  +	public static String EventLogServerDown;
  +	public static String EventLogTwiddleLaunchServerStatePrefix; 
  +	public static String EventLogStillStopping;
  +	public static String EventLogStillStarting;
  +	public static String EventLogUp;
  +	public static String EventLogDown;
  +	public static String EventLogServerActionCanceled;
  +	public static String EventLogTimeoutReached;
  +	public static String EventLogConsoleOutput;
  +	public static String EventLogPublishEvent;
  +	public static String EventLogPublishingToServer; 
  +	public static String EventLogPublishRemoveFromServer; 
  +	public static String EventLogPublishUnknownEvent;
  +	public static String EventLogUnknownEvent;
  +	
  +	/* Inactive Categories */
  +	public static String InactiveCategoriesReEnable;
  +	
  +	
  +	public static String DescriptorXPathRemoveCategory;
  +	public static String DescriptorXPathRemoveCategoryDesc;
  +	public static String DescriptorXPathNewXPath;
  +	public static String DescriptorXPathEditXPath;
  +	public static String DescriptorXPathDeleteXPath;
  +	public static String DescriptorXPathAttributeValue;
  +	public static String DescriptorXPathXPathXML;
  +	public static String DescriptorXPathAttributeKeyValue;
  +	public static String DescriptorXPathDescriptorValues;
  +	public static String DescriptorXPathNameLocation;
  +	public static String DescriptorXPathServerName; 
  +	public static String DescriptorXPathPortCategory; 
  +	public static String DescriptorXPathSimple;
  +	public static String DescriptorXPathComplex;
  +	public static String DescriptorXPathMatch;
  +	
  +	
  +	
   	public static String HidePropertiesAction;
   	public static String HideTextAction;
   	public static String HideLowerFrameAction;
  
  
  



More information about the jboss-cvs-commits mailing list