Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/plugin.properties')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/plugin.properties81
1 files changed, 81 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/plugin.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/plugin.properties
new file mode 100644
index 00000000000..c51a28301d3
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/plugin.properties
@@ -0,0 +1,81 @@
+# Copyright (c) 2011 Mia-Software.
+#
+# 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:
+# Gregoire Dupe (Mia-Software) - Design
+# Nicolas Guyomar (Mia-Software) - Implementation
+#
+
+pluginName = EMF Facet Edit Support (Deprecated) (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_FacetAttribute_type = Facet Attribute
+_UI_FacetReference_type = Facet Reference
+_UI_FacetOperation_type = Facet Operation
+_UI_FacetSet_type = Facet Set
+_UI_Facet_type = Facet
+_UI_Query_type = Query
+_UI_QueryResult_type = Query Result
+_UI_Category_type = Category
+_UI_FacetElement_type = Facet Element
+_UI_QueryFacetElement_type = Query Facet Element
+_UI_OppositeReference_type = Opposite Reference
+_UI_QuerySet_type = Query Set
+_UI_Literal_type = Literal
+_UI_TypedElementRef_type = Typed Element Ref
+_UI_Parameter_type = Parameter
+_UI_ParameterValue_type = Parameter Value
+_UI_QueryContext_type = Query Context
+_UI_Unknown_type = Object
+
+_UI_Unknown_datatype= Value
+
+_UI_FacetSet_facets_feature = Facets
+_UI_FacetSet_categories_feature = Categories
+_UI_Facet_facetSet_feature = Facet Set
+_UI_Facet_conformanceQuery_feature = Conformance Query
+_UI_Facet_extendedMetaclass_feature = Extended Metaclass
+_UI_Facet_facetElements_feature = Facet Elements
+_UI_Query_scope_feature = Scope
+_UI_Query_hasSideEffect_feature = Has Side Effect
+_UI_Query_canBeCached_feature = Can Be Cached
+_UI_Query_parameters_feature = Parameters
+_UI_QueryResult_query_feature = Query
+_UI_QueryResult_scope_feature = Scope
+_UI_QueryResult_parameterValues_feature = Parameter Values
+_UI_QueryResult_result_feature = Result
+_UI_QueryResult_exception_feature = Exception
+_UI_QueryResult_source_feature = Source
+_UI_FacetElement_categories_feature = Categories
+_UI_FacetElement_facet_feature = Facet
+_UI_FacetElement_override_feature = Override
+_UI_QueryFacetElement_query_feature = Query
+_UI_OppositeReference_fOpposite_feature = FOpposite
+_UI_QuerySet_queries_feature = Queries
+_UI_QuerySet_name_feature = Name
+_UI_Literal_value_feature = Value
+_UI_TypedElementRef_typedElement_feature = Typed Element
+_UI_ParameterValue_parameter_feature = Parameter
+_UI_ParameterValue_value_feature = Value
+_UI_QueryContext_selectedModelElements_feature = Selected Model Elements
+_UI_QueryContext_selectedModels_feature = Selected Models
+_UI_Unknown_feature = Unspecified
+
+_UI_FacetSet_name_feature = Name
+_UI_Facet_name_feature = Name
+_UI_FacetSet_extendedPackage_feature = Extended Package
+_UI_FacetSet_extendedMetamodel_feature = Extended Metamodel
+_UI_FacetSet_extendedEPackage_feature = Extended EPackage

Back to the top