-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
82 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
target/classes/org/modelio/module/attacktreedesigner/i18n/messages.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
AttackTreePaletteGroup.AttackTree = Attack Tree | ||
AttackTreePaletteGroup.Freedrawing = Free Drawing | ||
AttackTreePaletteGroup.NotesAndConstraints = Notes and Constraints | ||
|
||
Info.Session.Create = Create {0} | ||
Info.Session.UpdateModel = Update Model | ||
Info.Session.Delete = Delete {0} | ||
|
||
Ui.Command.AttackTreeDiagramExplorerCommand.Label = Attack Tree Diagram | ||
Ui.Command.AttackTreeDiagramExplorerCommand.Name = Attack Tree Diagram | ||
Ui.Property.Name.Name = Name | ||
Ui.Property.Reference.Name = Reference | ||
Ui.Property.TypeCondition.Name = Type | ||
|
||
|
||
Ui.Dialog.SelectXMLFileImport.Label = Select an XML file to import | ||
Ui.Dialog.SelectDirectoryImport.Label = Select a directory to import | ||
Ui.Dialog.SelectDirectoryExport.Label = Select a directory to export | ||
Ui.Dialog.NoSelectedElement.Label = No selected element! | ||
Ui.Dialog.NoSelectedElementAdd.Message = No element has been selected to add custom tag | ||
Ui.Dialog.EmptyName.Label = Empty name field! | ||
Ui.Dialog.EmptyName.Message = The property name field is empty | ||
Ui.Dialog.EmptyValue.Label = Empty value field! | ||
Ui.Dialog.EmptyValue.Message = The property value field is empty | ||
Ui.Dialog.AddCustomTag.Label = Add a new Custom Tag property | ||
Ui.Dialog.CustomTagName.Label = Provide the name and the value of your property | ||
Ui.Field.CustomTagName.Label = Property name: | ||
Ui.Field.CustomTagValue.Label = Property value: | ||
Ui.Button.Cancel.Label = Cancel | ||
Ui.Button.OK.Label = OK | ||
Ui.Dialog.existingName.Label = Already existing name! | ||
Ui.Dialog.existingName.Message = This property name is already existing | ||
Ui.Dialog.noSelectedElement.Message = No element has been selected to remove custom tag | ||
Ui.Dialog.NoSelectedTagRemove.Message = No element has been selected to remove from custom properties list | ||
Ui.Dialog.NoDiagramFound.Label = No Diagram Found! | ||
Ui.Dialog.NoDiagramFound.Message = Sorry! We could not find the diagram of the referenced tree |
37 changes: 37 additions & 0 deletions
37
target/classes/org/modelio/module/attacktreedesigner/i18n/messages_fr.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
AttackTreePaletteGroup.AttackTree = Attack Tree | ||
AttackTreePaletteGroup.Freedrawing = Free Drawing | ||
AttackTreePaletteGroup.NotesAndConstraints = Notes and Constraints | ||
|
||
Info.Session.Create = Create {0} | ||
Info.Session.UpdateModel = Update Model | ||
Info.Session.Delete = Delete {0} | ||
|
||
Ui.Command.AttackTreeDiagramExplorerCommand.Label = Attack Tree Diagram | ||
Ui.Command.AttackTreeDiagramExplorerCommand.Name = Attack Tree Diagram | ||
Ui.Property.Name.Name = Name | ||
Ui.Property.Reference.Name = Reference | ||
Ui.Property.TypeCondition.Name = Type | ||
|
||
|
||
Ui.Dialog.SelectXMLFileImport.Label = Select an XML file to import | ||
Ui.Dialog.SelectDirectoryImport.Label = Select a directory to import | ||
Ui.Dialog.SelectDirectoryExport.Label = Select a directory to export | ||
Ui.Dialog.NoSelectedElement.Label = No selected element! | ||
Ui.Dialog.NoSelectedElementAdd.Message = No element has been selected to add custom tag | ||
Ui.Dialog.EmptyName.Label = Empty name field! | ||
Ui.Dialog.EmptyName.Message = The property name field is empty | ||
Ui.Dialog.EmptyValue.Label = Empty value field! | ||
Ui.Dialog.EmptyValue.Message = The property value field is empty | ||
Ui.Dialog.AddCustomTag.Label = Add a new Custom Tag property | ||
Ui.Dialog.CustomTagName.Label = Provide the name and the value of your property | ||
Ui.Field.CustomTagName.Label = Property name: | ||
Ui.Field.CustomTagValue.Label = Property value: | ||
Ui.Button.Cancel.Label = Cancel | ||
Ui.Button.OK.Label = OK | ||
Ui.Dialog.existingName.Label = Already existing name! | ||
Ui.Dialog.existingName.Message = This property name is already existing | ||
Ui.Dialog.noSelectedElement.Message = No element has been selected to remove custom tag | ||
Ui.Dialog.NoSelectedTagRemove.Message = No element has been selected to remove from custom properties list | ||
Ui.Dialog.NoDiagramFound.Label = No Diagram Found! | ||
Ui.Dialog.NoDiagramFound.Message = Sorry! We could not find the diagram of the referenced tree |