summaryrefslogtreecommitdiff
path: root/src/gdict-app-menus.ui
blob: 5c045d55686855682c4250fc3973da66ecfaf7a8 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<interface>
  <menu id="primary-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>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Save a Copy…</attribute>
        <attribute name="action">win.save-as</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">P_review</attribute>
        <attribute name="action">win.preview</attribute>
        <attribute name="accel">&lt;Shift&gt;&lt;Primary&gt;p</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Print</attribute>
        <attribute name="action">win.print</attribute>
        <attribute name="accel">&lt;Primary&gt;p</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Find</attribute>
        <attribute name="action">win.find</attribute>
        <attribute name="accel">&lt;Primary&gt;f</attribute>
      </item>
    </section>
    <section>
      <submenu>
        <attribute name="label" translatable="yes">_View</attribute>
        <section>
          <item>
            <attribute name="label" translatable="yes">_Sidebar</attribute>
            <attribute name="action">win.view-sidebar</attribute>
            <attribute name="accel">F9</attribute>
          </item>
        </section>
        <section>
          <item>
            <attribute name="label" translatable="yes">Similar _Words</attribute>
            <attribute name="action">win.view-speller</attribute>
            <attribute name="accel">&lt;Primary&gt;t</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">Dictionary Sources</attribute>
            <attribute name="action">win.view-source</attribute>
            <attribute name="accel">&lt;Primary&gt;d</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">Available St_rategies</attribute>
            <attribute name="action">win.view-strat</attribute>
            <attribute name="accel">&lt;Primary&gt;r</attribute>
          </item>
        </section>
      </submenu>
      <submenu>
        <attribute name="label" translatable="yes">_Go</attribute>
        <section>
          <item>
            <attribute name="label" translatable="yes">_Previous Definition</attribute>
            <attribute name="action">win.previous-def</attribute>
            <attribute name="accel">&lt;Primary&gt;Page_Up</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">_Next Definition</attribute>
            <attribute name="action">win.next-def</attribute>
            <attribute name="accel">&lt;Primary&gt;Page_Down</attribute>
          </item>
        </section>
        <section>
          <item>
            <attribute name="label" translatable="yes">_First Definition</attribute>
            <attribute name="action">win.first-def</attribute>
            <attribute name="accel">&lt;Primary&gt;Home</attribute>
          </item>
          <item>
            <attribute name="label" translatable="yes">_Last Definition</attribute>
            <attribute name="action">win.last-def</attribute>
            <attribute name="accel">&lt;Primary&gt;End</attribute>
          </item>
        </section>
      </submenu>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">Pr_eferences</attribute>
        <attribute name="action">app.preferences</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
        <attribute name="action">win.show-help-overlay</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Help</attribute>
        <attribute name="action">app.help</attribute>
        <attribute name="accel">F1</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_About Dictionary</attribute>
        <attribute name="action">app.about</attribute>
      </item>
    </section>
  </menu>
</interface>