1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-17 05:55:22 +02:00

Bug 142968 - more IBM strings to change

This commit is contained in:
David McKnight 2006-08-02 14:53:24 +00:00
parent 59468c61ba
commit d3b837471f
3 changed files with 2 additions and 16 deletions

View file

@ -216,18 +216,6 @@ public class SystemViewResources extends NLS {
public static String RESID_PROPERTY_TEAM_COMPILETYPE_TYPE_VALUE; public static String RESID_PROPERTY_TEAM_COMPILETYPE_TYPE_VALUE;
public static String RESID_PROPERTY_TEAM_COMPILECMD_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 // Property sheet values: Compile types
public static String RESID_PROPERTY_COMPILETYPE_TYPES_LABEL; public static String RESID_PROPERTY_COMPILETYPE_TYPES_LABEL;
public static String RESID_PROPERTY_COMPILETYPE_TYPES_DESCRIPTION; public static String RESID_PROPERTY_COMPILETYPE_TYPES_DESCRIPTION;

View file

@ -151,15 +151,13 @@ of a particular category, via their <samp>subsystemconfigurationCategory&l
For example, if listing database resources For example, if listing database resources
you might specify a you might specify a
category of "database". category of "database".
IBM-supplied categories include "files", "cmds" and "jobs".
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="systemClass" type="string"> <attribute name="systemClass" type="string">
<annotation> <annotation>
<documentation> <documentation>
Optional. Only used when naming an IBM-supplied subsystem configuration in the &lt;samp&gt;class&lt;/samp&gt; 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 &lt;samp&gt;org.eclipse.rse.core.subsystems.IConnectorService&lt;/samp&gt;, Optional.
or extends the appropriate IBM-supplied class such as &lt;samp&gt;com.ibm.etools.systems.universal.UniversalSystem&lt;/samp&gt; for unix, windows and system types.
</documentation> </documentation>
<appInfo> <appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.rse.core.subsystems.IConnectorService"/> <meta.attribute kind="java" basedOn="org.eclipse.rse.core.subsystems.IConnectorService"/>

View file

@ -174,7 +174,7 @@ Contributors:
</Message> </Message>
<Message ID="1040" Indicator="E"> <Message ID="1040" Indicator="E">
<LevelOne>Profile name %1 is reserved</LevelOne> <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>
<Message ID="1041" Indicator="Q"> <Message ID="1041" Indicator="Q">
<LevelOne>Connection of name %1 already exists in profile %2. Continue?</LevelOne> <LevelOne>Connection of name %1 already exists in profile %2. Continue?</LevelOne>