Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/plugin.properties')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/plugin.properties51
1 files changed, 51 insertions, 0 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/plugin.properties b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/plugin.properties
new file mode 100644
index 00000000000..902999c8b1c
--- /dev/null
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi.edit/plugin.properties
@@ -0,0 +1,51 @@
+# Copyright (c) 2014 CEA LIST.
+#
+# 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:
+# CEA LIST - Initial API and implementation
+
+pluginName = UMLDI 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_UmlDiagram_type = Uml Diagram
+_UI_UmlShape_type = Uml Shape
+_UI_UmlDiagramElement_type = Uml Diagram Element
+_UI_UmlStyle_type = Uml Style
+_UI_UmlEdge_type = Uml Edge
+_UI_Unknown_type = Object
+
+_UI_Unknown_datatype= Value
+
+_UI_UmlDiagramElement_umlModelElement_feature = Uml Model Element
+_UI_UmlDiagramElement_sharedUmlStyle_feature = Shared Uml Style
+_UI_UmlDiagramElement_localUmlStyle_feature = Local Uml Style
+_UI_UmlDiagramElement_owningUmlDiagramElement_feature = Owning Uml Diagram Element
+_UI_UmlDiagramElement_ownedUmlDiagramElement_feature = Owned Uml Diagram Element
+_UI_UmlDiagramElement_targetUmlEdge_feature = Target Uml Edge
+_UI_UmlDiagramElement_sourceUmlEdge_feature = Source Uml Edge
+_UI_UmlStyle_fontName_feature = Font Name
+_UI_UmlStyle_fontSize_feature = Font Size
+_UI_UmlEdge_sourceUmlDiagramElement_feature = Source Uml Diagram Element
+_UI_UmlEdge_targetUmlDiagramElement_feature = Target Uml Diagram Element
+_UI_Unknown_feature = Unspecified
+
+_UI_UmlCompartment_type = Uml Compartment
+_UI_UmlLabel_type = Uml Label
+_UI_UmlCompartment_kind_feature = Kind
+_UI_UmlLabel_kind_feature = Kind
+_UI_UmlCompartmentKind_attributes_literal = attributes
+_UI_UmlCompartmentKind_operations_literal = operations
+_UI_UmlLabelKind_name_literal = name

Back to the top