NLS Translations - with unique IDs
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/messages.properties b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/messages.properties
index cbb834a..8277b0d 100644
--- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/messages.properties
+++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/messages.properties
@@ -10,10 +10,10 @@
 ###############################################################################
 #
 # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/messages.properties,v $
-# $Revision: 1.2 $  $Date: 2004/06/02 19:42:39 $
+# $Revision: 1.3 $  $Date: 2004/06/04 23:56:00 $
 #
 
-INTROSPECT_FAILED_EXC_ = Introspection failed on class "{0}." msg="{1}."
-BeaninfoClassAdapter.ClassNotFound=Class not found
-BeaninfoNature.InvalidProject=Invalid project
-UICreateRegistryJobHandler.StartBeaninfoRegistry=Start Beaninfo registry
+INTROSPECT_FAILED_EXC_                           = IWAV0155E Introspection failed on class "{0}." msg="{1}."
+BeaninfoClassAdapter.ClassNotFound               = Class not found
+BeaninfoNature.InvalidProject                    = Invalid project
+UICreateRegistryJobHandler.StartBeaninfoRegistry = Start Beaninfo registry
diff --git a/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/tree/messages.properties b/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/tree/messages.properties
index 0d778a1..eff0782 100644
--- a/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/tree/messages.properties
+++ b/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/tree/messages.properties
@@ -1,6 +1,6 @@
-ExpressionProcesser.CannotCastXToY_EXC_=Cannot cast "{0}" to be "{1}".
-ExpressionProcesser.InvalidOperandOfPrefixOperator_EXC_={0} not valid as the operand of prefix operator "{1}".
-ExpressionProcesser.InvalidOperandOfOperator_EXC_={0} not valid as the operand of operator "{1}".
-ExpressionProcesser.XIsGreaterThanNumberOfDimensionsInArray_EXC_={0} is greater then number of dimensions ({1}) in the array
-ExpressionProcesser.NotAnArray_EXC_="{0}" is not an array.
-ExpressionProcesser.ArraytypeHasFewerDimensionsThanRequested_EXC_=Arraytype "{0}" has fewer dimensions than creation requested ({1}).
+ExpressionProcesser.CannotCastXToY_EXC_                           = IWAV0156E Cannot cast "{0}" to be "{1}".
+ExpressionProcesser.InvalidOperandOfPrefixOperator_EXC_           = IWAV0157E {0} not valid as the operand of prefix operator "{1}".
+ExpressionProcesser.InvalidOperandOfOperator_EXC_                 = IWAV0158E {0} not valid as the operand of operator "{1}".
+ExpressionProcesser.XIsGreaterThanNumberOfDimensionsInArray_EXC_  = IWAV0159E {0} is greater then number of dimensions ({1}) in the array
+ExpressionProcesser.NotAnArray_EXC_                               = IWAV0160E "{0}" is not an array.
+ExpressionProcesser.ArraytypeHasFewerDimensionsThanRequested_EXC_ = IWAV0161E Arraytype "{0}" has fewer dimensions than creation requested ({1}).
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/messages.properties b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/messages.properties
index 14875e5..85360b3 100644
--- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/messages.properties
+++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/messages.properties
@@ -10,7 +10,7 @@
 ###############################################################################
 #
 # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/messages.properties,v $
-# $Revision: 1.4 $  $Date: 2004/06/04 23:26:02 $
+# $Revision: 1.5 $  $Date: 2004/06/04 23:56:45 $
 #
 
 
@@ -18,29 +18,29 @@
 #
 # Exception Messages. All of these messages are the text of an java exception.
 #
-UnexpectedException_EXC_                 = IWAV0064E Unexpected exception thrown.
+UnexpectedException_EXC_                                    = IWAV0064E Unexpected exception thrown.
 
 # {0} and {1} are java classes (e.g. java.lang.Object)
-ClassCast_EXC_.IncorrectType             = IWAV0065E "{0}" is neither a subclass of, nor does it implement, class "{1}".
+ClassCast_EXC_.IncorrectType                                = IWAV0065E "{0}" is neither a subclass of, nor does it implement, class "{1}".
 
 # Standard Bean Proxy Factory and Standard Bean Type Proxy Factory are terms in beaninfo. They are the 
 # standard (i.e. base) factories for beans or bean types. Bean types are java classes.
