Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f350afbf70217efc4605766f1bd716bacbadc870 (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

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

pluginName = DiagramTemplate Edit Support
providerName = www.example.org

_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_DiagramDefinition_type = Diagram Definition
_UI_Selection_type = Selection
_UI_SelectionRef_type = Selection Ref
_UI_Template_type = Template
_UI_AbstractSelection_type = Abstract Selection
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_DiagramDefinition_description_feature = Description
_UI_DiagramDefinition_fromRoot_feature = From Root
_UI_DiagramDefinition_selection_feature = Selection
_UI_DiagramDefinition_diagramKind_feature = Diagram Kind
_UI_DiagramDefinition_layoutToApply_feature = Layout To Apply
_UI_DiagramDefinition_name_feature = Name
_UI_SelectionRef_eReference_feature = EReference
_UI_Template_diagramDefinitions_feature = Diagram Definitions
_UI_AbstractSelection_element_feature = Element
_UI_AbstractSelection_kind_feature = Kind
_UI_AbstractSelection_selectionRef_feature = Selection Ref
_UI_AbstractSelection_recursively_feature = Recursively
_UI_Unknown_feature = Unspecified

_UI_SelectionKind_ForAll_literal = ForAll
_UI_SelectionKind_Specific_literal = Specific
_UI_SelectionKind_Query_literal = Query
_UI_DiagramDefinition_prefix_feature = Prefix
_UI_Selection_recursively_feature = Recursively
_UI_Template_targetRoot_feature = Target Root
_UI_AbstractSelection_subTypes_feature = Sub Types

Back to the top