Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debug/plugins/core/org.eclipse.papyrus.extendedtypes.edit/plugin.properties')
-rw-r--r--tests/debug/plugins/core/org.eclipse.papyrus.extendedtypes.edit/plugin.properties70
1 files changed, 70 insertions, 0 deletions
diff --git a/tests/debug/plugins/core/org.eclipse.papyrus.extendedtypes.edit/plugin.properties b/tests/debug/plugins/core/org.eclipse.papyrus.extendedtypes.edit/plugin.properties
new file mode 100644
index 00000000000..bc1dd29cc18
--- /dev/null
+++ b/tests/debug/plugins/core/org.eclipse.papyrus.extendedtypes.edit/plugin.properties
@@ -0,0 +1,70 @@
+#################################################################################
+# Copyright (c) 2010 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:
+# Remi Schnekenburger remi.schnekenburger@cea.fr - Initial API and implementation
+##################################################################################
+pluginName=Papryus ExtendedTypes Edit Support (Incubation)
+providerName=Eclipse Modeling Project
+
+_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_ExtendedElementTypeSet_type = Extended Element Type Set
+_UI_ExtendedElementTypeConfiguration_type = Extended Element Type Configuration
+_UI_IconEntry_type = Icon Entry
+_UI_ActionConfiguration_type = Action Configuration
+_UI_ApplyStereotypeAction_type = Apply Stereotype Action
+_UI_ElementPropertiesValueAction_type = Element Properties Value Action
+_UI_Unknown_type = Object
+
+_UI_Unknown_datatype= Value
+
+_UI_ExtendedElementTypeSet_elementType_feature = Element Type
+_UI_ExtendedElementTypeSet_id_feature = Id
+_UI_ExtendedElementTypeConfiguration_id_feature = Id
+_UI_ExtendedElementTypeConfiguration_iconEntry_feature = Icon Entry
+_UI_ExtendedElementTypeConfiguration_name_feature = Name
+_UI_ExtendedElementTypeConfiguration_hint_feature = Hint
+_UI_ExtendedElementTypeConfiguration_kindName_feature = Kind Name
+_UI_ExtendedElementTypeConfiguration_specializedTypesID_feature = Specialized Types ID
+_UI_ExtendedElementTypeConfiguration_preValidation_feature = Pre Validation
+_UI_ExtendedElementTypeConfiguration_preAction_feature = Pre Action
+_UI_ExtendedElementTypeConfiguration_postAction_feature = Post Action
+_UI_IconEntry_iconPath_feature = Icon Path
+_UI_IconEntry_bundleId_feature = Bundle Id
+_UI_Unknown_feature = Unspecified
+
+_UI_ApplyStereotypeActionConfiguration_type = Apply Stereotype Action Configuration
+_UI_ElementPropertiesValueActionConfiguration_type = Element Properties Value Action Configuration
+_UI_PreActionConfiguration_type = Pre Action Configuration
+_UI_PostActionConfiguration_type = Post Action Configuration
+_UI_ActionConfiguration_label_feature = Label
+_UI_ActionConfiguration_id_feature = Id
+_UI_StereotypeToApply_type = Stereotype To Apply
+_UI_ApplyStereotypeActionConfiguration_stereotypesToApply_feature = Stereotypes To Apply
+_UI_StereotypeToApply_stereotypeQualifiedName_feature = Stereotype Qualified Name
+_UI_StereotypeToApply_updateName_feature = Update Name
+_UI_ModifySemanticValuesActionConfiguration_type = Modify Semantic Values Action Configuration
+_UI_FeatureToSet_type = Feature To Set
+_UI_FeatureValue_type = Feature Value
+_UI_DynamicValue_type = Dynamic Value
+_UI_ConstantValue_type = Constant Value
+_UI_ListValue_type = List Value
+_UI_QueryExecutionValue_type = Query Execution Value
+_UI_ModifySemanticValuesActionConfiguration_featuresToSet_feature = Features To Set
+_UI_FeatureToSet_featureName_feature = Feature Name
+_UI_FeatureToSet_value_feature = Value
+_UI_ConstantValue_valueInstance_feature = Value Instance
+_UI_ListValue_values_feature = Values
+_UI_QueryExecutionValue_configuration_feature = Configuration

Back to the top