Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7f6dd5b031ab41187ff76e14645a0048f89e4bdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Copyright (c) 2013 CEA LIST.
# 
# 
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
# 
# Contributors:
#  CEA LIST - Initial API and implementation

pluginName = InvariantHierarchyConfiguration Edit Support
providerName = Eclipse Modeling Project

_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_Unknown_datatype= Value

_UI_InvariantSemanticTypeConfiguration_type = Invariant Semantic Type Configuration
_UI_InvariantConfiguration_type = Invariant Configuration
_UI_InvariantSemanticTypeConfiguration_invariantConfiguration_feature = Invariant Configuration
_UI_InvariantConfiguration_parentType_feature = Parent Type
_UI_ExtendedElementTypeSet_type = Extended Element Type Set
_UI_ElementTypeConfiguration_type = Element Type Configuration
_UI_IconEntry_type = Icon Entry
_UI_ConfigurationElement_type = Configuration Element
_UI_ViewTypeAdviceConfiguration_type = View Type Advice Configuration
_UI_SemanticTypeAdviceConfiguration_type = Semantic Type Advice Configuration
_UI_MatcherConfiguration_type = Matcher Configuration
_UI_ActionConfiguration_type = Action Configuration
_UI_ViewActionConfiguration_type = View Action Configuration
_UI_SemanticActionConfiguration_type = Semantic Action Configuration
_UI_SemanticTypeConfiguration_type = Semantic Type Configuration
_UI_ViewTypeConfiguration_type = View Type Configuration
_UI_ElementTypeAdviceConfiguration_type = Element Type Advice Configuration
_UI_ExtendedElementTypeSet_elementType_feature = Element Type
_UI_ElementTypeConfiguration_hint_feature = Hint
_UI_ElementTypeConfiguration_kindName_feature = Kind Name
_UI_ElementTypeConfiguration_specializedTypesID_feature = Specialized Types ID
_UI_IconEntry_iconPath_feature = Icon Path
_UI_IconEntry_bundleId_feature = Bundle Id
_UI_ConfigurationElement_name_feature = Name
_UI_ConfigurationElement_description_feature = Description
_UI_ConfigurationElement_identifier_feature = Identifier
_UI_ConfigurationElement_iconEntry_feature = Icon Entry
_UI_ActionConfiguration_preValidationQueryConfiguration_feature = Pre Validation Query Configuration
_UI_ViewTypeConfiguration_specializedDiagramTypeID_feature = Specialized Diagram Type ID
_UI_ElementTypeAdviceConfiguration_matcherConfiguration_feature = Matcher Configuration
_UI_AspectSemanticTypeConfiguration_type = Aspect Semantic Type Configuration
_UI_AspectSemanticTypeAdviceConfiguration_type = Semantic Type Advice Configuration
_UI_AspectSemanticTypeConfiguration_adviceConfiguration_feature = Advice Configuration
_UI_AspectSemanticTypeAdviceConfiguration_preActionConfiguration_feature = Pre Action Configuration
_UI_AspectSemanticTypeAdviceConfiguration_postActionConfiguration_feature = Post Action Configuration
_UI_Unknown_feature = Unspecified

_UI_InvariantHierarchyConfiguration_type = Invariant Hierarchy Configuration
_UI_HierarchyPermission_type = Hierarchy Permission
_UI_Unknown_type = Object

_UI_InvariantHierarchyConfiguration_permissions_feature = Permissions
_UI_HierarchyPermission_parentType_feature = Parent Type
_UI_HierarchyPermission_isPermitted_feature = Is Permitted
_UI_HierarchyPermission_directContainerLevelOnly_feature = Direct Container Level Only
_UI_ExtendedElementTypeSet_extensible_feature = Extensible
_UI_InvariantRuleConfiguration_type = Invariant Rule Configuration
_UI_ComposedRuleConfiguration_type = Composed Rule Configuration
_UI_AndRule_type = And Rule
_UI_OrRule_type = Or Rule
_UI_InvariantSemanticTypeConfiguration_invariantRuleConfiguration_feature = Invariant Rule Configuration
_UI_ComposedRuleConfiguration_composedRules_feature = Composed Rules
_UI_ElementTypeConfiguration_matcherConfiguration_feature = Matcher Configuration
_UI_HierarchyPermission_isStrict_feature = Is Strict
_UI_InvariantContainerConfiguration_type = Invariant Container Configuration
_UI_InvariantContainerConfiguration_permissions_feature = Permissions
_UI_HierarchyPermission_childType_feature = Child Type
_UI_AspectViewTypeConfiguration_type = Aspect View Type Configuration
_UI_AspectViewTypeAdviceConfiguration_type = Aspect View Type Advice Configuration
_UI_AspectViewTypeConfiguration_adviceConfiguration_feature = Advice Configuration
_UI_AspectViewTypeAdviceConfiguration_preActionConfiguration_feature = Pre Action Configuration
_UI_AspectViewTypeAdviceConfiguration_postActionConfiguration_feature = Post Action Configuration
_UI_AspectSemanticTypeConfiguration_actionConfiguration_feature = Action Configuration
_UI_AspectViewTypeConfiguration_actionConfiguration_feature = Action Configuration

Back to the top