Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 79134e3db3c3f25d87ef57bf2a3f72f33114a149 (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
89
90
91
92
93
# 
# 
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# 
# Contributors:
#  CEA LIST - Initial API and implementation

pluginName = Papyrus TypesConfigurations 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_ElementTypeSetConfiguration_type = Element Type Set Configuration
_UI_ElementTypeConfiguration_type = Element Type Configuration
_UI_IconEntry_type = Icon Entry
_UI_ConfigurationElement_type = Configuration Element
_UI_AbstractMatcherConfiguration_type = Abstract Matcher Configuration
_UI_AdviceConfiguration_type = Advice Configuration
_UI_AbstractAdviceBindingConfiguration_type = Abstract Advice Binding Configuration
_UI_SpecializationTypeConfiguration_type = Specialization Type Configuration
_UI_ContainerConfiguration_type = Container Configuration
_UI_MetamodelTypeConfiguration_type = Metamodel Type Configuration
_UI_AbstractEditHelperAdviceConfiguration_type = Abstract Edit Helper Advice Configuration
_UI_DefaultEditHelperAdviceConfiguration_type = Default Edit Helper Advice Configuration
_UI_DefaultAdviceBindingConfiguration_type = Default Advice Binding Configuration
_UI_DefaultMatcherConfiguration_type = Default Matcher Configuration
_UI_Unknown_type = Object
_UI_Unknown_datatype= Value
_UI_ElementTypeSetConfiguration_elementTypeConfigurations_feature = Element Type Configurations
_UI_ElementTypeSetConfiguration_adviceBindingsConfigurations_feature = Advice Bindings Configurations
_UI_ElementTypeSetConfiguration_metamodelNsURI_feature = Metamodel Ns URI
_UI_ElementTypeConfiguration_hint_feature = Hint
_UI_ElementTypeConfiguration_kind_feature = Kind
_UI_ElementTypeConfiguration_iconEntry_feature = Icon Entry
_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_AdviceConfiguration_before_feature = Before
_UI_AdviceConfiguration_after_feature = After
_UI_AdviceConfiguration_inheritance_feature = Inheritance
_UI_AbstractAdviceBindingConfiguration_target_feature = Target
_UI_AbstractAdviceBindingConfiguration_containerConfiguration_feature = Container Configuration
_UI_AbstractAdviceBindingConfiguration_matcherConfiguration_feature = Matcher Configuration
_UI_SpecializationTypeConfiguration_specializedTypesID_feature = Specialized Types ID
_UI_SpecializationTypeConfiguration_editHelperAdviceConfiguration_feature = Edit Helper Advice Configuration
_UI_SpecializationTypeConfiguration_containerConfiguration_feature = Container Configuration
_UI_SpecializationTypeConfiguration_matcherConfiguration_feature = Matcher Configuration
_UI_ContainerConfiguration_containerMatcherConfiguration_feature = Container Matcher Configuration
_UI_ContainerConfiguration_eContainmentFeatures_feature = EContainment Features
_UI_MetamodelTypeConfiguration_eClass_feature = EClass
_UI_MetamodelTypeConfiguration_editHelperClassName_feature = Edit Helper Class Name
_UI_AbstractEditHelperAdviceConfiguration_target_feature = Target
_UI_DefaultEditHelperAdviceConfiguration_editHelperAdviceClassName_feature = Edit Helper Advice Class Name
_UI_DefaultAdviceBindingConfiguration_editHelperAdviceClassName_feature = Edit Helper Advice Class Name
_UI_DefaultMatcherConfiguration_matcherClassName_feature = Matcher Class Name
_UI_Unknown_feature = Unspecified
_UI_InheritanceKind_none_literal = none
_UI_InheritanceKind_all_literal = all
_UI_EditHelperAdviceConfiguration_type = Edit Helper Advice Configuration
_UI_AdviceBindingConfiguration_type = Advice Binding Configuration
_UI_MatcherConfiguration_type = Matcher Configuration
_UI_EditHelperAdviceConfiguration_editHelperAdviceClassName_feature = Edit Helper Advice Class Name
_UI_AdviceBindingConfiguration_editHelperAdviceClassName_feature = Edit Helper Advice Class Name
_UI_MatcherConfiguration_matcherClassName_feature = Matcher Class Name
_UI_AbstractAdviceBindingConfiguration_inheritance_feature = Inheritance
_UI_IdentifiedConfiguration_type = Identified Configuration
_UI_IdentifiedConfiguration_identifier_feature = Identifier
_UI_IdentifiedConfiguration_name_feature = Name
_UI_ElementTypeConfiguration_name_feature = Name
_UI_NamedConfiguration_type = Named Configuration
_UI_NamedConfiguration_name_feature = Name
_UI_ElementTypeConfiguration_externallyRegistered_feature = Externally Registered
_UI_EternallyRegistered_type = Eternally Registered
_UI_ExternallyRegistered_type = Externally Registered
_UI_ExternallyRegisteredType_type = Externally Registered Type
_UI_OrderAdviceConfiguration_type = Order Advice Configuration
_UI_ExternallyRegisteredAdvice_type = Externally Registered Advice
_UI_OrderAdviceConfiguration_before_feature = Before
_UI_OrderAdviceConfiguration_after_feature = After
_UI_SpecializationTypeConfiguration_specializedTypes_feature = Specialized Types

Back to the top