summaryrefslogtreecommitdiff
path: root/data/eog-gear-menu.ui
blob: 773303243ecab7c6f97779175c8c640ba206f6b9 (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
<?xml version="1.0" encoding="utf-8"?>
<interface>
  <menu id="gear-menu">
    <section>
      <item>
        <attribute name="label" translatable="yes">_Open…</attribute>
        <attribute name="action">win.open</attribute>
      </item>
      <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>
      <item>
        <attribute name="label" translatable="yes">Set as Wa_llpaper</attribute>
        <attribute name="action">win.set-wallpaper</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">Sli_deshow</attribute>
        <attribute name="action">win.view-slideshow</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">S_ide Pane</attribute>
        <attribute name="action">win.view-sidebar</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Image _Gallery</attribute>
        <attribute name="action">win.view-gallery</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">S_tatus Bar</attribute>
        <attribute name="action">win.view-statusbar</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">Prope_rties</attribute>
        <attribute name="action">win.properties</attribute>
      </item>
    </section>
    <section id="plugins-section"/>
  </menu>
</interface>