blob: 87d3d8b57ab78a3697e699dfac43aada85143eb5 (
plain) (
tree)
|
|
<?xml version="1.0"?>
<interface>
<menu id="app-menu">
<section>
<item>
<attribute name="label" translatable="yes">_New Window</attribute>
<attribute name="action">app.new</attribute>
<attribute name="accel"><Primary>n</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Bookmarks</attribute>
<attribute name="action">app.bookmarks</attribute>
<attribute name="accel"><Primary>b</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_History</attribute>
<attribute name="action">app.history</attribute>
<attribute name="accel"><Primary>h</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Preferences</attribute>
<attribute name="action">app.preferences</attribute>
<attribute name="accel"><Primary>e</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Personal Data</attribute>
<attribute name="action">app.pdm</attribute>
<attribute name="accel"><Primary>m</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_About</attribute>
<attribute name="action">app.about</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
<attribute name="accel"><Primary>q</attribute>
</item>
</section>
</menu>
</interface>
|