mirror of
http://172.16.200.102/MOISE/Pattern-Instanciation-On-System-Engineering-Model.git
synced 2025-11-26 02:57:58 +01:00
Initial commit.
This commit is contained in:
105
eclipse/plugins/com.irtsaintexupery.pseim.edit/plugin.properties
Normal file
105
eclipse/plugins/com.irtsaintexupery.pseim.edit/plugin.properties
Normal file
@@ -0,0 +1,105 @@
|
||||
#
|
||||
|
||||
pluginName = PSEIM Edit Support
|
||||
providerName = IRT AESE (IRT Saint Exup<75>ry)
|
||||
|
||||
_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_Component_type = Component
|
||||
_UI_Port_type = Port
|
||||
_UI_Link_type = Link
|
||||
_UI_GraphElement_type = Graph Element
|
||||
_UI_Property_type = Property
|
||||
_UI_BasicProperty_type = Basic Property
|
||||
_UI_IntegerProperty_type = Integer Property
|
||||
_UI_StringProperty_type = String Property
|
||||
_UI_BooleanProperty_type = Boolean Property
|
||||
_UI_ReferenceProperty_type = Reference Property
|
||||
_UI_PropertyHolder_type = Property Holder
|
||||
_UI_NamedElement_type = Named Element
|
||||
_UI_IdentifiedElement_type = Identified Element
|
||||
_UI_Model_type = Model
|
||||
_UI_BorderElement_type = Border Element
|
||||
_UI_Element_type = Element
|
||||
_UI_Unknown_type = Object
|
||||
|
||||
_UI_Unknown_datatype= Value
|
||||
|
||||
_UI_Component_content_feature = Content
|
||||
_UI_Port_direction_feature = Direction
|
||||
_UI_Link_src_feature = Src
|
||||
_UI_Link_dst_feature = Dst
|
||||
_UI_Property_key_feature = Key
|
||||
_UI_IntegerProperty_value_feature = Value
|
||||
_UI_StringProperty_value_feature = Value
|
||||
_UI_BooleanProperty_value_feature = Value
|
||||
_UI_ReferenceProperty_ref_feature = Ref
|
||||
_UI_PropertyHolder_properties_feature = Properties
|
||||
_UI_NamedElement_name_feature = Name
|
||||
_UI_IdentifiedElement_uid_feature = Uid
|
||||
_UI_Model_modelElements_feature = Model Elements
|
||||
_UI_Unknown_feature = Unspecified
|
||||
|
||||
_UI_PortDirection_UNSPECIFIED_literal = UNSPECIFIED
|
||||
_UI_PortDirection_IN_literal = IN
|
||||
_UI_PortDirection_OUT_literal = OUT
|
||||
_UI_PortDirection_INOUT_literal = INOUT
|
||||
_UI_Library_type = Library
|
||||
_UI_Pattern_type = Pattern
|
||||
_UI_CardinalityElement_type = Cardinality Element
|
||||
_UI_PatternComponent_type = Pattern Component
|
||||
_UI_PatternPort_type = Pattern Port
|
||||
_UI_PatternLink_type = Pattern Link
|
||||
_UI_MultiplicityElement_type = Multiplicity Element
|
||||
_UI_Library_name_feature = Name
|
||||
_UI_Library_patterns_feature = Patterns
|
||||
_UI_Pattern_typeHS_feature = Type HS
|
||||
_UI_Pattern_typeFailure_feature = Type Failure
|
||||
_UI_Pattern_alsoKnownAs_feature = Also Known As
|
||||
_UI_Pattern_usedTactics_feature = Used Tactics
|
||||
_UI_Pattern_context_feature = Context
|
||||
_UI_Pattern_domain_feature = Domain
|
||||
_UI_Pattern_isSingleChannel_feature = Is Single Channel
|
||||
_UI_Pattern_interfaceElements_feature = Interface Elements
|
||||
_UI_Pattern_cardinalityElements_feature = Cardinality Elements
|
||||
_UI_CardinalityElement_calculatedVia_feature = Calculated Via
|
||||
_UI_PatternComponent_mergeContent_feature = Merge Content
|
||||
_UI_PatternPort_dir_feature = Dir
|
||||
_UI_PatternLink_linkType_feature = Link Type
|
||||
_UI_PatternLink_element_feature = Element
|
||||
_UI_MultiplicityElement_multiplicityValue_feature = Multiplicity Value
|
||||
_UI_MultiplicityElement_cardinalityElement_feature = Cardinality Element
|
||||
_UI_IdentifiedElement_identifiedAs_feature = Identified As
|
||||
_UI_PatternTypeHS_Hardware_literal = Hardware
|
||||
_UI_PatternTypeHS_Software_literal = Software
|
||||
_UI_PatternTypeFailureMode_Fail_safe_literal = Fail_safe
|
||||
_UI_PatternTypeFailureMode_Fail_over_literal = Fail_over
|
||||
_UI_SafetyTactic_Simplicity_literal = Simplicity
|
||||
_UI_SafetyTactic_Substitution_literal = Substitution
|
||||
_UI_SafetyTactic_Sanity_Check_literal = Sanity_Check
|
||||
_UI_SafetyTactic_Condition_Monitoring_literal = Condition_Monitoring
|
||||
_UI_SafetyTactic_Comparison_literal = Comparison
|
||||
_UI_SafetyTactic_Diverse_Redundancy_literal = Diverse_Redundancy
|
||||
_UI_SafetyTactic_Replication_Redundancy_literal = Replication_Redundancy
|
||||
_UI_SafetyTactic_Repair_literal = Repair
|
||||
_UI_SafetyTactic_Degradation_literal = Degradation
|
||||
_UI_SafetyTactic_Voting_literal = Voting
|
||||
_UI_SafetyTactic_Override_literal = Override
|
||||
_UI_SafetyTactic_Barrier_literal = Barrier
|
||||
_UI_SafetyTactic_Heartbeat_literal = Heartbeat
|
||||
_UI_LinkType_TRANSPOSE_literal = TRANSPOSE
|
||||
_UI_LinkType_IDENTITY_literal = IDENTITY
|
||||
_UI_LinkType_SHIFT_literal = SHIFT
|
||||
_UI_LinkType_FIRST_literal = FIRST
|
||||
_UI_LinkType_ROTATE_literal = ROTATE
|
||||
_UI_PatternPortDirection_UNSPECIFIED_literal = UNSPECIFIED
|
||||
_UI_PatternPortDirection_IN_literal = IN
|
||||
_UI_PatternPortDirection_OUT_literal = OUT
|
||||
_UI_PatternPortDirection_INOUT_literal = INOUT
|
||||
Reference in New Issue
Block a user