Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 161b314eba3a6aff0275c516ae77d393abff8b15 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
###############################################################################
# Copyright (c) 2012 CEA LIST.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
# Contributors:
#    Nicolas Bros (Mia-Software) - Bug 375388 - Cell editor for IImage
#    Alban Ménager (Soft-Maint) - Bug 387470 - [EFacet][Custom] Editors
#	 Grégoire Dupé (Mia-Software) - Bug 387470 - [EFacet][Custom] Editors
###############################################################################
ImageComposite_fullImage=Full Image
Create_Customization_Model=Create a customization model
CreateCustomizationWizardImpl_customization=New Customization
CreateCustomizationWizardImpl_Create_new_customization=Create a new Customization
CreateCustomizationWizardImpl_customization_properties=Set the Customization properties
CreateCustomizationWizardImpl_File_extension_restriction=File extension has to be ".custom"
CreateCustomizationWizardPage_Not_a_Plugin_project=Warning : you are creating this Customization in a non-Plugin project. It will not be available until moved to a Plugin project.

Enter_a_nsUri=Enter a nsUri : 
Please_enter_nsUri=Please enter a nsUri
Enter_a_prefix=Enter a prefix : 
Please_enter_prefix=Please enter a prefix
Please_select_EPackage=Please, select an EPackage

CreateEClassCustomizationDialog_Message=Create a new EClass Customization
CreateEClassCustomizationDialog_Title=EClass Customization

CreateFacetCustomizationDialog_Message=Create a new Facet Customization
CreateFacetCustomizationDialog_Title=Facet Customization

Metaclass_mustSelectMetaclass=You must select a MetaClass
ExtendedMetaClass=&Extended Meta-Class:

Facet_mustSelectFacet=You must select an Extended Facet
ExtendedFacet=Extended Facet

Customization=Customization
Customization_mustSelectCustomization=You must select a Customization
Customization_mustGiveCustomizationName=You must give a Customization Name

GetOrCreate_customization_message=Select or a Customization
Select_Customization=Select a Customization
CustomizedFacet=Customized Facet
CustomizedFacet_mustSelectCustomizedFacet=You must select a Customized Facet

OperationFacet=Facet Operation
OperationFacet_mustSelectOperationFacet=You must select a Facet Operation

Add_Customization_title=Add a Customization Property
Add_Customization_message=Add a new Customization Property

Get_customization_property_message=Select a Customization Property
Select_Customization_property=Customization Property

Query_case_name=Customized eTypeElement 
Query_case_type=Case type 

Back to the top