Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f4054557eb30de59e931ba690f357e2a87b692bb (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
# Copyright (c) 2014, 2015 Christian W. Damus and others.
# 
# 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:
#   Christian W. Damus - Initial API and implementation

pluginName = Papyrus Diagram Modeling Assistants Model 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_ConnectionAssistant_type = Connection Assistant
_UI_Assistant_type = Assistant
_UI_PopupAssistant_type = Popup Assistant
_UI_ElementTypeFilter_type = Element Type Filter
_UI_IProvider_type = IProvider
_UI_ModelingAssistantProvider_type = Modeling Assistant Provider
_UI_IModelingAssistantProvider_type = IModeling Assistant Provider
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_ConnectionAssistant_sourceFilter_feature = Source Filter
_UI_ConnectionAssistant_ownedSourceFilter_feature = Owned Source Filter
_UI_ConnectionAssistant_targetFilter_feature = Target Filter
_UI_ConnectionAssistant_ownedTargetFilter_feature = Owned Target Filter
_UI_Assistant_elementTypeID_feature = Element Type ID
_UI_Assistant_elementType_feature = Element Type
_UI_PopupAssistant_filter_feature = Filter
_UI_PopupAssistant_ownedFilter_feature = Owned Filter
_UI_ElementTypeFilter_elementTypeID_feature = Element Type ID
_UI_ElementTypeFilter_elementType_feature = Element Type
_UI_IProvider_listener_feature = Listener
_UI_ModelingAssistantProvider_assistant_feature = Assistant
_UI_ModelingAssistantProvider_ownedFilter_feature = Owned Filter
_UI_ModelingAssistantProvider_popupAssistant_feature = Popup Assistant
_UI_ModelingAssistantProvider_connectionAssistant_feature = Connection Assistant
_UI_ModelingAssistantProvider_elementType_feature = Element Type
_UI_ModelingAssistantProvider_elementTypeID_feature = Element Type ID
_UI_Unknown_feature = Unspecified

_UI_ModelingAssistantProvider_name_feature = Name
_UI_ConnectionAssistant_owningProvider_feature = Owning Provider
_UI_Assistant_provider_feature = Provider
_UI_ModelingAssistantProvider_clientContext_feature = Client Context
_UI_ModelingAssistantProvider_clientContextID_feature = Client Context ID
_UI_PopupAssistant_owningProvider_feature = Owning Provider
_UI_ElementTypeFilter_provider_feature = Provider
_UI_AssistedElementTypeFilter_type = Assisted Element Type Filter
_UI_AssistedElementTypeFilter_provider_feature = Provider
_UI_ModelingAssistantProvider_excludedElementType_feature = Excluded Element Type
_UI_ModelingAssistantProvider_excludedElementTypeID_feature = Excluded Element Type ID
_UI_ModelingAssistantProvider_relationshipType_feature = Relationship Type
_UI_ModelingAssistantProvider_relationshipTypeID_feature = Relationship Type ID

Back to the top