~ubuntu-branches/ubuntu/trusty/xiphos/trusty

« back to all changes in this revision

Viewing changes to ui/xi-menus-popup.gtkbuilder

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs, Dmitrijs Ledkovs
  • Date: 2012-03-11 18:43:32 UTC
  • mfrom: (17.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120311184332-splq3ecpx7tyi87d
Tags: 3.1.5+dfsg-1
[ Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> ]  
* New upstream release.
* Build using webkit backend
* Contains unpacked source for waf binary (Closes: #654511)
* Update debian/copyright to latest specification

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <object class="GtkMenu" id="menu_bookmark">
 
5
    <property name="can_focus">False</property>
 
6
    <child>
 
7
      <object class="GtkImageMenuItem" id="open_in_new_tab">
 
8
        <property name="label">Open in new tab</property>
 
9
        <property name="visible">True</property>
 
10
        <property name="can_focus">False</property>
 
11
        <property name="tooltip_text" translatable="yes">Open this bookmark in a new tab</property>
 
12
        <property name="use_action_appearance">False</property>
 
13
        <property name="use_underline">True</property>
 
14
        <property name="use_stock">True</property>
 
15
        <signal name="activate" handler="on_open_in_tab_activate" swapped="no"/>
 
16
      </object>
 
17
    </child>
 
18
    <child>
 
19
      <object class="GtkImageMenuItem" id="open_in_a_dialog">
 
20
        <property name="label">Open in a dialog</property>
 
21
        <property name="visible">True</property>
 
22
        <property name="can_focus">False</property>
 
23
        <property name="tooltip_text" translatable="yes">Open this bookmark in a dialog</property>
 
24
        <property name="use_action_appearance">False</property>
 
25
        <property name="use_underline">True</property>
 
26
        <property name="use_stock">True</property>
 
27
        <signal name="activate" handler="on_dialog_activate" swapped="no"/>
 
28
      </object>
 
29
    </child>
 
30
    <child>
 
31
      <object class="GtkImageMenuItem" id="new_folder">
 
32
        <property name="label">New Folder</property>
 
33
        <property name="visible">True</property>
 
34
        <property name="can_focus">False</property>
 
35
        <property name="tooltip_text" translatable="yes">Add new folder to selected folder</property>
 
36
        <property name="use_action_appearance">False</property>
 
37
        <property name="use_underline">True</property>
 
38
        <property name="use_stock">True</property>
 
39
        <signal name="activate" handler="on_new_folder_activate" swapped="no"/>
 
40
      </object>
 
41
    </child>
 
42
    <child>
 
43
      <object class="GtkImageMenuItem" id="insert_bookmark">
 
44
        <property name="label">Insert Bookmark</property>
 
45
        <property name="visible">True</property>
 
46
        <property name="can_focus">False</property>
 
47
        <property name="tooltip_text" translatable="yes">Insert new bookmark here</property>
 
48
        <property name="use_action_appearance">False</property>
 
49
        <property name="use_underline">True</property>
 
50
        <property name="use_stock">True</property>
 
51
        <signal name="activate" handler="on_insert_bookmark_activate" swapped="no"/>
 
52
      </object>
 
53
    </child>
 
54
    <child>
 
55
      <object class="GtkImageMenuItem" id="edit_item">
 
56
        <property name="label">_Edit Item</property>
 
57
        <property name="visible">True</property>
 
58
        <property name="can_focus">False</property>
 
59
        <property name="tooltip_text" translatable="yes">Edit bookmark item</property>
 
60
        <property name="use_action_appearance">False</property>
 
61
        <property name="use_underline">True</property>
 
62
        <property name="use_stock">True</property>
 
63
        <signal name="activate" handler="on_edit_item_activate" swapped="no"/>
 
64
      </object>
 
65
    </child>
 
66
    <child>
 
67
      <object class="GtkImageMenuItem" id="delete_item">
 
68
        <property name="label">Delete Item</property>
 
69
        <property name="visible">True</property>
 
70
        <property name="can_focus">False</property>
 
71
        <property name="tooltip_text" translatable="yes">Delete item</property>
 
72
        <property name="use_action_appearance">False</property>
 
73
        <property name="use_underline">True</property>
 
74
        <property name="use_stock">True</property>
 
75
        <signal name="activate" handler="on_delete_item_activate" swapped="no"/>
 
76
      </object>
 
77
    </child>
 
78
    <child>
 
79
      <object class="GtkSeparatorMenuItem" id="separator12">
 
80
        <property name="visible">True</property>
 
81
        <property name="can_focus">False</property>
 
82
      </object>
 
83
    </child>
 
84
    <child>
 
85
      <object class="GtkImageMenuItem" id="expand_all">
 
86
        <property name="label">Expand All</property>
 
87
        <property name="visible">True</property>
 
88
        <property name="can_focus">False</property>
 
89
        <property name="tooltip_text" translatable="yes">Expand all Bookmarks groups</property>
 
90
        <property name="use_action_appearance">False</property>
 
91
        <property name="use_underline">True</property>
 
92
        <property name="use_stock">True</property>
 
93
        <signal name="activate" handler="on_expand_activate" swapped="no"/>
 
94
      </object>
 
95
    </child>
 
96
    <child>
 
97
      <object class="GtkImageMenuItem" id="collapse_all">
 
98
        <property name="label">Collapse All</property>
 
99
        <property name="visible">True</property>
 
100
        <property name="can_focus">False</property>
 
101
        <property name="tooltip_text" translatable="yes">Collapse all Bookmarks groups</property>
 
102
        <property name="use_action_appearance">False</property>
 
103
        <property name="use_underline">True</property>
 
104
        <property name="use_stock">True</property>
 
105
        <signal name="activate" handler="on_collapse_activate" swapped="no"/>
 
106
      </object>
 
107
    </child>
 
108
    <child>
 
109
      <object class="GtkSeparatorMenuItem" id="separator14">
 
110
        <property name="visible">True</property>
 
111
        <property name="can_focus">False</property>
 
112
      </object>
 
113
    </child>
 
114
    <child>
 
115
      <object class="GtkCheckMenuItem" id="allow_reordering">
 
116
        <property name="visible">True</property>
 
117
        <property name="can_focus">False</property>
 
118
        <property name="tooltip_text" translatable="yes">Allow items to be moved from one folder to another</property>
 
119
        <property name="use_action_appearance">False</property>
 
120
        <property name="label" translatable="yes">Allow Reordering</property>
 
121
        <property name="use_underline">True</property>
 
122
        <signal name="activate" handler="on_allow_reordering_activate" swapped="no"/>
 
123
      </object>
 
124
    </child>
 
125
    <child>
 
126
      <object class="GtkSeparatorMenuItem" id="separator15">
 
127
        <property name="visible">True</property>
 
128
        <property name="can_focus">False</property>
 
129
      </object>
 
130
    </child>
 
131
    <child>
 
132
      <object class="GtkImageMenuItem" id="import_bibletime_bookmarks1">
 
133
        <property name="label">Import Bookmarks</property>
 
134
        <property name="visible">True</property>
 
135
        <property name="can_focus">False</property>
 
136
        <property name="tooltip_text" translatable="yes">Load other bookmarks file (default: from BibleTime)</property>
 
137
        <property name="use_action_appearance">False</property>
 
138
        <property name="use_underline">True</property>
 
139
        <property name="use_stock">True</property>
 
140
        <signal name="activate" handler="bibletime_bookmarks_activate" swapped="no"/>
 
141
      </object>
 
142
    </child>
 
143
    <child>
 
144
      <object class="GtkImageMenuItem" id="remove_folder">
 
145
        <property name="label">Export Folder</property>
 
146
        <property name="visible">True</property>
 
147
        <property name="can_focus">False</property>
 
148
        <property name="tooltip_text" translatable="yes">Remove folder and save it</property>
 
149
        <property name="use_action_appearance">False</property>
 
150
        <property name="use_underline">True</property>
 
151
        <property name="use_stock">True</property>
 
152
        <signal name="activate" handler="on_export_folder_activate" swapped="no"/>
 
153
      </object>
 
154
    </child>
 
155
  </object>
 
156
  <object class="GtkMenu" id="menu_edit_tree">
 
157
    <property name="can_focus">False</property>
 
158
    <child>
 
159
      <object class="GtkImageMenuItem" id="add_child">
 
160
        <property name="label">Add Sub-Item</property>
 
161
        <property name="visible">True</property>
 
162
        <property name="can_focus">False</property>
 
163
        <property name="tooltip_text" translatable="yes">Add a sub-item</property>
 
164
        <property name="use_action_appearance">False</property>
 
165
        <property name="use_underline">True</property>
 
166
        <property name="use_stock">True</property>
 
167
        <signal name="activate" handler="on_add_child_activate" swapped="no"/>
 
168
      </object>
 
169
    </child>
 
170
    <child>
 
171
      <object class="GtkImageMenuItem" id="add_sibling">
 
172
        <property name="label">Add Item</property>
 
173
        <property name="visible">True</property>
 
174
        <property name="can_focus">False</property>
 
175
        <property name="tooltip_text" translatable="yes">Add an item</property>
 
176
        <property name="use_action_appearance">False</property>
 
177
        <property name="use_underline">True</property>
 
178
        <property name="use_stock">True</property>
 
179
        <signal name="activate" handler="on_add_sibling_activate" swapped="no"/>
 
180
      </object>
 
181
    </child>
 
182
    <child>
 
183
      <object class="GtkImageMenuItem" id="remove">
 
184
        <property name="label">Remove</property>
 
185
        <property name="visible">True</property>
 
186
        <property name="can_focus">False</property>
 
187
        <property name="tooltip_text" translatable="yes">Remove this item</property>
 
188
        <property name="use_action_appearance">False</property>
 
189
        <property name="use_underline">True</property>
 
190
        <property name="use_stock">True</property>
 
191
        <signal name="activate" handler="on_remove_activate" swapped="no"/>
 
192
      </object>
 
193
    </child>
 
194
    <child>
 
195
      <object class="GtkImageMenuItem" id="edit">
 
196
        <property name="label">Edit</property>
 
197
        <property name="visible">True</property>
 
198
        <property name="can_focus">False</property>
 
199
        <property name="tooltip_text" translatable="yes">Edit this item</property>
 
200
        <property name="use_action_appearance">False</property>
 
201
        <property name="use_underline">True</property>
 
202
        <property name="use_stock">True</property>
 
203
        <signal name="activate" handler="on_edit_activate2" swapped="no"/>
 
204
      </object>
 
205
    </child>
 
206
  </object>
 
207
  <object class="GtkMenu" id="menu_modules">
 
208
    <property name="can_focus">False</property>
 
209
    <child>
 
210
      <object class="GtkImageMenuItem" id="open_in_new_tab1">
 
211
        <property name="label">Open in new tab</property>
 
212
        <property name="visible">True</property>
 
213
        <property name="can_focus">False</property>
 
214
        <property name="tooltip_text" translatable="yes">Open selected module in a new tab</property>
 
215
        <property name="use_action_appearance">False</property>
 
216
        <property name="use_underline">True</property>
 
217
        <property name="use_stock">True</property>
 
218
        <signal name="activate" handler="on_open_in_tab_activate2" swapped="no"/>
 
219
      </object>
 
220
    </child>
 
221
    <child>
 
222
      <object class="GtkImageMenuItem" id="open_in_a_dialog1">
 
223
        <property name="label">Open in a separate window</property>
 
224
        <property name="visible">True</property>
 
225
        <property name="can_focus">False</property>
 
226
        <property name="tooltip_text" translatable="yes">Open selected module in a
 
227
        separate ['dialog'] window</property>
 
228
        <property name="use_action_appearance">False</property>
 
229
        <property name="use_underline">True</property>
 
230
        <property name="use_stock">True</property>
 
231
        <signal name="activate" handler="on_open_in_dialog_activate" swapped="no"/>
 
232
      </object>
 
233
    </child>
 
234
    <child>
 
235
      <object class="GtkImageMenuItem" id="about1">
 
236
        <property name="label">About</property>
 
237
        <property name="visible">True</property>
 
238
        <property name="can_focus">False</property>
 
239
        <property name="use_action_appearance">False</property>
 
240
        <property name="use_underline">True</property>
 
241
        <property name="use_stock">True</property>
 
242
        <signal name="activate" handler="on_about2_activate" swapped="no"/>
 
243
      </object>
 
244
    </child>
 
245
  </object>
 
246
  <object class="GtkMenu" id="menu_popup">
 
247
    <property name="can_focus">False</property>
 
248
    <child>
 
249
      <object class="GtkImageMenuItem" id="about">
 
250
        <property name="label">About</property>
 
251
        <property name="visible">True</property>
 
252
        <property name="can_focus">False</property>
 
253
        <property name="use_action_appearance">False</property>
 
254
        <property name="use_underline">True</property>
 
255
        <property name="use_stock">True</property>
 
256
        <signal name="activate" handler="on_popup_about_activate" swapped="no"/>
 
257
      </object>
 
258
    </child>
 
259
    <child>
 
260
      <object class="GtkImageMenuItem" id="bookmark">
 
261
        <property name="label">Bookmark</property>
 
262
        <property name="visible">True</property>
 
263
        <property name="can_focus">False</property>
 
264
        <property name="use_action_appearance">False</property>
 
265
        <property name="use_underline">True</property>
 
266
        <property name="use_stock">True</property>
 
267
        <signal name="activate" handler="on_popup_bookmark_activate" swapped="no"/>
 
268
      </object>
 
269
    </child>
 
270
    <child>
 
271
      <object class="GtkImageMenuItem" id="mark_verse">
 
272
        <property name="label">Annotate Verse</property>
 
273
        <property name="visible">True</property>
 
274
        <property name="can_focus">False</property>
 
275
        <property name="use_action_appearance">False</property>
 
276
        <property name="use_underline">True</property>
 
277
        <property name="use_stock">True</property>
 
278
        <signal name="activate" handler="on_mark_verse_activate" swapped="no"/>
 
279
      </object>
 
280
    </child>
 
281
    <child>
 
282
      <object class="GtkSeparatorMenuItem" id="separator4">
 
283
        <property name="visible">True</property>
 
284
        <property name="can_focus">False</property>
 
285
      </object>
 
286
    </child>
 
287
    <child>
 
288
      <object class="GtkImageMenuItem" id="export_passage">
 
289
        <property name="label">Copy/Export Passage</property>
 
290
        <property name="visible">True</property>
 
291
        <property name="can_focus">False</property>
 
292
        <property name="use_action_appearance">False</property>
 
293
        <property name="use_underline">True</property>
 
294
        <property name="use_stock">True</property>
 
295
        <signal name="activate" handler="on_popup_export_passage_activate" swapped="no"/>
 
296
      </object>
 
297
    </child>
 
298
    <child>
 
299
      <object class="GtkSeparatorMenuItem" id="separator9">
 
300
        <property name="visible">True</property>
 
301
        <property name="can_focus">False</property>
 
302
      </object>
 
303
    </child>
 
304
    <child>
 
305
      <object class="GtkImageMenuItem" id="file1">
 
306
        <property name="label">File</property>
 
307
        <property name="visible">True</property>
 
308
        <property name="can_focus">False</property>
 
309
        <property name="use_action_appearance">False</property>
 
310
        <property name="use_underline">True</property>
 
311
        <property name="use_stock">True</property>
 
312
        <child type="submenu">
 
313
          <object class="GtkMenu" id="file1_menu">
 
314
            <property name="can_focus">False</property>
 
315
            <child>
 
316
              <object class="GtkImageMenuItem" id="open_module2">
 
317
                <property name="label">Open Module</property>
 
318
                <property name="visible">True</property>
 
319
                <property name="can_focus">False</property>
 
320
                <property name="use_action_appearance">False</property>
 
321
                <property name="use_underline">True</property>
 
322
                <property name="use_stock">True</property>
 
323
              </object>
 
324
            </child>
 
325
            <child>
 
326
              <object class="GtkSeparatorMenuItem" id="separator5">
 
327
                <property name="visible">True</property>
 
328
                <property name="can_focus">False</property>
 
329
              </object>
 
330
            </child>
 
331
            <child>
 
332
              <object class="GtkImageMenuItem" id="print">
 
333
                <property name="label">gtk-print</property>
 
334
                <property name="visible">True</property>
 
335
                <property name="can_focus">False</property>
 
336
                <property name="use_action_appearance">False</property>
 
337
                <property name="use_underline">True</property>
 
338
                <property name="use_stock">True</property>
 
339
                <signal name="activate" handler="on_popup_print_activate" swapped="no"/>
 
340
              </object>
 
341
            </child>
 
342
            <child>
 
343
              <object class="GtkImageMenuItem" id="close">
 
344
                <property name="label">gtk-close</property>
 
345
                <property name="visible">True</property>
 
346
                <property name="can_focus">False</property>
 
347
                <property name="use_action_appearance">False</property>
 
348
                <property name="use_underline">True</property>
 
349
                <property name="use_stock">True</property>
 
350
                <signal name="activate" handler="on_close_activate" swapped="no"/>
 
351
              </object>
 
352
            </child>
 
353
          </object>
 
354
        </child>
 
355
      </object>
 
356
    </child>
 
357
    <child>
 
358
      <object class="GtkImageMenuItem" id="edit1">
 
359
        <property name="label">Edit</property>
 
360
        <property name="visible">True</property>
 
361
        <property name="can_focus">False</property>
 
362
        <property name="use_action_appearance">False</property>
 
363
        <property name="use_underline">True</property>
 
364
        <property name="use_stock">True</property>
 
365
        <child type="submenu">
 
366
          <object class="GtkMenu" id="edit1_menu">
 
367
            <property name="can_focus">False</property>
 
368
            <child>
 
369
              <object class="GtkImageMenuItem" id="copy">
 
370
                <property name="label">gtk-copy</property>
 
371
                <property name="visible">True</property>
 
372
                <property name="can_focus">False</property>
 
373
                <property name="use_action_appearance">False</property>
 
374
                <property name="use_underline">True</property>
 
375
                <property name="use_stock">True</property>
 
376
                <signal name="activate" handler="on_popup_copy_activate" swapped="no"/>
 
377
              </object>
 
378
            </child>
 
379
            <child>
 
380
              <object class="GtkImageMenuItem" id="find">
 
381
                <property name="label">gtk-find</property>
 
382
                <property name="visible">True</property>
 
383
                <property name="can_focus">False</property>
 
384
                <property name="use_action_appearance">False</property>
 
385
                <property name="use_underline">True</property>
 
386
                <property name="use_stock">True</property>
 
387
                <signal name="activate" handler="on_popup_find_activate" swapped="no"/>
 
388
              </object>
 
389
            </child>
 
390
            <child>
 
391
              <object class="GtkImageMenuItem" id="note">
 
392
                <property name="label">Note</property>
 
393
                <property name="visible">True</property>
 
394
                <property name="can_focus">False</property>
 
395
                <property name="use_action_appearance">False</property>
 
396
                <property name="use_underline">True</property>
 
397
                <property name="use_stock">True</property>
 
398
              </object>
 
399
            </child>
 
400
            <child>
 
401
              <object class="GtkImageMenuItem" id="open_in_editor">
 
402
                <property name="label">Open in editor</property>
 
403
                <property name="visible">True</property>
 
404
                <property name="can_focus">False</property>
 
405
                <property name="use_action_appearance">False</property>
 
406
                <property name="use_underline">True</property>
 
407
                <property name="use_stock">True</property>
 
408
              </object>
 
409
            </child>
 
410
          </object>
 
411
        </child>
 
412
      </object>
 
413
    </child>
 
414
    <child>
 
415
      <object class="GtkImageMenuItem" id="module_options">
 
416
        <property name="label">Module Options</property>
 
417
        <property name="visible">True</property>
 
418
        <property name="can_focus">False</property>
 
419
        <property name="use_action_appearance">False</property>
 
420
        <property name="use_underline">True</property>
 
421
        <property name="use_stock">True</property>
 
422
        <child type="submenu">
 
423
          <object class="GtkMenu" id="module_options_menu">
 
424
            <property name="can_focus">False</property>
 
425
            <child>
 
426
              <object class="GtkImageMenuItem" id="font">
 
427
                <property name="label">gtk-select-font</property>
 
428
                <property name="visible">True</property>
 
429
                <property name="can_focus">False</property>
 
430
                <property name="use_action_appearance">False</property>
 
431
                <property name="use_underline">True</property>
 
432
                <property name="use_stock">True</property>
 
433
                <signal name="activate" handler="on_popup_font_activate" swapped="no"/>
 
434
              </object>
 
435
            </child>
 
436
            <child>
 
437
              <object class="GtkSeparatorMenuItem" id="separator10">
 
438
                <property name="visible">True</property>
 
439
                <property name="can_focus">False</property>
 
440
              </object>
 
441
            </child>
 
442
            <child>
 
443
              <object class="GtkCheckMenuItem" id="verse_per_line">
 
444
                <property name="visible">False</property>
 
445
                <property name="can_focus">False</property>
 
446
                <property name="use_action_appearance">False</property>
 
447
                <property name="label" translatable="yes">Verse Per Line</property>
 
448
                <property name="use_underline">True</property>
 
449
                <signal name="activate" handler="on_verse_per_line_activate" swapped="no"/>
 
450
              </object>
 
451
            </child>
 
452
            <child>
 
453
              <object class="GtkCheckMenuItem" id="headings">
 
454
                <property name="visible">False</property>
 
455
                <property name="can_focus">False</property>
 
456
                <property name="use_action_appearance">False</property>
 
457
                <property name="label" translatable="yes">Headings</property>
 
458
                <property name="use_underline">True</property>
 
459
                <signal name="activate" handler="on_headings_activate" swapped="no"/>
 
460
              </object>
 
461
            </child>
 
462
            <child>
 
463
              <object class="GtkCheckMenuItem" id="words_of_christ_in_red">
 
464
                <property name="visible">False</property>
 
465
                <property name="can_focus">False</property>
 
466
                <property name="use_action_appearance">False</property>
 
467
                <property name="label" translatable="yes">Words of Christ in Red</property>
 
468
                <property name="use_underline">True</property>
 
469
                <signal name="activate" handler="on_words_of_christ_in_red_activate" swapped="no"/>
 
470
              </object>
 
471
            </child>
 
472
            <child>
 
473
              <object class="GtkCheckMenuItem" id="strongs_numbers">
 
474
                <property name="visible">False</property>
 
475
                <property name="can_focus">False</property>
 
476
                <property name="use_action_appearance">False</property>
 
477
                <property name="label" translatable="yes">Strong's Numbers</property>
 
478
                <property name="use_underline">True</property>
 
479
                <signal name="activate" handler="on_strong_s_numbers_activate" swapped="no"/>
 
480
              </object>
 
481
            </child>
 
482
            <child>
 
483
              <object class="GtkCheckMenuItem" id="lemmas">
 
484
                <property name="visible">False</property>
 
485
                <property name="can_focus">False</property>
 
486
                <property name="use_action_appearance">False</property>
 
487
                <property name="label" translatable="yes">Lemmas</property>
 
488
                <property name="use_underline">True</property>
 
489
                <signal name="activate" handler="on_lemmas_activate" swapped="no"/>
 
490
              </object>
 
491
            </child>
 
492
            <child>
 
493
              <object class="GtkCheckMenuItem" id="morphological_tags">
 
494
                <property name="visible">False</property>
 
495
                <property name="can_focus">False</property>
 
496
                <property name="use_action_appearance">False</property>
 
497
                <property name="label" translatable="yes">Morphological Tags</property>
 
498
                <property name="use_underline">True</property>
 
499
                <signal name="activate" handler="on_morphological_tags_activate" swapped="no"/>
 
500
              </object>
 
501
            </child>
 
502
            <child>
 
503
              <object class="GtkCheckMenuItem" id="footnotes">
 
504
                <property name="visible">False</property>
 
505
                <property name="can_focus">False</property>
 
506
                <property name="use_action_appearance">False</property>
 
507
                <property name="label" translatable="yes">Footnotes</property>
 
508
                <property name="use_underline">True</property>
 
509
                <signal name="activate" handler="on_footnotes_activate" swapped="no"/>
 
510
              </object>
 
511
            </child>
 
512
            <child>
 
513
              <object class="GtkCheckMenuItem" id="scripture_cross-references">
 
514
                <property name="visible">False</property>
 
515
                <property name="can_focus">False</property>
 
516
                <property name="use_action_appearance">False</property>
 
517
                <property name="label" translatable="yes">Scripture Cross-references</property>
 
518
                <property name="use_underline">True</property>
 
519
                <signal name="activate" handler="on_scripture_cross_references_activate" swapped="no"/>
 
520
              </object>
 
521
            </child>
 
522
            <child>
 
523
              <object class="GtkCheckMenuItem" id="xrefnotenumbers">
 
524
                <property name="visible">True</property>
 
525
                <property name="can_focus">False</property>
 
526
                <property name="use_action_appearance">False</property>
 
527
                <property name="label" translatable="yes">Footnote/Cross-ref Markers</property>
 
528
                <property name="use_underline">True</property>
 
529
                <signal name="activate" handler="on_xrefnotenumbers_activate" swapped="no"/>
 
530
              </object>
 
531
            </child>
 
532
            <child>
 
533
              <object class="GtkCheckMenuItem" id="greek_accents">
 
534
                <property name="visible">False</property>
 
535
                <property name="can_focus">False</property>
 
536
                <property name="use_action_appearance">False</property>
 
537
                <property name="label" translatable="yes">Greek Accents</property>
 
538
                <property name="use_underline">True</property>
 
539
                <signal name="activate" handler="on_greek_accents_activate" swapped="no"/>
 
540
              </object>
 
541
            </child>
 
542
            <child>
 
543
              <object class="GtkCheckMenuItem" id="hebrew_vowel_points">
 
544
                <property name="visible">False</property>
 
545
                <property name="can_focus">False</property>
 
546
                <property name="use_action_appearance">False</property>
 
547
                <property name="label" translatable="yes">Hebrew Vowel Points</property>
 
548
                <property name="use_underline">True</property>
 
549
                <signal name="activate" handler="on_hebrew_vowel_points_activate" swapped="no"/>
 
550
              </object>
 
551
            </child>
 
552
            <child>
 
553
              <object class="GtkCheckMenuItem" id="hebrew_cantillation">
 
554
                <property name="visible">False</property>
 
555
                <property name="can_focus">False</property>
 
556
                <property name="use_action_appearance">False</property>
 
557
                <property name="label" translatable="yes">Hebrew Cantillation</property>
 
558
                <property name="use_underline">True</property>
 
559
                <signal name="activate" handler="on_hebrew_cantillation_activate" swapped="no"/>
 
560
              </object>
 
561
            </child>
 
562
            <child>
 
563
              <object class="GtkCheckMenuItem" id="transliteration">
 
564
                <property name="visible">True</property>
 
565
                <property name="can_focus">False</property>
 
566
                <property name="use_action_appearance">False</property>
 
567
                <property name="label" translatable="yes">Transliteration</property>
 
568
                <property name="use_underline">True</property>
 
569
                <signal name="activate" handler="on_transliteration_activate" swapped="no"/>
 
570
              </object>
 
571
            </child>
 
572
            <child>
 
573
              <object class="GtkMenuItem" id="variants">
 
574
                <property name="visible">False</property>
 
575
                <property name="can_focus">False</property>
 
576
                <property name="use_action_appearance">False</property>
 
577
                <property name="label" translatable="yes">Variants</property>
 
578
                <property name="use_underline">True</property>
 
579
                <child type="submenu">
 
580
                  <object class="GtkMenu" id="variants_menu">
 
581
                    <property name="can_focus">False</property>
 
582
                    <child>
 
583
                      <object class="GtkCheckMenuItem" id="primary_reading">
 
584
                        <property name="visible">True</property>
 
585
                        <property name="can_focus">False</property>
 
586
                        <property name="use_action_appearance">False</property>
 
587
                        <property name="label" translatable="yes">Primary Reading</property>
 
588
                        <property name="use_underline">True</property>
 
589
                        <signal name="activate" handler="on_primary_reading_activate" swapped="no"/>
 
590
                      </object>
 
591
                    </child>
 
592
                    <child>
 
593
                      <object class="GtkCheckMenuItem" id="secondary_reading">
 
594
                        <property name="visible">True</property>
 
595
                        <property name="can_focus">False</property>
 
596
                        <property name="use_action_appearance">False</property>
 
597
                        <property name="label" translatable="yes">Secondary Reading</property>
 
598
                        <property name="use_underline">True</property>
 
599
                        <signal name="activate" handler="on_secondary_reading_activate" swapped="no"/>
 
600
                      </object>
 
601
                    </child>
 
602
                    <child>
 
603
                      <object class="GtkCheckMenuItem" id="all_readings">
 
604
                        <property name="visible">True</property>
 
605
                        <property name="can_focus">False</property>
 
606
                        <property name="use_action_appearance">False</property>
 
607
                        <property name="label" translatable="yes">All Readings</property>
 
608
                        <property name="use_underline">True</property>
 
609
                        <signal name="activate" handler="on_all_readings_activate" swapped="no"/>
 
610
                      </object>
 
611
                    </child>
 
612
                  </object>
 
613
                </child>
 
614
              </object>
 
615
            </child>
 
616
            <child>
 
617
              <object class="GtkCheckMenuItem" id="image_content">
 
618
                <property name="visible">False</property>
 
619
                <property name="can_focus">False</property>
 
620
                <property name="use_action_appearance">False</property>
 
621
                <property name="label" translatable="yes">Image Content</property>
 
622
                <property name="use_underline">True</property>
 
623
                <signal name="activate" handler="on_image_content_activate" swapped="no"/>
 
624
              </object>
 
625
            </child>
 
626
            <child>
 
627
              <object class="GtkCheckMenuItem" id="respect_font_faces">
 
628
                <property name="visible">False</property>
 
629
                <property name="can_focus">False</property>
 
630
                <property name="use_action_appearance">False</property>
 
631
                <property name="label" translatable="yes">Respect Font Faces</property>
 
632
                <property name="use_underline">True</property>
 
633
                <signal name="activate" handler="on_respect_font_faces_activate" swapped="no"/>
 
634
              </object>
 
635
            </child>
 
636
            <child>
 
637
              <object class="GtkCheckMenuItem" id="commentary_by_chapter">
 
638
                <property name="visible">False</property>
 
639
                <property name="can_focus">False</property>
 
640
                <property name="use_action_appearance">False</property>
 
641
                <property name="label" translatable="yes">Commentary by Chapter</property>
 
642
                <property name="use_underline">True</property>
 
643
                <signal name="activate" handler="on_commentary_by_chapter_activate" swapped="no"/>
 
644
              </object>
 
645
            </child>
 
646
            <child>
 
647
              <object class="GtkCheckMenuItem" id="doublespace">
 
648
                <property name="visible">True</property>
 
649
                <property name="can_focus">False</property>
 
650
                <property name="use_action_appearance">False</property>
 
651
                <property name="label" translatable="yes">Doublespace</property>
 
652
                <property name="use_underline">True</property>
 
653
                <signal name="activate" handler="on_doublespace_activate" swapped="no"/>
 
654
              </object>
 
655
            </child>
 
656
          </object>
 
657
        </child>
 
658
      </object>
 
659
    </child>
 
660
    <child>
 
661
      <object class="GtkImageMenuItem" id="lookup_selection1">
 
662
        <property name="label">Lookup Selection</property>
 
663
        <property name="visible">True</property>
 
664
        <property name="can_focus">False</property>
 
665
        <property name="use_action_appearance">False</property>
 
666
        <property name="use_underline">True</property>
 
667
        <property name="use_stock">True</property>
 
668
        <child type="submenu">
 
669
          <object class="GtkMenu" id="lookup_selection1_menu">
 
670
            <property name="can_focus">False</property>
 
671
            <child>
 
672
              <object class="GtkMenuItem" id="use_current_dictionary">
 
673
                <property name="visible">True</property>
 
674
                <property name="can_focus">False</property>
 
675
                <property name="use_action_appearance">False</property>
 
676
                <property name="label" translatable="yes">Use Current Dictionary</property>
 
677
                <property name="use_underline">True</property>
 
678
                <signal name="activate" handler="on_use_current_dictionary_activate" swapped="no"/>
 
679
              </object>
 
680
            </child>
 
681
            <child>
 
682
              <object class="GtkMenuItem" id="lookup_google">
 
683
                <property name="visible">True</property>
 
684
                <property name="can_focus">False</property>
 
685
                <property name="use_action_appearance">False</property>
 
686
                <property name="label" translatable="yes">Browse in BibleMap.org</property>
 
687
                <property name="use_underline">True</property>
 
688
                <signal name="activate" handler="on_lookup_google_activate" swapped="no"/>
 
689
              </object>
 
690
            </child>
 
691
            <child>
 
692
              <object class="GtkSeparatorMenuItem" id="separator11">
 
693
                <property name="visible">True</property>
 
694
                <property name="can_focus">False</property>
 
695
              </object>
 
696
            </child>
 
697
          </object>
 
698
        </child>
 
699
      </object>
 
700
    </child>
 
701
    <child>
 
702
      <object class="GtkImageMenuItem" id="unlock_this_module">
 
703
        <property name="label">Unlock This Module</property>
 
704
        <property name="visible">True</property>
 
705
        <property name="can_focus">False</property>
 
706
        <property name="use_action_appearance">False</property>
 
707
        <property name="use_underline">True</property>
 
708
        <property name="use_stock">True</property>
 
709
        <signal name="activate" handler="on_unlock_this_module_activate" swapped="no"/>
 
710
      </object>
 
711
    </child>
 
712
    <child>
 
713
      <object class="GtkImageMenuItem" id="display_book_heading">
 
714
        <property name="label">Display Book Heading</property>
 
715
        <property name="visible">True</property>
 
716
        <property name="can_focus">False</property>
 
717
        <property name="use_action_appearance">False</property>
 
718
        <property name="use_underline">True</property>
 
719
        <property name="use_stock">True</property>
 
720
        <signal name="activate" handler="on_display_book_heading_activate" swapped="no"/>
 
721
      </object>
 
722
    </child>
 
723
    <child>
 
724
      <object class="GtkImageMenuItem" id="display_chapter_heading">
 
725
        <property name="label">Display Chapter Heading</property>
 
726
        <property name="visible">True</property>
 
727
        <property name="can_focus">False</property>
 
728
        <property name="use_action_appearance">False</property>
 
729
        <property name="use_underline">True</property>
 
730
        <property name="use_stock">True</property>
 
731
        <signal name="activate" handler="on_display_chapter_heading_activate" swapped="no"/>
 
732
      </object>
 
733
    </child>
 
734
    <child>
 
735
      <object class="GtkImageMenuItem" id="rename_perscomm">
 
736
        <property name="label">Rename Pers.Comm.</property>
 
737
        <property name="visible">True</property>
 
738
        <property name="can_focus">False</property>
 
739
        <property name="use_action_appearance">False</property>
 
740
        <property name="use_underline">True</property>
 
741
        <property name="use_stock">True</property>
 
742
        <signal name="activate" handler="on_rename_perscomm_activate" swapped="no"/>
 
743
      </object>
 
744
    </child>
 
745
    <child>
 
746
      <object class="GtkImageMenuItem" id="dump_perscomm">
 
747
        <property name="label">Dump Pers.Comm.</property>
 
748
        <property name="visible">True</property>
 
749
        <property name="can_focus">False</property>
 
750
        <property name="use_action_appearance">False</property>
 
751
        <property name="use_underline">True</property>
 
752
        <property name="use_stock">True</property>
 
753
        <signal name="activate" handler="on_dump_perscomm_activate" swapped="no"/>
 
754
      </object>
 
755
    </child>
 
756
    <child>
 
757
      <object class="GtkImageMenuItem" id="read_selection_aloud">
 
758
        <property name="label">Read Selection Aloud</property>
 
759
        <property name="visible">True</property>
 
760
        <property name="can_focus">False</property>
 
761
        <property name="use_action_appearance">False</property>
 
762
        <property name="use_underline">True</property>
 
763
        <property name="use_stock">True</property>
 
764
        <signal name="activate" handler="on_read_selection_aloud_activate" swapped="no"/>
 
765
      </object>
 
766
    </child>
 
767
  </object>
 
768
  <object class="GtkMenu" id="menu_prayerlist">
 
769
    <property name="can_focus">False</property>
 
770
    <child>
 
771
      <object class="GtkImageMenuItem" id="create_simple_prayer_list">
 
772
        <property name="label">Simple</property>
 
773
        <property name="visible">True</property>
 
774
        <property name="can_focus">False</property>
 
775
        <property name="tooltip_text" translatable="yes">Create a new simple prayer list</property>
 
776
        <property name="use_action_appearance">False</property>
 
777
        <property name="use_underline">True</property>
 
778
        <property name="use_stock">True</property>
 
779
        <signal name="activate" handler="on_simple_activate" swapped="no"/>
 
780
      </object>
 
781
    </child>
 
782
    <child>
 
783
      <object class="GtkImageMenuItem" id="create_subject_prayer_list">
 
784
        <property name="label">Subject</property>
 
785
        <property name="visible">True</property>
 
786
        <property name="can_focus">False</property>
 
787
        <property name="tooltip_text" translatable="yes">Create a new subject prayer list</property>
 
788
        <property name="use_action_appearance">False</property>
 
789
        <property name="use_underline">True</property>
 
790
        <property name="use_stock">True</property>
 
791
        <signal name="activate" handler="on_subject_activate" swapped="no"/>
 
792
      </object>
 
793
    </child>
 
794
    <child>
 
795
      <object class="GtkImageMenuItem" id="create_monthly_prayer_list">
 
796
        <property name="label">Monthly</property>
 
797
        <property name="visible">True</property>
 
798
        <property name="can_focus">False</property>
 
799
        <property name="tooltip_text" translatable="yes">Create a new monthly journal</property>
 
800
        <property name="use_action_appearance">False</property>
 
801
        <property name="use_underline">True</property>
 
802
        <property name="use_stock">True</property>
 
803
        <signal name="activate" handler="on_monthly_activate" swapped="no"/>
 
804
      </object>
 
805
    </child>
 
806
    <child>
 
807
      <object class="GtkImageMenuItem" id="create_daily_journal">
 
808
        <property name="label">Daily</property>
 
809
        <property name="visible">True</property>
 
810
        <property name="can_focus">False</property>
 
811
        <property name="tooltip_text" translatable="yes">Create a new daily journal</property>
 
812
        <property name="use_action_appearance">False</property>
 
813
        <property name="use_underline">True</property>
 
814
        <property name="use_stock">True</property>
 
815
        <signal name="activate" handler="on_journal_activate" swapped="no"/>
 
816
      </object>
 
817
    </child>
 
818
    <child>
 
819
      <object class="GtkImageMenuItem" id="create_outlined_topic_list">
 
820
        <property name="label">Outlined</property>
 
821
        <property name="visible">True</property>
 
822
        <property name="can_focus">False</property>
 
823
        <property name="tooltip_text" translatable="yes">Create a new outlined topic</property>
 
824
        <property name="use_action_appearance">False</property>
 
825
        <property name="use_underline">True</property>
 
826
        <property name="use_stock">True</property>
 
827
        <signal name="activate" handler="on_outlined_topic_activate" swapped="no"/>
 
828
      </object>
 
829
    </child>
 
830
  </object>
 
831
  <object class="GtkMenu" id="menu_prayerlist_mod">
 
832
    <property name="can_focus">False</property>
 
833
    <child>
 
834
      <object class="GtkImageMenuItem" id="open_in_new_tab2">
 
835
        <property name="label">Open in new tab</property>
 
836
        <property name="visible">True</property>
 
837
        <property name="can_focus">False</property>
 
838
        <property name="tooltip_text" translatable="yes">Open selected module in a new tab</property>
 
839
        <property name="use_action_appearance">False</property>
 
840
        <property name="use_underline">True</property>
 
841
        <property name="use_stock">True</property>
 
842
        <signal name="activate" handler="on_open_in_tab_activate2" swapped="no"/>
 
843
      </object>
 
844
    </child>
 
845
    <child>
 
846
      <object class="GtkImageMenuItem" id="open_in_a_dialog2">
 
847
        <property name="label">Open in editor</property>
 
848
        <property name="visible">True</property>
 
849
        <property name="can_focus">False</property>
 
850
        <property name="tooltip_text" translatable="yes">Open in editor</property>
 
851
        <property name="use_action_appearance">False</property>
 
852
        <property name="use_underline">True</property>
 
853
        <property name="use_stock">True</property>
 
854
        <signal name="activate" handler="on_open_in_dialog_activate" swapped="no"/>
 
855
      </object>
 
856
    </child>
 
857
    <child>
 
858
      <object class="GtkImageMenuItem" id="about3">
 
859
        <property name="label">About</property>
 
860
        <property name="visible">True</property>
 
861
        <property name="can_focus">False</property>
 
862
        <property name="use_action_appearance">False</property>
 
863
        <property name="use_underline">True</property>
 
864
        <property name="use_stock">True</property>
 
865
        <signal name="activate" handler="on_about2_activate" swapped="no"/>
 
866
      </object>
 
867
    </child>
 
868
  </object>
 
869
  <object class="GtkMenu" id="menu_verselist">
 
870
    <property name="can_focus">False</property>
 
871
    <child>
 
872
      <object class="GtkImageMenuItem" id="save_list_as_a_single_bookmark">
 
873
        <property name="label">Save list as a single bookmark</property>
 
874
        <property name="visible">True</property>
 
875
        <property name="can_focus">False</property>
 
876
        <property name="tooltip_text" translatable="yes">Save these results as a single bookmark</property>
 
877
        <property name="use_action_appearance">False</property>
 
878
        <property name="use_underline">True</property>
 
879
        <property name="use_stock">True</property>
 
880
        <signal name="activate" handler="on_save_list_as_a_single_bookmark_activate" swapped="no"/>
 
881
      </object>
 
882
    </child>
 
883
    <child>
 
884
      <object class="GtkImageMenuItem" id="save_list_as_a_series_of_bookmarks">
 
885
        <property name="label">Save list as a series of bookmarks</property>
 
886
        <property name="visible">True</property>
 
887
        <property name="can_focus">False</property>
 
888
        <property name="tooltip_text" translatable="yes">Save these results as a series of bookmarks in their own folder</property>
 
889
        <property name="use_action_appearance">False</property>
 
890
        <property name="use_underline">True</property>
 
891
        <property name="use_stock">True</property>
 
892
        <signal name="activate" handler="on_save_list_as_a_series_of_bookmarks_activate" swapped="no"/>
 
893
      </object>
 
894
    </child>
 
895
    <child>
 
896
      <object class="GtkSeparatorMenuItem" id="separator13">
 
897
        <property name="visible">True</property>
 
898
        <property name="can_focus">False</property>
 
899
      </object>
 
900
    </child>
 
901
    <child>
 
902
      <object class="GtkImageMenuItem" id="export_list1">
 
903
        <property name="label">Export List</property>
 
904
        <property name="visible">True</property>
 
905
        <property name="can_focus">False</property>
 
906
        <property name="use_action_appearance">False</property>
 
907
        <property name="use_underline">True</property>
 
908
        <property name="use_stock">True</property>
 
909
        <signal name="activate" handler="on_export_verselist_activate" swapped="no"/>
 
910
      </object>
 
911
    </child>
 
912
  </object>
 
913
</interface>