Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/OSGI-INF/l10n/bundle.properties')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/OSGI-INF/l10n/bundle.properties32
1 files changed, 32 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/OSGI-INF/l10n/bundle.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/OSGI-INF/l10n/bundle.properties
new file mode 100644
index 00000000000..076c95a2150
--- /dev/null
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/OSGI-INF/l10n/bundle.properties
@@ -0,0 +1,32 @@
+##########################################################################
+# 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:
+# Nicolas Guyomar (Mia-Software) - Bug 349546 - EMF Facet facetSet editor
+# Gregoire Dupe (Mia-Software) - Bug 364325 - [Restructuring] The user must be able to navigate into a model using the Facet.
+###########################################################################
+#Properties file for org.eclipse.emf.facet.efacet.ui
+Bundle-Name = EMF Facet EFacet UI (Incubation)
+Bundle-Vendor = Eclipse Modeling Project
+
+category.name = EMF Facet
+wizard.name = Create a FacetSet 0.1 (Deprecated)
+wizard.description = Create a new Facet model
+extension-point.name = Query Factory Wizard Page Registration
+
+menu.label = EMF Facet Commands
+command.name = Create Facet in a FacetSet
+command.name.0 = Add Facet Attribute
+command.name.1 = Add Facet Operation
+command.name.2 = Add Parameter to Facet Operation
+command.name.3 = Add Facet Reference
+view.facetSets = Facet Sets
+navigate_handler = Navigate
+navigation_view = Navigation view
+navigate_command = Navigate
+ETypedElementResult_Display = eTypedElementResultDisplay \ No newline at end of file

Back to the top