blob: 96b141930d1856d5fd00213d00d08a43f5503bf1 (
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>
<item>
<attribute name="label" translatable="yes">New _Incognito Window</attribute>
<attribute name="action">app.new-incognito</attribute>
<attribute name="accel"><Primary>i</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Reopen Closed _Tab</attribute>
<attribute name="action">app.reopen-closed-tab</attribute>
<attribute name="accel"><Primary><Shift>t</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">_Personal Data</attribute>
<attribute name="action">app.pdm</attribute>
<attribute name="accel"><Primary>m</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Pr_eferences</attribute>
<attribute name="action">app.preferences</attribute>
<attribute name="accel"><Primary>e</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Help</attribute>
<attribute name="action">app.help</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_About</attribute>
<attribute name="action">app.about</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
<attribute name="accel"><Primary>q</attribute>
</item>
</section>
</menu>
</interface>
|