Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization.properties.generation/src/org/eclipse/papyrus/properties/generation/messages/messages.properties')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties.generation/src/org/eclipse/papyrus/properties/generation/messages/messages.properties30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties.generation/src/org/eclipse/papyrus/properties/generation/messages/messages.properties b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/src/org/eclipse/papyrus/properties/generation/messages/messages.properties
new file mode 100644
index 00000000000..1663dcd16d1
--- /dev/null
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties.generation/src/org/eclipse/papyrus/properties/generation/messages/messages.properties
@@ -0,0 +1,30 @@
+EcoreGenerator_ecoreGeneratorDescription=Generate a new Property View context from an Ecore Metamodel\nChose the Ecore file corresponding to your metamodel
+EcoreGenerator_ecoreGeneratorName=Create from Ecore Metamodel
+EcoreGenerator_source=Source :
+EditContextGenerator_generateNewContext=Generates a new context from an existing one
+EditContextGenerator_importExistingContext=Import existing context
+ProfileGenerator_description=Generate a new Property View context from a UML Profile\nChose the UML Profile corresponding to your metamodel
+ProfileGenerator_name=Create from UML Profile
+ProfileGenerator_source=Source :
+StandardLayoutGenerator_name=Standard layout generator
+CreateContextMainPage_description=Generate a new Property View context from a Metamodel
+CreateContextMainPage_title=Create context
+CreateContextWizard_pageTitle=New Property view Context
+CreateContextWizard_propertyViewGenerationError=An error occured while generating the property view for
+CreateContextWizard_propertyViewGenerationJobName=Property View Generation for
+GeneratorPage_layoutGenerator=Layout generator :
+GeneratorPage_target=Target :
+GeneratorPage_title=Generator page
+SelectFieldsPage_availableFields=Available fields :
+SelectFieldsPage_description=Description
+SelectFieldsPage_descriptionNotAvailable=N/A
+SelectFieldsPage_displayMultiple=Display multiple
+SelectFieldsPage_displaySingle=Display single
+SelectFieldsPage_field=Field
+SelectFieldsPage_selectFields=Select the fields you want to be displayed in the Property view
+SelectFieldsPage_title=Select fields
+FileChooser_browseWorkspace=Browse workspace...
+TernaryButton_defaultFalse=Default (False)
+TernaryButton_defaultTrue=Default (True)
+TernaryButton_false=False
+TernaryButton_true=True

Back to the top