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

# TODO: manually put keys and values
UMLCreationWizardTitle=New PapyrusUMLStateMachineDiagram Diagram
UMLCreationWizard_DiagramModelFilePageTitle=Create PapyrusUMLStateMachineDiagram Diagram
UMLCreationWizard_DiagramModelFilePageDescription=Select file that will contain diagram model.
UMLCreationWizard_DomainModelFilePageTitle=Create PapyrusUMLStateMachineDiagram Domain Model
UMLCreationWizard_DomainModelFilePageDescription=Select file that will contain domain model.
UMLCreationWizardOpenEditorError=Error opening diagram editor
UMLCreationWizardCreationError=Creation Problems
UMLCreationWizardPageExtensionError=File name should have {0} extension.
UMLDiagramEditorUtil_OpenModelResourceErrorDialogTitle=Error
UMLDiagramEditorUtil_OpenModelResourceErrorDialogMessage=Failed to load model file {0}
UMLDiagramEditorUtil_CreateDiagramProgressTask=Creating diagram and model files
UMLDiagramEditorUtil_CreateDiagramCommandLabel=Creating diagram and model
UMLDocumentProvider_isModifiable=Updating cache failed
UMLDocumentProvider_handleElementContentChanged=Failed to refresh hierarchy for changed resource
UMLDocumentProvider_IncorrectInputError=Incorrect element used: {0} instead of {1} or {2}
UMLDocumentProvider_NoDiagramInResourceError=Diagram is not present in resource
UMLDocumentProvider_DiagramLoadingError=Error loading diagram
UMLDocumentProvider_UnsynchronizedFileSaveError=The file has been changed on the file system
UMLDocumentProvider_SaveDiagramTask=Saving diagram
UMLDocumentProvider_SaveNextResourceTask=Saving {0}
UMLDocumentProvider_SaveAsOperation=Saving {0} diagram as
InitDiagramFile_ResourceErrorDialogTitle=Error
InitDiagramFile_ResourceErrorDialogMessage=Model file loading failed
InitDiagramFile_WizardTitle=Initialize new {0} diagram file
InitDiagramFile_OpenModelFileDialogTitle=Select domain model
UMLNewDiagramFileWizard_CreationPageName=Initialize new diagram file
UMLNewDiagramFileWizard_CreationPageTitle=Diagram file
UMLNewDiagramFileWizard_CreationPageDescription=Create new diagram based on {0} model content
UMLNewDiagramFileWizard_RootSelectionPageName=Select diagram root element
UMLNewDiagramFileWizard_RootSelectionPageTitle=Diagram root element
UMLNewDiagramFileWizard_RootSelectionPageDescription=Select semantic model element to be depicted on diagram
UMLNewDiagramFileWizard_RootSelectionPageSelectionTitle=Select diagram root element:
UMLNewDiagramFileWizard_RootSelectionPageNoSelectionMessage=Diagram root element is not selected
UMLNewDiagramFileWizard_RootSelectionPageInvalidSelectionMessage=Invalid diagram root element is selected
UMLNewDiagramFileWizard_InitDiagramCommand=Initializing diagram contents
UMLNewDiagramFileWizard_IncorrectRootError=Incorrect model object stored as a root resource object
UMLDiagramEditor_SavingDeletedFile=The original file "{0}" has been deleted.
UMLDiagramEditor_SaveAsErrorTitle=Problem During Save As...
UMLDiagramEditor_SaveAsErrorMessage=Save could not be completed. Target file is already open in another editor.
UMLDiagramEditor_SaveErrorTitle=Save Problems
UMLDiagramEditor_SaveErrorMessage=Could not save file.
UMLElementChooserDialog_SelectModelElementTitle=Select model element
ModelElementSelectionPageMessage=Select model element:
ValidateActionMessage=Validate
RegionCompartmentEditPart_title=RegionCompartment
StateMachineCompartmentEditPart_title=StateMachineCompartment
StateCompartmentEditPart_title=StateCompartment
StateCompartmentEditPartTN_title=StateCompartment
CommandName_OpenDiagram=Open Diagram
MessageFormatParser_InvalidInputError=Invalid input at {0}
UMLModelingAssistantProviderTitle=Select domain model element
UMLModelingAssistantProviderMessage=Available domain model elements:

Back to the top