# ----------------------------------------------------------------------- # # V4ALL - Plugin property resource # # ----------------------------------------------------------------------- editor_name = V4E Editor wizard_category_name = V4E Visual Editor wizard_name = V4E Editor wizard_description = Visual Designer for Eclipse # ----------------------------------------------------------------------- # # Model information # # ----------------------------------------------------------------------- Connection.LabelText = Connection Editor.LabelText = Editor # ----------------------------------------------------------------------- # # PropertyDescriptors and PropertySources # # ----------------------------------------------------------------------- DimensionPropertySource.Property.Width.Label = Width DimensionPropertySource.Property.Height.Label = Height LocationPropertySource.Property.X.Label = X LocationPropertySource.Property.Y.Label = Y # ----------------------------------------------------------------------- # # Actions # # ----------------------------------------------------------------------- EditPropertiesAction.ActionLabelText = Edit Properties EditPropertiesAction.ActionToolTipText = Edit Properties # ----------------------------------------------------------------------- # # Actions (AlignmentAction) # # ----------------------------------------------------------------------- AlignmentAction.AlignSubmenu.ActionLabelText =&Align # ----------------------------------------------------------------------- # # EditPolicies # # ----------------------------------------------------------------------- LogicXYLayoutEditPolicy.AddCommandLabelText = Reparenting LogicSubpart LogicXYLayoutEditPolicy.CreateCommandLabelText = Creating LogicSubpart LogicElementEditPolicy.OrphanCommandLabelText = Reparenting LogicSubpart LogicNullConstraintEditPolicy.OrphanCommandLabelText = Reparenting LogicSubpart LogicContainerEditPolicy.OrphanCommandLabelText = Orphan children # ----------------------------------------------------------------------- # # Wizard Page # # ----------------------------------------------------------------------- CreateLogicPage1.Title = Create Visual V4E File CreateLogicPage1.Description = Create a new V4E File. CreateLogicPage1.ModelNames.GroupName = Model CreateLogicPage1.ModelNames.EmptyModelName = Empty Model CreateLogicPage1.ModelNames.HalfAdderModelName = Half-Adder Model CreateLogicPage1.ModelNames.FullAdderModelName = Full-Adder Model CreateLogicPage1.ModelNames.FourBitAdderModelName = Four-bit Adder Model # ----------------------------------------------------------------------- # # Palette and Tools # # ----------------------------------------------------------------------- Category.ComplexParts.Label = Canned Parts Category.Components.Label = Components Category.ControlGroup.Label = Control Group Tool.CreationTool.LogicLabel = Label Tool.CreationTool.JWindow.Label = JWindow Tool.CreationTool.JWindow.Description = Create a JWindow Tool.SelectionTool.Label = Selection Tool.SelectionTool.Description = Selection Tool Tool.MarqueeSelectionTool.Label = Marquee Tool.MarqueeSelectionTool.Description = Marquee Selection Tool Tool.ConnectionCreationTool.Label = Connection Tool.ConnectionCreationTool.Description = Connection tool # ----------------------------------------------------------------------- # # Commands # # ----------------------------------------------------------------------- AddChildCommand.Label = Add child to parent AddCommand.Label = Add command AddCommand.Description = Add ConnectionCommand.Label = wire connection ConnectionCommand.Description = Connection change CreateCommand.Label = Create Object CreateCommand.Description = Create OrphanChildCommand.Label = Orphan LogicSubpart ReorderPartCommand.Label = Reorder Subpart ReorderPartCommand.Description = Reorder SetLocationCommand.Description = Move Object SetLocationCommand.Label.Location = Move Object SetLocationCommand.Label.Resize = Resize Object SetMultipleLocationCommand.Description = Move Objects SetMultipleLocationCommand.Label.Location = Move Objects SetMultipleLocationCommand.Label.Resize = Resize Objects DeleteCommand.Label = Delete Object DeleteCommand.Description = Delete Object DeleteMultipleCommand.Label = Delete Objects DeleteMultipleCommand.Description = Delete Objects # ----------------------------------------------------------------------- # # Exceptions # # ----------------------------------------------------------------------- LogicEditPart.CreateChild.Exception.Runtime_EXC_ =This object has no children Editors.UserEditor = User File Editor PopupMenus.action = Show Action Logic_example_graphical_editor_name = Logic Graphical Editor GEF_example_wizard_category_name = GEF (Graphical Editing Framework) Logic_example_wizard_name = Logic Diagram Logic_example_wizard_description=An example of a wizard that creates sample Logic file ############################################## # PasteTemplateAction Class ############################################## PasteAction.ActionToolTipText_UI_=Paste PasteAction.ActionLabelText_UI_=&Paste PasteAction.ActionDeleteCommandName_UI_=Paste ############################################## # ZoomAction Class ############################################## ZoomAction.ZoomIn.ActionToolTipText_UI_=Zoom In ZoomAction.ZoomIn.ActionLabelText_UI_=Zoom In ZoomAction.ZoomOut.ActionToolTipText_UI_=Zoom Out ZoomAction.ZoomOut.ActionLabelText_UI_=Zoom Out ############################################## # Model information ############################################## Wire.LabelText=Wire LED.LabelText=LED LogicDiagram.LabelText=Logic Diagram Circuit.LabelText=Circuit AndGate.LabelText=And Gate OrGate.LabelText=Or Gate XORGate.LabelText=XOR Gate GroundOutput.LabelText=Ground LiveOutput.LabelText=Positive Voltage ############################################## # PropertyDescriptors and PropertySources ############################################## PropertyDescriptor.Label.Text=Text PropertyDescriptor.LogicSubPart.Size=Size PropertyDescriptor.LogicSubPart.Location=Location PropertyDescriptor.LED.Value=Value PropertyDescriptor.LogicDiagram.ConnectionRouter=Connection Router PropertyDescriptor.LogicDiagram.Manual=Manual PropertyDescriptor.LogicDiagram.Manhattan=Manhattan DimensionPropertySource.Property.Width.Label=Width DimensionPropertySource.Property.Height.Label=Height LocationPropertySource.Property.X.Label=X LocationPropertySource.Property.Y.Label=Y ############################################## # Actions (IncrementDecrementAction) ############################################## IncrementDecrementAction.Increment.ActionLabelText=Increment IncrementDecrementAction.Increment.ActionToolTipText=Increment LED IncrementDecrementAction.Decrement.ActionLabelText=Decrement IncrementDecrementAction.Decrement.ActionToolTipText=Decrement LED ############################################## # Actions (AlignmentAction) ############################################## AlignmentAction.AlignSubmenu.ActionLabelText=&Align ############################################## # EditPolicies ############################################## LogicXYLayoutEditPolicy.AddCommandLabelText=Reparenting LogicSubpart LogicXYLayoutEditPolicy.CreateCommandLabelText=Creating LogicSubpart LogicElementEditPolicy.OrphanCommandLabelText=Reparenting LogicSubpart IncrementDecrementCommand.LabelText=Logic Value Change LogicNullConstraintEditPolicy.OrphanCommandLabelText=Reparenting LogicSubpart LogicContainerEditPolicy.OrphanCommandLabelText=Orphan children ############################################## # Wizard Page ############################################## CreateLogicPage1.Title=Create Logic File CreateLogicPage1.Description=Create a new Logic file resource. CreateLogicPage1.ModelNames.GroupName=Logic Model Samples CreateLogicPage1.ModelNames.EmptyModelName=Empty Model CreateLogicPage1.ModelNames.HalfAdderModelName=Half-Adder Model CreateLogicPage1.ModelNames.FullAdderModelName=Full-Adder Model CreateLogicPage1.ModelNames.FourBitAdderModelName=Four-bit Adder Model ############################################## # LogicPlugin and Tools ############################################## LogicPlugin.Category.ComplexParts.Label=Canned Parts LogicPlugin.Category.Components.Label=Components LogicPlugin.Category.ControlGroup.Label=Control Group LogicPlugin.Tool.CreationTool.LogicLabel=Label LogicPlugin.Tool.CreationTool.Label.Label=Label LogicPlugin.Tool.CreationTool.Label.Description=Creates labels (they support renaming, resizing, dragging, cut and paste, etc.) LogicPlugin.Tool.CreationTool.FlowContainer.Label=Flow Container LogicPlugin.Tool.CreationTool.FlowContainer.Description=Creates a container that can hold other circuit components LogicPlugin.Tool.CreationTool.HalfAdder.Label=HalfAdder LogicPlugin.Tool.CreationTool.HalfAdder.Description=Creates a circuit representing a half-adder LogicPlugin.Tool.CreationTool.FullAdder.Label=FullAdder LogicPlugin.Tool.CreationTool.FullAdder.Description=Creates a circuit representing a full-adder (uses two half-adders) LogicPlugin.Tool.CreationTool.LED.Label=LED LogicPlugin.Tool.CreationTool.LED.Description=Creates an LED which is used to read voltage input/output LogicPlugin.Tool.CreationTool.Circuit.Label=Circuit LogicPlugin.Tool.CreationTool.Circuit.Description=Create a circuit. It can be connected to external circuits/parts, and can have an intricate design as well. LogicPlugin.Tool.CreationTool.ORGate.Label=Or Gate LogicPlugin.Tool.CreationTool.ORGate.Description=Create a gate that performs the logical OR operation LogicPlugin.Tool.CreationTool.XORGate.Label=XOR Gate LogicPlugin.Tool.CreationTool.XORGate.Description=Creates a gate that can perform the logical XOR operation LogicPlugin.Tool.CreationTool.ANDGate.Label=And Gate LogicPlugin.Tool.CreationTool.ANDGate.Description=Creates a gate that can perform the logical AND operation LogicPlugin.Tool.CreationTool.LiveOutput.Label=V+ LogicPlugin.Tool.CreationTool.LiveOutput.Description=Creates a voltage positive node, which is an electrical equivalent of logical 'true' LogicPlugin.Tool.CreationTool.Ground.Label=Ground LogicPlugin.Tool.CreationTool.Ground.Description=Creates a ground node, which is an electrical equivalent of logical 'false' LogicPlugin.Tool.SelectionTool.SelectionTool.Label=Selection LogicPlugin.Tool.SelectionTool.SelectionTool.Description=Selection Tool can be used to select a figure in the editor. LogicPlugin.Tool.MarqueeSelectionTool.MarqueeSelectionTool.Label=Marquee LogicPlugin.Tool.MarqueeSelectionTool.MarqueeSelectionTool.Description=Marquee Selection Tool can be used to select multiple parts in the editor. LogicPlugin.Tool.ConnectionCreationTool.ConnectionCreationTool.Label=Connection LogicPlugin.Tool.ConnectionCreationTool.ConnectionCreationTool.Description=Connection tool can be used to connect the various circuit parts. ############################################## # Commands ############################################## AddChildCommand.Label=Add child to parent AddCommand.Label=Add command AddCommand.Description=Add ConnectionCommand.Label=wire connection ConnectionCommand.Description=Connection change CreateCommand.Label=Create Object CreateCommand.Description=Create OrphanChildCommand.Label=Orphan LogicSubpart ReorderPartCommand.Label=Reorder Subpart ReorderPartCommand.Description=Reorder SetLocationCommand.Description=Move Object SetLocationCommand.Label.Location=Move Object SetLocationCommand.Label.Resize=Resize Object SetMultipleLocationCommand.Description=Move Objects SetMultipleLocationCommand.Label.Location=Move Objects SetMultipleLocationCommand.Label.Resize=Resize Objects DeleteCommand.Label=Delete Object DeleteCommand.Description=Delete Object DeleteMultipleCommand.Label=Delete Objects DeleteMultipleCommand.Description=Delete Objects ############################################### # Used by LogicEditor ##############################################\ GraphicalEditor.FILE_DELETED_TITLE_UI_ = File Deleted GraphicalEditor.FILE_DELETED_WITHOUT_SAVE_INFO_ = IWAG0001I The file has been deleted from the file system. Do you want to save your changes or close the editor without saving? GraphicalEditor.SAVE_BUTTON_UI_ = Save GraphicalEditor.CLOSE_BUTTON_UI_ = Close ############################################### # Exceptions ############################################### LogicEditPart.CreateChild.Exception.Runtime_EXC_=This object has no children ############################################## # ZoomAction Class ############################################## ZoomIn.Tooltip=Zoom In ZoomIn.Label=Zoom &In ZoomOut.Tooltip=Zoom Out ZoomOut.Label=Zoom &Out ############################################## # View Key Binding Category ############################################## ViewCategory.Label=View ############################################## # Tools ############################################## SelectionTool.Label=Select MarqueeTool.Label=Marquee ############################################## # AlignmentAction Class ############################################## AlignLeftAction.Tooltip=Align Left AlignLeftAction.Label=Align &Left AlignRightAction.Tooltip=Align Right AlignRightAction.Label=Align &Right AlignTopAction.Tooltip=Align Top AlignTopAction.Label=Align &Top AlignBottomAction.Tooltip=Align Bottom AlignBottomAction.Label=Align &Bottom AlignCenterAction.Tooltip=Align Center AlignCenterAction.Label=Align &Center AlignMiddleAction.Tooltip=Align Middle AlignMiddleAction.Label=Align &Middle ############################################## # SetPropertyValueCommand Class ############################################## # The paramater {0} is the name of the property being changed. For example, "Set Width Property" SetPropertyValueCommand.Label_UI_=Set {0} Property ############################################## # UndoAction Class ############################################## # The paramater {0} is a description of what is being undone. For example, "Undo Delete Connection" UndoAction.Tooltip=Undo {0} UndoAction.Label=&Undo {0} ############################################## # DeleteAction Class ############################################## DeleteAction.Tooltip=Delete DeleteAction.Label=&Delete DeleteAction.ActionDeleteCommandName_UI_=Delete ############################################## # PrintAction Class ############################################## PrintAction.Tooltip=Print PrintAction.Label=&Print PrintAction.ActionDeleteCommandName_UI_=Print ############################################## # CopyTemplateAction Class ############################################## CopyAction.Tooltip=Copy CopyAction.Label=&Copy CopyAction.ActionDeleteCommandName_UI_=Copy ############################################## # PasteTemplateAction Class ############################################## PasteAction.Tooltip=Paste PasteAction.Label=&Paste PasteAction.ActionDeleteCommandName_UI_=Paste ############################################## # RedoAction Class ############################################## # The paramater {0} is a description of what is being redone. For example, "Redo Resize Parts" RedoAction.Tooltip=Redo {0} RedoAction.Label=&Redo {0} ############################################## # SaveAction Class ############################################## SaveAction.Tooltip=Save SaveAction.Label=&Save ############################################## # RenameAction Class ############################################## RenameAction.Tooltip=Rename RenameAction.Label=Rena&me ############################################## # Exceptions ############################################## Assert.IsNotNull.Exception.AssertionFailed_EXC_= null argument Assert.IsTrue.Exception.AssertionFailed_EXC_= assertion failed ############################################## # Used by GraphicalEditor ##############################################\ GraphicalEditor.FILE_DELETED_TITLE_UI_ = File Deleted GraphicalEditor.FILE_DELETED_WITHOUT_SAVE_INFO_ = The file has been deleted from the file system. Do you want to save your changes or close the editor without saving? GraphicalEditor.SAVE_BUTTON_UI_ = Save GraphicalEditor.CLOSE_BUTTON_UI_ = Close ############################################## # GraphicalRootEditPart ############################################## GraphicalRootEditPart.Overview.Title_UI_=Overview ############################## # Draw2D Exceptions. ############################## Figure.Add.Exception.OutOfBounds_EXC_=IWAG0001E Figure.add(...) invalid index Figure.Add.Exception.IllegalArgument_EXC_=IWAG0002E Figure.add(...) Cycle created in figure heirarchy Figure.Remove.Exception.IllegalArgument_EXC_=IWAG0003E Figure is not a child of this parent Figure.SetConstraint.Exception.IllegalArgument_EXC_=IWAG0004E Figure.setConstraint(..): Figure is not a child PointList.InsertPoint.Exception.IndexOutOfBounds_EXC_=IWAG0005E Invalid insertion index PointList.RemovePoint.Exception.IndexOutOfBounds_EXC_=IWAG0006E Point doesn't exist SWTEventDispatcher.SetControl.Exception.Runtime_EXC_=IWAG0007E Event Dispatcher's Control can only be set once