Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/plugin.properties')
-rw-r--r--tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/plugin.properties30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/plugin.properties b/tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/plugin.properties
new file mode 100644
index 00000000000..875b0bac090
--- /dev/null
+++ b/tests/debug/plugins/uml/org.eclipse.papyrus.extendedtypes.uml.edit/plugin.properties
@@ -0,0 +1,30 @@
+
+# <copyright>
+# </copyright>
+#
+# $Id$
+
+pluginName = ApplyStereotypeActionConfiguration 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_ApplyStereotypeActionConfiguration_type = Apply Stereotype Action Configuration
+_UI_StereotypeToApply_type = Stereotype To Apply
+_UI_Unknown_type = Object
+
+_UI_Unknown_datatype= Value
+
+_UI_ApplyStereotypeActionConfiguration_stereotypesToApply_feature = Stereotypes To Apply
+_UI_StereotypeToApply_stereotypeQualifiedName_feature = Stereotype Qualified Name
+_UI_StereotypeToApply_updateName_feature = Update Name
+_UI_Unknown_feature = Unspecified
+
+_UI_StereotypeToApply_requiredProfiles_feature = Required Profiles

Back to the top