You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MicroclimateConnectionManager_ErrDeletingServerDialogTitle=Error deleting the server
14
-
MicroclimateConnectionManager_ServersLinkedDialogMsg=The following Microclimate servers are linked to this Microclimate instance:\n{0}\n\n\
15
-
If you still want to delete the connection to {1}, \
16
-
these servers will be deleted from your Eclipse workspace.\n\
17
-
Are you sure that you want to proceed?
18
-
MicroclimateConnectionManager_ServersLinkedDialogTitle=The connection has active servers
19
-
20
11
MicroclimateReconnectJob_ReconnectJobName=Trying to reconnect to Microclimate at {0}
21
12
MicroclimateReconnectJob_ReconnectErrorDialogTitle=Error reconnecting to Microclimate
22
13
MicroclimateReconnectJob_ReconnectErrorDialogMsg=Eclipse could not reconnect to {0}.\nRecreate this connection in the Microclimate connection preferences.
23
14
24
-
MicroclimateServer_CantModifyModules=Modules can't be modified on a Microclimate server.
25
-
26
-
MicroclimateServerBehaviour_CantRestartDialogMsg=You can restart a server only if the server is in the Started state. Please wait for the server to start and then try again.
27
-
MicroclimateServerBehaviour_CantRestartDialogTitle=Only a Started server can be restarted
28
-
MicroclimateServerBehaviour_ConnectionLostServerSuffix=Connection to Microclimate at {0} lost
MicroclimateServerBehaviour_ErrCreatingServerDialogMsg=Microclimate server creation failed at the following initialization: {0}
33
-
MicroclimateServerBehaviour_ErrCreatingServerDialogTitle=An error occurred while creating the Microclimate server
34
-
MicroclimateServerBehaviour_ErrInitiatingRestartDialogTitle=An error occurred while initiating the project restart
35
-
MicroclimateServerBehaviour_ErrMissingAttribute=The {0} attribute is missing.
36
-
MicroclimateServerBehaviour_ErrSettingInitialStateDialogTitle=An error occurred while setting the initial state of the server
37
-
MicroclimateServerBehaviour_MissingProjectID=Couldn''t find project with ID {0} on Microclimate at {1}. Make sure the project has not been deleted or disabled.
38
-
MicroclimateServerBehaviour_ProjectMissingServerSuffix=Project was deleted or disabled in Microclimate
39
-
MicroclimateServerBehaviour_ServerDoesntSupportPublish=The Microclimate server does not support publishing.
40
16
MicroclimateServerBehaviour_DebuggerConnectFailureDialogTitle=The debugger failed to connect
41
-
MicroclimateServerBehaviour_DebuggerConnectFailureDialogMsg=The debugger failed to connect in time. Please increase the debug timeout in the Microclimate preferences.
17
+
MicroclimateServerBehaviour_DebuggerConnectFailureDialogMsg=The debugger failed to connect in time. Increase the debug timeout in the Microclimate preferences.
42
18
43
19
BuildConsoleName={0} - Build Log
44
20
AppConsoleName={0} - Application Log
45
21
46
22
FileNotFoundTitle=File not found
47
23
FileNotFoundMsg=File {0} was not found.
48
24
49
-
MicroclimateServerLaunchConfigDelegate_ErrInitServer=An error occurred while initializing {0}. Please delete and recreate the server.
50
-
MicroclimateServerLaunchConfigDelegate_OnlyLaunchFromServers=The {0} server could not be launched. Please use the Servers view to control Microclimate servers.
51
-
52
-
MicroclimateSocket_ErrRestartingProjectDialogMsg=The {0} server didn't restart. Status: {1}\nDelete the server and relink the project if the problem persists.
25
+
MicroclimateSocket_ErrRestartingProjectDialogMsg=The {0} project did not restart. Status: {1}\nTry disabling and re-enabling the project if the problem persists.
53
26
MicroclimateSocket_ErrRestartingProjectDialogTitle=An error occurred while the project restarted
Copy file name to clipboardExpand all lines: dev/com.ibm.microclimate.ui/src/com/ibm/microclimate/ui/internal/messages/messages.properties
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ NewConnectionPage_ConnectSucceeded=Connecting to {0} succeeded.
14
14
NewConnectionPage_ErrAConnectionAlreadyExists=You already have an existing Microclimate connection at {0}.\nOnly one Microclimate connection is permitted.
15
15
NewConnectionPage_ErrCouldNotConnectToMC=Eclipse could not connect to Microclimate at {0}.
16
16
NewConnectionPage_HostnameLabel=&Hostname:
17
-
NewConnectionPage_NotValidPortNum={0} is not a valid port number. Please enter an integer for the port number.
17
+
NewConnectionPage_NotValidPortNum={0} is not a valid port number. Enter an integer for the port number.
18
18
NewConnectionPage_OnlyLocalhostSupported=Only localhost is supported.
OpenAppAction_CantOpenNotRunningAppMsg=The project on this server is not found or not running. Please make sure that the project started before opening the application.
28
-
OpenAppAction_CantOpenNotRunningAppTitle=Please start the application before opening it.
27
+
OpenAppAction_CantOpenNotRunningAppMsg=The project on this server is not found or not running. Make sure that the project started before opening the application.
28
+
OpenAppAction_CantOpenNotRunningAppTitle=Start the application before opening it.
29
29
30
30
StartBuildAction_AppMissingTitle=Project not found
31
31
StartBuildAction_AppMissingMsg=The project on this server is not found or not running. Make sure any current builds are completed and the application is started before requesting a build.
@@ -66,10 +66,10 @@ DialogNoButton=No
66
66
DialogCancelButton=Cancel
67
67
68
68
ProjectNotImportedDialogTitle=The {0} project is not imported into Eclipse
69
-
ProjectNotImportedDialogMsg=There will be no source available for debugging if the project is not imported. Do you want to import the {0} project?
69
+
ProjectNotImportedDialogMsg=There is no source available for debugging because the project has not been imported. Import the {0} project?
70
70
71
71
ProjectClosedDialogTitle=The {0} project is closed in Eclipse
72
-
ProjectClosedDialogMsg=There will be no source available for debugging if the project is not opened. Do you want to open the {0} project?
72
+
ProjectClosedDialogMsg=There is no source available for debugging because the project is closed. Open the {0} project?
73
73
ProjectOpenJob=Open project {0}
74
74
ProjectOpenError=An error occurred while trying to open the {0} project
0 commit comments