1<?xml version="1.0" encoding="utf-8"?>
2<interface>
3  <menu id="view-popup-menu">
4    <section>
5      <item>
6        <attribute name="label" translatable="yes">Open _With…</attribute>
7        <attribute name="action">win.open-with</attribute>
8      </item>
9    </section>
10    <section>
11      <item>
12        <attribute name="label" translatable="yes">_Save</attribute>
13        <attribute name="action">win.save</attribute>
14      </item>
15      <item>
16        <attribute name="label" translatable="yes">Save _As…</attribute>
17        <attribute name="action">win.save-as</attribute>
18      </item>
19    </section>
20    <section>
21      <item>
22        <attribute name="label" translatable="yes">_Print…</attribute>
23        <attribute name="action">win.print</attribute>
24      </item>
25    </section>
26    <section>
27      <item>
28        <attribute name="label" translatable="yes">_Copy</attribute>
29        <attribute name="action">win.copy</attribute>
30      </item>
31    </section>
32    <section>
33      <item>
34        <attribute name="label" translatable="yes">Move to _Trash</attribute>
35        <attribute name="action">win.move-trash</attribute>
36      </item>
37    </section>
38    <section>
39      <item>
40        <attribute name="label" translatable="yes">Prope_rties</attribute>
41        <attribute name="action">win.properties</attribute>
42      </item>
43      <item>
44        <attribute name="label" translatable="yes">Set as Wa_llpaper</attribute>
45        <attribute name="action">win.set-wallpaper</attribute>
46      </item>
47      <item>
48        <attribute name="label" translatable="yes">Show Containing _Folder</attribute>
49        <attribute name="action">win.open-folder</attribute>
50      </item>
51    </section>
52  </menu>
53  <menu id="zoom-menu">
54      <section>
55        <item>
56          <attribute name="label" translatable="yes">_Best fit</attribute>
57          <attribute name="action">win.toggle-zoom-fit</attribute>
58        </item>
59      </section>
60      <section>
61      </section>
62    </menu>
63
64</interface>
65