2017-05-15 23:21:32 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<interface>
|
2022-09-14 16:21:16 +02:00
|
|
|
<menu id="app_menu">
|
2018-10-28 02:15:58 +01:00
|
|
|
<section>
|
2018-10-25 04:32:30 +02:00
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Accounts</attribute>
|
|
|
|
|
<attribute name="action">app.accounts</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Preferences</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>
|
2023-02-11 15:36:15 +03:00
|
|
|
<attribute name="accel"><Primary>question</attribute>
|
2018-10-25 04:32:30 +02:00
|
|
|
<attribute name="hidden-when">action-missing</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 Geary</attribute>
|
|
|
|
|
<attribute name="action">app.about</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
</menu>
|
2017-05-15 23:21:32 +02:00
|
|
|
</interface>
|