1<interface>
2  <menu id="app-menu">
3    <section>
4      <item>
5        <attribute name="label" translatable="yes">_View</attribute>
6        <link name="submenu">
7          <item>
8            <attribute name="action">app.toolbar</attribute>
9            <attribute name="label" translatable="yes">_Toolbar</attribute>
10          </item>
11          <item>
12            <attribute name="action">app.view-statusbar</attribute>
13            <attribute name="label" translatable="yes">_Statusbar</attribute>
14          </item>
15          <item>
16            <attribute name="action">app.view-gallery</attribute>
17            <attribute name="label" translatable="yes">_Image Gallery</attribute>
18          </item>
19          <item>
20            <attribute name="action">app.view-sidebar</attribute>
21            <attribute name="label" translatable="yes">Side _Pane</attribute>
22          </item>
23        </link>
24      </item>
25    </section>
26    <section>
27      <item>
28	<attribute name="action">app.preferences</attribute>
29	<attribute name="label" translatable="yes">Prefere_nces</attribute>
30      </item>
31    </section>
32    <section>
33      <item>
34	<attribute name="action">app.help</attribute>
35	<attribute name="label" translatable="yes">_Help</attribute>
36      </item>
37      <item>
38	<attribute name="action">app.about</attribute>
39	<attribute name="label" translatable="yes">_About</attribute>
40      </item>
41      <item>
42	<attribute name="action">app.quit</attribute>
43	<attribute name="label" translatable="yes">_Quit</attribute>
44        <attribute name="accel">&lt;Primary&gt;q</attribute>
45      </item>
46    </section>
47  </menu>
48</interface>
49