Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracuccuru2013-06-03 12:14:22 +0000
committeracuccuru2013-06-03 12:14:22 +0000
commit52c81e5f3727eb232b6576ebf9a59ae28a171f06 (patch)
tree79ddeabb0432ceed32d601e85bd0fa63998d8beb /extraplugins/uml/compare2/org.eclipse.papyrus.compare.edit/plugin.properties
parent6a7238ffca624d5c716f2d4e3ca2335e6338c91d (diff)
downloadorg.eclipse.papyrus-52c81e5f3727eb232b6576ebf9a59ae28a171f06.tar.gz
org.eclipse.papyrus-52c81e5f3727eb232b6576ebf9a59ae28a171f06.tar.xz
org.eclipse.papyrus-52c81e5f3727eb232b6576ebf9a59ae28a171f06.zip
409711: [Compare 2] Papyrus shall provide a PostProcessor for Compare 2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=409711
Diffstat (limited to 'extraplugins/uml/compare2/org.eclipse.papyrus.compare.edit/plugin.properties')
-rw-r--r--extraplugins/uml/compare2/org.eclipse.papyrus.compare.edit/plugin.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/extraplugins/uml/compare2/org.eclipse.papyrus.compare.edit/plugin.properties b/extraplugins/uml/compare2/org.eclipse.papyrus.compare.edit/plugin.properties
new file mode 100644
index 00000000000..fcbe9c4f7dd
--- /dev/null
+++ b/extraplugins/uml/compare2/org.eclipse.papyrus.compare.edit/plugin.properties
@@ -0,0 +1,24 @@
+#
+
+pluginName = PapyrusCompare 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_PapyrusDiff_type = Papyrus Diff
+_UI_Unknown_type = Object
+
+_UI_Unknown_datatype= Value
+
+_UI_Unknown_feature = Unspecified
+
+_UI_PapyrusGeneralizationChange_type = Papyrus Generalization Change
+_UI_PapyrusGeneralizationChange_generalizationChange_feature = Generalization Change
+_UI_PapyrusGeneralizationChange_inheritedFeatureNodeChange_feature = Inherited Feature Node Change

Back to the top