9578053 Jan 22 2022 distfiles.gentoo.org/distfiles/gajim-1.3.3-2.tar.gz
This commit is contained in:
parent
a5b3822651
commit
4c1b226bff
1045 changed files with 753037 additions and 18 deletions
99
gajim/data/gui/application_menu.ui
Normal file
99
gajim/data/gui/application_menu.ui
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue