100 lines
3.7 KiB
XML
100 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<menu id="menubar">
|
|
<submenu>
|
|
<attribute name="label">_Gajim</attribute>
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_Start / Join Chat…</attribute>
|
|
<attribute name="action">app.start-chat</attribute>
|
|
<attribute name="target"></attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Create _Group Chat…</attribute>
|
|
<attribute name="action">app.create-groupchat</attribute>
|
|
<attribute name="target"></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">Pl_ugins</attribute>
|
|
<attribute name="action">app.plugins</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_Preferences</attribute>
|
|
<attribute name="action">app.preferences</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_Quit</attribute>
|
|
<attribute name="action">app.quit</attribute>
|
|
</item>
|
|
</section>
|
|
</submenu>
|
|
<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 _Contact List</attribute>
|
|
<attribute name="action">win.show-roster</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Show _Offline Contacts</attribute>
|
|
<attribute name="action">win.show-offline</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Show _Active Contacts</attribute>
|
|
<attribute name="action">win.show-active</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">_XML Console</attribute>
|
|
<attribute name="action">app.xml-console</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">_File Transfer</attribute>
|
|
<attribute name="action">app.file-transfer</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">_Wiki (Online)</attribute>
|
|
<attribute name="action">app.content</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">FA_Q (Online)</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>
|
|
</interface>
|