Files
clapper/ui/clapper.ui
Rafostar af6814bace Change open local label
Option can now also open multiple files, so we simply skip the "File" part to make it shorter.
2020-11-30 11:11:08 +01:00

36 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="addMediaMenu">
<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>
</menu>
<menu id="settingsMenu">
<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>