home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / communic / email / Evolution-2.8.2-2.msi / Data1.cab / evolution_message_composer.x < prev    next >
Text File  |  2007-03-07  |  6KB  |  178 lines

  1. <Root>
  2.     <commands>
  3.  
  4.             <cmd name="FileOpen" _label="Open" hidden="1"
  5.         _tip="Open a file" pixtype="stock" pixname="gtk-open" accel="*Control*o"/>
  6.         
  7.             <cmd name="FileSave" _label="Save"
  8.         _tip="Save the current file" pixtype="stock" pixname="gtk-save"
  9.         accel="*Ctrl*s"/>
  10.  
  11.         <cmd name="FileSaveDraft" _label="Save Draft"
  12.         _tip="Save as draft" pixtype="pixbuf" 
  13.         accel="*Ctrl**Shift*s"/>
  14.  
  15.             <cmd name="FileSaveAs" _label="Save As"
  16.             _tip="Save the current file with a different name"
  17.         pixtype="stock" pixname="gtk-save-as"/>
  18.         
  19.             <cmd name="FileClose" _label="Close"
  20.         _tip="Close the current file" pixtype="stock" pixname="gtk-close"
  21.         accel="*Ctrl*w"/>
  22.         
  23.         <cmd name="FileSaveInFolder" _label="Save in folder..."
  24.         _tip="Save the message in a specified folder"/>
  25.  
  26.         <cmd name="FileSend" _label="Send" _tip="Send this message"
  27.         accel="*Ctrl*Return"
  28.                 pixtype="pixbuf"/>
  29.         
  30.         <cmd name="FileAttach" _label="Attach" _tip="Attach a file"
  31.         accel="*Ctrl*m"
  32.         pixtype="pixbuf"/>
  33.         
  34.         <cmd name="DeleteAll" _label="_Delete all"
  35.         pixtype="stock" pixname="gtk-delete"
  36.         _tip="Delete all but signature"/>
  37.  
  38.         <cmd name="RequestReceipt" _label="R_equest Read Receipt"
  39.              _tip="Get delivery notification when your message is read"
  40.              type="toggle" state="0"/>
  41.          
  42.             <cmd name="SetPriority" _label="_Prioritize Message"
  43.              _tip="Set the message priority to high"
  44.              type="toggle" state="0"/>
  45.         
  46.         <cmd name="FormatHtml" _label="HT_ML" _tip="Send the mail in HTML format"
  47.         type="toggle" state="0"/> 
  48.         
  49.         <cmd name="ViewFrom" _label="_From Field"
  50.         _tip="Toggles whether the From chooser is displayed" type="toggle" state="0"/>
  51.         
  52.                 <cmd name="ViewTo" _label="_To Field"
  53.         _tip="Toggles whether the To field is displayed"
  54.         type="toggle" state="0"/>
  55.  
  56.                 <cmd name="ViewPostTo" _label="_Post-To Field"
  57.         _tip="Toggles whether the Post-To field is displayed"
  58.         type="toggle" state="0"/>
  59.  
  60.                 <cmd name="ViewReplyTo" _label="_Reply-To Field"
  61.         _tip="Toggles whether the Reply-To field is displayed"
  62.         type="toggle" state="0"/>
  63.         
  64.         <cmd name="ViewCC" _label="_Cc Field"
  65.         _tip="Toggles whether the CC field is displayed"
  66.         type="toggle" state="0"/>
  67.                 
  68.         <cmd name="ViewBCC" _label="_Bcc Field"
  69.         _tip="Toggles whether the BCC field is displayed"
  70.         type="toggle" state="0"/>
  71.         
  72.         
  73.                 <cmd name="SecurityPGPSign" _label="PGP Sign" _tip="Sign this message with your PGP key"
  74.         type="toggle" state="0"/>
  75.         
  76.                 <cmd name="SecurityPGPEncrypt" _label="PGP Encrypt" _tip="Encrypt this message with PGP"
  77.         type="toggle" state="0"/>
  78.         
  79.                 <cmd name="SecuritySMimeSign" _label="S/MIME Sign" 
  80.                 _tip="Sign this message with your S/MIME Signature Certificate"
  81.         type="toggle" state="0" hidden="1"/>
  82.         
  83.                 <cmd name="SecuritySMimeEncrypt" _label="S/MIME Encrypt" 
  84.                 _tip="Encrypt this message with your S/MIME Encryption Certificate"
  85.         type="toggle" state="0" hidden="1"/>
  86.  
  87.     </commands>
  88.     
  89.         <keybindings>
  90.     
  91.         </keybindings>
  92.     
  93.     <menu>
  94.         <submenu name="File" _label="_File">
  95.             <menuitem name="FileOpen" verb="" _label="_Open..."/>
  96.             <placeholder name="FileOps"/>
  97.             <menuitem name="FileSend" verb="" _label="Send"/>
  98.  
  99.             <separator f="" name="emailcomposer1"/>
  100.  
  101.             <menuitem name="FileSave" verb="" _label="_Save" pixtype="stock" pixname="gtk-save"/>
  102.             <menuitem name="FileSaveAs" verb="" _label="Save _As..." pixtype="stock" pixname="gtk-save-as"/>
  103.                         <menuitem name="FileSaveDraft" verb="" _label="Save _Draft"/>
  104.             <placeholder name="Print" delimit="top"/>
  105.  
  106.             <separator f="" name="emailcomposer2"/>
  107.  
  108.             <menuitem name="FileClose" verb="" _label="_Close"/>
  109.         </submenu>
  110.         
  111.         <submenu name="Edit" _label="_Edit">
  112.              <placeholder name="EditUndoRedo"/>
  113.              <separator f="" name="emailcomposer1"/>
  114.              <placeholder name="EditCutCopyPaste"/>
  115.              <separator f="" name="emailcomposer2"/>
  116.              <placeholder name="EditFindReplace"/>
  117.              <separator f="" name="emailcomposer3"/>
  118.                    <placeholder name="EncodingPlaceholder"/>
  119.              <separator f="" name="emailcomposer4"/>
  120.              <placeholder name="EditMisc"/>
  121.         </submenu>
  122.         
  123.         <submenu name="View" _label="_View">
  124.                     <menuitem name="ViewFrom" verb=""/>
  125.             <menuitem name="ViewTo" verb=""/>
  126.             <menuitem name="ViewPostTo" verb=""/>
  127.                         <menuitem name="ViewReplyTo" verb=""/>
  128.                     <menuitem name="ViewCC" verb=""/>
  129.                     <menuitem name="ViewBCC" verb=""/>
  130.         </submenu>
  131.         
  132.                 <submenu name="Insert" _label="I_nsert">
  133.                     <menuitem name="FileAttach" verb=""
  134.                     _label="_Attachment..." pixtype="pixbuf"/>
  135.                     <placeholder name="Component"/>
  136.             <separator f="" name="emailcomposer"/>
  137.             <menuitem name="RequestReceipt" verb=""/>
  138.             <menuitem name="SetPriority" verb=""/>
  139.                 </submenu>
  140.         
  141.         <submenu name="Format" _label="For_mat">
  142.             <menuitem name="FormatHtml" verb=""/>
  143.         
  144.             <separator/>
  145.             <placeholder name="FormatParagraph"/>
  146.         </submenu>
  147.         
  148.                 <submenu name="Security" _label="_Security">
  149.                         <menuitem name="SecurityPGPSign" verb="" _label="PGP Sign"/>
  150.                         <menuitem name="SecurityPGPEncrypt" verb="" _label="PGP Encrypt"/>
  151.                         <menuitem name="SecuritySMimeSign" verb="" _label="S/MIME Sign"/>
  152.                         <menuitem name="SecuritySMimeEncrypt" verb="" _label="S/MIME Encrypt"/>
  153.                 </submenu>
  154.         
  155.     </menu>
  156.     
  157.     <dockitem name="Toolbar" behavior="exclusive" look="system">
  158.         <toolitem name="FileSend" verb="" pixtype="pixbuf" priority="1"/>
  159.         <separator f="" name="emailcomposer2"/>
  160.         <toolitem name="FileSaveDraft" verb="" pixtype="pixbuf" priority="1"/>
  161.         <toolitem name="FileAttach" verb="" pixtype="pixbuf" priority="1"/>    
  162.  
  163.         <separator f="" name="emailcomposer"/>
  164.         
  165.     </dockitem>    
  166. </Root>
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.