aboutsummaryrefslogtreecommitdiffstats
path: root/src/resources/epiphany-application-menu.ui
blob: d5212123116c48d521eb8e249590968d1b7e3d16 (plain) (blame)
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
<?xml version="1.0"?>
<interface>
  <menu id="app-menu">
    <section>
      <item>
        <attribute name="label" translatable="yes">_New Window</attribute>
        <attribute name="action">app.new</attribute>
        <attribute name="accel">&lt;Primary&gt;n</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">New _Incognito Window</attribute>
        <attribute name="action">app.new-incognito</attribute>
        <attribute name="accel">&lt;Primary&gt;i</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Reopen Closed _Tab</attribute>
        <attribute name="action">app.reopen-closed-tab</attribute>
        <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;t</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Bookmarks</attribute>
        <attribute name="action">app.bookmarks</attribute>
        <attribute name="accel">&lt;Primary&gt;b</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_History</attribute>
        <attribute name="action">app.history</attribute>
        <attribute name="accel">&lt;Primary&gt;h</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Personal Data</attribute>
        <attribute name="action">app.pdm</attribute>
        <attribute name="accel">&lt;Primary&gt;m</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Pr_eferences</attribute>
        <attribute name="action">app.preferences</attribute>
        <attribute name="accel">&lt;Primary&gt;e</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_About</attribute>
        <attribute name="action">app.about</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Quit</attribute>
        <attribute name="action">app.quit</attribute>
        <attribute name="accel">&lt;Primary&gt;q</attribute>
      </item>
    </section>
  </menu>
</interface>