plugin.properties 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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_State_substatechartId_feature = Substatechart
  45. _UI_Unknown_feature = Unspecified
  46. _UI_Choice_type = Choice
  47. _UI_Vertex_containingRegion_feature = Containing Region
  48. _UI_Statechart_regions_feature = Regions
  49. _UI_Region_vertices_feature = Vertices
  50. _UI_Region_transitions_feature = Transitions
  51. _UI_Vertex_incomingTransitions_feature = Incoming Transitions
  52. _UI_Vertex_outgoingTransitions_feature = Outgoing Transitions
  53. _UI_State_regions_feature = Regions
  54. _UI_State_name_feature = Name
  55. _UI_NamedElement_type = Named Element
  56. _UI_NamedElement_name_feature = Name
  57. _UI_State_expression_feature = Expression
  58. _UI_ExpressionElement_type = Expression Element
  59. _UI_ExpressionElement_expression_feature = Expression
  60. _UI_BehavioredElement_type = Behaviored Element
  61. _UI_Event_type = Event
  62. _UI_Variable_type = Variable
  63. _UI_RealVariableValue_type = Real Variable Value
  64. _UI_RealVariable_type = Real Variable
  65. _UI_BooleanVariable_type = Boolean Variable
  66. _UI_BooleanVariableValue_type = Boolean Variable Value
  67. _UI_IntegerVariable_type = Integer Variable
  68. _UI_IntegerVariableValue_type = Integer Variable Value
  69. _UI_Vertex_parentRegion_feature = Parent Region
  70. _UI_Transition___feature =
  71. _UI_State_subRegions_feature = Sub Regions
  72. _UI_BehavioredElement_events_feature = Events
  73. _UI_BehavioredElement_variables_feature = Variables
  74. _UI_Event___feature =
  75. _UI_Variable___feature =
  76. _UI_RealVariableValue___feature =
  77. _UI_RealVariable_value_feature = Value
  78. _UI_BooleanVariable_value_feature = Value
  79. _UI_BooleanVariableValue_value_feature = Value
  80. _UI_BooleanVariableValue___feature =
  81. _UI_IntegerVariable_value_feature = Value
  82. _UI_IntegerVariableValue_value_feature = Value
  83. _UI_IntegerVariableValue___feature =
  84. _UI_TransitionExpression_type = Transition Expression
  85. _UI_Trigger_type = Trigger
  86. _UI_Effect_type = Effect
  87. _UI_TimeEvent_type = Time Event
  88. _UI_Transition_expression_feature = Expression
  89. _UI_Statechart_variables_feature = Variables
  90. _UI_Statechart_events_feature = Events
  91. _UI_DataElement_type = Data Element
  92. _UI_Entry_type = Entry
  93. _UI_Declaration_type = Declaration
  94. _UI_Reaction_type = Reaction
  95. _UI_ReactiveElement_type = Reactive Element
  96. _UI_Exit_type = Exit
  97. _UI_Scope_type = Scope
  98. _UI_ScopedElement_type = Scoped Element
  99. _UI_Entry_kind_feature = Kind
  100. _UI_Reaction_trigger_feature = Trigger
  101. _UI_Reaction_effect_feature = Effect
  102. _UI_ReactiveElement_reactions_feature = Reactions
  103. _UI_ReactiveElement_localReactions_feature = Local Reactions
  104. _UI_Scope_declarations_feature = Declarations
  105. _UI_Scope_events_feature = Events
  106. _UI_Scope_variables_feature = Variables
  107. _UI_ScopedElement_scopes_feature = Scopes
  108. _UI_EntryKind_initial_literal = INITIAL
  109. _UI_EntryKind_shallowHistory_literal = SHALLOW_HISTORY
  110. _UI_EntryKind_deepHistory_literal = DEEP_HISTORY
  111. _UI_Synchronization_type = Synchronization
  112. _UI_Region_priority_feature = Priority
  113. _UI_Transition_priority_feature = Priority
  114. _UI_State_substatechart_feature = Substatechart
  115. _UI_State_submachineState_feature = Submachine State
  116. _UI_State_compositeState_feature = Composite State
  117. _UI_State_simpleState_feature = Simple State
  118. _UI_SimpleState_type = Simple State
  119. _UI_CompositeState_type = Composite State
  120. _UI_SubmachineState_type = Submachine State
  121. _UI_CompositeState_subRegions_feature = Sub Regions
  122. _UI_CompositeState_orthogonal_feature = Orthogonal
  123. _UI_SubmachineState_substatechart_feature = Substatechart
  124. _UI_AbstractState_type = Abstract State
  125. _UI_State_orthogonal_feature = Orthogonal
  126. _UI_State_submachine_feature = Submachine
  127. _UI_State_simple_feature = Simple
  128. _UI_State_composite_feature = Composite
  129. _UI_Statement_type = Statement
  130. _UI_State_isLeaf_feature = Is Leaf
  131. _UI_State_leaf_feature = Leaf
  132. pluginName = SGraph Edit Support
  133. providerName = www.example.org
  134. _UI_RegularState_type = Regular State
  135. _UI_Choice_kind_feature = Kind
  136. _UI_ChoiceKind_dynamic_literal = dynamic
  137. _UI_ChoiceKind_static_literal = static
  138. _UI_CompositeElement_type = Composite Element
  139. _UI_Region_composite_feature = Composite
  140. _UI_State_subchart_feature = Subchart
  141. _UI_CompositeElement_regions_feature = Regions
  142. _UI_SpecificationElement_type = Specification Element
  143. _UI_SpecificationElement_expression_feature = Expression
  144. _UI_SpecificationElement_specification_feature = Specification
  145. _UI_ReactionProperty_type = Reaction Property
  146. _UI_Reaction_properties_feature = Properties
  147. _UI_Import_type = Import
  148. _UI_ImportDeclaration_type = Import Declaration
  149. _UI_Statechart_imports_feature = Imports
  150. _UI_Import_importedNamespace_feature = Imported Namespace
  151. _UI_ImportDeclaration_declaration_feature = Declaration
  152. _UI_Statechart_domainID_feature = Domain ID
  153. _UI_Scope_reactions_feature = Reactions
  154. _UI_AnnotatableElement_type = Annotatable Element
  155. _UI_AnnotatableElement_annotations_feature = Annotations
  156. _UI_Statechart_annotations_feature = Annotations
  157. _UI_ScopeMember_type = Scope Member
  158. _UI_Scope_members_feature = Members
  159. _UI_DocumentedElement_type = Documented Element
  160. _UI_DocumentedElement_documentation_feature = Documentation
  161. _UI_DomainElement_type = Domain Element
  162. _UI_DomainElement_domainID_feature = Domain ID