gsgbackup/sgbackup/gui/appmenu.ui

51 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<interface>
<menu id='appmenu'>
<section>
<submenu>
<attribute name='label' translatable='true'>_Game</attribute>
<item>
<attribute name='label' translatable='true'>_Add Game</attribute>
<attribute name='action'>app.new-game</attribute>
</item>
</submenu>
<submenu>
<attribute name='label' translatable='true'>_Steam</attribute>
</submenu>
<submenu>
<attribute name='label' translatable='true'>_Epic</attribute>
</submenu>
<submenu>
<attribute name='label' translatable='true'>_GoG</attribute>
</submenu>
</section>
<section>
<item>
<attribute name='label' translatable='true'>_Settings</attribute>
<attribute name='action'>app.settings</attribute>
</item>
</section>
<section>
<submenu>
<attribute name='label' translatable='true'>_Help</attribute>
<section id='appmenu.help.help'></section>
<section id='appmenu.help.about'>
<item>
<attribute name='label' translatable='true'>_About SGBackup</attribute>
<attribute name='action' translatable='true'>app.about</attribute>
</item>
</section>
</submenu>
</section>
<section>
<item>
<attribute name='label' translatable='true'>_Quit</attribute>
<attribute name='action'>app.quit</attribute>
</item>
</section>
</menu>
</interface>