Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 097ad3a07ab9c8d249136ff48b435347623eb9df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# ====================================================================
# Copyright (c) 2007, 2015 THALES GLOBAL SERVICES
# 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:
#    Obeo - initial API and implementation
# ====================================================================

# ====================================================================
# To code developer:
#   Do NOT change the properties between this line and the
#   %%% END OF TRANSLATED PROPERTIES %%% line.
#   Make a new property name, append to the end of the file and change
#   the code to use the new property.
# ====================================================================

# ====================================================================
# %%% END OF TRANSLATED PROPERTIES %%%
# ====================================================================

pluginName = Sirius Sequence Diagrams Model
providerName = Eclipse Modeling Project

category.siriusSequenceDiagramConstraints.name = Sirius Sequence Diagram Constrains
constraint.noSequenceContainerRegionChildrenPresentation.name = No Regions in Sequence containers
constraint.noSequenceContainerRegionChildrenPresentation.message = Invalid children presentation on {0}: The horizontal/vertical stack children presentations are not supported for CombinedFragment, InteractionUse and Operand mappings.
constraint.noSequenceContainerRegionChildrenPresentation.description = Validates that the CombinedFragment, InteractionUse and Operand mappings are not configured as RegionContainer.

AbstractFrame_coverageProfilerTaskCategory = Sequence
AbstractFrame_coverageProfilerTaskName = Compute interaction use coverage
AbstractNodeEvent_nonAbstractNodeEventNode = The node does not represent an AbstractNodeEvent.
AbstractSequenceElement_invalidDiagram = The element is not part of a sequence diagram.
CombinedFragment_nonCombinedFragmentNode = The node does not represent a combined fragment.
EndOfLife_nonEndOfLifeNode = The node does not represent an end-of-life.
EndOfLifeMoveOperation_operationName = Move EOL
Execution_invalidExecutionContext = Invalid context for execution {0}
Execution_nonExecutionNode = The node does not represent an execution.
FixGraphicalOrderingOperation_operationName = Remove invalid ends from graphical ordering
FlagSequenceEventsCommand_commandName = Flag Sequence events
InstanceRole_nonInstanceRoleNode = The node does not represent an instance role.
InteractionUse_nonInsteractionUseNode = The node does not represent an interaction use.
InverseRelativeNodePositionOperation_operationName = Inverse Relative Node Position
ISequenceNodeMoveOperation_operationName = Move sequence node
Lifeline_nonLifelineNode = The node does not represent a lifeline.
LostMessage_nonLostMessageEndNode = The node does not represent an lost message end.
Message_invalidOperand = The source and target parent operand must be the same one or not existing.
Message_nonSequenceMessageEdge = The edge does not represent a sequence message.
Message_unsupportedMessageKind = Unsupported kind of message detected
ObservationPoint_nonObservationPointNode = The node does not represent an observation point.
Operand_invalidOperandContext = Invalid context for operand {0}
Operand_nonOperandNode = The node does not represent an operand.
Range_emptyRange = empty range
RefreshGraphicalOrderingOperation_operationName = Refresh graphical ordering
RefreshLayoutCommand_commandName = Refresh graphical layout
RefreshLayoutCommand_profilerTaskCategory = Sequence
RefreshLayoutCommand_profilerTaskName = Refresh layout
RefreshSemanticOrderingsOperation_operationName = Refresh semantic ordering
ReparentExecutionOperation_operationName = Reparent execution
SequenceDiagram_InternalError = Internal error.
SequenceDiagram_nonSequenceDiagramDiagram = The diagram does not represent a sequence diagram.
SequenceDiagramQuery_invalidTimePoint = timePoint must be strictly positive
SequenceDiagramQuery_nullSequenceDiagram = contextual SequenceDiagram can't be null
SequenceDiagramRepairParticipant_repairCommandName = Repair Sequence Diagram
SequenceFlagAndSyncCommand_commandName = PostRefreshFlag
SequenceGenericToolCommandBuilder_canonicalSyncTask = Synchronize the GMF model
SequenceGenericToolCommandBuilder_setEndBeforeTask = Add end before variable
SequenceGenericToolCommandBuilder_unsetEndBeforeTask = Unset end before variable
SetMessageRangeOperation_operationName = Set Sequence Message Vertical Range
SetVerticalRangeOperation_operationName = Set vertical range
ShiftDirectSubExecutionsOperation_operationName = Shift sub-executions'' positions by {0}
State_invalidStateContext = Invalid context for state {0}
State_nonStaveNode = The node does not represent an state.
SynchronizeGraphicalOrderingOperation_operationName = Synchronize graphical ordering
SynchronizeInstanceRoleSemanticOrderingOperation_invalidInstanceRoleContext = Invalid context for InstanceRole {0}
SynchronizeInstanceRoleSemanticOrderingOperation_operationName = Synchronize semantic ordering
SynchronizeISequenceEventsSemanticOrderingOperation_invalidISequenceEventContext = Invalid context for ISequenceEvent {0}
SynchronizeISequenceEventsSemanticOrderingOperation_operationName = Synchronize semantic ordering
VerticalSpaceExpansion_operationName = Auto-expand of {0}

Back to the top