plugin.properties 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. # <copyright>
  2. # </copyright>
  3. #
  4. # $Id$
  5. pluginName = SText Edit Support
  6. providerName = www.example.org
  7. _UI_CreateChild_text = {0}
  8. _UI_CreateChild_text2 = {1} {0}
  9. _UI_CreateChild_text3 = {1}
  10. _UI_CreateChild_tooltip = Create New {0} Under {1} Feature
  11. _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
  12. _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
  13. _UI_PropertyDescriptor_description = The {0} of the {1}
  14. _UI_Root_type = Root
  15. _UI_DefRoot_type = Def Root
  16. _UI_StatechartRoot_type = Statechart Root
  17. _UI_StateRoot_type = State Root
  18. _UI_TransitionRoot_type = Transition Root
  19. _UI_StatechartSpecification_type = Statechart Specification
  20. _UI_StateSpecification_type = State Specification
  21. _UI_TransitionSpecification_type = Transition Specification
  22. _UI_EventDerivation_type = Event Derivation
  23. _UI_LocalReaction_type = Local Reaction
  24. _UI_TransitionReaction_type = Transition Reaction
  25. _UI_ReactionProperties_type = Reaction Properties
  26. _UI_ReactionProperty_type = Reaction Property
  27. _UI_EntryPointSpec_type = Entry Point Spec
  28. _UI_ExitPointSpec_type = Exit Point Spec
  29. _UI_EventSpec_type = Event Spec
  30. _UI_RegularEventSpec_type = Regular Event Spec
  31. _UI_TimeEventSpec_type = Time Event Spec
  32. _UI_BuiltinEventSpec_type = Builtin Event Spec
  33. _UI_EntryEvent_type = Entry Event
  34. _UI_ExitEvent_type = Exit Event
  35. _UI_OnCycleEvent_type = On Cycle Event
  36. _UI_AlwaysEvent_type = Always Event
  37. _UI_DefaultEvent_type = Default Event
  38. _UI_Assignment_type = Assignment
  39. _UI_EventRaising_type = Event Raising
  40. _UI_Expression_type = Expression
  41. _UI_ElementReferenceExpression_type = Element Reference Expression
  42. _UI_EventValueReferenceExpression_type = Event Value Reference Expression
  43. _UI_ActiveStateReferenceExpression_type = Active State Reference Expression
  44. _UI_Literal_type = Literal
  45. _UI_BoolLiteral_type = Bool Literal
  46. _UI_IntLiteral_type = Int Literal
  47. _UI_RealLiteral_type = Real Literal
  48. _UI_HexLiteral_type = Hex Literal
  49. _UI_SimpleScope_type = Simple Scope
  50. _UI_InterfaceScope_type = Interface Scope
  51. _UI_InternalScope_type = Internal Scope
  52. _UI_EventDefinition_type = Event Definition
  53. _UI_VariableDefinition_type = Variable Definition
  54. _UI_Operation_type = Operation
  55. _UI_Entrypoint_type = Entrypoint
  56. _UI_Exitpoint_type = Exitpoint
  57. _UI_ReactionTrigger_type = Reaction Trigger
  58. _UI_ReactionEffect_type = Reaction Effect
  59. _UI_ConditionalExpression_type = Conditional Expression
  60. _UI_LogicalOrExpression_type = Logical Or Expression
  61. _UI_LogicalAndExpression_type = Logical And Expression
  62. _UI_LogicalNotExpression_type = Logical Not Expression
  63. _UI_BitwiseXorExpression_type = Bitwise Xor Expression
  64. _UI_BitwiseOrExpression_type = Bitwise Or Expression
  65. _UI_BitwiseAndExpression_type = Bitwise And Expression
  66. _UI_LogicalRelationExpression_type = Logical Relation Expression
  67. _UI_ShiftExpression_type = Shift Expression
  68. _UI_NumericalAddSubtractExpression_type = Numerical Add Subtract Expression
  69. _UI_NumericalMultiplyDivideExpression_type = Numerical Multiply Divide Expression
  70. _UI_NumericalUnaryExpression_type = Numerical Unary Expression
  71. _UI_PrimitiveValueExpression_type = Primitive Value Expression
  72. _UI_OperationCall_type = Operation Call
  73. _UI_Unknown_type = Object
  74. _UI_Unknown_datatype= Value
  75. _UI_Root_roots_feature = Roots
  76. _UI_StatechartRoot_def_feature = Def
  77. _UI_StateRoot_def_feature = Def
  78. _UI_TransitionRoot_def_feature = Def
  79. _UI_StatechartSpecification_namespace_feature = Namespace
  80. _UI_StatechartSpecification_definitionScopes_feature = Definition Scopes
  81. _UI_StateSpecification_scope_feature = Scope
  82. _UI_TransitionSpecification_reaction_feature = Reaction
  83. _UI_EventDerivation_condition_feature = Condition
  84. _UI_EventDerivation_value_feature = Value
  85. _UI_LocalReaction_properties_feature = Properties
  86. _UI_TransitionReaction_properties_feature = Properties
  87. _UI_ReactionProperties_properties_feature = Properties
  88. _UI_EntryPointSpec_entrypoint_feature = Entrypoint
  89. _UI_ExitPointSpec_exitpoint_feature = Exitpoint
  90. _UI_RegularEventSpec_event_feature = Event
  91. _UI_TimeEventSpec_type_feature = Type
  92. _UI_TimeEventSpec_value_feature = Value
  93. _UI_TimeEventSpec_unit_feature = Unit
  94. _UI_Assignment_varRef_feature = Var Ref
  95. _UI_Assignment_operator_feature = Operator
  96. _UI_Assignment_expression_feature = Expression
  97. _UI_EventRaising_event_feature = Event
  98. _UI_EventRaising_value_feature = Value
  99. _UI_ElementReferenceExpression_value_feature = Value
  100. _UI_EventValueReferenceExpression_value_feature = Value
  101. _UI_ActiveStateReferenceExpression_value_feature = Value
  102. _UI_BoolLiteral_value_feature = Value
  103. _UI_IntLiteral_value_feature = Value
  104. _UI_RealLiteral_value_feature = Value
  105. _UI_HexLiteral_value_feature = Value
  106. _UI_InterfaceScope_name_feature = Name
  107. _UI_EventDefinition_direction_feature = Direction
  108. _UI_EventDefinition_type_feature = Type
  109. _UI_EventDefinition_derivation_feature = Derivation
  110. _UI_VariableDefinition_readonly_feature = Readonly
  111. _UI_VariableDefinition_external_feature = External
  112. _UI_VariableDefinition_type_feature = Type
  113. _UI_VariableDefinition_initialValue_feature = Initial Value
  114. _UI_Operation_paramTypes_feature = Param Types
  115. _UI_Operation_type_feature = Type
  116. _UI_ReactionTrigger_triggers_feature = Triggers
  117. _UI_ReactionTrigger_guardExpression_feature = Guard Expression
  118. _UI_ReactionEffect_actions_feature = Actions
  119. _UI_ConditionalExpression_condition_feature = Condition
  120. _UI_ConditionalExpression_trueCase_feature = True Case
  121. _UI_ConditionalExpression_falseCase_feature = False Case
  122. _UI_LogicalOrExpression_leftOperand_feature = Left Operand
  123. _UI_LogicalOrExpression_rightOperand_feature = Right Operand
  124. _UI_LogicalAndExpression_leftOperand_feature = Left Operand
  125. _UI_LogicalAndExpression_rightOperand_feature = Right Operand
  126. _UI_LogicalNotExpression_operand_feature = Operand
  127. _UI_BitwiseXorExpression_leftOperand_feature = Left Operand
  128. _UI_BitwiseXorExpression_rightOperand_feature = Right Operand
  129. _UI_BitwiseOrExpression_leftOperand_feature = Left Operand
  130. _UI_BitwiseOrExpression_rightOperand_feature = Right Operand
  131. _UI_BitwiseAndExpression_leftOperand_feature = Left Operand
  132. _UI_BitwiseAndExpression_rightOperand_feature = Right Operand
  133. _UI_LogicalRelationExpression_leftOperand_feature = Left Operand
  134. _UI_LogicalRelationExpression_operator_feature = Operator
  135. _UI_LogicalRelationExpression_rightOperand_feature = Right Operand
  136. _UI_ShiftExpression_leftOperand_feature = Left Operand
  137. _UI_ShiftExpression_operator_feature = Operator
  138. _UI_ShiftExpression_rightOperand_feature = Right Operand
  139. _UI_NumericalAddSubtractExpression_leftOperand_feature = Left Operand
  140. _UI_NumericalAddSubtractExpression_operator_feature = Operator
  141. _UI_NumericalAddSubtractExpression_rightOperand_feature = Right Operand
  142. _UI_NumericalMultiplyDivideExpression_leftOperand_feature = Left Operand
  143. _UI_NumericalMultiplyDivideExpression_operator_feature = Operator
  144. _UI_NumericalMultiplyDivideExpression_rightOperand_feature = Right Operand
  145. _UI_NumericalUnaryExpression_operator_feature = Operator
  146. _UI_NumericalUnaryExpression_operand_feature = Operand
  147. _UI_PrimitiveValueExpression_value_feature = Value
  148. _UI_OperationCall_operation_feature = Operation
  149. _UI_OperationCall_args_feature = Args
  150. _UI_Unknown_feature = Unspecified
  151. _UI_Direction_LOCAL_literal = local
  152. _UI_Direction_IN_literal = in
  153. _UI_Direction_OUT_literal = out
  154. _UI_TimeEventType_after_literal = after
  155. _UI_TimeEventType_every_literal = every
  156. _UI_AssignmentOperator_assign_literal = =
  157. _UI_AssignmentOperator_multAssign_literal = *=
  158. _UI_AssignmentOperator_divAssign_literal = /=
  159. _UI_AssignmentOperator_modAssign_literal = %=
  160. _UI_AssignmentOperator_addAssign_literal = +=
  161. _UI_AssignmentOperator_subAssign_literal = -=
  162. _UI_AssignmentOperator_leftShiftAssign_literal = <<=
  163. _UI_AssignmentOperator_rightShiftAssign_literal = >>=
  164. _UI_AssignmentOperator_andAssign_literal = &=
  165. _UI_AssignmentOperator_xorAssign_literal = ^=
  166. _UI_AssignmentOperator_orAssign_literal = |=
  167. _UI_ShiftOperator_left_literal = <<
  168. _UI_ShiftOperator_right_literal = >>
  169. _UI_AdditiveOperator_plus_literal = +
  170. _UI_AdditiveOperator_minus_literal = -
  171. _UI_MultiplicativeOperator_mul_literal = *
  172. _UI_MultiplicativeOperator_div_literal = /
  173. _UI_MultiplicativeOperator_mod_literal = %
  174. _UI_UnaryOperator_positive_literal = +
  175. _UI_UnaryOperator_negative_literal = -
  176. _UI_UnaryOperator_complement_literal = ~
  177. _UI_RelationalOperator_smaller_literal = <
  178. _UI_RelationalOperator_smallerEqual_literal = <=
  179. _UI_RelationalOperator_greater_literal = >
  180. _UI_RelationalOperator_greaterEqual_literal = >=
  181. _UI_RelationalOperator_equals_literal = ==
  182. _UI_RelationalOperator_notEquals_literal = !=
  183. _UI_TimeUnit_second_literal = s
  184. _UI_TimeUnit_millisecond_literal = ms
  185. _UI_TimeUnit_microsend_literal = \ufffds
  186. _UI_TimeUnit_nanosecond_literal = ns
  187. _UI_StatechartScope_type = Statechart Scope
  188. _UI_TimeUnit_microsecond_literal = mics
  189. _UI_OperationDefinition_type = Operation Definition
  190. _UI_StringLiteral_type = String Literal
  191. _UI_EventRaisingExpression_type = Event Raising Expression
  192. _UI_AssignmentExpression_type = Assignment Expression
  193. _UI_FeatureCall_type = Feature Call
  194. _UI_TypedElementReferenceExpression_type = Typed Element Reference Expression
  195. _UI_OperationDefinition_paramTypes_feature = Param Types
  196. _UI_StringLiteral_value_feature = Value
  197. _UI_EventRaisingExpression_event_feature = Event
  198. _UI_EventRaisingExpression_value_feature = Value
  199. _UI_AssignmentExpression_varRef_feature = Var Ref
  200. _UI_AssignmentExpression_operator_feature = Operator
  201. _UI_AssignmentExpression_expression_feature = Expression
  202. _UI_FeatureCall_owner_feature = Owner
  203. _UI_FeatureCall_feature_feature = Feature
  204. _UI_FeatureCall_operationCall_feature = Operation Call
  205. _UI_FeatureCall_args_feature = Args
  206. _UI_TypedElementReferenceExpression_reference_feature = Reference
  207. _UI_OperationDefinition_params_feature = Params
  208. _UI_Expression_feature_feature = Feature
  209. _UI_Expression_child_feature = Child
  210. _UI_Expression_children_feature = Children
  211. _UI_Expression_features_feature = Features
  212. _UI_Expression_operationCall_feature = Operation Call
  213. _UI_Expression_args_feature = Args
  214. _UI_TypedElementReferenceExpression_operationCall_feature = Operation Call
  215. _UI_TypedElementReferenceExpression_args_feature = Args
  216. _UI_ElementReferenceExpression_reference_feature = Reference
  217. _UI_ElementReferenceExpression_operationCall_feature = Operation Call
  218. _UI_ElementReferenceExpression_args_feature = Args
  219. _UI_ParenthesizedExpression_type = Parenthesized Expression
  220. _UI_ParenthesizedExpression_expression_feature = Expression
  221. _UI_DefaultTrigger_type = Default Trigger
  222. _UI_EnumLiteral_type = Enum Literal
  223. _UI_EnumLiteral_value_feature = Value
  224. _UI_EnumLiteral_type_feature = Type
  225. _UI_GuardExpression_type = Guard Expression
  226. _UI_Guard_type = Guard
  227. _UI_Guard_expression_feature = Expression
  228. _UI_ReactionTrigger_guard_feature = Guard
  229. _UI_Import_type = Import
  230. _UI_StatechartSpecification_imports_feature = Imports
  231. _UI_Import_importedNamespace_feature = Imported Namespace
  232. _UI_ImportScope_type = Import Scope
  233. _UI_ImportScope_imports_feature = Imports
  234. _UI_Import_scheme_feature = Scheme
  235. _UI_VariableDefinition_const_feature = Const
  236. _UI_TypeAliasDefinition_type = Type Alias Definition
  237. _UI_AnnotationDefinition_type = Annotation Definition
  238. _UI_StatechartSpecification_annotation_feature = Annotation
  239. _UI_ArgumentedAnnotation_type = Argumented Annotation
  240. _UI_StatechartSpecification_annotations_feature = Annotations