100 lines
		
	
	
		
			No EOL
		
	
	
		
			3.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			100 lines
		
	
	
		
			No EOL
		
	
	
		
			3.8 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <interface>
 | |
|   <menu id="menubar">
 | |
|     <submenu>
 | |
|       <attribute name="label" translatable="yes">Accounts</attribute>
 | |
|     </submenu>
 | |
|     <submenu>
 | |
|       <attribute name="label" translatable="yes">View</attribute>
 | |
|       <section>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">Show Roster</attribute>
 | |
|           <attribute name="action">win.show-roster</attribute>
 | |
|           <attribute name="accel"><Primary>R</attribute>
 | |
|         </item>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">Show Offline Contacts</attribute>
 | |
|           <attribute name="action">win.show-offline</attribute>
 | |
|           <attribute name="accel"><Primary>O</attribute>
 | |
|         </item>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">Show Active Contacts</attribute>
 | |
|           <attribute name="action">win.show-active</attribute>
 | |
|           <attribute name="accel"><Primary>Y</attribute>
 | |
|         </item>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">Show Transports</attribute>
 | |
|           <attribute name="action">win.show-transports</attribute>
 | |
|         </item>
 | |
|       </section>
 | |
|       <section>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">File Transfer</attribute>
 | |
|           <attribute name="action">app.file-transfer</attribute>
 | |
|           <attribute name="accel"><Primary>T</attribute>
 | |
|         </item>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">History</attribute>
 | |
|           <attribute name="action">app.history</attribute>
 | |
|         </item>
 | |
|       </section>
 | |
|     </submenu>
 | |
|     <submenu>
 | |
|       <attribute name="label" translatable="yes">Help</attribute>
 | |
|       <section>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">Contents</attribute>
 | |
|           <attribute name="action">app.content</attribute>
 | |
|         </item>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">FAQ</attribute>
 | |
|           <attribute name="action">app.faq</attribute>
 | |
|         </item>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>
 | |
|           <attribute name="action">app.shortcuts</attribute>
 | |
|         </item>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">Features</attribute>
 | |
|           <attribute name="action">app.features</attribute>
 | |
|         </item>
 | |
|         <item>
 | |
|           <attribute name="label" translatable="yes">About</attribute>
 | |
|           <attribute name="action">app.about</attribute>
 | |
|         </item>
 | |
|       </section>
 | |
|     </submenu>
 | |
|   </menu>
 | |
|   <menu id="appmenu">
 | |
|     <section>
 | |
|       <item>
 | |
|         <attribute name="label" translatable="yes">Accounts</attribute>
 | |
|         <attribute name="action">app.accounts</attribute>
 | |
|         <attribute name="accel"><Primary><Shift>A</attribute>
 | |
|       </item>
 | |
|       <item>
 | |
|         <attribute name="label" translatable="yes">Bookmarks</attribute>
 | |
|         <attribute name="action">app.bookmarks</attribute>
 | |
|         <attribute name="accel"><Primary>B</attribute>
 | |
|       </item>
 | |
|       <item>
 | |
|         <attribute name="label" translatable="yes">History Manager</attribute>
 | |
|         <attribute name="action">app.history-manager</attribute>
 | |
|       </item>
 | |
|       <item>
 | |
|         <attribute name="label" translatable="yes">Plugins</attribute>
 | |
|         <attribute name="action">app.plugins</attribute>
 | |
|       </item>
 | |
|       <item>
 | |
|         <attribute name="label" translatable="yes">Preferences</attribute>
 | |
|         <attribute name="action">app.preferences</attribute>
 | |
|         <attribute name="accel"><Primary>P</attribute>
 | |
|       </item>
 | |
|       <item>
 | |
|         <attribute name="label" translatable="yes">Quit</attribute>
 | |
|         <attribute name="action">app.quit</attribute>
 | |
|         <attribute name="accel"><Primary>Q</attribute>
 | |
|       </item>
 | |
|     </section>
 | |
|   </menu>
 | |
| </interface> |