mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
[223103] remove duplicate NL strings from useraction plugin
This commit is contained in:
parent
f670a768bf
commit
1e7e7531ad
1 changed files with 1 additions and 26 deletions
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
# Xuan Chen (IBM) - [223103] [cleanup] remove duplicate NL strings for user action plugin
|
||||
###############################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_NONE
|
||||
|
@ -264,7 +265,6 @@ RESID_UDA_TYPE_RMV_BUTTON_TOOLTIP=Remove selected type from the selected list
|
|||
#=============================================================
|
||||
# PROMPT USER-DEFINED-ACTION COMMAND DIALOG...
|
||||
#=============================================================
|
||||
RESID_UDA_PROMPTCMD_TITLE=Prompt User Action Command
|
||||
RESID_UDA_PROMPTCMD_VERBAGE_LABEL=Optionally edit the command for this user action. Press Run to run it.
|
||||
RESID_UDA_PROMPTCMD_PROMPT_LABEL=Command
|
||||
RESID_UDA_PROMPTCMD_PROMPT_TOOLTIP=Command to be run, with substitution variables resolved. Can be edited
|
||||
|
@ -276,7 +276,6 @@ RESID_UDA_PROMPTCMD_CANCELBUTTON_TOOLTIP=Do not run the command
|
|||
#=============================================================
|
||||
# WORK WITH COMPILE COMMANDS DIALOG...
|
||||
#=============================================================
|
||||
RESID_WWCOMPCMDS_TITLE=Work With Compile Commands
|
||||
|
||||
RESID_WWCOMPCMDS_PROFILE_LABEL=Parent profile:
|
||||
RESID_WWCOMPCMDS_PROFILE_TOOLTIP=Select profile whose compile commands you wish to work with
|
||||
|
@ -334,7 +333,6 @@ RESID_WWCOMPCMDS_ACTION_RESTORE_TOOLTIP=Restore to original state as supplied by
|
|||
#=============================================================
|
||||
# PROMPT COMPILE COMMAND DIALOG...
|
||||
#=============================================================
|
||||
RESID_COMPILE_PROMPTCMD_TITLE=Prompt Compile Command
|
||||
RESID_COMPILE_PROMPTCMD_VERBAGE_LABEL=Optionally edit the command before running it. Press Run to run it.
|
||||
|
||||
RESID_COMPILE_PROMPTCMD_PROMPT_LABEL=Compile command
|
||||
|
@ -350,7 +348,6 @@ RESID_COMPILE_PROMPTCMD_CANCELBUTTON_TOOLTIP=Do not run the compile command
|
|||
#=============================================================
|
||||
# PROMPT FOR NEW COMPILE SOURCE TYPE...
|
||||
#=============================================================
|
||||
RESID_COMPILE_NEWSRCTYPE_TITLE=Add Source Type
|
||||
|
||||
RESID_COMPILE_NEWSRCTYPE_VERBAGE_LABEL=Specify a new compilable source type
|
||||
|
||||
|
@ -361,7 +358,6 @@ RESID_COMPILE_NEWSRCTYPE_PROMPT_TOOLTIP=Identify a source type for which compile
|
|||
#=============================================================
|
||||
# PROMPT FOR EDITING COMPILE SOURCE TYPE...
|
||||
#=============================================================
|
||||
RESID_COMPILE_EDITSRCTYPED_TITLE=Edit Source Type
|
||||
|
||||
RESID_COMPILE_EDITSRCTYPE_VERBAGE_LABEL=Change the compilable source type
|
||||
|
||||
|
@ -378,10 +374,6 @@ com.ibm.etools.systems.ui.uda.resourceType = User-defined action
|
|||
#=============================================================
|
||||
# WORK WITH USER-DEFINED (File) Types DIALOG...
|
||||
#=============================================================
|
||||
RESID_WORKWITH_UDT_TITLE=Work With Named Types
|
||||
|
||||
RESID_UDT_TREE_TIP=Existing named types. Press F1 for details.
|
||||
|
||||
RESID_UDT_NAME_LABEL=Name
|
||||
RESID_UDT_NAME_TOOLTIP=Unique name for the named type
|
||||
|
||||
|
@ -394,27 +386,10 @@ RESID_UDT_TYPESLIST_LABEL_TOOLTIP=Select one or more resource types which this n
|
|||
RESID_UDT_DELETE_BUTTON_LABEL=Delete
|
||||
RESID_UDT_DELETE_BUTTON_TOOLTIP=Delete selected type
|
||||
|
||||
RESID_UDT_IBM_VERBAGE=This named type is supplied by IBM and is not editable.
|
||||
|
||||
RESID_UDT_VENDOR_VERBAGE=This named type is supplied by vendor %1 and is not editable.
|
||||
|
||||
|
||||
#=============================================================
|
||||
# UNIVERSAL FILE SUBSYSTEM USER-DEFINED ACTIONS MRI...
|
||||
#=============================================================
|
||||
RESID_UDA_FILES_DOMAIN_FOLDER=Folder
|
||||
RESID_UDA_FILES_DOMAIN_FILE=File
|
||||
RESID_UDA_FILES_DOMAIN_NEWFOLDER=Folder action
|
||||
RESID_UDA_FILES_DOMAIN_NEWFILE=File action
|
||||
RESID_UDA_FILES_NEWNODE_LABEL=New named type...
|
||||
|
||||
|
||||
|
||||
#=============================================================
|
||||
# UNIVERSAL FILE SUBSYSTEM USER-DEFINED TYPES MRI...
|
||||
#=============================================================
|
||||
RESID_UDT_FILES_DOMAIN_NEWFOLDER=Folder type
|
||||
RESID_UDT_FILES_DOMAIN_NEWFILE=File type
|
||||
RESID_UDT_FILES_TYPESGROUP_LABEL=File Types
|
||||
RESID_UDT_FILES_TYPESGROUP_TOOLTIP=Select one or more file types which this named type will represent
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue