| author | Rainer Pielmann | 2012-02-07 08:33:52 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-24 04:32:31 (EDT) |
| commit | d7ab0519c9e59fd61c42943736c5add594df5285 (patch) (side-by-side diff) | |
| tree | 7daa082815a097551e56b94b59b3b946305a7bdb | |
| parent | ce9f55a826c82690e6ce573773518a8b5ae136e1 (diff) | |
| download | org.eclipse.stardust.ide-d7ab0519c9e59fd61c42943736c5add594df5285.zip org.eclipse.stardust.ide-d7ab0519c9e59fd61c42943736c5add594df5285.tar.gz org.eclipse.stardust.ide-d7ab0519c9e59fd61c42943736c5add594df5285.tar.bz2 | |
Jira-ID: CRNT-22383 Merge changes done on b_dev_6_0_x after 6.0.2.GA (6.0.2.2-r49368) through 6.0.3.GA (6.0.3.6-r50668) and beyond (6.0.x HEAD) to 7.0 (trunk) - moonglow / simulation / tate / tds (org.eclipse.stardust.modeling.debug - fixes messages files)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@53466 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/Debug_Messages.java | 2 | ||||
| -rw-r--r-- | modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/debug-messages.properties (renamed from modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/debug_messages.properties) | 160 |
2 files changed, 76 insertions, 86 deletions
diff --git a/modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/Debug_Messages.java b/modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/Debug_Messages.java index 49b51b9..d077e13 100644 --- a/modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/Debug_Messages.java +++ b/modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/Debug_Messages.java @@ -14,7 +14,7 @@ import org.eclipse.osgi.util.NLS; public class Debug_Messages extends NLS { - private static final String BUNDLE_NAME = "org.eclipse.stardust.modeling.debug.debug_messages"; //$NON-NLS-1$ + private static final String BUNDLE_NAME = "org.eclipse.stardust.modeling.debug.debug-messages"; //$NON-NLS-1$ private Debug_Messages() {} diff --git a/modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/debug_messages.properties b/modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/debug-messages.properties index 5117d5c..36d15dd 100644 --- a/modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/debug_messages.properties +++ b/modeling/org.eclipse.stardust.modeling.debug/src/org/eclipse/stardust/modeling/debug/debug-messages.properties @@ -1,85 +1,75 @@ -############################################################################### -# Copyright (c) 2011 SunGard CSA LLC and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# SunGard CSA LLC - initial API and implementation and/or initial documentation -############################################################################### -MSG_COND_isNoArrayType={0} is no array type. -MSG_ProjectDoesNotExist=Project {0} does not exist. -MSG_ProcessDefIdEmpty=Process Definition ID is not allowed to be empty. -MSG_ProcessOID=Process instance OID: {0} -TESTCHANGEKEY=Select Project -MSG_TransitionTokenDigest_ToString=Transition Token (OID: {0} Transition-ID: {1}) -MSG_ActivityInstanceCannotBeResumedFromWorklist=Activity instance {0} cannot be resumed from worklist, because there is no associated workflow thread found. -MSG_ModelFileDoesNotExist=Model file {0} does not exist. -MSG_SelectWorkflowModelInProject=Select workflow model in project {0} -MSG_ProcessDefinitionUnspecified=Process definition unspecified. -EXP_CannotFindEditorForModelNamespace=Could not find editor for model with namespace ''{0}''. -EXP_VariableDoesNotExist=Variable '{0}' does not exist. -EXP_BundleDoesNotContain=Bundle {0} does not contain any of [{1}]. -MSG_ModelFileNeedsToBeLoaded=Model file {0} needs to be loaded. -MSG_NoSymbolFoundForActivity=No activity symbol found for: {0}. -MSG_ProcessDefWithIdNotFound=Process definition with id {0} cannot be found. -MSG_RemoveAnnotations=To Remove Annotations -EXP_ErrorOccuredWhileLoadingModelFile=An error occurred while loading a model file: {0}. -EXP_ErrorWhileExtendingBootpath=Error while extending bootpath. -EXP_FailedLoadingModel=Failed loading model -EXP_ErrorLoadingNetwork=Error loading the network. -TITLE_CarnotWorkflowModel= Infinity Workflow Model -TITLE_CARNOTWorklist=Infinity Worklist -TXT_ProjectHasToBeSpecified=Project has to be specified. -TXT_ModelFileHasToBeSpecified=Model file has to be specified. -MSG_SelectProcessDefinitionFromModelFile=Select process definition from model file {0} -LABEL_JOB_ChangeMode=Change Mode -LB_Project=&Project: -LB_Browse=&Browse... -LB_Model=&Model: -LB_ProcessDefinition=&Process definition: -ERR_SpecifyProject=Specify a project. -ERR_SpecifiedProjectDoesNotExist=Specified project does not exist. -ERR_SpecifyModelFile=Specify a model file. -ERR_SpecifiedModelFileDoesNotExist=Specified model file does not exist in project. -ERR_SpecifyProcessDefinitionID=Specify a process definition ID. -EXP_BundleHasNotBeenLoadedYet=Bundle {0} has not been loaded yet. -CWM_DEBUG_NAME_CARNOTWorkflowDebugger= Infinity Workflow Debugger -CWMThread_MSG_CreateNewWorkflowThread=Create new workflow thread: {0} (handling Java thread: {1}) -CWM_DEBUG_MSG_CurrentActivityInstanceDigest=Current ActivityInstanceDigest: {0} -CWM_DEBUG_MSG_ResumeJavaThread=Resume JavaThread: {0} -CWM_DEBUG_MSG_Performed=Performed {0}. -CWM_DEBUG_MSG_Started=Started {0}. -CWM_DEBUG_MSG_Completed=Completed {0}. -CWMThread_MSG_Activity=Activity: {0} [Process: {1}] -CWMStack_MSG_ActivityInstanceOID=Activity instance OID: {0} [Activity: {1} [Process: {2}]] -CWMStack_ActivityInstanceUnknown=Activity instance unknown. -CWMThread_MSG_NoCurrentActivity=CWMThread: No current activity instance... (handling Thread [{0}]) -CWMThread_MSG_RootProcessInstance=Completed root process: {0} -CWMThread_MSG_NoRootProcessInstance=CWMThread: No root process instance... (handling Thread [{0}]) -CWMThread_MSG_SetCurrentActivityInstance=setCurrentActivityInstance: {0} in workflow thread {1} -ASSERT_ValueCarrierMayNotBeNull=valueCarrier may not be null\! -BTN_AddToElement=Add to "{0}" -BTN_Delete=Delete -BUTTON_ClearContent=Clear content. -TOOLTIP_ClearContent=Clear content. -BUTTON_ClearEmptyPerformers=Clear empty performers. -TOOLTIP_ClearEmptyPerformers=Clear empty performers. -BUTTON_ActivateFromWorklist=Activate -DSCR_InfinityDebugLibrary=Infinity Debug Library -TOOLTIP_ActivateFromWorklist=Activate activity instance -WorklistContentFormat={0} -LaunchAction_Name=Debug -LaunchAction_ToolTip=Debug this Process Definition -LaunchDelegate_WARNING=Warning -LaunchDelegate_ModelInconsistencies=Inconsistencies -LaunchDelegate_MSG_SuggestAnalystSession=The model has technical inconsistencies which may prevent it from being debugged in Developer mode. Do you want to start a debug session in Analyst mode? -LaunchDelegate_MSG_InconsistentModel=The model has inconsistencies which might prevent it from being debugged. Do you want to continue anyways? -LaunchDelegate_MSG_IncompatibleSessions=The process debugger cannot be started in {0} mode\nwhile there are still active sessions in {1} mode. -LaunchDelegate_ERROR=Error -LaunchDelegate_CanNotLaunch=Launching Problem -LaunchDelegate_MODE_Analyst=Analyst -LaunchDelegate_MODE_Developer=Developer -LaunchDelegate_MSG_OneSessionPerEditor=The process editor already has an active debug session. -MSG_SelectType=Select a structured type on the left.
\ No newline at end of file +MSG_COND_isNoArrayType={0} is no array type.
+MSG_ProjectDoesNotExist=Project {0} does not exist.
+MSG_ProcessDefIdEmpty=Process Definition ID is not allowed to be empty.
+MSG_ProcessOID=Process instance OID: {0}
+TESTCHANGEKEY=Select Project
+MSG_TransitionTokenDigest_ToString=Transition Token (OID: {0} Transition-ID: {1})
+MSG_ActivityInstanceCannotBeResumedFromWorklist=Activity instance {0} cannot be resumed from worklist, because there is no associated workflow thread found.
+MSG_ModelFileDoesNotExist=Model file {0} does not exist.
+MSG_SelectWorkflowModelInProject=Select workflow model in project {0}
+MSG_ProcessDefinitionUnspecified=Process definition unspecified.
+EXP_CannotFindEditorForModelNamespace=Could not find editor for model with namespace ''{0}''.
+EXP_VariableDoesNotExist=Variable '{0}' does not exist.
+EXP_BundleDoesNotContain=Bundle {0} does not contain any of [{1}].
+MSG_ModelFileNeedsToBeLoaded=Model file {0} needs to be loaded.
+MSG_NoSymbolFoundForActivity=No activity symbol found for: {0}.
+MSG_ProcessDefWithIdNotFound=Process definition with id {0} cannot be found.
+MSG_RemoveAnnotations=To Remove Annotations
+EXP_ErrorOccuredWhileLoadingModelFile=An error occurred while loading a model file: {0}.
+EXP_ErrorWhileExtendingBootpath=Error while extending bootpath.
+EXP_FailedLoadingModel=Failed loading model
+EXP_ErrorLoadingNetwork=Error loading the network.
+TITLE_CarnotWorkflowModel= Infinity Workflow Model
+TITLE_CARNOTWorklist=Infinity Worklist
+TXT_ProjectHasToBeSpecified=Project has to be specified.
+TXT_ModelFileHasToBeSpecified=Model file has to be specified.
+MSG_SelectProcessDefinitionFromModelFile=Select process definition from model file {0}
+LABEL_JOB_ChangeMode=Change Mode
+LB_Project=&Project:
+LB_Browse=&Browse...
+LB_Model=&Model:
+LB_ProcessDefinition=&Process definition:
+ERR_SpecifyProject=Specify a project.
+ERR_SpecifiedProjectDoesNotExist=Specified project does not exist.
+ERR_SpecifyModelFile=Specify a model file.
+ERR_SpecifiedModelFileDoesNotExist=Specified model file does not exist in project.
+ERR_SpecifyProcessDefinitionID=Specify a process definition ID.
+EXP_BundleHasNotBeenLoadedYet=Bundle {0} has not been loaded yet.
+CWM_DEBUG_NAME_CARNOTWorkflowDebugger= Infinity Workflow Debugger
+CWMThread_MSG_CreateNewWorkflowThread=Create new workflow thread: {0} (handling Java thread: {1})
+CWM_DEBUG_MSG_CurrentActivityInstanceDigest=Current ActivityInstanceDigest: {0}
+CWM_DEBUG_MSG_ResumeJavaThread=Resume JavaThread: {0}
+CWM_DEBUG_MSG_Performed=Performed {0}.
+CWM_DEBUG_MSG_Started=Started {0}.
+CWM_DEBUG_MSG_Completed=Completed {0}.
+CWMThread_MSG_Activity=Activity: {0} [Process: {1}]
+CWMStack_MSG_ActivityInstanceOID=Activity instance OID: {0} [Activity: {1} [Process: {2}]]
+CWMStack_ActivityInstanceUnknown=Activity instance unknown.
+CWMThread_MSG_NoCurrentActivity=CWMThread: No current activity instance... (handling Thread [{0}])
+CWMThread_MSG_RootProcessInstance=Completed root process: {0}
+CWMThread_MSG_NoRootProcessInstance=CWMThread: No root process instance... (handling Thread [{0}])
+CWMThread_MSG_SetCurrentActivityInstance=setCurrentActivityInstance: {0} in workflow thread {1}
+ASSERT_ValueCarrierMayNotBeNull=valueCarrier may not be null\!
+BTN_AddToElement=Add to "{0}"
+BTN_Delete=Delete
+BUTTON_ClearContent=Clear content.
+TOOLTIP_ClearContent=Clear content.
+BUTTON_ClearEmptyPerformers=Clear empty performers.
+TOOLTIP_ClearEmptyPerformers=Clear empty performers.
+BUTTON_ActivateFromWorklist=Activate
+DSCR_InfinityDebugLibrary=Infinity Debug Library
+TOOLTIP_ActivateFromWorklist=Activate activity instance
+WorklistContentFormat={0}
+LaunchAction_Name=Debug
+LaunchAction_ToolTip=Debug this Process Definition
+LaunchDelegate_WARNING=Warning
+LaunchDelegate_ModelInconsistencies=Inconsistencies
+LaunchDelegate_MSG_SuggestAnalystSession=The model has technical inconsistencies which may prevent it from being debugged in Developer mode. Do you want to start a debug session in Analyst mode?
+LaunchDelegate_MSG_InconsistentModel=The model has inconsistencies which might prevent it from being debugged. Do you want to continue anyways?
+LaunchDelegate_MSG_IncompatibleSessions=The process debugger cannot be started in {0} mode\nwhile there are still active sessions in {1} mode.
+LaunchDelegate_ERROR=Error
+LaunchDelegate_CanNotLaunch=Launching Problem
+LaunchDelegate_MODE_Analyst=Analyst
+LaunchDelegate_MODE_Developer=Developer
+LaunchDelegate_MSG_OneSessionPerEditor=The process editor already has an active debug session.
+MSG_SelectType=Select a structured type on the left.
|

