mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
Bug 312320 - TVT36:TCT199: Mnemonics on TestConnection context menu are inconsistent with Eclipse Platform
This commit is contained in:
parent
e35382180d
commit
3327a757dd
1 changed files with 11 additions and 11 deletions
|
@ -340,7 +340,7 @@ RESID_SUBSYSTEM_ENVVAR_VALUE_TOOLTIP= Enter a value for the environment variable
|
|||
RESID_SUBSYSTEM_ENVVAR_ADD_TOOLTIP= Add a new environment variable
|
||||
RESID_SUBSYSTEM_ENVVAR_REMOVE_TOOLTIP= Remove the selected environment variable
|
||||
RESID_SUBSYSTEM_ENVVAR_CHANGE_TOOLTIP= Change the selected environment variable
|
||||
RESID_SUBSYSTEM_ENVVAR_MOVEUP_LABEL= Move Up
|
||||
RESID_SUBSYSTEM_ENVVAR_MOVEUP_LABEL= Move &Up
|
||||
RESID_SUBSYSTEM_ENVVAR_MOVEUP_TOOLTIP= Move the selected environment variable(s) up in the list
|
||||
RESID_SUBSYSTEM_ENVVAR_MOVEDOWN_LABEL= Move Down
|
||||
RESID_SUBSYSTEM_ENVVAR_MOVEDOWN_TOOLTIP= Move the selected environment variable(s) down in the list
|
||||
|
@ -608,7 +608,7 @@ ACTION_CASCADING_NEW_TOOLTIP=Create a new resource
|
|||
ACTION_CASCADING_GOTO_LABEL=Go To
|
||||
ACTION_CASCADING_GOTO_TOOLTIP=Replace view with previous contents
|
||||
|
||||
ACTION_CASCADING_GOINTO_LABEL=Go Into
|
||||
ACTION_CASCADING_GOINTO_LABEL=Go &Into
|
||||
ACTION_CASCADING_GOINTO_TOOLTIP=Replace view with children of selected resource. Use Go To to return
|
||||
|
||||
ACTION_CASCADING_OPEN_LABEL=Open
|
||||
|
@ -749,7 +749,7 @@ ACTION_CLEAR_ALL_TOOLTIP=Remove all items from the view
|
|||
ACTION_CLEAR_SELECTED_LABEL=Remove Selected From View
|
||||
ACTION_CLEAR_SELECTED_TOOLTIP=Remove the selection from the view
|
||||
|
||||
ACTION_MOVEUP_LABEL=Move Up
|
||||
ACTION_MOVEUP_LABEL=Move &Up
|
||||
ACTION_MOVEUP_TOOLTIP=Move selected resources up by one
|
||||
|
||||
ACTION_MOVEDOWN_LABEL=Move Down
|
||||
|
@ -786,7 +786,7 @@ ACTION_HISTORY_DELETE_TOOLTIP=Remove this item from the history
|
|||
ACTION_HISTORY_CLEAR_LABEL=Clear
|
||||
ACTION_HISTORY_CLEAR_TOOLTIP=Clear all items in this widget's history
|
||||
|
||||
ACTION_HISTORY_MOVEUP_LABEL=Move Up
|
||||
ACTION_HISTORY_MOVEUP_LABEL=Move &Up
|
||||
ACTION_HISTORY_MOVEUP_TOOLTIP=Move selected item up in history
|
||||
|
||||
ACTION_HISTORY_MOVEDOWN_LABEL=Move Down
|
||||
|
@ -822,25 +822,25 @@ ACTION_COPY_FILTER_TOOLTIP=Copy selected filter to same or different filter pool
|
|||
ACTION_COPY_FILTERSTRING_LABEL=Copy
|
||||
ACTION_COPY_FILTERSTRING_TOOLTIP=Copy selected filter string to same or different filter
|
||||
|
||||
ACTION_MOVE_LABEL=Move...
|
||||
ACTION_MOVE_LABEL=Mo&ve...
|
||||
ACTION_MOVE_TOOLTIP=Move selected resources to a different parent
|
||||
|
||||
ACTION_MOVE_CONNECTION_LABEL=Move...
|
||||
ACTION_MOVE_CONNECTION_LABEL=Mo&ve...
|
||||
ACTION_MOVE_CONNECTION_TOOLTIP=Move selected connection to a different profile
|
||||
|
||||
ACTION_MOVE_FILTERPOOL_LABEL=Move...
|
||||
ACTION_MOVE_FILTERPOOL_LABEL=Mo&ve...
|
||||
ACTION_MOVE_FILTERPOOL_TOOLTIP=Move selected filter pool to a different profile
|
||||
|
||||
ACTION_MOVE_FILTER_LABEL=Move...
|
||||
ACTION_MOVE_FILTER_LABEL=Mo&ve...
|
||||
ACTION_MOVE_FILTER_TOOLTIP=Move selected filter to a different filter pool
|
||||
|
||||
ACTION_MOVE_FILTERSTRING_LABEL=Move...
|
||||
ACTION_MOVE_FILTERSTRING_LABEL=Mo&ve...
|
||||
ACTION_MOVE_FILTERSTRING_TOOLTIP=Move selected filter string to a different filter
|
||||
|
||||
ACTION_TABLE_LABEL=Show in Table
|
||||
ACTION_TABLE_TOOLTIP=Display the contents of this resource in a table
|
||||
|
||||
ACTION_MONITOR_LABEL=Monitor
|
||||
ACTION_MONITOR_LABEL=Moni&tor
|
||||
ACTION_MONITOR_TOOLTIP=Display the contents of this resource in a monitoring table
|
||||
|
||||
ACTION_SEARCH_LABEL=Search...
|
||||
|
@ -1030,7 +1030,7 @@ RESID_TABLE_SELECT_COLUMNS_ADD_TOOLTIP=Add the selected properties to be display
|
|||
RESID_TABLE_SELECT_COLUMNS_REMOVE_LABEL= <Remove
|
||||
RESID_TABLE_SELECT_COLUMNS_REMOVE_TOOLTIP=Remove the selected column from the table display
|
||||
|
||||
RESID_TABLE_SELECT_COLUMNS_UP_LABEL=Move Up
|
||||
RESID_TABLE_SELECT_COLUMNS_UP_LABEL=Move &Up
|
||||
RESID_TABLE_SELECT_COLUMNS_UP_TOOLTIP=Move the selected column to the left in the table
|
||||
|
||||
RESID_TABLE_SELECT_COLUMNS_DOWN_LABEL=Move Down
|
||||
|
|
Loading…
Add table
Reference in a new issue