aboutsummaryrefslogtreecommitdiff
path: root/data/menu-bar.ui
blob: 909eb37dce7824c4f6eed18464d3be218f5384f0 (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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<?xml version="1.0"?>
<interface>
  <menu id='menubar'>

    <submenu>
      <attribute name='label' translatable='yes'>File</attribute>
      <section>
        <item>
          <attribute name='label' translatable='yes'>_New</attribute>
          <attribute name='action'>app.new</attribute>
          <attribute name='accel'>&lt;Primary&gt;n</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>_Open...</attribute>
          <attribute name='action'>app.open</attribute>
          <attribute name='accel'>&lt;Primary&gt;o</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name='label' translatable='yes'>_Save</attribute>
          <attribute name='action'>win.save</attribute>
          <attribute name='accel'>&lt;Primary&gt;s</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Save As...</attribute>
          <attribute name='action'>win.saveas</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'>Export slides as PDF...</attribute>
          <attribute name='action'>win.exportpdf</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name='label' translatable='yes'>Load stylesheet...</attribute>
          <attribute name='action'>win.loadstyle</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Save stylesheet...</attribute>
          <attribute name='action'>win.savestyle</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name='label' translatable='yes'>_Quit</attribute>
          <attribute name='action'>app.quit</attribute>
          <attribute name='accel'>&lt;Primary&gt;q</attribute>
        </item>
      </section>
    </submenu>

    <submenu>
      <attribute name='label' translatable='yes'>Edit</attribute>
      <section>
        <item>
          <attribute name='label' translatable='yes'>Undo</attribute>
          <attribute name='action'>win.undo</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Redo</attribute>
          <attribute name='action'>win.redo</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name='label' translatable='yes'>Cut</attribute>
          <attribute name='action'>win.cut</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Copy</attribute>
          <attribute name='action'>win.copy</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Paste</attribute>
          <attribute name='action'>win.paste</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name='label' translatable='yes'>Delete frame</attribute>
          <attribute name='action'>win.deleteframe</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Copy Frame</attribute>
          <attribute name='action'>win.copyframe</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Delete slide</attribute>
          <attribute name='action'>win.deleteslide</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name='label' translatable='yes'>Edit stylesheet...</attribute>
          <attribute name='action'>win.stylesheet</attribute>
        </item>
      </section>
      <section>
        <item>
          <attribute name='label' translatable='yes'>Preferences</attribute>
          <attribute name='action'>app.prefs</attribute>
        </item>
      </section>
    </submenu>

    <submenu>
      <attribute name='label' translatable='yes'>Insert</attribute>
      <section>
        <item>
          <attribute name='label' translatable='yes'>Slide</attribute>
          <attribute name='action'>win.slide</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Slide title</attribute>
          <attribute name='action'>win.slidetitle</attribute>
        </item>
      </section>
    </submenu>

    <submenu>
      <attribute name='label' translatable='yes'>Tools</attribute>
      <section>
        <item>
          <attribute name='label' translatable='yes'>Start slideshow</attribute>
          <attribute name='action'>win.startslideshow</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Start slideshow here</attribute>
          <attribute name='action'>win.startslideshowhere</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Start slideshow without slides</attribute>
          <attribute name='action'>win.startslideshownoslides</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Presentation clock</attribute>
          <attribute name='action'>win.clock</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>Test card</attribute>
          <attribute name='action'>win.testcard</attribute>
        </item>
      </section>
    </submenu>

    <submenu>
      <attribute name='label' translatable='yes'>Help</attribute>
      <section>
        <item>
          <attribute name='label' translatable='yes'>Basic introduction</attribute>
          <attribute name='action'>app.intro</attribute>
        </item>
        <item>
          <attribute name='label' translatable='yes'>About</attribute>
          <attribute name='action'>app.about</attribute>
        </item>
      </section>
    </submenu>

  </menu>
</interface>