<Root>
    <strings>
        <str name="MSG_SaveFailed"
            _value="Could not write to the file %s."/>
	<str name="MSG_SaveFailedWrite"
	    _value="Writing error when attempting to save %s"/>
	<str name="MSG_SaveFailedExport"
	    _value="Error while attempting to save %s: could not construct exporter"/>
    </strings>

    <commands>
	<cmd name="DLG_FileClose"
	    _label="_Close"
	    _tip="Close the current file"
	    pixtype="stock" pixname="Close"
	    accel="*Control*w"/>
    </commands>

    <menu>
	<submenu name="DLG_File" _label="_File">
	    <menuitem name="DLG_FileNew" verb=""/>

	    <separator/>

	    <menuitem name="FileClose" verb=""/>

	    <menuitem name="ViewZoom" verb=""
		_label="_Zoom..."
		_tip="Zoom the spreadsheet in or out"/>

	    <menuitem name="ViewNewShared" verb=""
		_label="New _Shared"
		_tip="Create a new shared view of the workbook"/>

	    <placeholder name="BuiltMenuItems"/>

	    <menuitem name="HelpAbout" verb=""/>

	</submenu>

    </menu>

    <dockitem name="StandardToolbar" behavior="exclusive" homogeneous="0"
	band_num="1" look="icon" relief="none">

	<toolitem name="New"
	    pixtype="stock" pixname="New"
	    _label="New"
	     _tip="Create a new workbook"
	    verb="FileNew"/>

	<separator/>

	<toolitem name="Print"
	    pixtype="stock" pixname="Print"
	    _label="Print"
	    _tip="Print the workbook"
	    verb="FilePrint"/>

	<toolitem name="PrintPreview"
	    pixtype="file" _pixname="font-bold-f.png"
	    _label="Print Preview"
	    _tip="Print preview"
	    verb="FilePrintPreview"/>

	<separator/>

	<toolitem name="Copy"
	    pixtype="stock" pixname="Copy"
	    _label="Copy"
	    _tip="Copy the current selection to the clipboard"
	    verb="EditCopy"/>

	<control name="EditUndo" _tip="Undo the last action"/>

	<control name="EditRedo" _tip="Redo the undone action"/>

	<separator/>

	<toolitem name="Sum"
	    pixtype="stock" pixname="Gnumeric_AutoSum"
	    _label="Sum"
	    _tip="Sum into the current cell"
	    verb="AutoSum"/>
	    verb="InsertShapedComponent" behavior="pack-end"/>

	<control name="SheetZoom"
	    _tip="Zoom the spreadsheet in or out"
	    vdisplay="none" behavior="pack-end"/>
    </dockitem>

    <status>
	<item name="main"/>
	<control name="Progress"/>
	<control name="AutoExpr"/>
    </status>
</Root>