-ProxyFactory_EXC_.NoBeanProxyFactory     = IWAV0066E No Standard Bean Proxy Factory has been set.
-ProxyFactory_EXC_.NoBeanTypeProxyFactory = IWAV0067E No Standard Bean Type Proxy Factory has been set.
+ProxyFactory_EXC_.NoBeanProxyFactory                        = IWAV0066E No Standard Bean Proxy Factory has been set.
+ProxyFactory_EXC_.NoBeanTypeProxyFactory                    = IWAV0067E No Standard Bean Type Proxy Factory has been set.
 
 
 # {0} is the title of a project.
-Not_Java_Project_WARN_                   = IWAV0068W Project "{0}" is not a java project.
-No_VM_WARN_                              = IWAV0069W Project "{0}" has no Java JRE defined to use to run programs within this project.
-No_Implementation_WARN_                  = IWAV0070W Cannot find a proxy implementation to use for project "{0}."
+Not_Java_Project_WARN_                                      = IWAV0068W Project "{0}" is not a java project.
+No_VM_WARN_                                                 = IWAV0069W Project "{0}" has no Java JRE defined to use to run programs within this project.
+No_Implementation_WARN_                                     = IWAV0070W Cannot find a proxy implementation to use for project "{0}."
 
-ProxyLaunch = Launching Local Proxy VM
-ProxyWaitForBuild = Waiting for build to complete
-Expression.InInvalidStateDueTo_EXC_=Expression is in invalid state due to "{0}"
-Expression.InInvalidState_EXC_=Expression is in invalid state
-Expression.TypeSentInInvalidOrder_EXC_=Expression type sent in invalid order
-Expression.ArrayTypeNotAnArray_EXC_=ArrayType "{0}" is not an array.
-Expression.CannotHandleNoReceiveOnFieldAccess_EXC_=Currently cannot handle no receiver on field access.
-Expression.MethodsNeedReceiver_EXC_=Currently methods need receiver ({0})
-ProxyPlugin.CleanupDefaultProxyLaunchConfigurations=Clean up default proxy launch configurations.
-ProxyLaunchSupport.RegistryCouldNotStartForSomeReason_WARN_=Registry could not be started for some reason.
+ProxyLaunch                                                 = Launching Local Proxy VM
+ProxyWaitForBuild                                           = Waiting for build to complete
+Expression.InInvalidStateDueTo_EXC_                         = IWAV0162E Expression is in invalid state due to "{0}"
+Expression.InInvalidState_EXC_                              = IWAV0163E Expression is in invalid state
+Expression.TypeSentInInvalidOrder_EXC_                      = IWAV0164E Expression type sent in invalid order
+Expression.ArrayTypeNotAnArray_EXC_                         = IWAV0165E ArrayType "{0}" is not an array.
+Expression.CannotHandleNoReceiveOnFieldAccess_EXC_          = IWAV0166E Currently cannot handle no receiver on field access.
+Expression.MethodsNeedReceiver_EXC_                         = IWAV0167E Currently methods need receiver ({0})
+ProxyPlugin.CleanupDefaultProxyLaunchConfigurations         = Clean up default proxy launch configurations.
+ProxyLaunchSupport.RegistryCouldNotStartForSomeReason_WARN_ = IWAV0168W Registry could not be started for some reason.
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/messages.properties b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/messages.properties
index 7b33743..3b090b5 100644
--- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/messages.properties
+++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/messages.properties
@@ -10,58 +10,58 @@
 ###############################################################################
 #
 # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/messages.properties,v $
-# $Revision: 1.6 $  $Date: 2004/06/04 23:26:02 $
+# $Revision: 1.7 $  $Date: 2004/06/04 23:56:45 $
 #
 
 
 
 # Exception message - {0} is the name of a project within Eclipse.
-NO_OUTPUT_FOLDER_EXC_            = IWAV0071E No output folder for project "{0}."
+NO_OUTPUT_FOLDER_EXC_                                                 = IWAV0071E No output folder for project "{0}."
 
 # These are lines that are placed into a log file listing the outputs from the two different streams.
-VM_TERMINATED_INFO_              = IWAV0072I Remote VM terminated before any commands can be sent. Following are the error and output streams.
-VM_TERMINATED_LINE1              = -- Error Stream --
-VM_TERMINATED_LINE2              = -- Output Stream --
-VM_TERMINATED_LINE3              = -- End of Stream Output --
+VM_TERMINATED_INFO_                                                   = IWAV0072I Remote VM terminated before any commands can be sent. Following are the error and output streams.
+VM_TERMINATED_LINE1                                                   = -- Error Stream --
+VM_TERMINATED_LINE2                                                   = -- Output Stream --
+VM_TERMINATED_LINE3                                                   = -- End of Stream Output --
 
 # These are the headers for two parts of a stack trace of an exception. The first one is the trace from the remote system.
 # The second is the trace from the local system.
-REMOTE_VM_TRACE_INFO_            = IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
-REMOTE_VM_LOCAL_TRACE_INFO_      = IWAV0074I *** Local StackTrace:
+REMOTE_VM_TRACE_INFO_                                                 = IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
+REMOTE_VM_LOCAL_TRACE_INFO_                                           = IWAV0074I *** Local StackTrace:
 
 # In the two below, {0} is a string that is a java creation string, e.g. "new Integer(3)", so they don't participate in translation.
 # In Classcast, {1} is a java type name, e.g. java.lang.Integer.
-Classcast_EXC_                   = IWAV0124E "{0}" does not evaluate to an object of type {1}
-Instantiate_EXC_                 = IWAV0125E "{0}" is too complicated to be evaluated
+Classcast_EXC_                                                        = IWAV0124E "{0}" does not evaluate to an object of type {1}
+Instantiate_EXC_                                                      = IWAV0125E "{0}" is too complicated to be evaluated
 
 # {0} is a number, e.g. 1, 2, ...
-RemoteCmd_EXC_                   = IWAV0126E Remote command error {0}
+RemoteCmd_EXC_                                                        = IWAV0126E Remote command error {0}
 
 # The following is an exception error where {0} is the name of the class of the exception and {1} is the message from the exception
 # The message {1} has already been localized (if it supplied it localized). It comes from somewhere outside of our project.
-ExceptionErrorMsg_EXC_           = IWAV0135E {0}({1})
-OK_7                             = OK
-Proxy_NoVM_ERROR_                = IWAV0136E Could not find an installed VM to launch for \"{0}\".
-Proxy_NoRunner_ERROR_            = IWAV0137E Could not find a Run type runner to launch for \"{0}\".
-Proxy_Error_Title                = Error:
-Proxy_Terminated_too_soon_ERROR_ = IWAV0138E Remote VM terminated too soon. See .log file for trace of output. For VM \"{0}\".
-PRoxy_NoLaunch_ERROR_            = IWAV0139E Could not launch for \"{0}\".
+ExceptionErrorMsg_EXC_                                                = IWAV0135E {0}({1})
+OK_7                                                                  = OK
+Proxy_NoVM_ERROR_                                                     = IWAV0136E Could not find an installed VM to launch for \"{0}\".
+Proxy_NoRunner_ERROR_                                                 = IWAV0137E Could not find a Run type runner to launch for \"{0}\".
+Proxy_Error_Title                                                     = Error:
+Proxy_Terminated_too_soon_ERROR_                                      = IWAV0138E Remote VM terminated too soon. See .log file for trace of output. For VM \"{0}\".
+PRoxy_NoLaunch_ERROR_                                                 = IWAV0139E Could not launch for \"{0}\".
 
 # This is a launch name for a given project name ({0}).
 # WARNING for the ProxyRemoteVMName and ProxyRemoteVMNameWithComment do not use double-quote ("). It will cause problems.
-ProxyRemoteVMName=Project ({0})
+ProxyRemoteVMName                                                     = Project ({0})
 # This is a launch name that has a comment ({0} is project name, {1} is the comment for this project launch)
