Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/messages/messages.properties')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/messages/messages.properties42
1 files changed, 42 insertions, 0 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/messages/messages.properties b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/messages/messages.properties
new file mode 100644
index 00000000000..abe6c8fc5ba
--- /dev/null
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/messages/messages.properties
@@ -0,0 +1,42 @@
+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
+SelectOutputPage_0=Output context Page
+SelectOutputPage_1= How would you like to generate your new View Property ? \n Select your strategy and your source
+SelectOutputPage_2=Don't generate dependencies
+SelectOutputPage_3=Generate dependencies in the same file
+SelectOutputPage_4=Generate dependencies in different files
+SourceValidator_2=Source file should be a .Ecore file
+SourceValidator_4=Source file should be a .Uml file
+SourceValidator_5=Source file does not exist in workspace
+SourceValidator_6=Source must not be blank
+SourceValidator_7=Target file should be .CTX file
+FileChooser_browseWorkspace=Browse workspace...
+TargetValidator_2=Target File should be a .ctx file
+TargetValidator_3=Specify a target file
+TernaryButton_defaultFalse=Default (False)
+TernaryButton_defaultTrue=Default (True)
+TernaryButton_false=False
+TernaryButton_true=True

Back to the top