aboutsummaryrefslogblamecommitdiffstats
path: root/ui/evolution-addressbook.xml
blob: 2481bbba95fbf651d06a81fa7127d0989701c247 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
      

                                         
                                                
                                     

                                      
                                          

                                     


                                                 
                                         
                                               

                                                
 




                                                           


                                                 

                                                                             
                                     
 
                                                      
                                          
                                     
 
                                                        
                                           
                                     
 
                                                                 

                                           
 

                                                                      
                                     
 
                                                                               




                                                                                         

                   
              
                                     

                                                                    

                                                                
                                      
 

                                                                 
                                                                           
                                                          
                                                           
                                                                               
                                                               
                                                           



                                                    

                                                  
                                                                         
                                                    
                                                
                                                                  

                                                



                                      
                                     

                                                                          
        

                                                                            
        


                                                                              
                                                              
                                                          
                                    



                                                                                         
                                     

                          

                                                              
                                                                   
                                                              

                                                   



                                                                          
                              


                                                                  

                                                                       
                                                                   

                                                                         
                                                                           

                                  

               
                                 
                                                   
                                    
                                               
 
                                                       
                                 

                                               
                            
 
                                                      
                                                 
 
                                                      
                                                  
 

                                                    
 

                   
       
<Root>
    <commands>
        <cmd name="ContactDelete"
         _tip="Delete selected contacts"
         accel="*Control*d"/>

        <cmd name="ContactNew"
         _tip="Create new contact"
         accel="*Control*n"/>

        <cmd name="ContactNewList"
         _tip="Create new contact list"/>

        <cmd name="ContactsPrint"
         _tip="Print selected contacts"
         pixtype="stock" pixname="Print"
         accel="*Control*p"/>

        <cmd name="ContactsPrintPreview"
         _tip="Previews the contacts to be printed"
         pixtype="stock" pixname="Print"
         accel="*Control*p"/>

        <cmd name="ContactStop"
         _tip="Stop Loading"
         pixtype="stock" pixname="Stop"/>

        <cmd name="ContactsCut" _label="Cut" _tip="Cut the selection"
         accel="*Control*x"/>

                <cmd name="ContactsCopy" _label="Copy"
         _tip="Copy the selection"
         accel="*Control*c"/>

        <cmd name="ContactsPaste" _label="Paste"
         _tip="Paste the clipboard"
         accel="*Control*v"/>

        <cmd name="ContactsSelectAll" _label="Select All"
         _tip="Select all contacts"
         accel="*Control*a"/>

        <cmd name="ContactsSaveAsVCard" _label="Save as VCard"
         _tip="Save selected contacts as a VCard."
         accel="*Control*v"/>

        <cmd name="ContactsSendContactToOther" _label="Forward Contact"
         _tip="Send selected contacts to another person."/>

        <cmd name="ContactsSendMessageToContact" _label="Send message to contact"
         _tip="Send a mess to the selected contacts."/>

    </commands>

    <menu>
        <submenu name="File">
                <placeholder name="FileOps">
                    <menuitem name="ContactsSaveAsVCard"
                 verb="" _label="_Save as VCard"
                 pixtype="pixbuf"/>
            </placeholder>

                        <submenu name="New">
                        <placeholder name="NewFirstItem">
                                <menuitem name="ContactNew" verb=""
                                 _label="_Contact"
                     pixtype="pixbuf"/>
                                <menuitem name="ContactNewList" verb=""
                                 _label="_Contact List"
                     pixtype="pixbuf"/>
                                    <separator/>
                            </placeholder>
                        </submenu>
      
            <placeholder name="Print">

                <menuitem name="ContactsPrintPreview" verb=""
                  _label="Print Preview"
                  pixtype="pixbuf"/>
                <menuitem name="ContactsPrint" verb=""
                _label="_Print..."
                  pixtype="pixbuf"/>
            </placeholder>

        </submenu>

        <submenu name="Edit">
            <menuitem name="ContactsCut" verb="" _label="C_ut"
             pixtype="pixbuf"/>
    
            <menuitem name="ContactsCopy" verb="" _label="_Copy"
             pixtype="pixbuf"/>
    
            <menuitem name="ContactsPaste" verb="" _label="_Paste"
             pixtype="pixbuf"/>

                <menuitem name="ContactDelete" verb=""
                _label="Delete" pixtype="pixbuf"/>
            <separator/>

            <menuitem name="ContactsSelectAll" verb="" _label="_Select All"/>
        </submenu>

        <submenu name="View">
        </submenu>

                <placeholder name="ComponentToolsPlaceholder">
            <submenu name="Tools" _label="_Tools">
                <menuitem name="ToolSearch" verb=""
                 _label="_Search for Contacts"
                 pixtype="pixbuf"/>

                        <menuitem name="AddressbookConfig" verb=""
                         _label="_Addressbook Sources..."
                         pixtype ="pixbuf"/>
            </submenu>
                </placeholder>

        <placeholder name="ComponentActionsPlaceholder">
                        <submenu name="Actions" _label="_Actions">

                <menuitem name="ContactsSendContactToOther"
                 _label="_Forward Contact..." verb=""/>

                <menuitem name="ContactsSendMessageToContact"
                 _label="Send _Message to Contact..." verb=""/>
                    </submenu>
        </placeholder>
    </menu>

    <dockitem name="Toolbar">
        <toolitem name="ContactNew" verb=""
        _label="New Contact"
        pixtype="pixbuf" priority="1"/>

        <toolitem name="ContactNewList" verb=""
        _label="New List"
        pixtype="pixbuf" priority="1"/>

        <separator/>

        <toolitem name="ContactsPrint" verb=""
        _label="Print" pixtype="pixbuf"/>

        <toolitem name="ContactDelete" verb=""
        _label="Delete" pixtype="pixbuf"/>

        <toolitem name="ContactStop" verb=""
        _label="Stop"/>

    </dockitem>

</Root>