mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 16:05:25 +02:00
[223204] [cleanup] fix broken nls strings in files.ui and others
This commit is contained in:
parent
359909509c
commit
def83427eb
2 changed files with 2 additions and 15 deletions
|
@ -14,6 +14,7 @@
|
||||||
* Contributors:
|
* 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
|
* 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
|
* 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;
|
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_RUN_TOOLTIP;
|
||||||
public static String RESID_COMMANDSVIEW_CMDCOMBO_TOOLTIP;
|
public static String RESID_COMMANDSVIEW_CMDCOMBO_TOOLTIP;
|
||||||
public static String RESID_COMMANDSVIEW_SUBSYSCOMBO_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
|
// UNIVERSAL COMMMANDS VIEW
|
||||||
public static String RESID_COMMANDSVIEW_COMMAND_LABEL;
|
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_RUN_SHELL_TOOLTIP;
|
||||||
|
|
||||||
public static String ACTION_LAUNCH_LABEL;
|
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_LABEL;
|
||||||
public static String ACTION_SHOW_SHELL_TOOLTIP;
|
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_LABEL;
|
||||||
public static String ACTION_EXPORT_SHELL_HISTORY_TOOLTIP;
|
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;
|
public static String ACTION_OPEN_WITH_LABEL;
|
||||||
|
|
||||||
|
@ -93,8 +89,6 @@ public class ShellResources extends NLS
|
||||||
// universal commands
|
// universal commands
|
||||||
public static String MSG_UCMD_INVOCATION_EMPTY;
|
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;
|
public static String ACTION_CONTENT_ASSIST;
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 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
|
# 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
|
# 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
|
# 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_RUN_TOOLTIP=Run the specified command on the selected subsystem and connection
|
||||||
RESID_COMMANDSVIEW_CMDCOMBO_TOOLTIP=Specify the command to run
|
RESID_COMMANDSVIEW_CMDCOMBO_TOOLTIP=Specify the command to run
|
||||||
RESID_COMMANDSVIEW_SUBSYSCOMBO_TOOLTIP=Select the subsystem on which to run a command
|
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
|
# 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_RUN_SHELL_TOOLTIP=Launch a new shell on the selected system
|
||||||
|
|
||||||
ACTION_LAUNCH_LABEL=Launch
|
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_LABEL=Show in Remote Shell View
|
||||||
ACTION_SHOW_SHELL_TOOLTIP=Show the selected shell in the 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_LABEL=Export Shell History...
|
||||||
ACTION_EXPORT_SHELL_HISTORY_TOOLTIP=Export the command history for the selected shell to a file
|
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
|
ACTION_OPEN_WITH_LABEL = Open Wit&h
|
||||||
|
|
||||||
#ERROR PROPERTIES
|
#ERROR PROPERTIES
|
||||||
|
@ -96,7 +91,5 @@ RESID_PROPERTY_SHELL_STATUS_INACTIVE_VALUE=Finished
|
||||||
# universal commands
|
# universal commands
|
||||||
MSG_UCMD_INVOCATION_EMPTY = The invocation may not be blank
|
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
|
ACTION_CONTENT_ASSIST=Content Assist
|
||||||
|
|
Loading…
Add table
Reference in a new issue