2001-08-17 Damon Chaplin <damon@ximian.com> * evolution-contact-editor.xml: changed 'Send contact to other' to 'Forward Contact' and capitalized 'Send message to Contact' to be consistent with address book. * evolution-addressbook.xml: added '...' to 'Forward Contact' and 'Send Message to Contact' to be consistent with contact editor. svn path=/trunk/; revision=12185
107 lines
2.5 KiB
XML
107 lines
2.5 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="ContactEditorSave" pixtype="pixbuf" accel="*Control*s"/>
|
|
<cmd name="ContactEditorSaveAs" pixtype="pixbuf" accel="*Control*v"/>
|
|
|
|
<cmd name="ContactEditorSendAs"/>
|
|
|
|
<cmd name="ContactEditorSendTo"/>
|
|
|
|
<cmd name="ContactEditorDelete"
|
|
_tip="Delete this item"
|
|
pixtype="stock" pixname="Trash" accel="*Control*d"/>
|
|
|
|
<cmd name="ContactEditorPrint"
|
|
_tip="Print this item"
|
|
pixtype="pixbuf" accel="*Control*p"/>
|
|
|
|
<!-- Envelope printing is disabled for Evolution 1.0.
|
|
<cmd name="ContactEditorPrintEnvelope"
|
|
pixtype="pixbuf"/>
|
|
-->
|
|
|
|
<cmd name="ContactEditorClose"
|
|
pixtype="stock" pixname="Close" accel="*Control*w"/>
|
|
|
|
<cmd name="ContactEditorSaveClose"
|
|
_tip="Save the contact and close the dialog box"
|
|
pixtype="stock" pixname="Save"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
|
|
<submenu name="File" _label="_File">
|
|
|
|
<menuitem name="ContactEditorSave" verb="" _label="_Save"/>
|
|
<menuitem name="ContactEditorSaveAs" verb="" _label="Save _As..."/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="ContactEditorDelete" verb=""
|
|
_label="Delete"/>
|
|
|
|
<separator/>
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="ContactEditorPrint" verb=""
|
|
_label="_Print..."/>
|
|
|
|
<!-- Envelope printing is disabled for Evolution 1.0.
|
|
|
|
<menuitem name="ContactEditorPrintEnvelope" verb=""
|
|
_label="Print En_velope..."/>
|
|
-->
|
|
|
|
</placeholder>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="ContactEditorClose" verb=""
|
|
_label="Close"/>
|
|
|
|
</submenu>
|
|
<submenu name="Actions" _label="_Actions">
|
|
<menuitem name="ContactEditorSendAs" verb=""
|
|
_label="_Forward Contact..."/>
|
|
|
|
<menuitem name="ContactEditorSendTo" verb=""
|
|
_label="Send _Message to Contact..."/>
|
|
</submenu>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar" relief="none" behavior="exclusive"
|
|
hlook="text" vlook="icon">
|
|
<toolitem name="ContactEditorSave" verb=""
|
|
_label="Save" priority="1" />
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="ContactEditorPrint" verb=""
|
|
_label="Print" priority="1" pixtype="pixbuf"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="ContactEditorDelete" verb=""
|
|
_label="Delete" priority="1"/>
|
|
|
|
<toolitem name="ContactEditorClose" verb=""
|
|
_label="Close" priority="1"/>
|
|
|
|
<!--
|
|
<toolitem name="Help" _label="Help"
|
|
_tip="See online help" verb="ContactEditorHelp"
|
|
pixtype="stock" pixname="Help"/>
|
|
|
|
GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Previous"),
|
|
N_("Go to the previous item"), NULL,
|
|
GNOME_STOCK_PIXMAP_BACK),
|
|
GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Next"),
|
|
N_("Go to the next item"), NULL,
|
|
GNOME_STOCK_PIXMAP_FORWARD),
|
|
-->
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|