| # ==================================================================== |
| # Copyright (c) 2007, 2018 THALES GLOBAL SERVICES. |
| # This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0 |
| # |
| # Contributors: |
| # Obeo - initial API and implementation |
| # ==================================================================== |
| |
| # ==================================================================== |
| # To code developer: |
| # Do NOT change the properties between this line and the |
| # "%%% END OF TRANSLATED PROPERTIES %%%" line. |
| # Make a new property name, append to the end of the file and change |
| # the code to use the new property. |
| # ==================================================================== |
| |
| # ==================================================================== |
| # %%% END OF TRANSLATED PROPERTIES %%% |
| # ==================================================================== |
| |
| pluginName = Sirius Viewpoints Specification Editor |
| providerName = Eclipse Modeling Project |
| |
| _UI_SiriusEditor_menu = &Viewpoint Editor |
| _UI_SiriusEditor_menu = &Description Editor |
| _UI_SiriusEditor_menu = &Style Editor |
| _UI_SiriusEditor_menu = &Tool Editor |
| _UI_SiriusEditor_menu = &Validation Editor |
| _UI_SiriusEditor_menu = &Audit Editor |
| |
| _UI_CreateChild_menu_item = &New Child |
| _UI_CreateSibling_menu_item = N&ew Sibling |
| |
| _UI_ShowPropertiesView_menu_item = Show &Properties View |
| _UI_RefreshViewer_menu_item = &Refresh |
| |
| _UI_SelectionPage_label = Selection |
| _UI_ParentPage_label = Parent |
| _UI_ListPage_label = List |
| _UI_TreePage_label = Tree |
| _UI_TablePage_label = Table |
| _UI_TreeWithColumnsPage_label = Tree with Columns |
| _UI_ObjectColumn_label = Object |
| _UI_SelfColumn_label = Self |
| |
| _UI_NoObjectSelected = Selected Nothing |
| _UI_SingleObjectSelected = Selected Object: {0} |
| _UI_MultiObjectSelected = Selected {0} Objects |
| |
| _UI_OpenEditorError_label = Open Editor |
| |
| _UI_Wizard_category = Example EMF Model Creation Wizards |
| |
| _UI_CreateModelError_message = Problems encountered in file "{0}" |
| |
| _UI_ViewpointModelWizard_label = Viewpoint Model |
| _UI_ViewpointModelWizard_description = Create a new Viewpoint model |
| |
| _UI_SiriusEditor_label = Viewpoint Specification Editor |
| |
| _UI_SiriusEditorFilenameDefaultBase = My |
| _UI_SiriusEditorFilenameExtension = Viewpoint |
| _UI_DescriptionModelWizard_label = Description Model |
| _UI_DescriptionModelWizard_description = Create a new Description model |
| |
| _UI_SiriusEditor_label = Description Model Editor |
| |
| _UI_SiriusEditorFilenameDefaultBase = My |
| _UI_SiriusEditorFilenameExtension = Description |
| _UI_StyleModelWizard_label = Style Model |
| _UI_StyleModelWizard_description = Create a new Style model |
| |
| _UI_SiriusEditor_label = Style Model Editor |
| |
| _UI_SiriusEditorFilenameDefaultBase = My |
| _UI_SiriusEditorFilenameExtension = Style |
| _UI_ToolModelWizard_label = Tool Model |
| _UI_ToolModelWizard_description = Create a new Tool model |
| |
| _UI_SiriusEditor_label = Tool Model Editor |
| |
| _UI_SiriusEditorFilenameDefaultBase = My |
| _UI_SiriusEditorFilenameExtension = Tool |
| _UI_ValidationModelWizard_label = Validation Model |
| _UI_ValidationModelWizard_description = Create a new Validation model |
| |
| _UI_SiriusEditor_label = Validation Model Editor |
| |
| _UI_SiriusEditorFilenameDefaultBase = My |
| _UI_SiriusEditorFilenameExtension = Validation |
| _UI_AuditModelWizard_label = Audit Model |
| _UI_AuditModelWizard_description = Create a new Audit model |
| |
| _UI_SiriusEditor_label = Audit Model Editor |
| |
| _UI_SiriusEditorFilenameDefaultBase = My |
| _UI_SiriusEditorFilenameExtension = Audit |
| |
| _UI_Wizard_label = New |
| |
| _WARN_FilenameExtension = The file name must end in ".{0}" |
| |
| _UI_ModelObject = Model Object |
| _UI_XMLEncoding = XML Encoding |
| _UI_XMLEncodingChoices = UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1 |
| _UI_Wizard_initial_object_description = Select a model object to create |
| |
| _UI_FileConflict_label = File Conflict |
| _WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes? |
| |
| #Start of user code specific keys |
| |
| _UI_SiriusEditor_label = Viewpoint Specification Editor |
| _UI_SiriusEditorFilenameExtension = odesign |
| _UI_SiriusModelWizard_label = Viewpoint Specification Model |
| _UI_SiriusModelWizard_description = Create a new Viewpoint Specification Model |
| _UI_SiriusEditor_menu = &Viewpoint Specification Editor |
| _UI_Group_type = Group |
| _UI_ShowType_menu_item = Show Types |
| _UI_HideType_menu_item = Hide Types |
| |
| _UI_ViewpointSpecificationProjectWizard_label = Create a Viewpoint Specification Project |
| _UI_ViewpointSpecificationProjectWizard_description = Enter a project name |
| _UI_SiriusModelWizard_label = Viewpoint Specification Model |
| _UI_SiriusModelWizard_description = Create a new Viewpoint Specification Model |
| _UI_SiriusModelWizardName_label = Viewpoint Specification Model name: |
| |
| titleSelectAFile = Select a file |
| titleSelectFiles = Select files |
| |
| # Priorities of menus |
| RepresentationPriority = 1000 |
| TemplatePriority = 2000 |
| DiagramElementPriority = 3000 |
| TableElementPriority = 4000 |
| TreeElementPriority = 5000 |
| StylePriority = 6000 |
| ConditionalStylePriority = 7000 |
| ElementCreationPriority = 8000 |
| ElementEditionPriority = 9000 |
| ToolPriority = 10000 |
| ReorderPriority = 11000 |
| RepresentationCreationPriority = 12000 |
| CustomizationPriority = 13000 |
| FilterPriority = 14000 |
| ValidationPriority = 15000 |
| ImportPriority = 16000 |
| MenuPriority = 17000 |
| NavigationPriority = 18000 |
| SimulationPriority = 19000 |
| VariablePriority = 20000 |
| OperationPriority = 21000 |
| LayoutPriority = 22000 |
| ExtensionPriority = 23000 |
| InitializePriority = 24000 |
| RefactorPriority = 25000 |
| DomainClassWidgetsPriority=25500 |
| OthersPriority = 26000 |
| |
| # Priorities of sub-menus |
| # On "Group" |
| viewpoint.description.Viewpoint = 1000 |
| viewpoint.description.UserColorsPalette = 2000 |
| # On "User Color Palette" |
| viewpoint.description.UserFixedColor = 1000 |
| viewpoint.description.ComputedColor = 2000 |
| viewpoint.description.InterpolatedColor = 3000 |
| # On "Component > New Extension" |
| diagram.description.DiagramExtensionDescription = 1000 |
| viewpoint.description.JavaExtension = 2000 |
| viewpoint.description.MetamodelExtensionSetting = 3000 |
| # On "Viewpoint > New Representation" |
| diagram.description.DiagramDescription = 1000 |
| table.description.EditionTableDescription = 2000 |
| table.description.CrossTableDescription = 3000 |
| tree.description.TreeDescription = 4000 |
| sequence.description.SequenceDiagramDescription = 5000 |
| # On "Diagram > New Diagram Element" |
| diagram.description.Layer = 1000 |
| diagram.description.AdditionalLayer = 2000 |
| # On "Diagram > New Layout" |
| diagram.description.OrderedTreeLayout = 1000 |
| diagram.description.CompositeLayout = 2000 |
| # On "Layer > New Diagram Element" |
| diagram.description.NodeMapping = 1000 |
| diagram.description.ContainerMapping = 2000 |
| diagram.description.EdgeMapping = 3000 |
| sequence.description.InstanceRoleMapping = 4000 |
| sequence.description.ExecutionMapping = 5000 |
| sequence.description.BasicMessageMapping = 6000 |
| sequence.description.ReturnMessageMapping = 7000 |
| sequence.description.CreationMessageMapping = 8000 |
| sequence.description.DestructionMessageMapping = 9000 |
| sequence.description.InteractionUseMapping = 10000 |
| sequence.description.CombinedFragmentMapping = 11000 |
| sequence.description.OperandMapping = 12000 |
| sequence.description.ObservationPointMapping = 13000 |
| sequence.description.StateMapping = 14000 |
| sequence.description.EndOfLifeMapping = 15000 |
| viewpoint.description.DecorationDescriptionsSet = 16000 |
| # On "Layer > New Import" |
| diagram.description.NodeMappingImport = 15000 |
| diagram.description.ContainerMappingImport = 25000 |
| diagram.description.EdgeMappingImport = 35000 |
| # On "Node > New Style" |
| diagram.description.style.BundledImageDescription = 1000 |
| diagram.description.style.WorkspaceImageDescription = 2000 |
| diagram.description.style.FlatContainerStyleDescription = 3000 |
| diagram.description.style.SquareDescription = 4000 |
| diagram.description.style.LozengeNodeDescription = 5000 |
| diagram.description.style.DotDescription = 6000 |
| diagram.description.style.EllipseNodeDescription = 7000 |
| diagram.description.style.NoteDescription = 8000 |
| diagram.description.style.GaugeCompositeStyleDescription = 9000 |
| diagram.description.style.ShapeContainerStyleDescription = 10000 |
| diagram.description.style.CustomStyleDescription = 11000 |
| # On "Edge > New Style" |
| diagram.description.style.EdgeStyleDescription = 1000 |
| diagram.description.style.BracketEdgeStyleDescription = 2000 |
| # On "Edge Style > New Style" |
| diagram.description.style.CenterLabelStyleDescription = 1000 |
| diagram.description.style.BeginLabelStyleDescription = 2000 |
| diagram.description.style.EndLabelStyleDescription = 3000 |
| # On "Tool Section > New Element Creation" |
| sequence.description.tool.InstanceRoleCreationTool = 1000 |
| sequence.description.tool.ExecutionCreationTool = 2000 |
| sequence.description.tool.MessageCreationTool = 3000 |
| sequence.description.tool.InteractionUseCreationTool = 4000 |
| sequence.description.tool.CombinedFragmentCreationTool = 5000 |
| sequence.description.tool.OperandCreationTool = 6000 |
| sequence.description.tool.ObservationPointCreationTool = 7000 |
| sequence.description.tool.StateCreationTool = 8000 |
| diagram.description.tool.NodeCreationDescription = 9000 |
| diagram.description.tool.ContainerCreationDescription = 10000 |
| diagram.description.tool.EdgeCreationDescription = 11000 |
| # On "Tool Section > New Element Edition" |
| diagram.description.tool.DirectEditLabel = 1000 |
| viewpoint.description.tool.DeleteElementDescription = 2000 |
| diagram.description.tool.ReconnectEdgeDescription = 3000 |
| diagram.description.tool.DoubleClickDescription = 4000 |
| viewpoint.description.tool.SelectionWizardDescription = 5000 |
| viewpoint.description.tool.PaneBasedSelectionWizardDescription = 6000 |
| diagram.description.tool.ContainerDropDescription = 7000 |
| viewpoint.description.tool.PasteDescription = 8000 |
| # On "Tool Section > New Tool" |
| diagram.description.tool.ToolSection = 1000 |
| diagram.description.tool.ToolGroup = 2000 |
| diagram.description.tool.ToolGroupExtension = 3000 |
| # On "Tool Section > New Menu" |
| viewpoint.description.tool.Group = 1000 |
| viewpoint.description.tool.PopupMenu = 2000 |
| tree.description.TreePopupMenu = 3000 |
| viewpoint.description.tool.OperationAction = 4000 |
| # On "Tool Section > New Navigation" |
| diagram.description.tool.DiagramNavigationDescription = 1000 |
| table.description.TableNavigationDescription = 2000 |
| tree.description.TreeNavigationDescription = 3000 |
| # On "Tool Section > New Representation Creation |
| diagram.description.tool.DiagramCreationDescription = 1000 |
| table.description.TableCreationDescription = 2000 |
| tree.description.TreeCreationDescription = 3000 |
| # On "Tool Section > New Simulation" |
| viewpoint.description.tool.BehaviorTool = 10000 |
| # On "Tool Section > New Reorder" |
| sequence.description.tool.ReorderTool = 1000 |
| sequence.description.tool.InstanceRoleReorderTool = 2000 |
| # On "Tool Section > New Operation/New Extension" |
| viewpoint.description.tool.ExternalJavaAction = 1000 |
| diagram.description.tool.RequestDescription = 2000 |
| # On "Edition/Cross Table Description > New Table Element" |
| table.description.LineMapping = 1000 |
| table.description.FeatureColumnMapping = 2000 |
| table.description.ElementColumnMapping = 3000 |
| table.description.IntersectionMapping = 4000 |
| # On "<TableElement> > New (Conditional) Style" |
| table.description.ForegroundStyleDescription = 1000 |
| table.description.ForegroundConditionalStyle = 2000 |
| table.description.BackgroundStyleDescription = 3000 |
| table.description.BackgroundConditionalStyle = 4000 |
| # On "<LineElement> > New Tool" |
| table.description.CreateLineTool = 1000 |
| table.description.CreateColumnTool = 2000 |
| table.description.CreateCrossColumnTool = 3000 |
| table.description.CreateCellTool = 4000 |
| table.description.LabelEditTool = 5000 |
| table.description.DeleteLineTool = 6000 |
| table.description.DeleteColumnTool = 7000 |
| # On "Tree Item > New Tool" |
| tree.description.TreeItemCreationTool = 1000 |
| tree.description.TreeItemEditionTool = 2000 |
| tree.description.TreeItemDeletionTool = 3000 |
| tree.description.TreeItemDragTool = 4000 |
| tree.description.TreeItemContainerDropTool = 5000 |
| # On <any model operation> > New Operation |
| viewpoint.description.tool.ChangeContext = 1000 |
| viewpoint.description.tool.CreateInstance = 2000 |
| viewpoint.description.tool.SetValue = 3000 |
| viewpoint.description.tool.Unset = 4000 |
| viewpoint.description.tool.MoveElement = 5000 |
| viewpoint.description.tool.RemoveElement = 6000 |
| diagram.description.tool.CreateView = 7000 |
| diagram.description.tool.CreateEdgeView = 8000 |
| viewpoint.description.tool.DeleteView = 9000 |
| diagram.description.tool.Navigation = 10000 |
| viewpoint.description.tool.If = 11000 |
| viewpoint.description.tool.Switch = 12000 |
| viewpoint.description.tool.For = 13000 |
| viewpoint.description.tool.ExternalJavaActionCall = 14000 |
| # On "Switch > New" |
| viewpoint.description.tool.Case = 1000 |
| viewpoint.description.tool.Default = 2000 |
| |
| # On Properties View Description |
| properties.PageDescription = 1000 |
| properties.GroupDescription = 2000 |
| |
| # On Group Description > New Widget... |
| properties.TextDescription = 1000 |
| properties.CheckboxDescription = 2000 |
| properties.RadioDescription = 3000 |
| properties.SelectDescription = 4000 |
| properties.TextAreaDescription = 5000 |
| properties.LabelDescription = 6000 |
| propertiesextwidgetsreference.ExtReferenceDescription = 7000 |
| properties.ListDescription = 8000 |
| properties.HyperlinkDescription = 9000 |
| properties.ButtonDescription = 10000 |
| properties.CustomDescription = 11000 |
| |
| # On New... |
| properties.ContainerDescription = 11000 |
| properties.DynamicMappingFor = 11000 |
| properties.GroupValidationSetDescription = 14000 |
| |
| # On Custom Description > New... |
| properties.CustomExpression = 1000 |
| properties.CustomOperation = 2000 |
| |
| # Put all conditional styles after plain styles |
| properties.GroupConditionalStyle = 2000 |
| properties.GroupStyle = 1000 |
| properties.ButtonWidgetConditionalStyle = 2000 |
| properties.ButtonWidgetStyle = 1000 |
| properties.CheckboxWidgetConditionalStyle = 2000 |
| properties.CheckboxWidgetStyle = 1000 |
| properties.CustomWidgetConditionalStyle = 2000 |
| properties.CustomWidgetStyle = 1000 |
| properties.GroupConditionalStyle = 2000 |
| properties.GroupStyle = 1000 |
| properties.HyperlinkWidgetConditionalStyle = 2000 |
| properties.HyperlinkWidgetStyle = 1000 |
| properties.LabelWidgetConditionalStyle = 2000 |
| properties.LabelWidgetStyle = 1000 |
| properties.RadioWidgetConditionalStyle = 2000 |
| properties.RadioWidgetStyle = 1000 |
| properties.ReferenceWidgetConditionalStyle = 2000 |
| properties.ReferenceWidgetStyle = 1000 |
| properties.SelectWidgetConditionalStyle = 2000 |
| properties.SelectWidgetStyle = 1000 |
| properties.TextWidgetConditionalStyle = 2000 |
| properties.TextWidgetStyle = 1000 |
| properties.WidgetStyle = 1000 |
| |
| ServiceNavigator_targetInitialization_error=The service from expression {0} could not be opened with a Java editor. Make sure the service exists and its class is defined in the VSM as Java extension. |
| ServiceNavigator_serviceNavigationDialog_title=Service navigation |
| ServiceNavigator_serviceNavigationDialog_description=Select the class containing the service to edit. |
| CustomSiriusEditor_failedNavigationTitle=Service class opening failure |
| CustomSiriusEditor_failedNavigationMessage=The service class ''{0}'' could not be found. |
| CustomSiriusEditor_failedNavigationExceptionMessage=The service class ''{0}'' could not be opened. Please check the error log view to know more about the problem. |
| CustomLayoutConfigurationDescriptionPropertySection_noLayoutAlgorithmProviderDescription=No plugin currently installed can handle the current selected layout algorithm with id ''{0}''. It will be ignored. |
| CustomLayoutConfigurationDescriptionPropertySection_noLayoutAlgorithmProviderName=UNKNOWN_LAYOUT_ALGORITHM |
| |
| AddOptionOverridePropertySection_overrideButtonLabel=Add option override |
| LayoutOptionValue_defaultLabel=Value |
| AddOptionOverridePropertySection_dialogTitle=Override options |
| OptionOverrideEditorDialog_optionNameColumnLabel=Name |
| OptionOverrideEditorDialog_optionTypeColumnLabel=Type |
| OptionOverrideEditorDialog_optionDefaultValueColumnLabel=Default Value |
| OptionOverrideEditorDialog_tableLabel=Select options to override |
| OptionOverrideEditorDialog_filteringLabel=Filter available options |
| OptionOverrideEditorDialog_optionDescriptionLabel=Option Description |
| OptionOverrideEditorDialog_optionTargetColumnLabel=Target(s) |
| OptionOverrideEditorDialog_typeEnumLabel=Enum |
| OptionOverrideEditorDialog_typeEnumSetLabel=Enum Set |
| OptionOverrideEditorDialog_typeStringLabel=String |
| OptionOverrideEditorDialog_typeBooleanLabel=Boolean |
| OptionOverrideEditorDialog_typeDoubleLabel=Double |
| OptionOverrideEditorDialog_typeIntegerLabel=Integer |
| OptionOverrideEditorDialog_targetParentLabel=Parent |
| OptionOverrideEditorDialog_targetNodeLabel=Node |
| OptionOverrideEditorDialog_targetEdgeLabel=Edge |
| OptionOverrideEditorDialog_targePortLabel=Port |
| OptionOverrideEditorDialog_targetLabelLabel=Label |
| |
| # on Main eclipse toolbar |
| command.reloadVSM.name=Reload installed VSMs |
| |
| # propertyTab labels |
| propertyTab.viewpoint.tab.path.label=Path |
| propertyTab.viewpoint.tab.decorators.label=Decorators |
| propertyTab.viewpoint.tab.domain_based.label=Domain based |
| propertyTab.viewpoint.tab.all.label=All |
| propertyTab.viewpoint.tab.default.label=default |
| propertyTab.viewpoint.tab.label.label=Label |
| propertyTab.viewpoint.tab.import.label=Import |
| propertyTab.viewpoint.tab.corner.label=Corner |
| propertyTab.viewpoint.tab.general.label=General |
| propertyTab.viewpoint.tab.documentation.label=Documentation |
| propertyTab.viewpoint.tab.color.label=Color |
| propertyTab.viewpoint.tab.behavior.label=Behavior |
| propertyTab.viewpoint.tab.background.label=Background |
| propertyTab.viewpoint.tab.metamodels.label=Metamodels |
| propertyTab.viewpoint.tab.border.label=Border |
| propertyTab.viewpoint.tab.advanced.label=Advanced |
| #End of user code specific keys |