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

Robert Stryker rawblem at gmail.com
Wed Sep 20 17:03:41 EDT 2006


  User: rawb    
  Date: 06/09/20 17:03:41

  Modified:    as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui  
                        Messages.properties Messages.java
  Log:
  NLS moved messages
  
  Revision  Changes    Path
  1.5       +75 -0     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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- Messages.properties	14 Sep 2006 21:00:48 -0000	1.4
  +++ Messages.properties	20 Sep 2006 21:03:41 -0000	1.5
  @@ -44,3 +44,78 @@
   PublishModuleDescription=Force a republish action on this module.
   DeleteModuleConfirm=Are you sure you want to remove the module from the server?
   
  +
  +#Action Delegate
  +ActionDelegateStartServer=Start Server
  +ActionDelegateStopServer=Stop Server
  +ActionDelegateDebugServer=Start Server (Debug Mode)
  +ActionDelegateNew=New
  +ActionDelegateNewMBeanStubs=New MBean Stubs
  +ActionDelegateNewServer=New Server
  +
  +
  +#Launch Config Tab Group
  +LaunchGroupStartArgs=Start Args
  +LaunchGroupStartArgs=Twiddle Args
  +LaunchGroupStopArgs=Stop Args
  +LaunchGroupConfigChanged=You may not change the configuration.
  +
  +#Twiddle Dialog
  +TwiddleDialog=Twiddle Dialog
  +TwiddleDialogExecute=Execute Twiddle
  +TwiddleDialogDone=Done
  +TwiddleDialogArguments=Twiddle Arguments: 
  +TwiddleDialogTutorial=Twiddle Tutorial
  +
  +
  +#XPath Dialog
  +XPathNewCategory=New Category
  +XPathNewCategoryNameInUse=Category Name In use.
  +XPathCategoryName=Category Name
  +XPathNewXpath=New XPath
  +XPathNameEmpty=Name must be set.
  +XPathNameInUse=Name already in use.
  +XPathColumnLocation=Location
  +XPathColumnAttributeVals=Attribute Values
  +XPathColumnRawXML=Raw XML
  +XPathName=Name: 
  +XPathPattern=XPath Pattern: 
  +XPathAttribute=Attribute Name: 
  +
  +# service xml
  +ServiceXMLAddAttributeTags=Add missing attribute tags
  +
  +#preference page
  +
  +PreferencePageServerTimeouts=Server Timeouts;
  +PreferencePageStartTimeouts=Start Timeout;
  +PreferencePageStopTimeouts=Stop Timeout;
  +PreferencePageUponTimeout=Upon Timeout: ;
  +PreferencePageUponTimeoutAbort=Abort Server Start;
  +PreferencePageUponTimeoutIgnore=Set Server State to "Started";
  +
  +#View Preference Page
  +ViewPreferencePageName=Name
  +ViewPreferencePageEnabled=Enabled
  +ViewPreferencePageWeight=Weight
  +ViewPreferencePageDescription=Description
  +
  +# Upgrade Wizard
  +	UpgradeWizardTitle=Convert JBoss AS Launch Configurations
  +	UpgradeWizardDescription="This is where I explain why we need to convert launch configs to servers
  +	UpgradeWizardDetails=Details: 
  +	UpgradeWizardLaunchConfigName=Launch Configuration Name: 
  +	UpgradeWizardLaunchHomeDir=Home Directory: 
  +	UpgradeWizardLaunchJBossConfig=JBoss Configuration: 
  +	UpgradeWizardLaunchStartArgs=Start Args: 
  +	UpgradeWizardLaunchShutdownArgs=Shutdown Args: 
  +	UpgradeWizardLaunchJRE=JRE: 
  +	UpgradeWizardLaunchConvert=Convert?
  +	UpgradeWizardLaunchConfigName2=Configuration Name
  +	UpgradeWizardLaunchRuntimeName=Runtime Name
  +	UpgradeWizardLaunchServerName=Server Name
  +	UpgradeWizardLaunchMonitorMainTask=Converting Launch Configurations
  +	UpgradeWizardLaunchMonitorConverting=Converting 
  +	UpgradeWizardLaunchRuntimeNamesInUse=The following runtime names are already in use: 
  +	UpgradeWizardLaunchServerNamesInUse=The following server names are already in use:
  +
  
  
  
  1.6       +76 -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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Messages.java	14 Sep 2006 21:00:48 -0000	1.5
  +++ Messages.java	20 Sep 2006 21:03:41 -0000	1.6
  @@ -76,6 +76,82 @@
   	public static String DeleteModuleConfirm;
   	
   	
  +	/* Action Delegate */
  +
  +	public static String ActionDelegateStartServer;
  +	public static String ActionDelegateStopServer;
  +	public static String ActionDelegateDebugServer;
  +	public static String ActionDelegateNew;
  +	public static String ActionDelegateNewMBeanStubs;
  +	public static String ActionDelegateNewServer;
  +	
  +	/* Launch Group */
  +	public static String LaunchGroupStartArgs;
  +	public static String LaunchGroupStopArgs;
  +	public static String LaunchGroupTwiddleArgs;
  +	public static String LaunchGroupConfigChanged;
  +	
  +	/* Twiddle Dialog */
  +	public static String TwiddleDialog;
  +	public static String TwiddleDialogExecute;
  +	public static String TwiddleDialogDone;
  +	public static String TwiddleDialogArguments;
  +	public static String TwiddleDialogTutorial;
  +	
  +	
  +	/* XPath Dialog */
  +	public static String XPathNewCategory;
  +	public static String XPathNewCategoryNameInUse;
  +	public static String XPathCategoryName;
  +	public static String XPathNewXpath;
  +	public static String XPathNameEmpty;
  +	public static String XPathNameInUse;
  +	public static String XPathColumnLocation;
  +	public static String XPathColumnAttributeVals;
  +	public static String XPathColumnRawXML;
  +
  +	public static String XPathName;
  +	public static String XPathPattern;
  +	public static String XPathAttribute;
  +	
  +	/* XML service editor */
  +	public static String ServiceXMLAddAttributeTags;
  +	
  +	/* Preference Page */
  +	public static String PreferencePageServerTimeouts;
  +	public static String PreferencePageStartTimeouts;
  +	public static String PreferencePageStopTimeouts;
  +	public static String PreferencePageUponTimeout;
  +	public static String PreferencePageUponTimeoutAbort;
  +	public static String PreferencePageUponTimeoutIgnore;
  +	
  +	
  +	/* View Preference Page */
  +	public static String ViewPreferencePageName;
  +	public static String ViewPreferencePageEnabled;
  +	public static String ViewPreferencePageWeight;
  +	public static String ViewPreferencePageDescription;
  +	
  +	/* Upgrade Wizard to 2.0.0 */
  +	public static String UpgradeWizardTitle;
  +	public static String UpgradeWizardDescription;
  +	public static String UpgradeWizardDetails;
  +	public static String UpgradeWizardLaunchConfigName;
  +	public static String UpgradeWizardLaunchHomeDir;
  +	public static String UpgradeWizardLaunchJBossConfig;
  +	public static String UpgradeWizardLaunchStartArgs;
  +	public static String UpgradeWizardLaunchShutdownArgs;
  +	public static String UpgradeWizardLaunchJRE;
  +	public static String UpgradeWizardLaunchConvert;
  +	public static String UpgradeWizardLaunchConfigName2;
  +	public static String UpgradeWizardLaunchRuntimeName;
  +	public static String UpgradeWizardLaunchServerName;
  +	public static String UpgradeWizardLaunchMonitorMainTask;
  +	public static String UpgradeWizardLaunchMonitorConverting;
  +	public static String UpgradeWizardLaunchRuntimeNamesInUse;
  +	public static String UpgradeWizardLaunchServerNamesInUse;
  +	
  +	
   	public static String HidePropertiesAction;
   	public static String HideTextAction;
   	public static String HideLowerFrameAction;
  
  
  



More information about the jboss-cvs-commits mailing list