Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2015-03-27 15:31:34 +0000
committerptessier2015-04-17 06:58:51 +0000
commit2e1b77941b550ada44eb34a005aab451eec08e4f (patch)
tree8ccfd15a961a601d6cd105aea12d09f43f5ca66c /plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/plugin.properties
parente492ddc90ea33db7371e0eb35a9a3a022ad08ed8 (diff)
downloadorg.eclipse.papyrus-2e1b77941b550ada44eb34a005aab451eec08e4f.tar.gz
org.eclipse.papyrus-2e1b77941b550ada44eb34a005aab451eec08e4f.tar.xz
org.eclipse.papyrus-2e1b77941b550ada44eb34a005aab451eec08e4f.zip
Bug 463290 - Papyrus diagram shall be expanded with new visual graphical
notation Change-Id: I1a988a133c8799d1cff5356e3717a2140f530502 Bug 463290 - Papyrus diagram shall be expanded with new visual graphical notation Change-Id: Idfcd4c49f9bb45f8d6567d06a717aafff1f82c74 Bug 463290 - Papyrus diagram shall be expanded with new visual graphical notation update Metamodel Change-Id: Iaa47a0d1d1b472c8246cc8fd8118166124aa6cd9 Bug 463290 - Papyrus diagram shall be expanded with new visual graphical notation remove plugins Change-Id: Ia1fbd849957def00b1d90c4718b15f5ad63fa848 Bug 463290 - Papyrus diagram shall be expanded with new visual graphical notation First Version of the metamodel to expand diagram Change-Id: Iebd87ed949447e21a0e0e588dc9d8f035d6a65db Bug 463290 - Papyrus diagram shall be expanded with new visual graphical notation forgotten files Change-Id: I68d52398e920de3bdb65081e30a70434f62fb854
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/plugin.properties')
-rw-r--r--plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/plugin.properties58
1 files changed, 58 insertions, 0 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/plugin.properties b/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/plugin.properties
new file mode 100644
index 00000000000..3a321500c7e
--- /dev/null
+++ b/plugins/customization/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/plugin.properties
@@ -0,0 +1,58 @@
+#
+
+pluginName = ExpansionModel 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_Representation_type = Representation
+_UI_Compartments_type = Compartments
+_UI_RepresentationLibrary_type = Representation Library
+_UI_Library_type = Library
+_UI_CompartmentLibrary_type = Compartment Library
+_UI_UseContext_type = Use Context
+_UI_DiagramExpansion_type = Diagram Expansion
+_UI_Unknown_type = Object
+
+_UI_Unknown_datatype= Value
+
+_UI_Representation_editPartQualifiedName_feature = Edit Part Qualified Name
+_UI_Representation_kind_feature = Kind
+_UI_Representation_graphicalElementType_feature = Graphical Element Type
+_UI_Representation_compartments_feature = Compartments
+_UI_Representation_reusedId_feature = Reused Id
+_UI_Compartments_hint_feature = Hint
+_UI_Compartments_children_feature = Children
+_UI_Compartments_kind_feature = Kind
+_UI_Library_name_feature = Name
+_UI_CompartmentLibrary_compartments_feature = Compartments
+_UI_UseContext_diagramType_feature = Diagram Type
+_UI_UseContext_representations_feature = Representations
+_UI_UseContext_name_feature = Name
+_UI_DiagramExpansion_usages_feature = Usages
+_UI_DiagramExpansion_libraries_feature = Libraries
+_UI_Unknown_feature = Unspecified
+
+_UI_RepresentationKind_shape_literal = shape
+_UI_RepresentationKind_label_literal = label
+_UI_RepresentationKind_link_literal = link
+_UI_RepresentationKind_borderItem_literal = borderItem
+_UI_RepresentationKind_borderItemLabel_literal = borderItemLabel
+_UI_RepresentationKind_custom_literal = custom
+_UI_CompartmentKind_list_literal = list
+_UI_CompartmentKind_xy_literal = xy
+_UI_RepresentationLibrary_representations_feature = Representations
+_UI_Representation_name_feature = Name
+_UI_Compartments_name_feature = Name
+_UI_Compartments_editPartQualifiedName_feature = Edit Part Qualified Name
+_UI_GmftBasedRepresentation_type = Gmft Based Representation
+_UI_UseContext_gmftRepresentations_feature = Gmft Representations
+_UI_GmftBasedRepresentation_reusedId_feature = Reused Id
+_UI_Representation_viewFactory_feature = View Factory

Back to the top