plugin.properties 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. # Copyright (c) 2010 committers of YAKINDU and others.
  2. # All rights reserved. This program and the accompanying materials
  3. # are made available under the terms of the Eclipse Public License v1.0
  4. # which accompanies this distribution, and is available at
  5. # http://www.eclipse.org/legal/epl-v10.html
  6. # Contributors:
  7. # committers of YAKINDU - initial API and implementation
  8. _UI_CreateChild_text = {0}
  9. _UI_CreateChild_text2 = {1} {0}
  10. _UI_CreateChild_text3 = {1}
  11. _UI_CreateChild_tooltip = Create New {0} Under {1} Feature
  12. _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
  13. _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
  14. _UI_PropertyDescriptor_description = The {0} of the {1}
  15. _UI_Statechart_type = Statechart
  16. _UI_Region_type = Region
  17. _UI_Vertex_type = Vertex
  18. _UI_Transition_type = Transition
  19. _UI_State_type = State
  20. _UI_Pseudostate_type = Pseudostate
  21. _UI_FinalState_type = Final State
  22. _UI_InitialState_type = Initial State
  23. _UI_HistoryState_type = History State
  24. _UI_DeepHistoryState_type = Deep History State
  25. _UI_ShallowHistoryState_type = Shallow History State
  26. _UI_Fork_type = Fork
  27. _UI_Join_type = Join
  28. _UI_Junction_type = Junction
  29. _UI_Unknown_type = Object
  30. _UI_Unknown_datatype= Value
  31. _UI_Statechart_region_feature = Region
  32. _UI_Region_vertex_feature = Vertex
  33. _UI_Region_transition_feature = Transition
  34. _UI_Region_region_feature = Region
  35. _UI_Region_statechart_feature = Statechart
  36. _UI_Vertex_incoming_feature = Incoming
  37. _UI_Vertex_outgoing_feature = Outgoing
  38. _UI_Vertex___feature =
  39. _UI_Transition_source_feature = Source
  40. _UI_Transition_region_feature = Region
  41. _UI_Transition_target_feature = Target
  42. _UI_ScopedElement_namespace_feature = Namespace
  43. _UI_State_region_feature = Region
  44. _UI_Unknown_feature = Unspecified
  45. _UI_Choice_type = Choice
  46. _UI_Vertex_containingRegion_feature = Containing Region
  47. _UI_Statechart_regions_feature = Regions
  48. _UI_Region_vertices_feature = Vertices
  49. _UI_Region_transitions_feature = Transitions
  50. _UI_Vertex_incomingTransitions_feature = Incoming Transitions
  51. _UI_Vertex_outgoingTransitions_feature = Outgoing Transitions
  52. _UI_State_regions_feature = Regions
  53. _UI_State_name_feature = Name
  54. _UI_NamedElement_type = Named Element
  55. _UI_NamedElement_name_feature = Name
  56. _UI_State_expression_feature = Expression
  57. _UI_ExpressionElement_type = Expression Element
  58. _UI_ExpressionElement_expression_feature = Expression
  59. _UI_BehavioredElement_type = Behaviored Element
  60. _UI_Event_type = Event
  61. _UI_Variable_type = Variable
  62. _UI_RealVariableValue_type = Real Variable Value
  63. _UI_RealVariable_type = Real Variable
  64. _UI_BooleanVariable_type = Boolean Variable
  65. _UI_BooleanVariableValue_type = Boolean Variable Value
  66. _UI_IntegerVariable_type = Integer Variable
  67. _UI_IntegerVariableValue_type = Integer Variable Value
  68. _UI_Vertex_parentRegion_feature = Parent Region
  69. _UI_Transition___feature =
  70. _UI_State_subRegions_feature = Sub Regions
  71. _UI_BehavioredElement_events_feature = Events
  72. _UI_BehavioredElement_variables_feature = Variables
  73. _UI_Event___feature =
  74. _UI_Variable___feature =
  75. _UI_RealVariableValue___feature =
  76. _UI_RealVariable_value_feature = Value
  77. _UI_BooleanVariable_value_feature = Value
  78. _UI_BooleanVariableValue_value_feature = Value
  79. _UI_BooleanVariableValue___feature =
  80. _UI_IntegerVariable_value_feature = Value
  81. _UI_IntegerVariableValue_value_feature = Value
  82. _UI_IntegerVariableValue___feature =
  83. _UI_TransitionExpression_type = Transition Expression
  84. _UI_Trigger_type = Trigger
  85. _UI_Effect_type = Effect
  86. _UI_TimeEvent_type = Time Event
  87. _UI_Transition_expression_feature = Expression
  88. _UI_Statechart_variables_feature = Variables
  89. _UI_Statechart_events_feature = Events
  90. _UI_DataElement_type = Data Element
  91. _UI_Entry_type = Entry
  92. _UI_Declaration_type = Declaration
  93. _UI_Reaction_type = Reaction
  94. _UI_ReactiveElement_type = Reactive Element
  95. _UI_Exit_type = Exit
  96. _UI_Scope_type = Scope
  97. _UI_ScopedElement_type = Scoped Element
  98. _UI_Entry_kind_feature = Kind
  99. _UI_Reaction_trigger_feature = Trigger
  100. _UI_Reaction_effect_feature = Effect
  101. _UI_ReactiveElement_reactions_feature = Reactions
  102. _UI_ReactiveElement_localReactions_feature = Local Reactions
  103. _UI_Scope_declarations_feature = Declarations
  104. _UI_Scope_events_feature = Events
  105. _UI_Scope_variables_feature = Variables
  106. _UI_ScopedElement_scopes_feature = Scopes
  107. _UI_EntryKind_initial_literal = INITIAL
  108. _UI_EntryKind_shallowHistory_literal = SHALLOW_HISTORY
  109. _UI_EntryKind_deepHistory_literal = DEEP_HISTORY
  110. _UI_Synchronization_type = Synchronization
  111. _UI_Region_priority_feature = Priority
  112. _UI_Transition_priority_feature = Priority
  113. _UI_State_substatechart_feature = Substatechart
  114. _UI_State_submachineState_feature = Submachine State
  115. _UI_State_compositeState_feature = Composite State
  116. _UI_State_simpleState_feature = Simple State
  117. _UI_SimpleState_type = Simple State
  118. _UI_CompositeState_type = Composite State
  119. _UI_SubmachineState_type = Submachine State
  120. _UI_CompositeState_subRegions_feature = Sub Regions
  121. _UI_CompositeState_orthogonal_feature = Orthogonal
  122. _UI_SubmachineState_substatechart_feature = Substatechart
  123. _UI_AbstractState_type = Abstract State
  124. _UI_State_orthogonal_feature = Orthogonal
  125. _UI_State_submachine_feature = Submachine
  126. _UI_State_simple_feature = Simple
  127. _UI_State_composite_feature = Composite
  128. _UI_Statement_type = Statement
  129. _UI_State_isLeaf_feature = Is Leaf
  130. _UI_State_leaf_feature = Leaf