2016-05-13 11:19:10 +10:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<interface>
|
|
|
|
|
<menu id="context_menu">
|
|
|
|
|
<section id="context_menu_link">
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Open Link</attribute>
|
2019-03-14 17:06:59 +11:00
|
|
|
<attribute name="action">msg.open-link</attribute>
|
2016-05-13 11:19:10 +10:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">Copy Link _Address</attribute>
|
2019-03-14 17:06:59 +11:00
|
|
|
<attribute name="action">msg.copy-link</attribute>
|
2016-05-13 11:19:10 +10:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
<section id="context_menu_email">
|
|
|
|
|
<item>
|
2019-03-14 17:06:59 +11:00
|
|
|
<attribute name="label" translatable="yes">_New Conversation…</attribute>
|
|
|
|
|
<attribute name="action">msg.conversation-new</attribute>
|
2016-05-13 11:19:10 +10:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">Copy Email _Address</attribute>
|
2019-03-14 17:06:59 +11:00
|
|
|
<attribute name="action">msg.copy-email</attribute>
|
2016-05-13 11:19:10 +10:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
<section id="context_menu_image">
|
|
|
|
|
<item>
|
2016-12-15 17:09:24 +01:00
|
|
|
<attribute name="label" translatable="yes">Save _Image As…</attribute>
|
2019-03-14 17:06:59 +11:00
|
|
|
<attribute name="action">msg.save-image</attribute>
|
2016-05-13 11:19:10 +10:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
<section id="context_menu_main">
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Select All</attribute>
|
2019-03-14 17:06:59 +11:00
|
|
|
<attribute name="action">msg.select-all</attribute>
|
2016-05-13 11:19:10 +10:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Copy</attribute>
|
2019-03-14 17:06:59 +11:00
|
|
|
<attribute name="action">msg.copy-selection</attribute>
|
2016-05-13 11:19:10 +10:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
<section id="context_menu_inspector">
|
|
|
|
|
<item>
|
2016-12-15 17:09:24 +01:00
|
|
|
<attribute name="label" translatable="yes">_Inspect…</attribute>
|
2019-03-14 17:06:59 +11:00
|
|
|
<attribute name="action">msg.open-inspector</attribute>
|
2016-05-13 11:19:10 +10:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
</menu>
|
2022-06-30 14:44:18 +02:00
|
|
|
<menu id="show_images_menu">
|
|
|
|
|
<section>
|
|
|
|
|
<attribute name="label" translatable="yes">Show images</attribute>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">For this message</attribute>
|
|
|
|
|
<attribute name="action">msg.show-images-message</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">For this sender</attribute>
|
|
|
|
|
<attribute name="action">msg.show-images-sender</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">For this domain</attribute>
|
|
|
|
|
<attribute name="action">msg.show-images-domain</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
</menu>
|
2016-05-13 11:19:10 +10:00
|
|
|
</interface>
|