Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 34a06d089560e272b86b619fac9f1d342496a891 (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
94
95
96
97
98
99
100
101
102
103
104
105

# <copyright>
# </copyright>
#
# $Id$

pluginName = Papryus PaletteConfiguration 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_PaletteConfiguration_type = Palette Configuration
_UI_ToolConfiguration_type = Tool Configuration
_UI_StackConfiguration_type = Stack Configuration
_UI_ChildConfiguration_type = Child Configuration
_UI_DrawerConfiguration_type = Drawer Configuration
_UI_Configuration_type = Configuration
_UI_IconDescriptor_type = Icon Descriptor
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_PaletteConfiguration_drawerConfigurations_feature = Drawer Configurations
_UI_ToolConfiguration_preValidationQuery_feature = Pre Validation Query
_UI_StackConfiguration_toolConfigurations_feature = Tool Configurations
_UI_DrawerConfiguration_ownedConfigurations_feature = Owned Configurations
_UI_Configuration_id_feature = Id
_UI_Configuration_label_feature = Label
_UI_Configuration_description_feature = Description
_UI_Configuration_icon_feature = Icon
_UI_IconDescriptor_pluginID_feature = Plugin ID
_UI_IconDescriptor_iconPath_feature = Icon Path
_UI_Unknown_feature = Unspecified

_UI_ToolConfiguration_elementTypes_feature = Element Types
_UI_ToolConfiguration_kind_feature = Kind
_UI_ToolKind_CreationTool_literal = CreationTool
_UI_ToolKind_ConnectionTool_literal = ConnectionTool
_UI_ElementDescriptor_type = Element Descriptor
_UI_ToolConfiguration_elementDescriptors_feature = Element Descriptors
_UI_ElementDescriptor_elementTypeId_feature = Element Type Id
_UI_ElementDescriptor_graphicalHints_feature = Graphical Hints
_UI_SeparatorConfiguration_type = Separator Configuration
_UI_LeafConfiguration_type = Leaf Configuration
_UI_StackConfiguration_ownedConfigurations_feature = Owned Configurations
_UI_PaletteConfiguration_requiredProfiles_feature = Required Profiles
_UI_ToolConfiguration_toolClassName_feature = Tool Class Name
_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_EditHelperAdviceConfiguration_type = Edit Helper Advice Configuration
_UI_AdviceBindingConfiguration_type = Advice Binding Configuration
_UI_MatcherConfiguration_type = Matcher Configuration
_UI_IdentifiedConfiguration_type = Identified Configuration
_UI_NamedConfiguration_type = Named Configuration
_UI_ExternallyRegisteredType_type = Externally Registered Type
_UI_ExternallyRegisteredAdvice_type = Externally Registered Advice
_UI_ElementDescriptor_elementType_feature = Element Type
_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_description_feature = Description
_UI_AdviceConfiguration_before_feature = Before
_UI_AdviceConfiguration_after_feature = After
_UI_AbstractAdviceBindingConfiguration_target_feature = Target
_UI_AbstractAdviceBindingConfiguration_containerConfiguration_feature = Container Configuration
_UI_AbstractAdviceBindingConfiguration_matcherConfiguration_feature = Matcher Configuration
_UI_AbstractAdviceBindingConfiguration_inheritance_feature = Inheritance
_UI_SpecializationTypeConfiguration_editHelperAdviceConfiguration_feature = Edit Helper Advice Configuration
_UI_SpecializationTypeConfiguration_containerConfiguration_feature = Container Configuration
_UI_SpecializationTypeConfiguration_matcherConfiguration_feature = Matcher Configuration
_UI_SpecializationTypeConfiguration_specializedTypes_feature = Specialized Types
_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_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_IdentifiedConfiguration_identifier_feature = Identifier
_UI_NamedConfiguration_name_feature = Name
_UI_InheritanceKind_none_literal = none
_UI_InheritanceKind_all_literal = all
_UI_Configuration_filters_feature = Filters

Back to the top