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