File: photos-preview-menu.ui

package info (click to toggle)
gnome-photos 3.30.1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,616 kB
  • sloc: ansic: 48,959; sh: 4,785; makefile: 1,002; xml: 941; python: 68; sed: 16
file content (41 lines) | stat: -rw-r--r-- 1,516 bytes parent folder | download | duplicates (2)
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
<interface>
  <menu id="preview-menu">
    <section id="open-section">
      <item>
        <attribute name="action">app.open-current</attribute>
        <attribute name="label" translatable="yes">Open</attribute>
      </item>
      <item>
        <attribute name="action">app.save-current</attribute>
        <attribute name="label" translatable="yes">Export…</attribute>
      </item>
      <item>
        <attribute name="action">app.print-current</attribute>
        <attribute name="label" translatable="yes">Print…</attribute>
        <attribute name="accel">&lt;Primary&gt;p</attribute>
      </item>
      <item>
        <attribute name="action">app.delete</attribute>
        <attribute name="label" translatable="yes">Delete</attribute>
      </item>
      <item>
        <attribute name="action">app.remote-display-current</attribute>
        <attribute name="label" translatable="yes">Display on…</attribute>
      </item>
      <item>
        <attribute name="action">app.set-background</attribute>
        <attribute name="label" translatable="yes">Set as Background</attribute>
      </item>
      <item>
        <attribute name="action">app.set-screensaver</attribute>
        <attribute name="label" translatable="yes">Set as Lock Screen</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="action">app.properties</attribute>
        <attribute name="label" translatable="yes">Properties</attribute>
      </item>
    </section>
  </menu>
</interface>