From def83427eba1db34b197cb2825ee4e8eb9c5f683 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Wed, 19 Mar 2008 16:25:22 +0000 Subject: [PATCH] [223204] [cleanup] fix broken nls strings in files.ui and others --- .../eclipse/rse/internal/shells/ui/ShellResources.java | 8 +------- .../rse/internal/shells/ui/ShellResources.properties | 9 +-------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/ShellResources.java b/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/ShellResources.java index ee2a7cb5a02..f494ac3c1a9 100644 --- a/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/ShellResources.java +++ b/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/ShellResources.java @@ -14,6 +14,7 @@ * Contributors: * David McKnight (IBM) - [216252] [nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI + * David McKnight (IBM) - [223204] [cleanup] fix broken nls strings in files.ui and others *******************************************************************************/ package org.eclipse.rse.internal.shells.ui; @@ -36,8 +37,6 @@ public class ShellResources extends NLS public static String RESID_COMMANDSVIEW_RUN_TOOLTIP; public static String RESID_COMMANDSVIEW_CMDCOMBO_TOOLTIP; public static String RESID_COMMANDSVIEW_SUBSYSCOMBO_TOOLTIP; - public static String RESID_PREF_COMMANDSVIEW_BRINGTOFRONT_LABEL; - public static String RESID_PREF_COMMANDSVIEW_BRINGTOFRONT_TOOLTIP; // UNIVERSAL COMMMANDS VIEW public static String RESID_COMMANDSVIEW_COMMAND_LABEL; @@ -52,7 +51,6 @@ public class ShellResources extends NLS public static String ACTION_RUN_SHELL_TOOLTIP; public static String ACTION_LAUNCH_LABEL; - public static String ACTION_LAUNCH_TOOLTIP; public static String ACTION_SHOW_SHELL_LABEL; public static String ACTION_SHOW_SHELL_TOOLTIP; @@ -69,8 +67,6 @@ public class ShellResources extends NLS public static String ACTION_EXPORT_SHELL_HISTORY_LABEL; public static String ACTION_EXPORT_SHELL_HISTORY_TOOLTIP; - public static String ACTION_OPEN_OUTPUT_LABEL; - public static String ACTION_OPEN_OUTPUT_TOOLTIP; public static String ACTION_OPEN_WITH_LABEL; @@ -93,8 +89,6 @@ public class ShellResources extends NLS // universal commands public static String MSG_UCMD_INVOCATION_EMPTY; - public static String MSG_OPERATION_RUNNING; - public static String MSG_OPERATION_FINISHED; public static String ACTION_CONTENT_ASSIST; diff --git a/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/ShellResources.properties b/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/ShellResources.properties index 6bfd8439609..21918efe7c9 100644 --- a/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/ShellResources.properties +++ b/rse/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/ShellResources.properties @@ -15,6 +15,7 @@ # David McKnight (IBM) - [216252] [nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible # Radoslav Gerganov (ProSyst) - [181563] Fix hardcoded Ctrl+Space for remote shell content assist # Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI +# David McKnight (IBM) - [223204] [cleanup] fix broken nls strings in files.ui and others ############################################################################### # NLS_MESSAGEFORMAT_VAR @@ -37,8 +38,6 @@ RESID_COMMANDSVIEW_RUN_LABEL=Run RESID_COMMANDSVIEW_RUN_TOOLTIP=Run the specified command on the selected subsystem and connection RESID_COMMANDSVIEW_CMDCOMBO_TOOLTIP=Specify the command to run RESID_COMMANDSVIEW_SUBSYSCOMBO_TOOLTIP=Select the subsystem on which to run a command -RESID_PREF_COMMANDSVIEW_BRINGTOFRONT_LABEL=Show Remote Shell view when command is run -RESID_PREF_COMMANDSVIEW_BRINGTOFRONT_TOOLTIP=Force the Remote Shell view to the foreground when a remote system command is run #============================================================= # Remote Shell View @@ -57,7 +56,6 @@ ACTION_RUN_SHELL_LABEL=Launch Shell ACTION_RUN_SHELL_TOOLTIP=Launch a new shell on the selected system ACTION_LAUNCH_LABEL=Launch -ACTION_LAUNCH_TOOLTIP=Launch a new shell on the selected system ACTION_SHOW_SHELL_LABEL=Show in Remote Shell View ACTION_SHOW_SHELL_TOOLTIP=Show the selected shell in the Remote Shell view @@ -74,9 +72,6 @@ ACTION_EXPORT_SHELL_OUTPUT_TOOLTIP=Export the output of the selected shell to a ACTION_EXPORT_SHELL_HISTORY_LABEL=Export Shell History... ACTION_EXPORT_SHELL_HISTORY_TOOLTIP=Export the command history for the selected shell to a file -ACTION_OPEN_OUTPUT_LABEL= Goto -ACTION_OPEN_OUTPUT_TOOLTIP= Open the selected output object in an editor or view - ACTION_OPEN_WITH_LABEL = Open Wit&h #ERROR PROPERTIES @@ -96,7 +91,5 @@ RESID_PROPERTY_SHELL_STATUS_INACTIVE_VALUE=Finished # universal commands MSG_UCMD_INVOCATION_EMPTY = The invocation may not be blank -MSG_OPERATION_RUNNING = {0} - Running -MSG_OPERATION_FINISHED = {0} - Finished ACTION_CONTENT_ASSIST=Content Assist