Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2131bfaf1881e10c8d56cce1d4d5ad0b1372f664 (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
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