diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/RSECoreRegistry.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/RSECoreRegistry.java index d0d59e0c73c..8e8d9be80f7 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/RSECoreRegistry.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/RSECoreRegistry.java @@ -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 { diff --git a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties index a837e629757..052f26afaa5 100644 --- a/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties +++ b/rse/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/FileResources.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/SystemProcessesResources.properties b/rse/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/SystemProcessesResources.properties index 87a9785a32e..ec3195932f0 100644 --- a/rse/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/SystemProcessesResources.properties +++ b/rse/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/SystemProcessesResources.properties @@ -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 diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemFileResources.properties b/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemFileResources.properties index 56b06910c54..3f755fa1be8 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemFileResources.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemFileResources.properties @@ -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. diff --git a/rse/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/internal/ui/subsystems/SubSystemResources.properties b/rse/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/internal/ui/subsystems/SubSystemResources.properties index 436ebcfab8c..09a62a9f349 100644 --- a/rse/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/internal/ui/subsystems/SubSystemResources.properties +++ b/rse/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/internal/ui/subsystems/SubSystemResources.properties @@ -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}'' diff --git a/rse/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsResources.properties b/rse/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsResources.properties index 45bcb5a95a6..ac0f5c5b7ab 100644 --- a/rse/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsResources.properties +++ b/rse/plugins/org.eclipse.rse.useractions/src/org/eclipse/rse/internal/useractions/UserActionsResources.properties @@ -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