mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
[cleanup] fix broken externalized strings
This commit is contained in:
parent
24ba529260
commit
e3233fa27d
2 changed files with 4 additions and 19 deletions
|
@ -60,18 +60,14 @@ public class RSECoreMessages extends NLS {
|
|||
public static String InitRSEJob_error_creating_mark;
|
||||
public static String InitRSEJob_initializer_ended_in_error;
|
||||
public static String InitRSEJob_initializer_failed_to_load;
|
||||
public static String InitRSEJob_initializer_interrupted;
|
||||
public static String InitRSEJob_initializing_rse;
|
||||
public static String InitRSEJob_job_interrupted;
|
||||
public static String InitRSEJob_joining_job;
|
||||
public static String InitRSEJob_listener_ended_in_error;
|
||||
public static String InitRSEJob_waiting_for_initializer;
|
||||
public static String InitRSEJob_waiting_for_job;
|
||||
|
||||
// SystemRegistry: Loading Profile Warning Messages - See also ISystemMessages
|
||||
public static String MSG_LOADING_PROFILE_WARNING_FILTERPOOL_REFS;
|
||||
public static String MSG_LOADING_PROFILE_WARNING_FILTERPOOL_REF;
|
||||
public static String MSG_LOADING_PROFILE_SHOULDNOTBE_DEACTIVATED; //RSEG1069
|
||||
public static String MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED;
|
||||
public static String MSG_CREATEHOST_EXCEPTION;
|
||||
|
||||
// SystemRegistry: Progress Reporting - See also ISystemMessages
|
||||
|
@ -96,10 +92,6 @@ public class RSECoreMessages extends NLS {
|
|||
|
||||
// Connection doesn't exist
|
||||
public static String MSG_CONNECTION_DELETED;
|
||||
public static String MSG_CONNECTION_DELETED_DETAILS;
|
||||
|
||||
public static String MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED;
|
||||
|
||||
|
||||
private RSECoreMessages() {
|
||||
}
|
||||
|
|
|
@ -54,18 +54,14 @@ RSELocalConnectionInitializer_localConnectionName=Local
|
|||
InitRSEJob_error_creating_mark=IOException creating mark file {0}.
|
||||
InitRSEJob_initializer_ended_in_error=Initializer {0} ended in error.
|
||||
InitRSEJob_initializer_failed_to_load=Failed to load initializer {0}.
|
||||
InitRSEJob_initializer_interrupted=Initializer {0} interrupted.
|
||||
InitRSEJob_initializing_rse=Initializing RSE
|
||||
InitRSEJob_job_interrupted=Job {0} interrupted.
|
||||
InitRSEJob_joining_job=Joining job {0}.
|
||||
InitRSEJob_listener_ended_in_error=Listener ended in error.
|
||||
InitRSEJob_waiting_for_initializer=Waiting for initializer {0} to complete.
|
||||
InitRSEJob_waiting_for_job=Waiting for job {0} to start.
|
||||
|
||||
# SystemRegistry: Loading Profile Warning Messages - See also ISystemMessages
|
||||
MSG_LOADING_PROFILE_WARNING_FILTERPOOL_REFS=RSEG1069: De-Activating profile {0} for which there are subsystems containing references to filter pools:
|
||||
MSG_LOADING_PROFILE_WARNING_FILTERPOOL_REFS=De-Activating profile {0} for which there are subsystems containing references to filter pools:
|
||||
MSG_LOADING_PROFILE_WARNING_FILTERPOOL_REF=\ in connection {1} in profile {2}
|
||||
MSG_LOADING_PROFILE_SHOULDNOTBE_DEACTIVATED=RSEG1069: Warning. Profile ''{0}'' should be active. Active connection ''{1}'' contains a reference to it.
|
||||
MSG_LOADING_PROFILE_SHOULDNOTBE_DEACTIVATED = Warning. Profile ''{0}'' should be active. Active connection ''{1}'' contains a reference to it.
|
||||
MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED = Warning. Profile ''{0}'' should be made active. Active connection ''{1}'' contains a reference to it.
|
||||
MSG_CREATEHOST_EXCEPTION=Exception in createHost for {0}
|
||||
|
||||
# SystemRegistry: Progress Reporting - See also ISystemMessages
|
||||
|
@ -85,12 +81,9 @@ RSESubSystemOperation_Set_property_message = Set property
|
|||
RSESubSystemOperation_Notifying_registry_message = Notifying registry of connection status change...
|
||||
|
||||
|
||||
MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED = Warning. Profile ''{0}'' should be made active. Active connection ''{1}'' contains a reference to it.
|
||||
MSG_LOADING_PROFILE_SHOULDNOTBE_DEACTIVATED = Warning. Profile ''{0}'' should be active. Active connection ''{1}'' contains a reference to it.
|
||||
|
||||
# Connection doesn't exist
|
||||
MSG_CONNECTION_DELETED = Connection named {0} does not exist.
|
||||
MSG_CONNECTION_DELETED_DETAILS =Connection may have been renamed or deleted.
|
||||
|
||||
MSG_OFFLINE_CANT_CONNECT = The connection {0} is currently offline and cannot be connected.
|
||||
MSG_OFFLINE_CANT_CONNECT_DETAILS =You have performed an action which requires a live connection to the remote system. Switch the connection to online and perform the action again. To switch the connection online, right click on the connection {0} and select the Work Offline action.
|
||||
|
|
Loading…
Add table
Reference in a new issue