Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6d734cfd609647c5ecbf9eac24859c5e15a65867 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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:
#    Alban Ménager (Soft-Maint) - Bug 387470 - [EFacet][Custom] Editors
###########################################################################
Bundle-Name = Papyrus EMF Facet EFacet SDK UI
Bundle-Vendor = Eclipse Modeling Project

category.name = EMF Facet
wizard.name = Create a FacetSet 0.2
wizard.description = Create a new Facet model
extension-point.name = Query Factory Dialog Registration

menu.label = EMF Facet Commands
command.name = Create FacetSet in a FacetSet
command.name.0 = Create Facet in a FacetSet
command.name.1 = Add Facet Attribute
command.name.2 = Add Facet Operation
command.name.3 = Add Parameter to Facet Operation
command.name.4 = Add Facet Reference
command.name.5 = Edit FacetSet
command.name.6 = Edit Facet
command.name.7 = Edit Facet Attribute
command.name.8 = Edit Facet Operation
command.name.9 = Edit Facet Operation Parameter 
command.name.10 = Edit Facet Reference

Back to the top