mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
[216252] Fix PII errors after moving from SystemMessages substitution to MessageFormat substitution scheme
This commit is contained in:
parent
622ba5c5b6
commit
ce37d5e302
6 changed files with 20 additions and 20 deletions
|
@ -157,7 +157,7 @@ public class RSECoreRegistry implements IRSECoreRegistry {
|
|||
accessedSystemTypeCache.put(type.getId(), type);
|
||||
accessedSystemTypeCache.put(type.getName(), type);
|
||||
|
||||
String message = "Successfully registered RSE system type '{0}' (id = '{1}')."; //$NON-NLS-1$
|
||||
String message = "Successfully registered RSE system type ''{0}'' (id = ''{1}'')."; //$NON-NLS-1$
|
||||
message = NLS.bind(message, type.getLabel(), type.getId());
|
||||
RSECorePlugin.getDefault().getLogger().logInfo(message);
|
||||
} else {
|
||||
|
@ -188,7 +188,7 @@ public class RSECoreRegistry implements IRSECoreRegistry {
|
|||
accessedSystemTypeCache.put(type.getId(), type);
|
||||
accessedSystemTypeCache.put(type.getName(), type);
|
||||
|
||||
String message = "Successfully registered RSE system type '{0}' (id = '{1}')."; //$NON-NLS-1$
|
||||
String message = "Successfully registered RSE system type ''{0}'' (id = ''{1}'')."; //$NON-NLS-1$
|
||||
message = NLS.bind(message, type.getLabel(), type.getId() );
|
||||
RSECorePlugin.getDefault().getLogger().logInfo(message);
|
||||
} else {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
# David Dykstal (IBM) - 176488: adding some text for the cache limit checkbox
|
||||
# David McKnight(IBM) - [210142] for accessibility need transfer mode toggle button
|
||||
# David McKnight(IBM) - [209593] [api] add support for "file permissions" and "owner" properties for unix files
|
||||
# David McKnight (IBM)- [216252] [nls] Resource s specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
|
||||
# David McKnight (IBM)- [216252] [nls] Resources specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
|
||||
###############################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
|
@ -378,11 +378,11 @@ FILEMSG_IO_ERROR_DETAILS=Message reported from file system: {0}
|
|||
FILEMSG_FOLDER_NOTEMPTY=Folder is not empty. Cannot delete
|
||||
FILEMSG_FOLDER_NOTEMPTY_DETAILS=The operation failed. One possible reason is that the folder is not empty
|
||||
|
||||
FILEMSG_FOLDER_NOTFOUND=Folder '{0}' not found
|
||||
FILEMSG_FOLDER_NOTFOUND=Folder ''{0}'' not found
|
||||
|
||||
FILEMSG_FOLDER_NOTFOUND_WANTTOCREATE=Folder '{0}' not found. Would you like to create it?
|
||||
FILEMSG_FOLDER_NOTFOUND_WANTTOCREATE=Folder ''{0}'' not found. Would you like to create it?
|
||||
FILEMSG_FOLDER_NOTFOUND_WANTTOCREATE_DETAILS=The folder you specified does not exist. Select Yes to create it, No to cancel the operation
|
||||
FILEMSG_FILE_NOTFOUND=File '{0}' not found
|
||||
FILEMSG_FILE_NOTFOUND=File ''{0}'' not found
|
||||
|
||||
# PATH VALIDATION
|
||||
MSG_VALIDATE_PATH_EMPTY=Enter path
|
||||
|
@ -394,7 +394,7 @@ MSG_VALIDATE_PATH_NOTVALID_DETAILS=The syntax of the path you specified is not v
|
|||
|
||||
# Universal File Messages
|
||||
FILEMSG_VALIDATE_FILEFILTERSTRING_EMPTY=Enter file name pattern
|
||||
FILEMSG_VALIDATE_FILEFILTERSTRING_NOTUNIQUE=Filter string '{0}' already exists in this filter
|
||||
FILEMSG_VALIDATE_FILEFILTERSTRING_NOTUNIQUE=Filter string ''{0}'' already exists in this filter
|
||||
FILEMSG_VALIDATE_FILEFILTERSTRING_NOTVALID =Filter string name pattern not valid
|
||||
FILEMSG_VALIDATE_FILEFILTERSTRING_NOINCLUDES =You must include files or folders or both
|
||||
|
||||
|
@ -474,7 +474,7 @@ MSG_CACHE_UNABLE_TO_SYNCH = Unable to synchronize cache changes to host. Operati
|
|||
MSG_REMOTE_SEARCH_INVALID_REGEX = Regular expression is not valid.
|
||||
MSG_REMOTE_SEARCH_INVALID_REGEX_DETAILS=The value {0} you entered is not a valid regular expression.
|
||||
|
||||
MSG_COPY_PROGRESS = Copying '{0}' to '{1}'
|
||||
MSG_COPY_PROGRESS = Copying ''{0}'' to ''{1}''
|
||||
|
||||
MSG_EXPAND_FAILED = Expand failed. Try again
|
||||
MSG_EXPAND_CANCELED = Expand canceled. Try again
|
||||
|
|
|
@ -82,9 +82,9 @@ RESID_REMOTE_PROCESSES_EXECUTABLE_LABEL=Executable
|
|||
RESID_REMOTE_PROCESSES_EXECUTABLE_TOOLTIP=Name of executable
|
||||
|
||||
# generic messages
|
||||
MSG_OPERATION_FAILED = Operation failed with exception '{0}'
|
||||
MSG_OPERATION_FAILED = Operation failed with exception ''{0}''
|
||||
MSG_OPERATION_CANCELED = Operation canceled.
|
||||
MSG_EXPAND_FAILED = Expand failed. Try again
|
||||
|
||||
MSG_VALIDATE_FILEFILTERSTRING_NOTUNIQUE= Filter string '{0}' already exists in this filter
|
||||
MSG_VALIDATE_FILEFILTERSTRING_NOTUNIQUE= Filter string ''{0}'' already exists in this filter
|
||||
|
||||
|
|
|
@ -217,7 +217,7 @@ RESID_JOB_DECORATEFILES_NAME=Decorate Files
|
|||
|
||||
|
||||
FILEMSG_VALIDATE_FILEFILTERSTRING_EMPTY = Enter file name pattern
|
||||
FILEMSG_VALIDATE_FILEFILTERSTRING_NOTUNIQUE= Filter string '{0}' already exists in this filter
|
||||
FILEMSG_VALIDATE_FILEFILTERSTRING_NOTUNIQUE= Filter string ''{0}'' already exists in this filter
|
||||
FILEMSG_VALIDATE_FILEFILTERSTRING_NOTVALID = Filter string name pattern not valid
|
||||
FILEMSG_VALIDATE_FILEFILTERSTRING_NOINCLUDES = You must include files or folders or both
|
||||
|
||||
|
@ -233,10 +233,10 @@ MSG_OPERATION_CANCELED = Operation canceled.
|
|||
FILEMSG_FOLDER_NOTEMPTY = Folder is not empty. Cannot delete
|
||||
FILEMSG_FOLDER_NOTEMPTY_DETAILS =The operation failed. One possible reason is that the folder is not empty
|
||||
|
||||
FILEMSG_FOLDER_NOTFOUND = Folder '{0}' not found
|
||||
FILEMSG_FOLDER_NOTFOUND_WANTTOCREATE = Folder '{0}' not found. Would you like to create it?
|
||||
FILEMSG_FOLDER_NOTFOUND = Folder ''{0}'' not found
|
||||
FILEMSG_FOLDER_NOTFOUND_WANTTOCREATE = Folder ''{0}'' not found. Would you like to create it?
|
||||
FILEMSG_FOLDER_NOTFOUND_WANTTOCREATE_DETAILS = The folder you specified does not exist. Select Yes to create it, No to cancel the operation
|
||||
FILEMSG_FILE_NOTFOUND = File '{0}' not found
|
||||
FILEMSG_FILE_NOTFOUND = File ''{0}'' not found
|
||||
|
||||
|
||||
MSG_ERROR_UNEXPECTED = An unexpected error occurred.
|
||||
|
|
|
@ -27,11 +27,11 @@ MSG_DISCONNECTWITHPORT_PROGRESS = Disconnecting from {0} at port {1}
|
|||
MSG_DISCONNECT_FAILED = Disconnect from {0} failed with exception
|
||||
MSG_DISCONNECT_CANCELED = Disconnect from {0} was canceled
|
||||
|
||||
MSG_OPERATION_FAILED = Operation failed with exception '{0}'
|
||||
MSG_OPERATION_FAILED = Operation failed with exception ''{0}''
|
||||
MSG_OPERATION_CANCELED = Operation canceled.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
@ -49,5 +49,5 @@ MSG_SET_PROGRESS = Setting {0}
|
|||
MSG_SET_PROPERTIES_PROGRESS = Setting properties
|
||||
|
||||
MSG_RUN_PROGRESS = Running {0}
|
||||
MSG_COPY_PROGRESS = Copying '{0}' to '{1}'
|
||||
MSG_COPY_PROGRESS = Copying ''{0}'' to ''{1}''
|
||||
|
||||
|
|
|
@ -145,8 +145,8 @@ MSG_VALIDATE_COMPILESTRING_NOTVALID_DETAILS = The given string is not a valid co
|
|||
|
||||
MSG_UDA_LOAD_ERROR = Error occurred while loading the user-defined action information from file: {0}
|
||||
|
||||
MSG_UDA_ROOTTAG_ERROR = The xml file '{0}' appears to be corrupted. It has been replaced
|
||||
MSG_UDA_ROOTTAG_ERROR_DETAILS=Expected root tag to be named '{0}'. The corrupted file has been renamed to '{1}' and a new file created for you
|
||||
MSG_UDA_ROOTTAG_ERROR = The xml file ''{0}'' appears to be corrupted. It has been replaced
|
||||
MSG_UDA_ROOTTAG_ERROR_DETAILS=Expected root tag to be named ''{0}''. The corrupted file has been renamed to '{1}' and a new file created for you
|
||||
|
||||
MSG_CONFIRM_DELETE_USERACTION = Delete selected user actions?
|
||||
MSG_CONFIRM_DELETE_USERACTION_DETAILS=This is a permanent deletion of the selected actions and cannot be undone.Select Yes to delete and No to cancel the delete action
|
||||
|
|
Loading…
Add table
Reference in a new issue