1<?xml version="1.0"?>
2<interface>
3  <!-- interface-requires gtk+ 3.0 -->
4  <menu id="chartmenu">
5    <section>
6      <item>
7        <attribute name="label" translatable="yes">_Open Folder</attribute>
8        <attribute name="action">chart.open-file</attribute>
9      </item>
10      <item>
11        <attribute name="label" translatable="yes">_Copy Path to Clipboard</attribute>
12        <attribute name="action">chart.copy-path</attribute>
13      </item>
14      <item>
15        <attribute name="label" translatable="yes">Mo_ve to Trash</attribute>
16        <attribute name="action">chart.trash-file</attribute>
17      </item>
18    </section>
19    <section>
20      <item>
21        <attribute name="label" translatable="yes">Go to _parent folder</attribute>
22        <attribute name="action">chart.move-up</attribute>
23      </item>
24    </section>
25    <section>
26      <item>
27        <attribute name="label" translatable="yes">Zoom _in</attribute>
28        <attribute name="action">chart.zoom-in</attribute>
29      </item>
30      <item>
31        <attribute name="label" translatable="yes">Zoom _out</attribute>
32        <attribute name="action">chart.zoom-out</attribute>
33      </item>
34    </section>
35  </menu>
36</interface>
37