-ProxyRemoteVMNameWithComment=Project ({0})-{1}
+ProxyRemoteVMNameWithComment                                          = Project ({0})-{1}
 
-ProxyRemoteNoLaunchKey=Cannot launch local proxy registry. Not launched from valid launcher.
+ProxyRemoteNoLaunchKey                                                = Cannot launch local proxy registry. Not launched from valid launcher.
 
 # {0} is the appropriate VMName from the above two entries.
-ProxyRemoteLaunchVM=Launching remote vm "{0}"
+ProxyRemoteLaunchVM                                                   = Launching remote vm "{0}"
 
-CleanupJob.title=Remote VM Cleanup GC'd Proxies Job
+CleanupJob.title                                                      = Remote VM Cleanup GC'd Proxies Job
 
-REMProxyFactoryRegistry.CallbackConnectionNotWorking_EXC_=Callback connection is not working.
-REMProxyFactoryRegistry.ConnectionCreationFailed_INFO_=Connection creation failed.
-REMProxyFactoryRegistry.CouldNotCreateSocketConnectionToRemoteVM_EXC_=Could not create a socket connection to remote vm.
-REMExpression.IOExceptionSeeLog_INFO_=I/O Exception occurred. See .log file for details.
-REMExpression.CommandExceptionSeeLog_INFO_=Command Exception occurred. See .log file for details.
+REMProxyFactoryRegistry.CallbackConnectionNotWorking_EXC_             = IWAV0169E Callback connection is not working.
+REMProxyFactoryRegistry.ConnectionCreationFailed_INFO_                = IWAV0170I Connection creation failed.
+REMProxyFactoryRegistry.CouldNotCreateSocketConnectionToRemoteVM_EXC_ = IWAV0171E Could not create a socket connection to remote vm.
+REMExpression.IOExceptionSeeLog_INFO_                                 = IWAV0172I I/O Exception occurred. See .log file for details.
+REMExpression.CommandExceptionSeeLog_INFO_                            = IWAV0173I Command Exception occurred. See .log file for details.
diff --git a/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/messages.properties b/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/messages.properties
index 1afcda6..a26b894 100644
--- a/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/messages.properties
+++ b/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/messages.properties
@@ -10,14 +10,14 @@
 ###############################################################################
 #
 # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/Attic/messages.properties,v $
-# $Revision: 1.2 $  $Date: 2004/06/04 23:26:20 $
+# $Revision: 1.3 $  $Date: 2004/06/04 23:57:12 $
 #
 
