123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- # Copyright (c) 2010 committers of YAKINDU 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:
- # committers of YAKINDU - initial API and implementation
- _UI_CreateChild_text = {0}
- _UI_CreateChild_text2 = {1} {0}
- _UI_CreateChild_text3 = {1}
- _UI_CreateChild_tooltip = Create New {0} Under {1} Feature
- _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
- _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
- _UI_PropertyDescriptor_description = The {0} of the {1}
- _UI_Statechart_type = Statechart
- _UI_Region_type = Region
- _UI_Vertex_type = Vertex
- _UI_Transition_type = Transition
- _UI_State_type = State
- _UI_Pseudostate_type = Pseudostate
- _UI_FinalState_type = Final State
- _UI_InitialState_type = Initial State
- _UI_HistoryState_type = History State
- _UI_DeepHistoryState_type = Deep History State
- _UI_ShallowHistoryState_type = Shallow History State
- _UI_Fork_type = Fork
- _UI_Join_type = Join
- _UI_Junction_type = Junction
- _UI_Unknown_type = Object
- _UI_Unknown_datatype= Value
- _UI_Statechart_region_feature = Region
- _UI_Region_vertex_feature = Vertex
- _UI_Region_transition_feature = Transition
- _UI_Region_region_feature = Region
- _UI_Region_statechart_feature = Statechart
- _UI_Vertex_incoming_feature = Incoming
- _UI_Vertex_outgoing_feature = Outgoing
- _UI_Vertex___feature =
- _UI_Transition_source_feature = Source
- _UI_Transition_region_feature = Region
- _UI_Transition_target_feature = Target
- _UI_ScopedElement_namespace_feature = Namespace
- _UI_State_region_feature = Region
- _UI_Unknown_feature = Unspecified
- _UI_Choice_type = Choice
- _UI_Vertex_containingRegion_feature = Containing Region
- _UI_Statechart_regions_feature = Regions
- _UI_Region_vertices_feature = Vertices
- _UI_Region_transitions_feature = Transitions
- _UI_Vertex_incomingTransitions_feature = Incoming Transitions
- _UI_Vertex_outgoingTransitions_feature = Outgoing Transitions
- _UI_State_regions_feature = Regions
- _UI_State_name_feature = Name
- _UI_NamedElement_type = Named Element
- _UI_NamedElement_name_feature = Name
- _UI_State_expression_feature = Expression
- _UI_ExpressionElement_type = Expression Element
- _UI_ExpressionElement_expression_feature = Expression
- _UI_BehavioredElement_type = Behaviored Element
- _UI_Event_type = Event
- _UI_Variable_type = Variable
- _UI_RealVariableValue_type = Real Variable Value
- _UI_RealVariable_type = Real Variable
- _UI_BooleanVariable_type = Boolean Variable
- _UI_BooleanVariableValue_type = Boolean Variable Value
- _UI_IntegerVariable_type = Integer Variable
- _UI_IntegerVariableValue_type = Integer Variable Value
- _UI_Vertex_parentRegion_feature = Parent Region
- _UI_Transition___feature =
- _UI_State_subRegions_feature = Sub Regions
- _UI_BehavioredElement_events_feature = Events
- _UI_BehavioredElement_variables_feature = Variables
- _UI_Event___feature =
- _UI_Variable___feature =
- _UI_RealVariableValue___feature =
- _UI_RealVariable_value_feature = Value
- _UI_BooleanVariable_value_feature = Value
- _UI_BooleanVariableValue_value_feature = Value
- _UI_BooleanVariableValue___feature =
- _UI_IntegerVariable_value_feature = Value
- _UI_IntegerVariableValue_value_feature = Value
- _UI_IntegerVariableValue___feature =
- _UI_TransitionExpression_type = Transition Expression
- _UI_Trigger_type = Trigger
- _UI_Effect_type = Effect
- _UI_TimeEvent_type = Time Event
- _UI_Transition_expression_feature = Expression
- _UI_Statechart_variables_feature = Variables
- _UI_Statechart_events_feature = Events
- _UI_DataElement_type = Data Element
- _UI_Entry_type = Entry
- _UI_Declaration_type = Declaration
- _UI_Reaction_type = Reaction
- _UI_ReactiveElement_type = Reactive Element
- _UI_Exit_type = Exit
- _UI_Scope_type = Scope
- _UI_ScopedElement_type = Scoped Element
- _UI_Entry_kind_feature = Kind
- _UI_Reaction_trigger_feature = Trigger
- _UI_Reaction_effect_feature = Effect
- _UI_ReactiveElement_reactions_feature = Reactions
- _UI_ReactiveElement_localReactions_feature = Local Reactions
- _UI_Scope_declarations_feature = Declarations
- _UI_Scope_events_feature = Events
- _UI_Scope_variables_feature = Variables
- _UI_ScopedElement_scopes_feature = Scopes
- _UI_EntryKind_initial_literal = INITIAL
- _UI_EntryKind_shallowHistory_literal = SHALLOW_HISTORY
- _UI_EntryKind_deepHistory_literal = DEEP_HISTORY
- _UI_Synchronization_type = Synchronization
- _UI_Region_priority_feature = Priority
- _UI_Transition_priority_feature = Priority
- _UI_State_substatechart_feature = Substatechart
- _UI_State_submachineState_feature = Submachine State
- _UI_State_compositeState_feature = Composite State
- _UI_State_simpleState_feature = Simple State
- _UI_SimpleState_type = Simple State
- _UI_CompositeState_type = Composite State
- _UI_SubmachineState_type = Submachine State
- _UI_CompositeState_subRegions_feature = Sub Regions
- _UI_CompositeState_orthogonal_feature = Orthogonal
- _UI_SubmachineState_substatechart_feature = Substatechart
- _UI_AbstractState_type = Abstract State
- _UI_State_orthogonal_feature = Orthogonal
- _UI_State_submachine_feature = Submachine
- _UI_State_simple_feature = Simple
- _UI_State_composite_feature = Composite
- _UI_Statement_type = Statement
- _UI_State_isLeaf_feature = Is Leaf
- _UI_State_leaf_feature = Leaf
|