mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
34 lines
999 B
XML
34 lines
999 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<menu id="mainMenu">
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Open Local...</attribute>
|
|
<attribute name="action">app.openLocal</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Open URI...</attribute>
|
|
<attribute name="action">app.openUri</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name="label" translatable="yes">Preferences</attribute>
|
|
<attribute name="action">app.prefs</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<!--
|
|
<item>
|
|
<attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>
|
|
<attribute name="action">app.shortcuts</attribute>
|
|
</item>
|
|
-->
|
|
<item>
|
|
<attribute name="label" translatable="yes">About Clapper</attribute>
|
|
<attribute name="action">app.about</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|