summaryrefslogtreecommitdiff
path: root/data/popup-menus.ui
blob: aae780c00b055e0b0594e6f6a2aeab6ed13732ca (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<interface>
  <menu id="view-popup-menu">
    <section>
      <submenu>
        <attribute name="label" translatable="yes">Open _with</attribute>
        <link name="submenu" id="open-with-menu">
        </link>
      </submenu>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Save</attribute>
        <attribute name="action">win.save</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Save _As…</attribute>
        <attribute name="action">win.save-as</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Print…</attribute>
        <attribute name="action">win.print</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Copy</attribute>
        <attribute name="action">win.copy</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">Move to _Trash</attribute>
        <attribute name="action">win.move-trash</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">Prope_rties</attribute>
        <attribute name="action">win.properties</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Set as Wa_llpaper</attribute>
        <attribute name="action">win.set-wallpaper</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Show Containing _Folder</attribute>
        <attribute name="action">win.open-folder</attribute>
      </item>
    </section>
  </menu>
  <menu id="zoom-menu">
      <section>
        <item>
          <attribute name="label" translatable="yes">_Best fit</attribute>
          <attribute name="action">win.toggle-zoom-fit</attribute>
        </item>
      </section>
      <section>
      </section>
    </menu>

</interface>