-LocalLaunchProjectTab.name=&Project
-LocalLaunchProjectTab.Project=&Project
-LocalLaunchProjectTab.Browse=&Browse...
-LocalLaunchProjectTab.Project_Selection=Project Selection
-LocalLaunchProjectTab.ChooseProject=Choose a &project to for the launch:
-LocalLaunchProjectTab.ProjectNotExist_ERROR_=Project "{0}" doesn't exist.
-LocalLaunchProjectTab.ProjectNotOpen_ERROR_=Project "{0}" is not open.
-LocalLaunchProjectTab.ProjectValidateError_ERROR_=Project validation error. Msg is "{0}."
+LocalLaunchProjectTab.name                        = &Project
+LocalLaunchProjectTab.Project                     = &Project
+LocalLaunchProjectTab.Browse                      = &Browse...
+LocalLaunchProjectTab.Project_Selection           = Project Selection
+LocalLaunchProjectTab.ChooseProject               = Choose a &project to for the launch:
+LocalLaunchProjectTab.ProjectNotExist_ERROR_      = IWAV0174E Project "{0}" doesn't exist.
+LocalLaunchProjectTab.ProjectNotOpen_ERROR_       = IWAV0175E Project "{0}" is not open.
+LocalLaunchProjectTab.ProjectValidateError_ERROR_ = IWAV0176E Project validation error. Msg is "{0}."
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/messages.properties b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/messages.properties
index 387a330..3215e75 100644
--- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/messages.properties
+++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/messages.properties
@@ -1,4 +1,4 @@
-ParseTreeCreationFromAST.0={0} - {1}
-ParseTreeCreationFromAST.ExpressionTooComplicated_EXC_=Expression "{0}" is too complicated.
-ParseTreeCreationFromAST.CannotProcessAnonymousDeclarations_EXC_=Cannot process anonymous declarations.
-ParseTreeCreationFromAST.OperatorTooComplicatedToHandle_EXC_=Operator "{0}" is too complicated to handle.
+ParseTreeCreationFromAST.0                                       = {0} - {1}
+ParseTreeCreationFromAST.ExpressionTooComplicated_EXC_           = IWAV0177E Expression "{0}" is too complicated.
+ParseTreeCreationFromAST.CannotProcessAnonymousDeclarations_EXC_ = IWAV0178E Cannot process anonymous declarations.
+ParseTreeCreationFromAST.OperatorTooComplicatedToHandle_EXC_     = IWAV0179E Operator "{0}" is too complicated to handle.
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/messages.properties b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/messages.properties
index 94a6041..81be17f 100644
--- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/messages.properties
+++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/messages.properties
@@ -1 +1 @@
-ParseTreeAllocationInstantiationVisitor.CurrentlyThisNotSupported_EXC_=Currently "this" is not supported
+ParseTreeAllocationInstantiationVisitor.CurrentlyThisNotSupported_EXC_ = IWAV0001E Currently "this" is not supported
diff --git a/plugins/org.eclipse.jem/mofjava/javaadapters.properties b/plugins/org.eclipse.jem/mofjava/javaadapters.properties
index a2bfd5f..749b9a9 100644
--- a/plugins/org.eclipse.jem/mofjava/javaadapters.properties
+++ b/plugins/org.eclipse.jem/mofjava/javaadapters.properties
@@ -10,17 +10,17 @@
 ###############################################################################
 #
 # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem/mofjava/javaadapters.properties,v $
-# $Revision: 1.1 $  $Date: 2003/10/27 17:12:30 $
+# $Revision: 1.2 $  $Date: 2004/06/04 23:55:29 $
 #
 
-Failed_reflecting_values_ERROR_=IWAE0001E Failed reflecting values.
-Could_Not_Reflect_Methods_ERROR_=IWAE0002E Could not reflect methods for {0} because one of the methods references a type that could not be loaded.  Exception: {1}
-Could_Not_Reflect_Constructors_ERROR_=IWAE0003E Could not reflect constructors for {0} because one of the methods references a type that could not be loaded.  Exception: {1}
-Could_Not_Reflect_Fields_ERROR_=IWAE0004E Could not reflect fields for {0} because one of the fields is a type that could not be loaded. Exception: {1}
-Error_Looking_Up_Type_ERROR_=IWAE0005E Error looking up type {0}.  Exception: {1}
-Error_Introspecting_Flags_ERROR_=IWAE0006E Error introspecting flags on {0}.  Exception: {1}
-Error_Setting_GenFlag_ERROR_=IWAE0007E Error setting the generated flag on {0}.  Exception: {1}
-Java_Inh_Cycle_ERROR_=IWAE0008E Detected an inheritance cycle when {0} trys to extend {1}.
+Failed_reflecting_values_ERROR_       = IWAV0002E Failed reflecting values.
+Could_Not_Reflect_Methods_ERROR_      = IWAV0003E Could not reflect methods for {0} because one of the methods references a type that could not be loaded.  Exception: {1}
+Could_Not_Reflect_Constructors_ERROR_ = IWAV0142E Could not reflect constructors for {0} because one of the methods references a type that could not be loaded.  Exception: {1}
+Could_Not_Reflect_Fields_ERROR_       = IWAV0143E Could not reflect fields for {0} because one of the fields is a type that could not be loaded. Exception: {1}
+Error_Looking_Up_Type_ERROR_          = IWAV0144E Error looking up type {0}.  Exception: {1}
+Error_Introspecting_Flags_ERROR_      = IWAV0145E Error introspecting flags on {0}.  Exception: {1}
+Error_Setting_GenFlag_ERROR_          = IWAV0153E Error setting the generated flag on {0}.  Exception: {1}
+Java_Inh_Cycle_ERROR_                 = IWAV0154E Detected an inheritance cycle when {0} trys to extend {1}.