Author: sflanigan
Date: 2009-05-25 00:41:24 -0400 (Mon, 25 May 2009)
New Revision: 15471
Added:
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/Messages.java
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/messages.properties
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.properties
Removed:
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.properties
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.java
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/actions/ServerActionMessages.java
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/actions/messages.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-3557 Externalise English Strings
Added:
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/Messages.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/Messages.java
(rev 0)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/Messages.java 2009-05-25
04:41:24 UTC (rev 15471)
@@ -0,0 +1,28 @@
+package org.jboss.ide.eclipse.as.classpath.core;
+
+import org.eclipse.osgi.util.NLS;
+
+public class Messages extends NLS {
+ private static final String BUNDLE_NAME =
"org.jboss.ide.eclipse.as.classpath.core.messages"; //$NON-NLS-1$
+ public static String AbstractClasspathContainer_error_loading_container;
+ public static String ClasspathDecorationsManager_unexpected_exception;
+ public static String ClientAllRuntimeClasspathProvider_wrong_runtime_type;
+ public static String DirectoryLibraryContainerInitializer_libraries_found_in_dir;
+ public static String DirectoryLibraryContainerInitializer_libraries_found_no_dir;
+ public static String EJB3ClasspathContainer_ejb3_description;
+ public static String EJB3ClasspathContainer_ejb30_description;
+ public static String J2EE13ClasspathContainerInitializer_description;
+ public static String J2EE14ClasspathContainerInitializer_description;
+ public static String J2EE50ClasspathContainerInitializer_description;
+ public static String ProjectRuntimeClasspathProvider_all_jboss_libraries_description;
+ public static String ProjectRuntimeClasspathProvider_runtime_does_not_exist;
+ public static String WebtoolsProjectJBossClasspathContainerInitializer_jboss_runtimes;
+ public static String
WebtoolsProjectJBossClasspathContainerInitializer_jboss_runtimes_path;
+ static {
+ // initialize resource bundle
+ NLS.initializeMessages(BUNDLE_NAME, Messages.class);
+ }
+
+ private Messages() {
+ }
+}
Added:
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/messages.properties
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/messages.properties
(rev 0)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.core/src/org/jboss/ide/eclipse/as/classpath/core/messages.properties 2009-05-25
04:41:24 UTC (rev 15471)
@@ -0,0 +1,14 @@
+AbstractClasspathContainer_error_loading_container=Error loading classpath container
+ClasspathDecorationsManager_unexpected_exception=Encountered an unexpected exception.
+ClientAllRuntimeClasspathProvider_wrong_runtime_type=Runtime {0} is not of the proper
type
+DirectoryLibraryContainerInitializer_libraries_found_no_dir=Libraries found in [No
directory specified]
+DirectoryLibraryContainerInitializer_libraries_found_in_dir=Libraries found in {0}
+EJB3ClasspathContainer_ejb3_description=JBoss EJB3 Libraries
+EJB3ClasspathContainer_ejb30_description=JBoss EJB 3.0 Libraries
+J2EE13ClasspathContainerInitializer_description=J2EE 1.3 Libraries (JBoss Tools)
+J2EE14ClasspathContainerInitializer_description=J2EE 1.4 Libraries (JBoss Tools)
+J2EE50ClasspathContainerInitializer_description=J2EE 5.0 Libraries (JBoss Tools)
+ProjectRuntimeClasspathProvider_all_jboss_libraries_description=All JBoss Libraries
[{0}]
+ProjectRuntimeClasspathProvider_runtime_does_not_exist=Runtime {0} does not exist. This
classpath container cannot be initialized.
+WebtoolsProjectJBossClasspathContainerInitializer_jboss_runtimes=JBoss Runtimes
+WebtoolsProjectJBossClasspathContainerInitializer_jboss_runtimes_path=JBoss Runtimes
({0})
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.java 2009-05-25
04:39:55 UTC (rev 15470)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.java 2009-05-25
04:41:24 UTC (rev 15471)
@@ -23,13 +23,27 @@
import org.eclipse.osgi.util.NLS;
-public class Messages {
+public class Messages extends NLS {
+ private static final String BUNDLE_NAME =
"org.jboss.ide.eclipse.as.classpath.ui.Messages"; //$NON-NLS-1$
+ public static String ClasspathUIPlugin_ALERT;
+ public static String ClasspathUIPlugin_ERROR;
+ public static String ClasspathUIPlugin_OK;
+ public static String ClasspathUIPlugin_WARNING;
+ public static String DirectoryLibraryPage_Description;
+ public static String DirectoryLibraryPage_LabelProject;
+ public static String DirectoryLibraryPage_WebProjects;
+ public static String DirectoryLibraryPage_Title;
public static String jeeClasspathAdding;
public static String jeeClasspathBody;
public static String jeeClasspathDescription;
public static String ejb3ClasspathPageTitle;
public static String ejb3ClasspathPageDescription;
+ public static String JBossEJB3LibrariesPage_ConfigurationDoesNotContainEJB3Libraries;
+ public static String JBossSelectionPage_ButtonText;
+ public static String JBossSelectionPage_Name;
static {
- NLS.initializeMessages("org.jboss.ide.eclipse.as.classpath.ui.Messages",
Messages.class); //$NON-NLS-1$
+ NLS.initializeMessages(BUNDLE_NAME, Messages.class);
}
+ private Messages() {
+ }
}
Deleted:
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.properties
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.properties 2009-05-25
04:39:55 UTC (rev 15470)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.properties 2009-05-25
04:41:24 UTC (rev 15471)
@@ -1,5 +0,0 @@
-jeeClasspathAdding=Adding {0}
-jeeClasspathBody=Click finish to continue adding {0} to your project's classpath.
-jeeClasspathDescription=These libraries include the API and Source for the chosen JEE
version.
-ejb3ClasspathPageTitle=JBoss EJB 3.0 Libraries
-ejb3ClasspathPageDescription=Add EJB 3.0 Libraries from one of the declared servers.
\ No newline at end of file
Added:
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.properties
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.properties
(rev 0)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.classpath.ui/src/org/jboss/ide/eclipse/as/classpath/ui/Messages.properties 2009-05-25
04:41:24 UTC (rev 15471)
@@ -0,0 +1,16 @@
+ClasspathUIPlugin_ALERT=EJB3 Tools - Alert
+ClasspathUIPlugin_ERROR=EJB3 Tools - Error
+ClasspathUIPlugin_OK=OK
+ClasspathUIPlugin_WARNING=EJB3 Tools - Warning
+DirectoryLibraryPage_Description=A classpath container that automatically adds all .jar
and .zip files found in a directory to the classpath.
+DirectoryLibraryPage_LabelProject=Project:
+DirectoryLibraryPage_WebProjects=test
+DirectoryLibraryPage_Title=Directory library
+jeeClasspathAdding=Adding {0}
+jeeClasspathBody=Click finish to continue adding {0} to your project's classpath.
+jeeClasspathDescription=These libraries include the API and Source for the chosen JEE
version.
+ejb3ClasspathPageTitle=JBoss EJB 3.0 Libraries
+ejb3ClasspathPageDescription=Add EJB 3.0 Libraries from one of the declared servers.
+JBossEJB3LibrariesPage_ConfigurationDoesNotContainEJB3Libraries=The selected
configuration ("{0}") does not contain the expected EJB3 libraries. Please
install JBoss with EJB3 enabled, or try another configuration.
+JBossSelectionPage_ButtonText=Create a JBoss Server
+JBossSelectionPage_Name=JBoss Server Selection
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java 2009-05-25
04:39:55 UTC (rev 15470)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.java 2009-05-25
04:41:24 UTC (rev 15471)
@@ -23,7 +23,8 @@
import org.eclipse.osgi.util.NLS;
-public class Messages {
+public class Messages extends NLS {
+ private static final String BUNDLE_NAME =
"org.jboss.ide.eclipse.as.ui.Messages"; //$NON-NLS-1$
/* Standard and re-usable */
public static String browse;
public static String serverName;
@@ -38,8 +39,16 @@
public static String wf_JRELabel;
public static String wf_ConfigLabel;
+ public static String J2EEModuleExportOperation_DestinationFileIsDirectoryError;
+ public static String J2EEModuleExportOperation_ErrorExportingArchive;
public static String JBAS_version;
public static String JBEAP_version;
+ public static String JBossRuntimeWizardFragment_AllFieldsRequired;
+ public static String JBossRuntimeWizardFragment_CopyAConfigShellText;
+ public static String JBossRuntimeWizardFragment_DeleteConfigConfirmation;
+ public static String JBossRuntimeWizardFragment_DeleteConfigTitle;
+ public static String JBossRuntimeWizardFragment_MustSelectValidConfig;
+ public static String JBossRuntimeWizardFragment_OutputFolderExists;
public static String rwf_CopyConfigLabel;
public static String rwf_DestinationLabel;
public static String rwf_TitleCreate;
@@ -70,7 +79,11 @@
public static String sswf_Title;
public static String sswf_BaseName;
+ public static String ServerActionProvider_CouldNotOpenServerError;
+ public static String ServerContentProvider_ErrorInServersViewAnimation;
public static String ServerDialogHeading;
+ public static String ServerLogView_ImportingLogTaskName;
+ public static String ServerLogView_NoLogSelected;
public static String credentials_warning;
public static String credentials_save;
@@ -82,6 +95,7 @@
public static String IncrementalPublishModuleText;
public static String FullPublishModuleText;
public static String DeleteModuleDescription;
+ public static String PollerSection_ServerPollingSection;
public static String PublishModuleDescription;
public static String DeleteModuleConfirm;
@@ -97,6 +111,7 @@
public static String ActionDelegateFileResourcesOnly;
public static String ActionDelegateSelectServer;
+ public static String ChangePortDialog_LoadingTaskName;
/* Console */
public static String ConsoleResourceNotFound;
public static String ConsoleCouldNotLocateInWorkspace;
@@ -104,6 +119,7 @@
/* Twiddle Dialog */
public static String TwiddleDialog;
+ public static String TwiddleDialog_UnexpectedError;
public static String TwiddleDialogExecute;
public static String TwiddleDialogDone;
public static String TwiddleDialogArguments;
@@ -112,6 +128,7 @@
public static String XPathNewCategory;
public static String XPathNewCategoryNameInUse;
public static String XPathCategoryName;
+ public static String XPathChangeValueAction_ActionText;
public static String XPathNewXpath;
public static String XPathNameEmpty;
public static String XPathNameInUse;
@@ -120,9 +137,24 @@
public static String XPathName;
public static String XPathPattern;
+ public static String XPathActionProvider_EditFileAction;
+ public static String XPathActionProvider_ErrorRunningAction;
+ public static String XPathActionProvider_NewCategoryAction;
+ public static String XPathActionProvider_RemoveCategoryQuestion;
public static String XPathAttribute;
+ public static String XPathDialogs_BlankCategoryError;
+ public static String XPathDialogs_CategoryLabel;
+ public static String XPathDialogs_NoElementsMatched;
+ public static String XPathDialogs_PreviewButton;
+ public static String XPathDialogs_SelectServer;
+ public static String XPathDialogs_ServerLabel;
+ public static String XPathDialogs_XPathDescriptionLabel;
+ public static String XPathTreeContentProvider_JobName;
+ public static String XPathTreeLabelProvider_LoadingLabel;
+ public static String XPathTreeLabelProvider_MatchIndexLabel;
+ public static String XPathTreeLabelProvider_XMLConfigLabel;
public static String DescriptorXPathRemoveCategory;
public static String DescriptorXPathRemoveCategoryDesc;
public static String DescriptorXPathNewXPath;
@@ -161,19 +193,40 @@
public static String EditorCPD_DefaultDescription;
public static String EditorCPD_RestoreDefault;
public static String EditorNoRuntimeSelected;
+ public static String ExploreUtils_Action_Text;
+ public static String ExploreUtils_Description;
public static String Configure;
+ public static String ConfigureRuntimeMarkerResolution_Description;
+ public static String ConvertNodeToXPathDialog_DisplayString;
+ public static String ConvertNodeToXPathDialog_ErrorMessage;
+ public static String ConvertNodeToXPathDialog_KeyedAttributes;
// misc
public static String ServerSaveFailed;
+ public static String
StrippedServerWizardFragment_DeployFolderDoesNotExistStatusMessage;
+ public static String StrippedServerWizardFragment_NameInUseStatusMessage;
+ public static String
StrippedServerWizardFragment_TemporaryDeployFolderDoesNotExistStatusMessage;
// Launch Config
public static String LaunchInvalidConfigChanged;
public static String LaunchInvalidHostChanged;
+ public static String LogLabelProvider_HoursMinutesAgo;
+ public static String LogLabelProvider_MinutesSecondsAgo;
+ public static String LogLabelProvider_PublishingEventType;
+ public static String LogLabelProvider_SecondsAgo;
+ public static String LogLabelProvider_StartupShutdownEventType;
+ public static String LogLabelProvider_UnknownEventType;
+ public static String RequiredCredentialsDialog_IgnoreButton;
+ public static String RequiredCredentialsDialog_ShellText;
+
static {
- NLS.initializeMessages("org.jboss.ide.eclipse.as.ui.Messages",
+ NLS.initializeMessages(BUNDLE_NAME,
Messages.class);
}
+
+ private Messages() {
+ }
}
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties 2009-05-25
04:39:55 UTC (rev 15470)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/Messages.properties 2009-05-25
04:41:24 UTC (rev 15471)
@@ -19,8 +19,16 @@
rwf_nameTextBlank=The name field must not be blank
rwf_homeDirBlank=The directory field must not be blank
rwf_NoVMSelected=No VM selected
+J2EEModuleExportOperation_DestinationFileIsDirectoryError=The specified file: {0} exists
and is a directory
+J2EEModuleExportOperation_ErrorExportingArchive=Error Exporting {0}
JBAS_version=JBoss Application Server {0}
JBEAP_version=JBoss Enterprise Application Platform {0}
+JBossRuntimeWizardFragment_AllFieldsRequired=All fields must be completed.
+JBossRuntimeWizardFragment_CopyAConfigShellText=Copy a Configuration
+JBossRuntimeWizardFragment_DeleteConfigConfirmation=Are you sure you want to delete this
folder? This cannot be undone.
+JBossRuntimeWizardFragment_DeleteConfigTitle=Delete Configuration?
+JBossRuntimeWizardFragment_MustSelectValidConfig=User must select a valid configuration
+JBossRuntimeWizardFragment_OutputFolderExists=The output folder already exists:
swf_Title=Create a new JBoss Server
swf_RuntimeInformation=Runtime Information
swf_Explanation=A JBoss Server manages starting and stopping instances of JBoss. \nIt
manages command line arguments and keeps track of which modules have been deployed.
@@ -48,13 +56,18 @@
value=Value
#Server View Dialog Heading
+ServerActionProvider_CouldNotOpenServerError=Could not open server
+ServerContentProvider_ErrorInServersViewAnimation=Error in Servers view animation
ServerDialogHeading=JBoss Server
+ServerLogView_ImportingLogTaskName=Importing Server Log
+ServerLogView_NoLogSelected=No Log Selected
#View's Module extension
DeleteModuleText=Remove
FullPublishModuleText=Full Publish
IncrementalPublishModuleText=Incremental Publish
DeleteModuleDescription=Remove this module from the server.
+PollerSection_ServerPollingSection=Server Polling
PublishModuleDescription=Force a republish action on this module.
DeleteModuleConfirm=Are you sure you want to remove the module from the server?
@@ -70,11 +83,13 @@
ActionDelegateSelectServer=Select a server to publish to
# Console
+ChangePortDialog_LoadingTaskName=Loading...
ConsoleResourceNotFound=Resource not found
ConsoleCouldNotLocateInWorkspace=Could not locate {0} in workspace.
#Twiddle Dialog
TwiddleDialog=Twiddle Dialog
+TwiddleDialog_UnexpectedError=Unexpected error in TwiddleDialog
TwiddleDialogExecute=Execute Twiddle
TwiddleDialogDone=Done
TwiddleDialogArguments=Twiddle Arguments\:
@@ -84,6 +99,7 @@
XPathNewCategory=New Category
XPathNewCategoryNameInUse=Category Name In use.
XPathCategoryName=Category Name
+XPathChangeValueAction_ActionText=Change Value
XPathNewXpath=New XPath
XPathNameEmpty=Name must be set.
XPathNameInUse=Name already in use.
@@ -91,7 +107,24 @@
XPathColumnAttributeVals=Value
XPathName=Name\:
XPathPattern=XPath Pattern\:
+XPathActionProvider_EditFileAction=Edit File
+XPathActionProvider_ErrorRunningAction=Error running edit file action
+XPathActionProvider_NewCategoryAction=New Category
+XPathActionProvider_RemoveCategoryQuestion=Remove Category?
XPathAttribute=Attribute Name\:
+XPathDialogs_BlankCategoryError=Category must not be blank
+XPathDialogs_CategoryLabel=Category:
+XPathDialogs_NoElementsMatched=No XML elements matched your search.
+XPathDialogs_PreviewButton=Preview
+XPathDialogs_SelectServer=Please Select a Server
+XPathDialogs_ServerLabel=Server:
+XPathDialogs_XPathDescriptionLabel=An XPath is a way to find a specific XML element
inside an xml file. \n\
+This dialog will help you create one. These XPaths' values can then be modified\n\
+by using the JBoss Servers View with the Properties View.
+XPathTreeContentProvider_JobName=Loading XPaths
+XPathTreeLabelProvider_LoadingLabel=Loading...
+XPathTreeLabelProvider_MatchIndexLabel=Match {0}
+XPathTreeLabelProvider_XMLConfigLabel=XML Configuration
#preference page
@@ -137,11 +170,28 @@
EditorCPD_DefaultDescription=This wizard allows you to edit which xpath is used to locate
a port used by the tooling.\nThis will not change any server files, only what ports are
used to interact with it.
EditorCPD_RestoreDefault=Restore Default
EditorNoRuntimeSelected=No Runtime Selected. Please select a runtime and refresh your
deployment options.
+ExploreUtils_Action_Text=Explore
+ExploreUtils_Description=Explore deploy directory
Configure=Configure...
+ConfigureRuntimeMarkerResolution_Description=Configure Targeted Runtimes
+ConvertNodeToXPathDialog_DisplayString=Add to XPaths
+ConvertNodeToXPathDialog_ErrorMessage=You should not key off the value you wish to
change
+ConvertNodeToXPathDialog_KeyedAttributes=Keyed Attributes
# misc
ServerSaveFailed=Server save failed
+StrippedServerWizardFragment_DeployFolderDoesNotExistStatusMessage=Deploy Folder does not
exist
+StrippedServerWizardFragment_NameInUseStatusMessage=Name in use
+StrippedServerWizardFragment_TemporaryDeployFolderDoesNotExistStatusMessage=Temporary
Deploy Folder does not exist
#Launch Config
LaunchInvalidConfigChanged=Configuration can only be changed by modifying the
server's runtime.
LaunchInvalidHostChanged=The Host can only be changed in the Server Editor.
+LogLabelProvider_HoursMinutesAgo={0} hours, {1} minutes ago
+LogLabelProvider_MinutesSecondsAgo={0} minutes, {1} seconds ago
+LogLabelProvider_PublishingEventType=Publishing
+LogLabelProvider_SecondsAgo={0} seconds ago
+LogLabelProvider_StartupShutdownEventType=Server Startup / Shutdown
+LogLabelProvider_UnknownEventType=Unknown Event Type
+RequiredCredentialsDialog_IgnoreButton=Ignore
+RequiredCredentialsDialog_ShellText=Server Credentials Required
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/actions/ServerActionMessages.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/actions/ServerActionMessages.java 2009-05-25
04:39:55 UTC (rev 15470)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/actions/ServerActionMessages.java 2009-05-25
04:41:24 UTC (rev 15471)
@@ -3,7 +3,7 @@
import org.eclipse.osgi.util.NLS;
public class ServerActionMessages extends NLS {
- private static final String BUNDLE_NAME =
"org.jboss.ide.eclipse.as.ui.actions.messages";
+ private static final String BUNDLE_NAME =
"org.jboss.ide.eclipse.as.ui.actions.messages"; //$NON-NLS-1$
static {
// load message values from bundle file
@@ -14,6 +14,7 @@
public static String START_IN_RUN_MODE;
public static String RESTART_IN_RUN_MODE;
public static String SELECT_A_SERVER;
+ public static String SelectServerActionDelegate_NewServerMenuItem;
public static String STOP_SERVER;
public static String CHANGE_TIME_STAMP;
public static String CHANGE_TIME_STAMP_DEFAULT;
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/actions/messages.properties
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/actions/messages.properties 2009-05-25
04:39:55 UTC (rev 15470)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/actions/messages.properties 2009-05-25
04:41:24 UTC (rev 15471)
@@ -3,6 +3,7 @@
START_IN_RUN_MODE=Start {0}
RESTART_IN_RUN_MODE=Restart {0}
SELECT_A_SERVER=Select a default server
+SelectServerActionDelegate_NewServerMenuItem=New server...
STOP_SERVER=Shutdown {0}
CHANGE_TIME_STAMP=Change Timestamp of {0}
CHANGE_TIME_STAMP_DEFAULT=Touch descriptors
\ No newline at end of file