123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249 |
- # <copyright>
- # </copyright>
- #
- # $Id$
- pluginName = SText Edit Support
- providerName = www.example.org
- _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_Root_type = Root
- _UI_DefRoot_type = Def Root
- _UI_StatechartRoot_type = Statechart Root
- _UI_StateRoot_type = State Root
- _UI_TransitionRoot_type = Transition Root
- _UI_StatechartSpecification_type = Statechart Specification
- _UI_StateSpecification_type = State Specification
- _UI_TransitionSpecification_type = Transition Specification
- _UI_EventDerivation_type = Event Derivation
- _UI_LocalReaction_type = Local Reaction
- _UI_TransitionReaction_type = Transition Reaction
- _UI_ReactionProperties_type = Reaction Properties
- _UI_ReactionProperty_type = Reaction Property
- _UI_EntryPointSpec_type = Entry Point Spec
- _UI_ExitPointSpec_type = Exit Point Spec
- _UI_EventSpec_type = Event Spec
- _UI_RegularEventSpec_type = Regular Event Spec
- _UI_TimeEventSpec_type = Time Event Spec
- _UI_BuiltinEventSpec_type = Builtin Event Spec
- _UI_EntryEvent_type = Entry Event
- _UI_ExitEvent_type = Exit Event
- _UI_OnCycleEvent_type = On Cycle Event
- _UI_AlwaysEvent_type = Always Event
- _UI_DefaultEvent_type = Default Event
- _UI_Assignment_type = Assignment
- _UI_EventRaising_type = Event Raising
- _UI_Expression_type = Expression
- _UI_ElementReferenceExpression_type = Element Reference Expression
- _UI_EventValueReferenceExpression_type = Event Value Reference Expression
- _UI_ActiveStateReferenceExpression_type = Active State Reference Expression
- _UI_Literal_type = Literal
- _UI_BoolLiteral_type = Bool Literal
- _UI_IntLiteral_type = Int Literal
- _UI_RealLiteral_type = Real Literal
- _UI_HexLiteral_type = Hex Literal
- _UI_SimpleScope_type = Simple Scope
- _UI_InterfaceScope_type = Interface Scope
- _UI_InternalScope_type = Internal Scope
- _UI_EventDefinition_type = Event Definition
- _UI_VariableDefinition_type = Variable Definition
- _UI_Operation_type = Operation
- _UI_Entrypoint_type = Entrypoint
- _UI_Exitpoint_type = Exitpoint
- _UI_ReactionTrigger_type = Reaction Trigger
- _UI_ReactionEffect_type = Reaction Effect
- _UI_ConditionalExpression_type = Conditional Expression
- _UI_LogicalOrExpression_type = Logical Or Expression
- _UI_LogicalAndExpression_type = Logical And Expression
- _UI_LogicalNotExpression_type = Logical Not Expression
- _UI_BitwiseXorExpression_type = Bitwise Xor Expression
- _UI_BitwiseOrExpression_type = Bitwise Or Expression
- _UI_BitwiseAndExpression_type = Bitwise And Expression
- _UI_LogicalRelationExpression_type = Logical Relation Expression
- _UI_ShiftExpression_type = Shift Expression
- _UI_NumericalAddSubtractExpression_type = Numerical Add Subtract Expression
- _UI_NumericalMultiplyDivideExpression_type = Numerical Multiply Divide Expression
- _UI_NumericalUnaryExpression_type = Numerical Unary Expression
- _UI_PrimitiveValueExpression_type = Primitive Value Expression
- _UI_OperationCall_type = Operation Call
- _UI_Unknown_type = Object
- _UI_Unknown_datatype= Value
- _UI_Root_roots_feature = Roots
- _UI_StatechartRoot_def_feature = Def
- _UI_StateRoot_def_feature = Def
- _UI_TransitionRoot_def_feature = Def
- _UI_StatechartSpecification_namespace_feature = Namespace
- _UI_StatechartSpecification_definitionScopes_feature = Definition Scopes
- _UI_StateSpecification_scope_feature = Scope
- _UI_TransitionSpecification_reaction_feature = Reaction
- _UI_EventDerivation_condition_feature = Condition
- _UI_EventDerivation_value_feature = Value
- _UI_LocalReaction_properties_feature = Properties
- _UI_TransitionReaction_properties_feature = Properties
- _UI_ReactionProperties_properties_feature = Properties
- _UI_EntryPointSpec_entrypoint_feature = Entrypoint
- _UI_ExitPointSpec_exitpoint_feature = Exitpoint
- _UI_RegularEventSpec_event_feature = Event
- _UI_TimeEventSpec_type_feature = Type
- _UI_TimeEventSpec_value_feature = Value
- _UI_TimeEventSpec_unit_feature = Unit
- _UI_Assignment_varRef_feature = Var Ref
- _UI_Assignment_operator_feature = Operator
- _UI_Assignment_expression_feature = Expression
- _UI_EventRaising_event_feature = Event
- _UI_EventRaising_value_feature = Value
- _UI_ElementReferenceExpression_value_feature = Value
- _UI_EventValueReferenceExpression_value_feature = Value
- _UI_ActiveStateReferenceExpression_value_feature = Value
- _UI_BoolLiteral_value_feature = Value
- _UI_IntLiteral_value_feature = Value
- _UI_RealLiteral_value_feature = Value
- _UI_HexLiteral_value_feature = Value
- _UI_InterfaceScope_name_feature = Name
- _UI_EventDefinition_direction_feature = Direction
- _UI_EventDefinition_type_feature = Type
- _UI_EventDefinition_derivation_feature = Derivation
- _UI_VariableDefinition_readonly_feature = Readonly
- _UI_VariableDefinition_external_feature = External
- _UI_VariableDefinition_type_feature = Type
- _UI_VariableDefinition_initialValue_feature = Initial Value
- _UI_Operation_paramTypes_feature = Param Types
- _UI_Operation_type_feature = Type
- _UI_ReactionTrigger_triggers_feature = Triggers
- _UI_ReactionTrigger_guardExpression_feature = Guard Expression
- _UI_ReactionEffect_actions_feature = Actions
- _UI_ConditionalExpression_condition_feature = Condition
- _UI_ConditionalExpression_trueCase_feature = True Case
- _UI_ConditionalExpression_falseCase_feature = False Case
- _UI_LogicalOrExpression_leftOperand_feature = Left Operand
- _UI_LogicalOrExpression_rightOperand_feature = Right Operand
- _UI_LogicalAndExpression_leftOperand_feature = Left Operand
- _UI_LogicalAndExpression_rightOperand_feature = Right Operand
- _UI_LogicalNotExpression_operand_feature = Operand
- _UI_BitwiseXorExpression_leftOperand_feature = Left Operand
- _UI_BitwiseXorExpression_rightOperand_feature = Right Operand
- _UI_BitwiseOrExpression_leftOperand_feature = Left Operand
- _UI_BitwiseOrExpression_rightOperand_feature = Right Operand
- _UI_BitwiseAndExpression_leftOperand_feature = Left Operand
- _UI_BitwiseAndExpression_rightOperand_feature = Right Operand
- _UI_LogicalRelationExpression_leftOperand_feature = Left Operand
- _UI_LogicalRelationExpression_operator_feature = Operator
- _UI_LogicalRelationExpression_rightOperand_feature = Right Operand
- _UI_ShiftExpression_leftOperand_feature = Left Operand
- _UI_ShiftExpression_operator_feature = Operator
- _UI_ShiftExpression_rightOperand_feature = Right Operand
- _UI_NumericalAddSubtractExpression_leftOperand_feature = Left Operand
- _UI_NumericalAddSubtractExpression_operator_feature = Operator
- _UI_NumericalAddSubtractExpression_rightOperand_feature = Right Operand
- _UI_NumericalMultiplyDivideExpression_leftOperand_feature = Left Operand
- _UI_NumericalMultiplyDivideExpression_operator_feature = Operator
- _UI_NumericalMultiplyDivideExpression_rightOperand_feature = Right Operand
- _UI_NumericalUnaryExpression_operator_feature = Operator
- _UI_NumericalUnaryExpression_operand_feature = Operand
- _UI_PrimitiveValueExpression_value_feature = Value
- _UI_OperationCall_operation_feature = Operation
- _UI_OperationCall_args_feature = Args
- _UI_Unknown_feature = Unspecified
- _UI_Direction_LOCAL_literal = local
- _UI_Direction_IN_literal = in
- _UI_Direction_OUT_literal = out
- _UI_TimeEventType_after_literal = after
- _UI_TimeEventType_every_literal = every
- _UI_AssignmentOperator_assign_literal = =
- _UI_AssignmentOperator_multAssign_literal = *=
- _UI_AssignmentOperator_divAssign_literal = /=
- _UI_AssignmentOperator_modAssign_literal = %=
- _UI_AssignmentOperator_addAssign_literal = +=
- _UI_AssignmentOperator_subAssign_literal = -=
- _UI_AssignmentOperator_leftShiftAssign_literal = <<=
- _UI_AssignmentOperator_rightShiftAssign_literal = >>=
- _UI_AssignmentOperator_andAssign_literal = &=
- _UI_AssignmentOperator_xorAssign_literal = ^=
- _UI_AssignmentOperator_orAssign_literal = |=
- _UI_ShiftOperator_left_literal = <<
- _UI_ShiftOperator_right_literal = >>
- _UI_AdditiveOperator_plus_literal = +
- _UI_AdditiveOperator_minus_literal = -
- _UI_MultiplicativeOperator_mul_literal = *
- _UI_MultiplicativeOperator_div_literal = /
- _UI_MultiplicativeOperator_mod_literal = %
- _UI_UnaryOperator_positive_literal = +
- _UI_UnaryOperator_negative_literal = -
- _UI_UnaryOperator_complement_literal = ~
- _UI_RelationalOperator_smaller_literal = <
- _UI_RelationalOperator_smallerEqual_literal = <=
- _UI_RelationalOperator_greater_literal = >
- _UI_RelationalOperator_greaterEqual_literal = >=
- _UI_RelationalOperator_equals_literal = ==
- _UI_RelationalOperator_notEquals_literal = !=
- _UI_TimeUnit_second_literal = s
- _UI_TimeUnit_millisecond_literal = ms
- _UI_TimeUnit_microsend_literal = \ufffds
- _UI_TimeUnit_nanosecond_literal = ns
- _UI_StatechartScope_type = Statechart Scope
- _UI_TimeUnit_microsecond_literal = mics
- _UI_OperationDefinition_type = Operation Definition
- _UI_StringLiteral_type = String Literal
- _UI_EventRaisingExpression_type = Event Raising Expression
- _UI_AssignmentExpression_type = Assignment Expression
- _UI_FeatureCall_type = Feature Call
- _UI_TypedElementReferenceExpression_type = Typed Element Reference Expression
- _UI_OperationDefinition_paramTypes_feature = Param Types
- _UI_StringLiteral_value_feature = Value
- _UI_EventRaisingExpression_event_feature = Event
- _UI_EventRaisingExpression_value_feature = Value
- _UI_AssignmentExpression_varRef_feature = Var Ref
- _UI_AssignmentExpression_operator_feature = Operator
- _UI_AssignmentExpression_expression_feature = Expression
- _UI_FeatureCall_owner_feature = Owner
- _UI_FeatureCall_feature_feature = Feature
- _UI_FeatureCall_operationCall_feature = Operation Call
- _UI_FeatureCall_args_feature = Args
- _UI_TypedElementReferenceExpression_reference_feature = Reference
- _UI_OperationDefinition_params_feature = Params
- _UI_Expression_feature_feature = Feature
- _UI_Expression_child_feature = Child
- _UI_Expression_children_feature = Children
- _UI_Expression_features_feature = Features
- _UI_Expression_operationCall_feature = Operation Call
- _UI_Expression_args_feature = Args
- _UI_TypedElementReferenceExpression_operationCall_feature = Operation Call
- _UI_TypedElementReferenceExpression_args_feature = Args
- _UI_ElementReferenceExpression_reference_feature = Reference
- _UI_ElementReferenceExpression_operationCall_feature = Operation Call
- _UI_ElementReferenceExpression_args_feature = Args
- _UI_ParenthesizedExpression_type = Parenthesized Expression
- _UI_ParenthesizedExpression_expression_feature = Expression
- _UI_DefaultTrigger_type = Default Trigger
- _UI_EnumLiteral_type = Enum Literal
- _UI_EnumLiteral_value_feature = Value
- _UI_EnumLiteral_type_feature = Type
- _UI_GuardExpression_type = Guard Expression
- _UI_Guard_type = Guard
- _UI_Guard_expression_feature = Expression
- _UI_ReactionTrigger_guard_feature = Guard
- _UI_Import_type = Import
- _UI_StatechartSpecification_imports_feature = Imports
- _UI_Import_importedNamespace_feature = Imported Namespace
- _UI_ImportScope_type = Import Scope
- _UI_ImportScope_imports_feature = Imports
- _UI_Import_scheme_feature = Scheme
- _UI_VariableDefinition_const_feature = Const
- _UI_TypeAliasDefinition_type = Type Alias Definition
- _UI_AnnotationDefinition_type = Annotation Definition
- _UI_StatechartSpecification_annotation_feature = Annotation
- _UI_ArgumentedAnnotation_type = Argumented Annotation
- _UI_StatechartSpecification_annotations_feature = Annotations
|