mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
Bug 142968 - more IBM strings to change
This commit is contained in:
parent
59468c61ba
commit
d3b837471f
3 changed files with 2 additions and 16 deletions
|
@ -216,18 +216,6 @@ public class SystemViewResources extends NLS {
|
|||
public static String RESID_PROPERTY_TEAM_COMPILETYPE_TYPE_VALUE;
|
||||
public static String RESID_PROPERTY_TEAM_COMPILECMD_TYPE_VALUE;
|
||||
|
||||
// Property sheet values: User actions
|
||||
public static String RESID_PROPERTY_ORIGIN_IBM_VALUE;
|
||||
public static String RESID_PROPERTY_ORIGIN_IBMUSER_VALUE;
|
||||
public static String RESID_PROPERTY_ORIGIN_USER_VALUE;
|
||||
public static String RESID_PROPERTY_ORIGIN_ISV_VALUE;
|
||||
public static String RESID_PROPERTY_ORIGIN_ISVUSER_VALUE;
|
||||
public static String RESID_PROPERTY_USERACTION_VENDOR_LABEL;
|
||||
public static String RESID_PROPERTY_USERACTION_VENDOR_TOOLTIP;
|
||||
public static String RESID_PROPERTY_USERACTION_DOMAIN_LABEL;
|
||||
public static String RESID_PROPERTY_USERACTION_DOMAIN_TOOLTIP;
|
||||
public static String RESID_PROPERTY_USERACTION_DOMAIN_ALL_VALUE;
|
||||
|
||||
// Property sheet values: Compile types
|
||||
public static String RESID_PROPERTY_COMPILETYPE_TYPES_LABEL;
|
||||
public static String RESID_PROPERTY_COMPILETYPE_TYPES_DESCRIPTION;
|
||||
|
|
|
@ -151,15 +151,13 @@ of a particular category, via their <samp>subsystemconfigurationCategory&l
|
|||
For example, if listing database resources
|
||||
you might specify a
|
||||
category of "database".
|
||||
IBM-supplied categories include "files", "cmds" and "jobs".
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
<attribute name="systemClass" type="string">
|
||||
<annotation>
|
||||
<documentation>
|
||||
Optional. Only used when naming an IBM-supplied subsystem configuration in the <samp>class</samp> attribute, when you want to subclass or replace the IBM-supplied ISystem object used to manage the live connection with the remote system. Name a class that implements <samp>org.eclipse.rse.core.subsystems.IConnectorService</samp>,
|
||||
or extends the appropriate IBM-supplied class such as <samp>com.ibm.etools.systems.universal.UniversalSystem</samp> for unix, windows and system types.
|
||||
Optional.
|
||||
</documentation>
|
||||
<appInfo>
|
||||
<meta.attribute kind="java" basedOn="org.eclipse.rse.core.subsystems.IConnectorService"/>
|
||||
|
|
|
@ -174,7 +174,7 @@ Contributors:
|
|||
</Message>
|
||||
<Message ID="1040" Indicator="E">
|
||||
<LevelOne>Profile name %1 is reserved</LevelOne>
|
||||
<LevelTwo>The given profile name is reserved by IBM. Specify another name for the profile.</LevelTwo>
|
||||
<LevelTwo>The given profile name is reserved. Specify another name for the profile.</LevelTwo>
|
||||
</Message>
|
||||
<Message ID="1041" Indicator="Q">
|
||||
<LevelOne>Connection of name %1 already exists in profile %2. Continue?</LevelOne>
|
||||
|
|
Loading…
Add table
Reference in a new issue