Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/views/properties/org.eclipse.papyrus.views.properties.tabbed.customization/src/org/eclipse/papyrus/properties/tabbed/customization/messages.properties')
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.tabbed.customization/src/org/eclipse/papyrus/properties/tabbed/customization/messages.properties53
1 files changed, 53 insertions, 0 deletions
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.tabbed.customization/src/org/eclipse/papyrus/properties/tabbed/customization/messages.properties b/plugins/views/properties/org.eclipse.papyrus.views.properties.tabbed.customization/src/org/eclipse/papyrus/properties/tabbed/customization/messages.properties
new file mode 100644
index 00000000000..2131bfaf188
--- /dev/null
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.tabbed.customization/src/org/eclipse/papyrus/properties/tabbed/customization/messages.properties
@@ -0,0 +1,53 @@
+CustomizeContentWizardPage_ConfigurationArea_Label=Configuration:
+CustomizeContentWizardPage_ContentArea_Label=Content:
+CustomizeContentWizardPage_Error_NoActiveDiagram=Impossible to find the active diagram editor
+CustomizeContentWizardPage_Error_NoEditorForElement=impossible to find an editor for element:
+CustomizeContentWizardPage_Error_NoRootNode=no propertyTabView node was found for this document
+CustomizeContentWizardPage_Error_NoSelectionForMenuCreation=Impossible to find the selection to create the menu
+CustomizeContentWizardPage_Error_NoSelectionFound=Impossible to find the selection to create the menu
+CustomizeContentWizardPage_Error_OutOfBoundExceptionIndex=Wrong index for selection size
+CustomizeContentWizardPage_Error_SelectionStereotypeOrClassifier=selection should be either stereotype or EClassifier, not
+CustomizeContentWizardPage_Job_SavingConfiguration=Saving configuration file
+CustomizeContentWizardPage_Message=Customize property view Wizard
+CustomizeContentWizardPage_PreviewArea_Label=Preview:
+CustomizeContentWizardPage_PreviewArea_RefreshButtonTooltip=Refresh the content of the preview area
+CustomizeContentWizardPage_PreviewArea_SaveButtonTooltip=Saves the current configuration
+CustomizeContentWizardPage_PreviewArea_SelectionSizeLabel=Size:
+CustomizeContentWizardPage_Title=Customize Property View
+CustomizeContentWizardPage_Warning_NoStereotypeNeitherMetaclass=either selected metaclass or selected stereotype should not be null
+CustomizePropertyViewDialog_Title=Property views content customization
+CustomizeContentWizardPage_PreviewArea_AddTabButtonTooltip=Add a tab
+CustomizeContentWizardPage_PreviewArea_DeleteTabButtonTooltip=Remove selected tab(s)
+CustomizeContentWizardPage_PreviewArea_MoveUpTabButtonTooltip=Move the tab(s) up
+CustomizeContentWizardPage_PreviewArea_MoveDownTabButtonTooltip=Move the tab(s) down
+SelectConfigurationFileWizardPage_ErrorMessage_NoValidTextArea=the text area for the new name was disposed or null. A default name has been generated: {0}
+SelectConfigurationFileWizardPage_ErrorMessage_notValidName=Please enter a valid name for the configuration
+SelectConfigurationFileWizardPage_CreateAnEmptyConfig_Label=Create an empty configuration
+SelectConfigurationFileWizardPage_CreateAnEmptyConfigName_DefaultValue=newConfiguration
+SelectConfigurationFileWizardPage_CreateAnEmptyConfigName_Label=Name:
+SelectConfigurationFileWizardPage_CreateAnEmptyConfigName_Tooltip=Enter here the name of the new configuration
+SelectConfigurationFileWizardPage_CreateAnEmptyConfigPluginId_DefaultValue=org.eclipse.uml2.uml
+SelectConfigurationFileWizardPage_CreateAnEmptyConfigPluginId_Label=Plugin Id:
+SelectConfigurationFileWizardPage_CreateAnEmptyConfigPluginId_Tooltip=Enter here the plugin identifier required to load classes at runtime, for example: org.eclipse.uml2.uml
+SelectConfigurationFileWizardPage_CreateFromExistingConfigFile_Dialog_Message=Please select an existing property view configuration.
+SelectConfigurationFileWizardPage_CreateFromExistingConfigFile_Dialog_Title=Select the current configuration
+SelectConfigurationFileWizardPage_CreateFromExistingConfigFile_Label=File:
+SelectConfigurationFileWizardPage_CreateFromExistingConfigName_DefaultValue=newName
+SelectConfigurationFileWizardPage_CreateFromExistingConfigName_Label=Name:
+SelectConfigurationFileWizardPage_CreateFromExistingConfigName_Tooltip=Enter here the name of the new configuration
+SelectConfigurationFileWizardPage_CreateFromExistingConfiguration_Label=Create from an existing configuration
+SelectConfigurationFileWizardPage_CreateFromExistingConfigurationSelectionButton_Label=Select...
+SelectConfigurationFileWizardPage_CreateFromScratch_Label=Create from scratch
+SelectConfigurationFileWizardPage_DefaultConfigurationName=Config_{0}
+SelectConfigurationFileWizardPage_EmptyDocument_InitialComment=Defined using Papyrus Property View customization. Date: {0}
+SelectConfigurationFileWizardPage_Error_NoAreaForWidget=impossible to find the area for the widget
+SelectConfigurationFileWizardPage_ErrorMessage_NoValidExistingConfiguration=Please select an existing configuration
+SelectConfigurationFileWizardPage_ErrorMessage_NoValidPluginIdentifier=Please enter a valid plugin identifier for the configuration
+SelectConfigurationFileWizardPage_ModifyExistingConfig_Dialog_Message=Please select an existing property view configuration.
+SelectConfigurationFileWizardPage_ModifyExistingConfig_Dialog_Title=Select the current configuration
+SelectConfigurationFileWizardPage_ModifyExistingConfiguration_Label=Modify an existing configuration
+SelectConfigurationFileWizardPage_ModifyExistingConfigurationSelectionButton_Label=Select...
+SelectConfigurationFileWizardPage_PageName=Name of the page
+SelectConfigurationFileWizardPage_UserGroup_Label=User
+SelectConfigurationFileWizardPage_SourceGroup_Label=Developer
+SelectConfigurationFileWizardPage_Title=Select the configuration file to edit

Back to the top